diff --git a/functions/_query.js b/functions/_query.js new file mode 100644 index 000000000..e6810da74 --- /dev/null +++ b/functions/_query.js @@ -0,0 +1,90 @@ +const jsgeoda = require('jsgeoda'); +const {BigQuery} = require('@google-cloud/bigquery'); + +const options = { + credentials: { + "type": "service_account", + "project_id": process.env.project_id, + "private_key_id": process.env.SK_ID, + "private_key": process.env.SK.replace(/\\n/gm, '\n'), + "client_email": process.env.CLIENT_EMAIL, + "client_id": process.env.CLIENT_ID, + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": process.env.client_x509_cert_url + }, + projectId: process.env.project_id, +}; + +async function query(queryString, bigquery) { + const options = { + query: queryString, + location: 'US', + }; + const [job] = await bigquery.createQueryJob(options); + return await job.getQueryResults(); +}; + +function orderData(data, idColumn, idOrder, dataColumn){ + let result = []; + let indexed = {}; + + for (let i=0; i { + try { + if (event.queryStringParameters.lisa == 'true') { + const bigquery = new BigQuery(options); + const [geoda, raw] = await Promise.all([ + jsgeoda.New(), + query( + event.queryStringParameters.q, + bigquery) + ]); + const uid = geoda.readGeoJSON(geom); + const data = orderData( + raw[0], + idColumn, + geoidOrder, + dataColumn + ) + const weights = geoda.getQueenWeights(uid) + return { statusCode: 200, body: JSON.stringify({ localMoran: geoda.localMoran(weights, data) }) + }; + } else { + const bigquery = new BigQuery(options); + const result = await query( + event.queryStringParameters.q, + bigquery); + return { statusCode: 200, body: JSON.stringify({ result }) }; + } + + } catch (error) { + console.log(error); + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; + +var geoidOrder = [31039,53069,35011,31109,31129,72085,46099,48327,6091,21053,39063,48189,1027,48011,39003,13189,55111,5137,41063,42007,28061,29083,8109,37037,49033,40001,39085,51775,51121,47065,35035,35003,1091,56023,29011,48057,51735,54075,48077,51095,31101,31137,22019,22111,40135,1049,36101,42053,22105,51179,26109,18073,13025,13171,18151,48361,39047,25015,21003,37001,20073,25025,16051,48177,47115,26007,21231,47185,48147,20043,48265,12053,12129,12131,28017,2130,26035,20157,12127,40017,72115,13115,32001,31181,17067,46067,41013,50011,26103,9007,37057,17025,29103,29117,42117,31043,26089,51181,48391,39017,13273,13063,56013,18115,13073,8115,30065,42043,46101,54079,34037,20039,18123,28145,31015,27095,38099,39115,39133,56041,32013,48247,8017,41005,5113,13193,18007,47129,46043,24047,17185,18069,21209,19053,18169,18003,18099,31171,38085,48127,27045,45023,27073,49005,55093,13049,13233,17113,23001,16055,32003,20147,31089,29101,55063,22021,21061,17005,17009,27085,55033,8027,29123,48353,42127,36091,48041,40095,24001,54103,55053,41007,53041,36003,19031,18117,13089,13227,30015,31017,47013,37069,24510,20111,19027,22107,47123,20075,19151,16045,5063,5085,18111,13119,12051,13265,48245,30059,8067,48027,28069,5019,41035,36075,72105,1019,48019,30087,35059,26153,36111,34007,17083,51085,20199,26003,5049,48215,37155,26123,41049,27153,5083,37109,5091,12095,8111,16041,13045,20161,48413,51167,37027,16065,18173,21001,21077,21097,23023,30097,48181,42059,2188,20051,1065,1105,1033,20151,21017,47149,13075,20101,40059,17147,48107,72053,1063,16033,19109,72151,38013,37063,19085,31103,19187,17151,47159,51089,51510,19101,30049,49013,40003,48119,47169,21193,46039,41029,72067,48507,31007,19121,12011,13279,26151,48397,26163,27105,27001,38071,37145,20195,28151,48133,28055,48123,48005,45081,29125,5001,29109,51540,17011,39145,37115,16053,39163,48309,16037,19089,12099,13181,1013,47165,51097,5015,51820,2220,41051,47061,27057,38081,36089,29179,6067,39125,18179,51063,6083,54005,28009,21055,19147,19159,37151,24015,18171,31077,31095,31151,21119,19045,27063,27039,27047,6009,25001,51119,42065,18089,47003,47027,17029,47097,41001,36097,26159,17131,21127,21175,21177,17049,47105,46025,15003,12041,18157,42109,48277,12086,31057,48289,8097,38035,18091,18057,51595,40081,20071,13145,13251,72127,48433,39069,33009,29145,18129,48311,17035,13297,27121,51157,51009,6111,17033,8093,6037,4027,13129,19025,12055,51580,50017,20113,4021,39051,8003,12017,72049,72051,47041,42031,46097,46073,18031,18037,51057,45089,36031,19195,40063,51027,51005,28087,18143,8099,48435,72121,40101,29043,72039,28073,18137,38057,13147,22049,51133,48157,55047,30073,55127,32021,17057,36103,18161,29119,31157,35047,1081,48367,38021,38003,27143,13293,6097,26033,16019,13013,13183,48271,40115,42033,26037,72133,17135,28003,28071,22043,29005,17115,26149,17055,30033,31001,27109,34039,72139,1097,46087,1057,1017,37131,8081,21087,18047,37013,72073,38015,37159,26071,27067,21237,48149,46081,23029,48045,26131,28015,41003,27133,42063,22061,42099,46137,48203,26013,40131,29019,72097,40015,8059,54011,48383,5141,8117,20035,5071,36041,51045,48083,2290,4017,28085,48357,48103,56003,47081,28143,29081,72029,18005,13223,39015,47141,38101,25027,39091,6031,6073,72123,13079,72103,29037,36027,48477,8101,29067,38009,37051,56017,26001,6061,5129,48305,36077,37153,37093,31131,42023,45035,27161,46015,47177,17023,21201,47095,45015,5051,20139,39155,48333,48359,42019,16049,20115,51029,37025,29225,49011,27033,12093,13291,19013,48403,39131,1125,1131,28097,31099,31087,10003,16081,17161,51073,5133,18017,16077,18015,42101,56043,37029,36109,5069,5079,55123,29093,48223,36001,48225,39111,20165,18107,20187,21129,27071,48029,8013,47089,40097,27165,16013,22053,46119,8031,40029,30011,48461,18051,31105,17093,11001,8085,27171,55059,8037,6075,8113,2020,12109,28019,29079,26085,26139,17031,17059,45047,20059,27027,47075,49003,28139,54051,54035,16039,24005,38005,29163,39087,29201,39001,48143,13137,13319,54061,39033,12027,9011,39059,26015,29209,51760,37169,19039,19065,6041,48381,48401,19181,39161,12043,13199,8023,48099,19001,13053,6043,29089,41047,55079,27139,39129,51145,8014,47099,26009,45069,16009,17103,31127,37031,20149,26075,48091,25019,45009,48007,13019,18165,26143,37005,6035,51610,12081,39119,8015,8025,8043,28109,28111,31041,12013,21117,19037,17037,19081,38089,26095,40019,37139,35055,28011,32023,47073,38011,42057,22055,48237,17175,40055,48211,16069,46129,6055,40033,29221,36011,48417,48407,19061,51075,20181,39139,17001,39021,33019,17075,19157,39169,13113,13141,48259,36039,51137,40089,13277,31025,46077,56009,36043,38047,26053,27005,1095,47173,54057,55003,17053,38029,6089,22113,5121,55085,22035,22037,22087,48481,2198,2195,48153,2275,21151,47009,30031,45031,1053,13143,20001,17041,51079,55137,5065,6053,35017,29131,37193,2110,29165,29021,1083,18065,31143,39123,27107,19165,24013,19011,21159,27025,21189,42015,54029,29051,26021,42061,31045,51141,26119,26135,35007,17163,17189,42009,5127,20099,42073,39067,37003,34009,33005,27089,51101,8055,48255,47023,17171,49027,49029,48257,4011,4013,26129,47087,17159,1009,30051,48131,29173,48251,13061,41023,41011,48159,36113,51113,40005,17129,13015,12069,40111,38083,18049,20091,24009,55129,53031,72003,27169,28149,29003,29139,20021,37083,35043,21051,42035,41043,55065,40147,54077,55135,48137,41037,29153,48473,1099,50009,51111,38097,13139,13283,13037,55125,27007,72043,72055,24019,42037,39023,48323,4019,35006,34005,50021,13099,25007,38049,31179,38045,16023,33007,38043,48273,18127,28101,37163,47127,12103,72019,17065,5105,20023,8029,19185,48165,1093,37189,51770,48317,48037,49057,29127,36045,19097,38063,36019,8045,29177,39073,1085,13043,19113,6105,13215,28135,20005,72081,48003,39109,48375,40133,45003,6045,51550,72153,56037,48169,54031,72001,55089,47163,45059,56011,55117,25013,48055,20029,6027,1037,19059,21095,20061,42011,47019,27083,51037,47179,45071,51093,41069,29023,22047,28125,51061,51750,32005,12037,18055,18139,55131,29105,42085,5031,29195,17193,17039,32033,27049,37173,12101,12119,36059,38091,18163,29071,37011,54107,55007,47161,55097,45063,24003,55039,54101,55061,48369,40151,21063,25003,29041,8103,8087,41045,34023,20167,17155,46055,47111,5023,1109,16003,25005,42107,38103,37045,5059,24021,17169,6051,6109,35013,13081,5027,38039,6095,19043,48449,54027,37125,20009,38087,22083,31071,22099,1119,1133,12117,28035,26065,20177,46061,27061,8073,36053,36115,18081,48445,35021,1121,55067,48155,19021,19129,48385,39041,37067,32510,19049,48065,13261,29223,45007,56007,30093,17177,26087,22027,28161,72093,26079,72005,22039,47069,4003,35023,38023,6071,8083,28023,19125,31055,51600,40057,29039,13059,16085,48275,5103,39037,40071,46041,41057,13077,28127,28131,6013,47017,51087,18119,36119,29017,54047,54033,37077,9009,31139,13023,13033,17181,17091,38051,31141,37185,72009,13197,46027,10005,13159,29175,20015,48209,48325,26105,45013,46135,55105,45077,53013,18023,17027,16067,42113,28121,48345,41039,48485,26155,20089,20123,12007,28091,28039,17085,18059,51620,48329,20171,30013,51660,17199,30029,72111,20189,21067,21091,46013,54001,47181,31013,42097,48469,51530,26147,31173,50015,51067,40011,53037,18135,49025,54093,72113,55023,1071,19123,20045,21059,21197,29097,41061,13151,38001,37137,21083,42021,47107,26093,8001,42069,40123,40037,48457,47175,40125,9013,35053,13003,12031,48145,5149,20033,21113,21171,40075,46079,37033,48377,39057,48489,72021,35028,2122,1003,19007,51127,13263,36049,54015,18077,51019,35033,31011,29149,47083,42131,37107,18167,18039,51077,48303,27093,39005,31119,12085,8079,13085,13167,5095,29059,51143,2068,20145,20209,12029,26157,2240,20065,22097,47055,39095,5093,72117,18043,20129,21081,21217,37075,54045,54073,51071,54019,53061,35015,31117,31145,31149,47085,17125,51197,13303,53077,5143,48213,55035,47153,48471,4005,20191,26127,27065,39007,6003,48167,1011,17105,39135,39079,48201,25017,72145,48115,36069,2261,1001,20121,13091,36023,13039,26161,18087,48371,13225,13311,13163,55083,48347,44009,53047,53063,55041,55113,34017,39151,48187,53029,54037,51153,42029,54055,47145,53009,53065,19177,31073,28095,12033,48439,24033,51169,48239,40085,13289,39099,1087,17191,48437,29151,17089,6017,45055,37073,8089,41019,42089,5101,38019,40103,20063,22077,31067,1115,28123,13095,18061,16017,13047,22059,23027,24027,49035,9003,9015,12087,39157,36085,39071,27077,16011,72023,72069,72077,45045,46085,55121,6113,48431,48495,46071,49041,51036,1023,18083,31047,20057,38105,38017,17069,31005,48163,19103,20133,21089,20107,49017,32011,31085,8095,5013,2090,21101,28051,28105,72037,72047,30027,24023,22119,26059,21141,46033,33013,42133,37161,46005,1043,13097,31097,37187,46075,37007,2100,38007,31003,29073,21031,56005,13211,5037,5107,22093,6115,1117,8091,35009,40149,37135,18131,26019,36029,24031,51685,51013,51035,29183,6069,24035,20013,13031,21071,30007,13309,37049,29087,48295,41009,45041,38061,49053,30003,42047,31165,28031,72099,18013,18019,21021,21065,48087,48089,17063,27081,13109,48497,2050,13307,13169,13135,55095,55045,72107,36079,51700,8011,40065,30089,48173,5047,40093,47125,53051,38055,41027,19197,48419,29055,51017,27111,22075,28115,22067,21029,1047,48093,30053,72129,72135,27021,8007,28163,55087,29107,37195,39117,30039,38031,5033,48053,29186,48179,17109,19137,5067,48229,22079,31111,48067,47079,51840,37061,37087,27037,41025,72095,55001,29045,21015,21229,22009,28137,29227,31163,46021,46063,26057,19175,17127,31113,31121,31161,21039,56025,13321,18109,48139,13229,18053,12035,28077,22127,17073,41041,23031,46029,13231,13259,34025,5021,5045,40041,19107,17061,27075,13285,6023,47043,27003,46009,47059,51183,18141,38067,46007,22115,23019,24041,13257,6065,5005,28007,19169,20011,51049,45085,2164,54109,6029,48097,45075,55119,27099,27101,44007,29161,28117,21235,18149,48491,72109,19131,13107,22025,42025,31133,47171,45083,55073,32007,54007,26165,48079,42013,29085,29009,27123,5081,32019,12071,41033,72091,28113,47031,16059,21183,31153,13071,27167,17157,23011,51173,35041,42111,51191,37081,16001,40039,39101,17149,17203,13245,1107,40045,17145,19075,8107,34035,6011,17087,8053,16031,27059,42049,28029,48467,51161,51015,2060,49031,21161,27009,48129,12005,1077,18045,17173,17051,39127,51590,13011,13305,40109,40069,37099,49043,29167,32015,19191,21023,55037,54087,27159,51670,17201,4007,24045,21043,37097,51083,37091,36057,27113,53073,41021,34029,5009,40031,48253,48185,26049,22007,28013,28041,30017,46109,17141,38077,55005,55051,27157,6015,40127,53007,26141,40027,36105,37149,37165,37085,37105,18159,20027,40145,30083,5003,5041,72147,47135,27163,51740,42051,54023,51171,48235,29025,12107,18025,29111,31075,72087,16071,17139,21107,16035,21013,27035,72011,4009,5123,13101,2070,20105,20183,12065,72041,28005,5097,26025,1029,8123,40009,6049,19153,13179,48349,48047,47187,56021,53003,27155,17017,13247,42067,42083,40049,31021,35045,36073,22031,6019,13105,1005,37017,48111,17167,40035,47035,26137,19161,49015,53019,30109,35027,40021,27173,48231,48335,48499,40113,37039,26107,21195,12067,37035,21025,48075,29181,17179,48243,51678,5135,8069,37177,27131,29219,21227,22017,46121,19127,40141,37113,54063,18155,21105,1061,17099,19055,20127,19051,16015,55081,37143,12047,2170,18035,12075,72063,72065,28045,13315,22081,47093,23017,29095,13281,28129,16075,16079,37095,19067,21145,21225,46125,47029,47067,47071,45067,72057,22117,29207,13093,27145,31155,27141,46035,47025,48337,48049,55101,55115,19009,48207,40083,36065,8065,40121,54017,54105,33003,54095,27079,53017,36009,55027,19105,20007,29169,1045,20109,6039,29075,31009,49009,56031,37071,35019,30037,37101,6085,45019,53005,29001,39043,17183,29189,17007,6103,55025,48151,22085,17137,13235,37015,37167,47143,37079,21131,24039,17123,21143,48095,48081,47133,26063,26069,13069,13299,38037,22051,22103,19083,22023,39027,27137,39093,72143,19015,48373,31051,24025,45037,51001,55015,21121,26067,37129,47131,21035,51003,47147,51043,53023,21109,27031,45073,22033,28021,24037,26081,37147,30009,31167,13001,19099,28153,48101,51081,12105,48503,1123,33015,8105,19149,36123,53033,41017,19155,29229,30101,36107,48287,13121,48073,29007,45029,55055,5055,48191,55013,35057,53049,37141,48221,46117,32031,21007,48009,48023,48405,32029,13249,9001,48313,6077,28159,21103,21167,31183,21135,27051,28053,1025,20017,21221,1069,46003,2013,31061,24029,20037,27023,46103,45049,16043,13029,51053,12111,36055,46083,55017,20207,21157,13065,13185,15005,15007,26099,13287,17079,48331,18147,21099,21137,30005,51710,48389,51155,37179,38053,12091,6001,17013,18085,28103,5147,34015,33011,30045,37121,30077,41053,41065,46105,19173,1129,39039,54025,17121,51051,51007,13243,35029,48355,56045,72137,17187,1089,47189,48063,40067,54085,19145,20087,22045,2158,37133,27043,47057,48161,42087,1041,51520,48399,48443,20153,20193,13161,19035,5145,28083,29053,26043,17197,48117,46011,29047,28027,18011,19057,19163,20143,12023,12059,28047,72141,47011,27017,48315,36095,40117,36007,48291,39009,39081,54083,54049,34011,6057,55031,21199,37065,48241,49001,13213,18075,26117,36083,12021,35031,13017,5077,12003,13173,20159,1015,28059,21037,21057,28107,48195,48071,13239,48199,9005,39143,23021,17153,40107,26145,35039,50005,51023,17119,48085,45001,31053,12115,55077,4015,4025,45051,42091,16061,72013,51720,34027,29211,20135,48039,51790,31029,39113,48447,13221,5029,29147,38073,26017,47157,6007,27115,48021,53039,53055,55009,20205,22069,22109,13155,2185,26011,19111,20141,26047,19071,23015,36099,21125,47121,29213,13269,51830,48415,8047,40087,54071,51139,40079,54089,37119,34013,29115,13209,41055,13133,46017,46095,48135,48293,53027,54003,72149,30067,48121,45021,37199,48387,48321,27149,13301,48197,17133,13165,21085,48363,13149,1079,72061,28093,20025,20081,22013,13295,19095,31019,40007,19023,30085,72017,53015,48297,29135,51193,37197,6047,40043,37023,37191,42123,5061,37059,37111,5099,8125,48421,48463,39011,22015,19063,20169,21153,48017,29027,56001,56029,42093,36081,12121,26031,26051,21173,45057,21123,19193,12123,17003,29099,29113,13051,12125,36037,19041,30025,46107,48109,23005,48013,20095,13241,54097,29215,5119,19047,16005,39055,72035,6107,72015,72125,36117,51163,38095,42045,36063,50003,12019,37183,39061,34003,32017,2180,30055,19019,17043,46047,27069,13219,48493,31059,12079,72031,18153,4012,13027,2016,2150,20185,13271,26115,18181,18113,21139,13201,47103,21211,31185,42001,45005,47037,49047,49049,18021,36047,29141,39075,19143,18079,16083,17165,26077,45061,56019,18027,26055,22003,46065,46069,45027,30095,47007,21219,47183,29077,42077,31159,36015,36121,6099,42095,1103,21027,28043,21213,50013,39029,51125,12097,5053,13175,36061,5007,72071,12083,51135,34041,36021,51690,40023,20041,48427,13103,40129,55103,35025,1075,72054,47117,51011,5087,56033,42041,42055,42079,26039,1113,39019,51065,17097,13195,5039,8057,8063,16073,55141,36013,13067,47091,39013,51195,29035,40013,31035,24017,19033,19073,21205,49055,29031,53071,29133,5025,48113,72079,18033,22073,22095,22091,29197,1059,21041,8019,48267,26097,48307,28141,48105,48217,8075,20055,20125,45039,31033,27091,47155,47139,48263,30099,31069,17117,39141,17195,48141,48301,40077,39167,29091,20047,21111,17107,55139,21075,20079,30021,54091,26111,28119,21093,17081,46057,55069,36033,51630,54081,35005,35049,6059,4023,37053,17101,18067,18125,21047,26045,19179,6025,26027,28157,2282,20179,28079,72025,72027,28025,28037,28099,46045,72119,1035,18029,18071,28081,22125,5035,12063,48125,51115,38075,48283,36067,19087,31083,30075,72075,55091,4001,29121,48279,20097,48015,29061,13253,26101,19119,48233,40139,40153,19003,6101,42105,48465,20077,19133,49023,40137,36017,17143,19091,31177,55049,27097,42003,29205,39097,20201,17019,16087,17045,8121,39065,26113,38093,29203,48423,40143,40091,48395,48171,26125,38033,56027,27117,51099,53025,27129,12001,31091,51147,49007,42017,46059,42081,16057,13237,51640,35037,48269,5073,48451,12049,39025,48501,41071,19115,20049,39121,39137,48425,42075,30035,32027,27087,34031,30047,48261,48033,29157,48411,40073,48051,36035,28133,27053,42027,48025,47077,19171,20175,19135,31147,17021,12089,12133,13007,13275,21005,21185,13057,38065,26133,47109,53001,29057,22101,50007,72045,15009,22057,19139,12113,18101,21203,21223,13055,45033,37103,29199,20131,20137,72007,72033,31065,13087,18177,21009,31093,38025,6005,47049,20031,26023,51031,39105,54067,40053,46115,50027,48455,35001,13205,15001,21147,21191,21215,30041,31175,48069,24043,21133,34033,51680,5125,54053,54021,28063,38079,30103,21049,72101,26005,47005,27015,47137,51109,18145,39049,49021,32009,26083,49039,20093,12009,18105,19117,21239,45053,48043,45065,45087,27103,55075,53011,55099,18103,20053,22123,12077,20083,20119,21149,28001,72083,28057,21073,23009,23013,13217,46049,26061,30061,47051,22029,22063,25009,46019,8035,45079,18095,40099,54009,54013,51021,30111,54043,6033,13131,8021,49037,18133,16047,47167,22121,29171,56039,55043,38059,37041,37021,6063,51730,50023,46093,18097,5017,13021,72059,72131,5115,51175,48183,36087,5089,51800,8041,29187,48475,8061,48487,41015,8119,29049,49051,16029,37157,5117,5011,48193,24011,27041,30043,51059,30023,47001,39077,13005,10001,39173,13157,20003,17095,30107,47015,23007,21165,46089,8051,26029,27151,39147,13267,48429,37117,30081,13317,53043,6081,39171,8009,16021,16007,39159,39035,48285,40105,13125,41059,46102,20117,22065,30105,13313,20203,46023,31027,53035,17111,30069,29033,53075,27147,31169,47033,19079,39165,13255,34019,29217,18121,19069,13035,8039,44001,48035,44005,39045,38069,17015,27125,41031,47021,46127,1051,13187,39083,19017,48175,37089,12061,48393,31049,36051,19141,48059,48379,20067,51105,35051,5043,31123,29015,5109,8077,29065,51185,42103,42115,48343,42125,50001,20103,26121,28049,48281,51107,29185,36025,30071,29129,53045,37127,51199,29159,30063,20019,48459,51047,40061,54069,54065,51165,18183,6093,46037,22071,1073,1127,29063,12039,13083,28033,51187,17047,47113,1111,37009,8033,39089,51683,5139,17071,1101,8005,21155,53057,28067,55021,37019,27029,51131,20163,18041,31079,31081,31115,30091,31063,72089,1007,28075,27011,27013,51091,51177,33017,13153,26041,5131,6087,13191,13207,29069,48483,13117,48409,28147,29137,26073,48341,45017,56035,21069,55019,45091,18001,22005,42119,51041,22001,42039,46123,19077,19183,46111,40051,54039,55109,42121,39153,13127,48479,37123,23003,28065,18175,48031,51025,47045,47053,51149,5075,38027,53053,16063,42071,55057,47151,46031,46053,37181,21033,45011,47039,18009,1055,16025,20155,47119,56015,55107,55133,21079,25021,18063,17077,45043,38041,49019,49045,51650,55011,51069,54041,27119,27127,47047,22089,5111,12045,47063,1021,48351,48219,13009,37175,37171,1031,39149,16027,30019,12073,40119,1039,18093,20069,21045,21169,21207,22011,23025,40025,21163,21179,21187,29155,31125,55078,48365,21011,48001,51033,19167,6021,29510,13111,46051,46091,53067,31107,35061,30079,19005,48061,48339,8071,48299,48319,37043,36071,36093,54059,20197,27055,21181,25023,36005,37055,39103,42005,34001,55071,55029,37047,39053,48441,51570,39031,31135,48205,8049,48249,19189,6079,1067,39175,48505,13177,21019,27019,31037,45025,47101,41067,51810,30057,51103,29013,33001,51159,2230,2105,53021,19093,20173,48453,12057,34021,31023,42129,12015,19029,39107,21115,44003,50025,50019,20085,22041,28155,25011,31031,30001,29143,5057,29029,51117,21233,40047,53059,26091,13123,27135,28089,48227,54099] + +var geom = new Uint8Array([123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,67,111,108,108,101,99,116,105,111,110,34,44,34,110,97,109,101,34,58,34,99,100,99,34,44,34,99,114,115,34,58,123,34,116,121,112,101,34,58,34,110,97,109,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,110,97,109,101,34,58,34,117,114,110,58,111,103,99,58,100,101,102,58,99,114,115,58,79,71,67,58,49,46,51,58,67,82,83,56,52,34,125,125,44,34,102,101,97,116,117,114,101,115,34,58,91,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,117,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,53,53,53,53,49,49,44,52,50,46,48,56,57,57,53,55,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,87,97,104,107,105,97,107,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,52,55,57,54,52,52,44,52,54,46,50,54,57,49,51,49,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,55,50,54,53,53,55,44,52,54,46,51,56,52,56,55,50,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,68,101,32,66,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,55,56,54,52,50,57,44,51,52,46,48,56,55,54,54,52,93,44,91,45,49,48,52,46,55,56,54,49,48,52,44,51,52,46,48,48,48,49,51,55,93,44,91,45,49,48,52,46,49,53,54,50,54,57,44,51,51,46,57,57,53,52,49,51,93,44,91,45,49,48,52,46,49,53,53,54,44,51,52,46,48,56,51,50,48,53,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,52,46,49,50,56,56,56,44,51,52,46,54,48,53,50,48,49,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,51,51,57,56,49,55,44,51,52,46,55,55,57,48,54,50,93,44,91,45,49,48,52,46,51,51,57,55,50,53,44,51,52,46,54,57,50,50,51,52,93,44,91,45,49,48,52,46,52,52,52,55,54,50,44,51,52,46,54,48,52,57,53,50,93,44,91,45,49,48,52,46,56,57,50,48,50,51,44,51,52,46,54,48,52,52,50,54,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,48,57,52,44,34,98,101,100,115,34,58,49,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,52,54,51,56,54,57,44,52,49,46,48,52,53,48,56,51,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,78,117,99,107,111,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,115,32,80,105,101,100,114,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,105,110,110,101,104,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,55,52,57,44,34,98,101,100,115,34,58,49,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,55,34,44,34,78,65,77,69,34,58,34,77,101,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,54,48,51,54,50,55,44,51,48,46,57,52,48,55,50,54,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,105,101,114,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,54,53,52,50,50,55,44,51,57,46,55,48,54,54,50,57,93,44,91,45,49,50,48,46,56,55,49,52,57,56,44,51,57,46,55,55,54,53,50,57,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,48,46,55,53,53,55,50,57,44,51,57,46,52,53,50,54,54,51,93,44,91,45,49,50,48,46,53,55,55,49,56,56,44,51,57,46,53,50,51,49,52,52,93,44,91,45,49,50,48,46,53,48,53,52,52,53,44,51,57,46,52,52,54,49,49,55,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,49,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,54,57,48,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,72,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,49,51,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,56,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,57,56,48,50,57,51,44,51,51,46,50,57,52,49,57,93,44,91,45,56,54,46,49,49,56,49,57,56,44,51,51,46,50,57,54,51,50,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,114,109,115,116,114,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,52,50,44,34,98,101,100,115,34,58,56,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,51,57,55,51,55,52,44,52,48,46,56,49,53,57,52,49,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,50,50,50,55,57,57,44,52,48,46,54,56,53,57,53,55,93,44,91,45,56,52,46,49,48,55,55,56,55,44,52,48,46,54,52,51,48,54,57,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,52,46,49,48,57,53,49,54,44,52,48,46,57,48,52,55,51,93,44,91,45,56,52,46,49,48,57,53,56,54,44,52,48,46,56,54,48,57,57,52,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,77,99,68,117,102,102,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,53,51,53,55,55,57,44,51,51,46,51,53,55,52,54,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,52,51,54,56,49,52,44,51,51,46,53,52,57,54,53,56,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,53,57,54,44,34,98,101,100,115,34,58,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,49,57,49,57,54,52,44,52,51,46,53,53,52,57,57,54,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,54,48,48,55,51,44,52,51,46,51,56,48,54,54,54,93,44,91,45,56,57,46,53,57,57,51,53,55,44,52,51,46,53,53,56,48,52,49,93,44,91,45,56,57,46,55,50,55,55,56,56,44,52,51,46,53,54,57,52,55,56,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,52,49,56,52,48,56,44,51,53,46,55,49,54,48,52,54,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,50,46,48,56,53,52,56,53,44,51,53,46,57,54,53,57,52,51,93,44,91,45,57,50,46,49,51,57,49,48,52,44,51,54,46,49,49,50,50,50,49,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,87,97,108,108,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,55,46,55,52,55,51,50,55,44,52,53,46,56,54,49,48,55,50,93,44,91,45,49,49,55,46,55,56,55,54,50,51,44,52,53,46,54,56,57,53,54,55,93,44,91,45,49,49,55,46,54,52,51,52,57,52,44,52,53,46,51,51,54,56,55,93,44,91,45,49,49,55,46,53,50,50,50,52,57,44,52,53,46,50,54,55,55,51,49,93,44,91,45,49,49,55,46,52,55,54,54,56,52,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,50,54,54,48,48,54,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,53,53,55,54,50,49,44,52,53,46,53,48,51,52,57,53,93,44,91,45,49,49,54,46,52,54,51,54,51,53,44,52,53,46,54,48,50,55,56,53,93,44,91,45,49,49,54,46,53,57,52,50,49,44,52,53,46,55,55,57,48,56,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,56,57,54,44,34,98,101,100,115,34,58,51,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,49,56,48,52,50,52,44,52,48,46,54,48,55,55,54,57,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,50,57,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,54,53,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,97,103,117,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,54,46,56,57,55,56,51,52,44,51,55,46,57,54,55,56,57,49,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,53,56,54,51,55,52,44,51,55,46,55,52,55,56,48,57,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,53,54,48,51,49,49,44,51,55,46,57,53,49,56,56,54,93,44,91,45,49,48,53,46,54,56,54,56,51,56,44,51,56,46,49,54,54,56,52,53,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,55,46,48,48,48,54,48,49,44,51,56,46,52,50,53,54,49,57,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,49,57,57,49,51,54,44,51,53,46,53,53,57,56,52,52,93,44,91,45,55,57,46,49,49,55,48,57,54,44,51,53,46,54,50,56,49,54,52,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,57,57,53,48,53,57,44,51,53,46,54,49,48,49,51,53,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,52,50,54,56,53,53,44,52,49,46,54,55,55,56,54,52,93,44,91,45,49,49,49,46,52,52,50,57,52,57,44,52,49,46,53,51,49,51,54,53,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,50,57,52,56,56,54,44,52,49,46,51,50,57,57,54,57,93,44,91,45,49,49,49,46,50,50,53,56,50,51,44,52,49,46,49,57,49,48,49,55,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,49,51,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,48,53,50,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,44,91,45,56,49,46,52,56,55,56,52,50,44,52,49,46,53,55,48,48,53,49,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,50,57,52,54,54,57,44,52,49,46,54,52,48,56,56,57,93,44,91,45,56,49,46,49,48,49,52,50,50,44,52,49,46,54,52,49,52,53,55,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,48,48,57,56,50,55,44,52,50,46,50,53,49,54,48,50,93,44,91,45,56,49,46,50,52,57,56,51,51,44,52,50,46,50,49,54,52,49,53,93,44,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,55,53,34,44,34,78,65,77,69,34,58,34,83,97,108,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,49,57,44,34,98,101,100,115,34,58,51,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,56,48,46,48,57,51,54,55,53,44,51,55,46,50,56,50,53,48,50,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,57,55,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,51,52,53,51,54,50,44,51,55,46,48,50,54,56,49,56,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,49,57,48,55,51,56,44,51,55,46,50,50,55,55,56,51,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,53,52,54,44,34,98,101,100,115,34,58,49,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,51,56,50,50,53,53,44,51,53,46,48,52,52,55,51,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,53,46,48,50,51,54,44,51,53,46,49,50,53,48,55,51,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,79,116,101,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,52,53,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,51,55,54,53,56,53,44,51,50,46,57,53,56,48,53,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,53,46,51,53,52,48,49,44,51,50,46,53,49,56,55,55,54,93,44,91,45,49,48,53,46,51,53,50,53,49,51,44,51,50,46,57,54,50,48,48,55,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,53,46,51,49,55,51,55,54,44,51,51,46,51,48,53,57,55,55,93,44,91,45,49,48,53,46,55,50,53,57,53,55,44,51,51,46,51,48,52,56,51,52,93,44,91,45,49,48,53,46,55,50,55,49,55,49,44,51,51,46,51,57,48,54,51,51,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,97,116,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,56,46,48,48,48,54,48,50,44,51,51,46,52,55,56,48,49,52,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,55,46,55,49,54,51,48,49,44,51,52,46,50,53,57,56,53,54,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,101,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,56,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,48,49,57,49,52,53,44,51,50,46,50,56,53,50,52,93,44,91,45,56,56,46,48,48,55,48,55,55,44,51,50,46,49,56,53,51,49,51,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,55,46,54,50,52,48,48,53,44,51,50,46,49,51,50,51,52,53,93,44,91,45,56,55,46,53,50,49,57,52,54,44,51,50,46,49,51,50,56,49,54,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,55,50,56,55,52,52,44,51,50,46,52,56,48,57,49,56,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,56,46,48,51,49,54,50,51,44,51,50,46,52,51,51,54,49,93,44,91,45,56,56,46,48,52,54,51,51,53,44,51,50,46,51,55,55,48,56,55,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,49,48,46,53,52,49,54,51,52,44,52,50,46,50,55,55,52,57,49,93,44,91,45,49,49,48,46,53,57,48,49,51,49,44,52,50,46,52,52,56,52,51,53,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,56,49,51,57,57,51,44,52,51,46,50,51,53,49,55,56,93,44,91,45,49,49,48,46,56,49,51,57,57,54,44,52,51,46,51,49,51,57,52,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,56,53,51,55,53,55,44,50,56,46,54,51,53,49,57,57,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,54,46,55,55,56,54,51,52,44,50,56,46,52,48,52,50,53,57,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,54,46,56,51,48,56,54,49,44,50,56,46,49,48,56,93,44,91,45,57,54,46,56,49,53,57,48,53,44,50,56,46,48,50,50,56,51,53,93,44,91,45,57,54,46,54,49,56,55,56,53,44,50,56,46,49,54,57,53,50,50,93,44,91,45,57,54,46,51,57,53,49,57,56,44,50,56,46,50,55,57,55,51,54,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,51,53,34,44,34,78,65,77,69,34,58,34,80,111,113,117,111,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,51,51,48,52,51,53,44,51,55,46,49,57,48,57,56,52,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,111,99,97,104,111,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,51,51,48,50,54,55,44,51,56,46,51,51,53,55,53,56,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,51,54,51,50,57,53,44,51,56,46,49,49,52,51,51,49,93,44,91,45,56,48,46,50,54,52,54,53,51,44,51,56,46,48,52,54,54,49,54,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,55,57,46,56,57,55,51,51,53,44,51,56,46,49,57,51,51,56,49,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,54,56,57,54,54,55,44,51,56,46,52,51,49,52,54,50,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,55,57,56,50,56,51,44,51,56,46,55,48,51,50,49,49,93,44,91,45,55,57,46,56,54,51,50,53,44,51,56,46,53,53,48,56,50,93,44,91,45,56,48,46,48,50,57,50,48,56,44,51,56,46,52,53,57,49,56,52,93,44,91,45,56,48,46,49,49,54,57,50,44,51,56,46,52,55,51,57,53,51,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,57,52,54,56,48,50,44,51,51,46,57,57,48,56,57,51,93,44,91,45,57,56,46,48,56,52,52,51,53,44,51,52,46,48,48,50,56,57,51,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,51,54,52,48,50,51,44,51,52,46,49,53,55,49,48,57,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,97,109,101,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,49,53,51,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,55,52,49,48,49,55,44,51,55,46,50,54,53,57,56,52,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,75,101,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,49,46,50,55,48,51,56,49,44,52,49,46,48,52,55,51,57,50,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,50,46,48,53,53,50,53,54,44,52,49,46,51,57,53,49,54,50,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,104,101,108,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,108,99,97,115,105,101,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,49,56,50,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,49,50,56,52,55,53,44,51,48,46,48,53,50,53,56,55,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,51,46,48,51,48,57,53,53,44,51,48,46,51,55,57,51,57,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,55,54,52,50,53,50,44,51,48,46,51,51,48,50,50,57,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,55,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,54,50,56,50,56,56,44,51,50,46,55,53,57,54,54,57,93,44,91,45,57,50,46,52,49,53,48,53,44,51,50,46,54,55,48,48,53,54,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,50,55,50,51,49,51,44,51,50,46,53,56,48,57,55,53,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,83,101,113,117,111,121,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,53,57,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,53,46,49,51,50,50,55,49,44,51,53,46,53,50,54,48,53,53,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,52,46,54,54,56,55,57,54,44,51,53,46,50,57,53,48,50,57,93,44,91,45,57,52,46,52,57,53,50,53,49,44,51,53,46,51,48,49,50,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,48,48,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,55,56,53,52,55,49,44,51,52,46,54,50,52,53,56,52,93,44,91,45,56,54,46,48,48,51,56,52,44,51,52,46,52,56,48,48,51,49,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,49,49,48,51,54,50,44,51,52,46,52,50,55,55,57,55,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,53,46,54,51,54,54,52,53,44,51,52,46,51,54,54,54,50,50,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,116,101,117,98,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,50,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,54,53,57,57,49,55,44,52,50,46,53,56,48,52,48,57,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,55,46,48,57,57,54,53,55,44,52,50,46,50,55,50,51,53,54,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,55,46,49,52,51,55,57,53,44,52,50,46,53,55,54,56,54,57,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,111,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,52,48,48,50,54,57,44,52,49,46,52,51,54,49,52,53,93,44,91,45,55,57,46,50,48,55,49,57,54,44,52,49,46,52,51,48,57,50,50,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,57,46,48,57,51,53,56,56,44,52,49,46,52,50,51,50,56,54,93,44,91,45,55,56,46,57,55,54,54,53,56,44,52,49,46,52,53,49,55,54,49,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,84,97,110,103,105,112,97,104,111,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,53,48,52,44,34,98,101,100,115,34,58,53,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,53,54,54,57,48,54,44,51,48,46,52,56,55,48,54,93,44,91,45,57,48,46,52,55,55,56,44,51,48,46,51,53,54,52,52,55,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,51,48,48,57,50,51,44,51,48,46,50,57,52,54,56,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,50,52,51,54,52,57,44,51,48,46,51,54,49,53,56,49,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,57,48,46,51,52,54,55,49,44,51,48,46,57,48,53,52,50,55,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,83,116,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,48,49,50,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,52,54,55,48,53,51,44,51,56,46,51,49,56,54,54,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,52,55,54,56,52,55,44,51,56,46,53,57,50,50,56,54,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,101,110,111,109,105,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,54,57,54,57,52,54,44,52,53,46,56,57,56,56,52,50,93,44,91,45,56,55,46,54,57,55,49,53,57,44,52,53,46,55,50,50,57,54,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,55,46,55,55,52,54,56,50,44,52,53,46,54,48,50,48,50,52,93,44,91,45,56,55,46,55,57,50,55,54,57,44,52,53,46,52,57,57,57,54,55,93,44,91,45,56,55,46,56,56,52,56,53,53,44,52,53,46,51,54,50,55,57,50,93,44,91,45,56,55,46,54,52,55,55,54,56,44,52,53,46,51,52,48,53,54,51,93,44,91,45,56,55,46,55,51,53,50,56,50,44,52,53,46,49,55,54,53,54,53,93,44,91,45,56,55,46,54,54,49,50,49,49,44,52,53,46,49,48,56,50,55,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,52,48,53,54,57,52,44,52,53,46,50,48,49,57,54,57,93,44,91,45,56,55,46,51,49,53,52,50,50,44,52,53,46,50,52,48,54,53,55,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,49,50,57,49,49,56,44,52,53,46,53,53,48,52,56,53,93,44,91,45,56,55,46,51,50,55,53,48,50,44,52,53,46,53,53,49,50,53,93,44,91,45,56,55,46,51,50,53,51,57,49,44,52,53,46,56,57,56,54,54,53,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,52,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,48,57,57,55,57,51,44,52,48,46,56,51,55,54,48,55,93,44,91,45,56,54,46,57,56,54,52,51,56,44,52,48,46,56,51,55,57,50,49,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,55,46,49,51,49,54,53,51,44,52,49,46,50,56,54,49,53,53,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,97,110,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,50,46,48,57,50,55,50,44,51,49,46,50,55,54,49,49,57,93,44,91,45,56,50,46,49,57,52,56,50,52,44,51,49,46,50,48,55,53,57,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,50,48,56,55,51,50,44,51,49,46,49,55,48,57,51,56,93,44,91,45,56,50,46,50,48,56,50,54,50,44,51,49,46,48,56,52,55,54,56,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,48,54,48,56,55,44,51,49,46,48,55,53,56,48,57,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,48,52,52,49,49,51,44,51,50,46,57,52,55,56,55,52,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,116,101,117,98,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,49,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,48,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,48,51,49,57,55,54,44,51,48,46,48,50,56,48,49,51,93,44,91,45,57,51,46,56,54,48,49,54,57,44,50,57,46,57,55,55,51,57,55,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,53,55,54,50,56,54,44,51,57,46,53,52,52,53,52,55,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,53,57,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,50,46,55,56,49,48,51,57,44,52,50,46,49,57,57,55,52,57,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,51,55,53,48,50,50,44,52,50,46,52,50,48,56,49,57,93,44,91,45,55,50,46,56,55,49,49,51,54,44,52,50,46,52,56,52,48,52,49,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,54,46,48,54,57,57,53,55,44,51,54,46,56,48,53,55,56,51,93,44,91,45,56,54,46,48,55,48,50,57,51,44,51,54,46,56,55,56,49,56,56,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,109,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,55,54,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,54,46,51,53,56,48,57,57,44,51,56,46,48,56,53,56,49,55,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,49,55,54,54,44,34,98,101,100,115,34,58,54,50,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,49,46,49,53,55,48,51,54,44,52,50,46,51,51,48,51,57,93,44,91,45,55,49,46,49,54,52,55,48,50,44,52,50,46,51,48,51,56,51,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,48,46,56,57,52,50,57,50,44,52,50,46,51,55,50,51,57,57,93,44,91,45,55,48,46,55,50,57,50,49,50,44,52,50,46,51,55,51,56,52,56,93,44,91,45,55,48,46,54,55,53,54,57,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,53,56,55,50,51,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,52,56,48,55,50,44,52,50,46,52,48,53,54,50,56,93,44,91,45,55,48,46,57,50,52,53,57,51,44,52,50,46,51,56,54,55,57,56,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,49,46,57,51,52,51,53,55,44,52,51,46,55,54,54,49,54,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,50,46,49,53,54,51,55,44,52,51,46,57,55,49,50,52,55,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,54,57,52,55,52,52,44,52,52,46,48,53,56,52,54,52,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,71,111,110,122,97,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,54,55,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,55,46,50,48,52,48,56,55,44,50,57,46,53,56,48,54,49,51,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,53,57,55,55,52,51,44,50,57,46,54,51,48,55,49,56,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,52,52,52,49,52,52,44,51,53,46,50,54,50,54,52,54,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,54,57,48,52,49,53,44,51,53,46,50,56,54,48,55,53,93,44,91,45,56,53,46,55,52,48,49,49,51,44,51,53,46,50,49,53,50,57,53,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,51,56,50,50,53,53,44,51,53,46,48,52,52,55,51,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,108,112,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,49,50,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,50,46,52,48,56,55,49,55,44,52,52,46,56,53,56,49,52,55,93,44,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,54,55,57,49,54,53,44,51,54,46,57,56,48,57,49,52,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,56,48,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,52,52,57,51,54,44,51,53,46,56,50,49,53,53,57,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,50,50,50,53,50,52,44,51,53,46,56,55,55,51,54,52,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,51,53,54,54,49,57,44,51,54,46,48,52,53,56,57,51,93,44,91,45,56,53,46,53,48,55,54,55,55,44,51,54,46,48,56,50,48,49,50,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,70,97,110,110,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,55,53,44,34,98,101,100,115,34,58,51,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,57,52,54,48,51,44,51,51,46,56,53,57,51,51,56,93,44,91,45,57,54,46,49,52,57,50,50,55,44,51,51,46,56,51,55,48,57,49,93,44,91,45,57,54,46,49,55,57,56,52,54,44,51,51,46,55,53,57,54,49,56,93,44,91,45,57,54,46,50,57,48,51,53,57,44,51,51,46,55,55,48,56,51,49,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,111,110,105,112,104,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,49,49,53,49,56,57,44,51,57,46,54,53,50,53,52,57,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,53,46,48,56,53,48,48,51,44,51,57,46,56,54,49,56,56,51,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,53,34,44,34,78,65,77,69,34,58,34,75,101,114,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,51,54,53,44,34,98,101,100,115,34,58,51,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,49,55,54,57,56,56,44,50,57,46,56,57,53,48,54,51,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,57,46,51,48,48,57,56,56,44,51,48,46,49,51,52,50,57,56,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,54,56,57,56,55,57,44,51,48,46,48,55,51,57,52,56,93,44,91,45,57,57,46,54,57,49,50,49,53,44,50,57,46,57,48,56,53,56,50,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,101,114,110,97,110,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,54,57,54,44,34,98,101,100,115,34,58,53,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,44,91,45,56,50,46,50,53,51,52,51,57,44,50,56,46,52,51,52,56,50,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,52,49,56,51,53,51,44,50,56,46,54,57,52,56,53,57,93,44,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,44,91,45,56,50,46,55,50,55,51,57,50,44,50,56,46,53,57,53,53,56,55,93,44,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,107,117,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,50,52,55,54,55,51,44,51,48,46,51,48,51,52,57,51,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,54,54,57,50,53,56,44,51,48,46,49,50,53,50,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,52,46,51,50,53,49,57,56,44,50,57,46,57,53,56,48,53,93,44,91,45,56,52,46,50,54,52,55,51,53,44,50,57,46,57,55,56,48,54,49,93,44,91,45,56,52,46,48,55,53,52,53,53,44,51,48,46,48,51,52,54,50,54,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,97,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,53,56,44,34,98,101,100,115,34,58,49,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,51,57,55,53,48,52,44,51,48,46,51,50,53,51,53,52,93,44,91,45,56,53,46,57,57,57,56,57,51,44,51,48,46,50,49,51,48,57,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,56,54,54,56,49,56,44,51,48,46,52,56,55,54,51,55,93,44,91,45,56,53,46,57,49,53,50,57,55,44,51,48,46,54,51,54,52,50,55,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,54,46,48,51,55,53,57,49,44,51,48,46,55,48,52,53,55,50,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,107,97,115,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,55,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,57,46,49,51,55,56,55,54,44,51,51,46,56,49,50,49,52,52,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,56,46,57,51,49,49,55,54,44,51,51,46,56,49,50,51,55,52,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,48,34,44,34,78,65,77,69,34,58,34,75,101,116,99,104,105,107,97,110,32,71,97,116,101,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,50,50,53,57,55,57,44,53,53,46,53,54,53,56,49,50,93,44,91,45,49,51,50,46,48,51,55,48,48,54,44,53,53,46,52,54,53,50,52,54,93,44,91,45,49,51,49,46,57,52,49,51,54,52,44,53,53,46,51,49,50,56,50,54,93,44,91,45,49,51,49,46,56,53,53,48,48,51,44,53,53,46,48,56,56,54,49,53,93,44,91,45,49,51,49,46,54,56,53,51,55,55,44,53,53,46,49,49,52,52,53,56,93,44,91,45,49,51,49,46,54,48,57,50,53,51,44,53,53,46,50,56,50,48,49,51,93,44,91,45,49,51,49,46,52,56,54,55,53,54,44,53,53,46,50,55,54,49,56,51,93,44,91,45,49,51,49,46,50,51,57,53,53,52,44,53,53,46,49,54,57,54,56,51,93,44,91,45,49,51,49,46,51,51,54,57,56,51,44,53,52,46,57,57,53,53,51,52,93,44,91,45,49,51,49,46,53,49,48,54,54,44,53,53,46,48,49,54,51,54,54,93,44,91,45,49,51,49,46,55,57,52,50,56,55,44,53,52,46,57,52,52,48,49,55,93,44,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,44,91,45,49,51,49,46,50,48,51,48,55,52,44,53,52,46,54,57,49,51,49,55,93,44,91,45,49,51,48,46,55,50,54,53,57,53,44,53,52,46,54,54,57,57,50,51,93,44,91,45,49,51,48,46,51,52,52,53,51,55,44,53,52,46,57,49,56,56,49,51,93,44,91,45,49,51,48,46,49,56,55,53,54,50,44,53,53,46,48,54,50,56,52,49,93,44,91,45,49,51,48,46,49,48,50,56,52,50,44,53,53,46,49,57,50,54,48,50,93,44,91,45,49,50,57,46,57,55,52,49,54,55,44,53,53,46,50,56,49,57,49,57,93,44,91,45,49,51,48,46,49,50,55,57,48,52,44,53,53,46,53,56,49,48,51,53,93,44,91,45,49,51,48,46,49,53,49,53,55,55,44,53,53,46,55,54,55,52,50,56,93,44,91,45,49,51,48,46,51,56,56,54,48,54,44,53,53,46,57,52,51,49,55,57,93,44,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,44,91,45,49,51,48,46,52,50,54,48,48,54,44,53,54,46,49,52,49,53,54,49,93,44,91,45,49,51,48,46,52,54,55,56,55,44,53,54,46,50,52,51,48,53,51,93,44,91,45,49,51,48,46,54,50,51,51,48,56,44,53,54,46,50,54,54,56,55,56,93,44,91,45,49,51,48,46,55,56,49,57,56,49,44,53,54,46,51,54,54,56,52,52,93,44,91,45,49,51,49,46,48,56,55,51,52,57,44,53,54,46,52,48,54,48,48,53,93,44,91,45,49,51,49,46,48,49,53,57,55,49,44,53,54,46,50,52,57,56,54,49,93,44,91,45,49,51,49,46,50,53,51,51,53,56,44,53,54,46,50,48,54,56,53,93,44,91,45,49,51,49,46,52,51,57,57,53,55,44,53,54,46,49,51,49,48,56,51,93,44,91,45,49,51,49,46,51,55,57,57,56,55,44,53,54,46,48,49,51,52,49,57,93,44,91,45,49,51,49,46,56,51,51,49,56,50,44,53,54,46,48,53,51,53,49,50,93,44,91,45,49,51,49,46,57,51,53,54,51,53,44,53,53,46,55,57,56,52,51,49,93,44,91,45,49,51,50,46,48,57,49,49,55,56,44,53,53,46,54,54,48,55,48,51,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,49,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,101,112,117,98,108,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,54,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,86,111,108,117,115,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,54,51,52,44,34,98,101,100,115,34,58,49,52,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,53,51,50,53,55,54,44,50,57,46,49,55,55,54,49,53,93,44,91,45,56,49,46,53,48,50,48,53,53,44,50,57,46,48,57,55,56,48,50,93,44,91,45,56,49,46,51,53,52,53,53,52,44,50,56,46,57,56,52,51,55,53,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,51,50,48,52,55,51,44,50,56,46,56,51,52,53,51,93,44,91,45,56,49,46,49,48,53,55,53,44,50,56,46,56,50,56,53,52,49,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,48,46,57,54,55,56,57,53,44,50,56,46,55,57,48,49,57,55,93,44,91,45,56,48,46,54,54,51,52,54,49,44,50,56,46,55,57,48,53,56,56,93,44,91,45,56,48,46,57,48,54,56,51,54,44,50,57,46,49,52,52,55,48,54,93,44,91,45,56,49,46,48,52,53,55,48,54,44,50,57,46,52,51,50,52,54,50,93,44,91,45,56,49,46,49,53,53,56,56,49,44,50,57,46,52,49,48,57,53,52,93,44,91,45,56,49,46,49,53,48,48,56,49,44,50,57,46,50,54,53,57,53,55,93,44,91,45,56,49,46,52,49,55,50,57,44,50,57,46,50,54,49,49,53,54,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,110,97,100,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,55,49,48,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,55,46,57,53,53,49,50,52,44,51,53,46,51,52,54,48,52,56,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,56,46,51,49,51,49,53,51,44,51,53,46,55,50,53,49,54,49,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,51,48,54,51,50,54,44,51,53,46,51,55,55,50,51,57,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,81,117,101,98,114,97,100,105,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,44,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,50,52,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,49,56,48,53,52,56,44,51,52,46,52,51,53,57,57,54,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,53,46,48,56,54,55,54,49,44,51,52,46,52,48,49,50,54,52,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,67,104,117,114,99,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,49,48,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,48,55,55,57,56,56,44,51,57,46,55,50,50,52,52,49,93,44,91,45,49,49,57,46,49,49,56,49,57,51,44,51,57,46,51,56,56,53,49,54,93,44,91,45,49,49,56,46,55,53,52,48,49,52,44,51,57,46,49,49,50,48,50,51,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,55,49,57,57,53,44,51,57,46,50,51,54,56,50,49,93,44,91,45,49,49,55,46,55,54,51,48,52,54,44,51,57,46,51,53,50,56,51,93,44,91,45,49,49,55,46,54,52,54,48,49,49,44,51,57,46,52,50,54,54,48,50,93,44,91,45,49,49,55,46,53,56,55,49,52,44,51,57,46,53,49,56,53,50,49,93,44,91,45,49,49,55,46,52,56,53,51,51,54,44,51,57,46,53,52,53,51,50,50,93,44,91,45,49,49,55,46,52,57,53,51,52,52,44,51,57,46,55,52,56,51,54,52,93,44,91,45,49,49,55,46,52,54,49,51,52,44,51,57,46,56,54,55,56,49,56,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,56,46,53,48,48,57,55,57,44,51,57,46,57,57,56,54,55,54,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,49,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,50,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,49,46,51,53,57,56,55,51,44,52,48,46,54,48,49,56,48,53,93,44,91,45,57,49,46,51,55,53,55,49,50,44,52,48,46,51,57,49,57,50,53,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,117,116,99,104,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,49,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,114,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,56,50,55,53,53,53,44,52,52,46,53,54,50,55,57,51,93,44,91,45,49,50,48,46,56,50,54,56,57,57,44,52,52,46,52,55,54,52,57,57,93,44,91,45,49,50,48,46,57,56,56,56,50,52,44,52,52,46,52,55,54,52,56,52,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,49,46,49,48,50,55,55,51,44,52,52,46,49,51,56,49,50,53,93,44,91,45,49,50,48,46,57,56,55,50,55,49,44,52,52,46,49,51,52,48,50,54,93,44,91,45,49,50,48,46,57,56,54,53,56,55,44,52,51,46,57,54,48,56,53,50,93,44,91,45,49,50,48,46,55,52,56,50,52,57,44,52,51,46,57,53,55,51,49,93,44,91,45,49,50,48,46,55,52,55,56,52,56,44,52,51,46,56,55,49,51,51,49,93,44,91,45,49,50,48,46,51,55,56,55,52,44,52,51,46,56,55,50,51,54,50,93,44,91,45,49,50,48,46,51,55,56,49,48,55,44,52,51,46,55,56,53,52,50,57,93,44,91,45,49,50,48,46,50,53,55,55,55,55,44,52,51,46,54,57,56,55,54,50,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,49,57,46,55,55,55,53,50,56,44,52,51,46,54,57,55,57,53,55,93,44,91,45,49,49,57,46,55,55,53,52,48,50,44,52,51,46,57,53,57,48,56,54,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,56,57,57,48,48,50,44,52,52,46,51,48,54,54,50,93,44,91,45,49,49,57,46,56,57,57,50,56,51,44,52,52,46,51,56,57,53,55,53,93,44,91,45,49,50,48,46,48,50,49,54,50,49,44,52,52,46,52,51,56,55,57,51,93,44,91,45,49,50,48,46,51,56,54,48,55,52,44,52,52,46,52,51,54,48,56,51,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,53,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,50,46,55,52,55,51,54,44,52,52,46,55,56,54,49,55,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,53,51,50,54,51,56,44,52,52,46,56,51,51,51,52,54,93,44,91,45,55,50,46,53,53,52,51,54,44,52,53,46,48,48,56,50,55,49,93,44,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,97,114,113,117,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,57,51,57,44,34,98,101,100,115,34,58,50,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,48,52,52,55,48,57,44,52,54,46,55,54,53,51,53,51,93,44,91,45,56,56,46,49,49,53,56,52,51,44,52,54,46,54,55,56,51,56,49,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,55,46,54,49,53,53,57,55,44,52,54,46,50,52,54,54,53,51,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,50,52,50,56,56,53,44,52,53,46,57,56,53,49,49,55,93,44,91,45,56,55,46,50,52,49,53,48,54,44,52,54,46,49,53,57,49,48,51,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,56,46,48,52,54,54,49,52,44,52,55,46,50,49,56,54,57,54,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,51,54,56,44,34,98,101,100,115,34,58,55,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,55,51,57,49,50,44,52,49,46,52,51,56,50,57,52,93,44,91,45,55,50,46,54,53,52,49,57,51,44,52,49,46,52,51,56,50,53,54,93,44,91,45,55,50,46,53,50,55,57,48,50,44,52,49,46,50,53,48,49,49,53,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,50,46,51,56,52,56,51,51,44,52,49,46,51,56,53,49,57,93,44,91,45,55,50,46,51,48,53,53,51,49,44,52,49,46,52,51,54,50,56,50,93,44,91,45,55,50,46,51,50,51,51,57,52,44,52,49,46,53,51,52,50,53,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,53,48,53,52,51,49,44,52,49,46,54,52,54,57,57,57,93,44,91,45,55,50,46,55,49,51,56,57,55,44,52,49,46,54,50,55,55,48,53,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,54,52,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,50,49,51,55,51,44,51,54,46,48,50,54,56,48,56,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,51,56,53,55,56,52,44,51,53,46,56,53,52,53,56,55,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,50,48,57,53,48,57,44,51,53,46,53,56,49,57,53,49,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,51,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,51,46,51,54,52,56,48,56,44,51,57,46,55,48,51,56,48,51,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,84,105,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,54,46,57,54,48,52,55,57,44,52,49,46,53,53,49,51,55,49,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,55,50,50,50,51,49,44,52,50,46,53,50,52,54,53,50,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,52,48,55,57,57,56,44,52,50,46,51,51,55,52,48,56,93,44,91,45,57,54,46,51,56,48,55,48,53,44,52,50,46,52,52,54,51,57,51,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,101,101,108,97,110,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,53,46,54,49,56,48,51,51,44,52,52,46,55,55,52,53,53,55,93,44,91,45,56,53,46,53,53,48,52,53,53,44,52,53,46,48,53,49,48,55,51,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,54,50,53,48,55,54,44,52,53,46,52,53,52,54,48,50,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,50,53,48,49,44,52,53,46,50,51,53,55,51,53,93,44,91,45,56,54,46,52,57,57,57,51,44,52,53,46,48,56,48,56,93,44,91,45,56,54,46,54,56,54,50,56,56,44,52,52,46,56,56,49,48,48,50,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,83,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,54,46,57,56,54,54,49,44,51,55,46,48,52,57,54,57,55,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,55,49,49,55,55,53,44,51,55,46,48,53,53,51,56,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,49,34,44,34,78,65,77,69,34,58,34,82,101,102,117,103,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,51,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,51,49,57,49,57,57,44,50,56,46,49,50,53,57,53,56,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,49,52,52,57,49,54,44,50,56,46,49,48,50,54,50,50,93,44,91,45,57,55,46,48,50,51,53,56,54,44,50,56,46,49,56,55,54,53,55,93,44,91,45,57,55,46,49,50,51,48,55,50,44,50,56,46,50,55,50,56,49,55,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,54,46,55,55,56,54,51,52,44,50,56,46,52,48,52,50,53,57,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,57,52,44,34,98,101,100,115,34,58,55,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,51,51,50,48,56,57,44,51,57,46,53,52,56,56,48,51,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,51,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,54,48,51,48,56,54,44,51,49,46,55,55,50,48,48,49,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,44,91,45,56,52,46,50,54,50,51,52,57,44,51,49,46,56,50,56,52,56,56,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,54,54,54,44,34,98,101,100,115,34,58,53,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,52,53,55,55,50,54,44,51,51,46,54,52,56,56,54,54,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,51,56,55,55,48,56,44,51,51,46,52,55,55,49,51,57,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,50,57,52,54,56,44,51,51,46,52,51,53,55,49,53,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,55,54,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,48,57,46,55,53,52,55,49,55,44,52,51,46,52,54,51,50,93,44,91,45,49,48,57,46,54,57,50,55,49,54,44,52,51,46,50,54,53,48,51,93,44,91,45,49,48,57,46,53,53,50,53,55,57,44,52,51,46,48,49,50,53,51,56,93,44,91,45,49,48,57,46,51,55,48,54,53,56,44,52,50,46,57,52,53,55,50,56,93,44,91,45,49,48,57,46,50,49,52,54,48,50,44,52,50,46,55,54,49,55,57,53,93,44,91,45,49,48,57,46,48,55,50,56,53,49,44,52,50,46,54,57,51,53,49,52,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,55,46,53,52,51,53,50,54,44,52,50,46,55,56,49,53,53,56,93,44,91,45,49,48,55,46,53,48,49,52,50,53,44,52,50,46,55,56,49,52,53,56,93,44,91,45,49,48,55,46,53,49,55,48,51,49,44,52,51,46,52,55,50,54,53,57,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,57,53,49,51,55,44,52,51,46,52,55,50,50,55,57,93,44,91,45,49,48,56,46,51,51,55,56,54,49,44,52,51,46,52,53,57,55,54,53,93,44,91,45,49,48,56,46,54,57,53,48,55,50,44,52,51,46,53,51,50,50,53,53,93,44,91,45,49,48,56,46,54,57,52,54,55,50,44,52,51,46,53,55,53,55,53,53,93,44,91,45,49,48,56,46,57,51,52,49,52,49,44,52,51,46,54,49,57,49,54,51,93,44,91,45,49,48,57,46,49,55,49,54,51,56,44,52,51,46,54,49,57,55,54,52,93,44,91,45,49,48,57,46,49,55,49,52,52,56,44,52,51,46,54,57,57,49,57,56,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,52,52,50,51,54,49,44,52,51,46,57,51,48,52,51,52,93,44,91,45,49,48,57,46,53,52,50,51,51,50,44,52,51,46,57,54,49,51,53,50,93,44,91,45,49,48,57,46,55,56,57,57,44,52,51,46,56,48,51,50,53,50,93,44,91,45,49,48,57,46,56,56,49,57,44,52,51,46,57,52,57,48,55,54,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,50,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,52,51,54,56,49,52,44,51,51,46,53,52,57,54,53,56,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,51,50,57,48,52,57,44,51,51,46,54,57,55,54,55,54,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,101,100,103,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,48,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,117,115,115,101,108,115,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,57,46,48,48,57,57,56,50,44,52,54,46,54,50,49,49,55,50,93,44,91,45,49,48,56,46,57,48,52,57,48,52,44,52,54,46,53,55,54,57,48,56,93,44,91,45,49,48,56,46,56,54,50,50,55,55,44,52,54,46,51,54,52,53,56,54,93,44,91,45,49,48,56,46,55,55,57,50,55,50,44,52,54,46,50,55,55,51,57,56,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,52,48,52,55,57,53,44,52,54,46,49,51,50,57,53,50,93,44,91,45,49,48,56,46,52,48,52,56,53,54,44,52,54,46,50,51,53,57,54,93,44,91,45,49,48,56,46,51,50,48,56,49,50,44,52,54,46,50,54,51,57,57,55,93,44,91,45,49,48,56,46,48,50,57,51,54,51,44,52,54,46,50,54,52,48,53,53,93,44,91,45,49,48,55,46,57,50,56,53,52,55,44,52,54,46,51,57,53,50,56,52,93,44,91,45,49,48,55,46,55,56,50,48,56,55,44,52,54,46,51,57,53,49,56,50,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,97,117,112,104,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,53,49,53,44,34,98,101,100,115,34,58,54,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,57,52,57,51,57,55,44,52,48,46,52,54,57,48,51,55,93,44,91,45,55,55,46,48,50,56,54,52,53,44,52,48,46,51,57,49,49,57,55,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,54,55,56,48,52,44,52,48,46,52,55,52,55,49,55,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,111,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,54,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,49,46,57,48,48,50,50,50,44,51,56,46,51,57,56,53,55,50,93,44,91,45,56,49,46,55,50,53,56,48,49,44,51,56,46,52,54,54,54,50,93,44,91,45,56,49,46,55,53,48,53,52,55,44,51,56,46,53,57,49,48,49,52,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,57,53,53,55,57,49,44,51,56,46,54,53,55,51,53,53,93,44,91,45,56,50,46,48,54,52,53,54,50,44,51,56,46,54,48,55,57,56,53,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,50,57,56,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,54,52,48,54,52,51,44,52,48,46,57,54,53,51,51,56,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,56,51,48,48,53,55,44,52,49,46,50,56,55,50,93,44,91,45,55,52,46,56,56,50,49,51,57,44,52,49,46,49,56,48,56,51,54,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,52,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,54,46,55,54,55,51,53,50,44,51,56,46,48,53,54,57,50,52,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,53,48,55,48,56,57,44,51,55,46,57,50,57,57,49,55,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,53,54,44,34,98,101,100,115,34,58,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,50,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,56,46,57,53,52,54,51,52,44,52,50,46,56,57,52,48,55,55,93,44,91,45,57,56,46,55,49,48,48,52,56,44,52,50,46,56,48,51,52,56,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,32,76,97,99,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,50,56,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,51,46,56,49,48,51,50,49,44,52,53,46,57,56,51,48,56,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,53,49,56,48,56,44,52,53,46,57,56,49,55,56,57,93,44,91,45,57,51,46,52,51,50,52,57,50,44,52,53,46,57,56,49,51,57,56,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,52,51,48,54,52,56,44,52,54,46,50,52,54,52,49,50,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,87,97,108,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,50,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,49,49,54,53,55,44,52,56,46,50,55,57,54,54,49,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,50,46,48,50,52,50,49,57,44,51,57,46,55,50,52,54,56,54,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,48,53,53,55,55,57,44,51,57,46,52,54,48,48,53,51,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,49,46,55,48,56,53,50,55,44,51,57,46,52,56,48,55,55,53,93,44,91,45,56,49,46,54,56,56,56,56,52,44,51,57,46,53,57,48,53,49,49,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,111,114,116,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,54,52,52,44,34,98,101,100,115,34,58,51,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,48,48,49,54,57,53,44,52,48,46,57,56,55,55,56,51,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,85,105,110,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,57,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,48,52,54,56,49,53,44,52,48,46,57,57,55,56,55,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,48,52,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,56,46,55,56,54,55,48,53,44,52,48,46,57,54,48,56,53,93,44,91,45,49,49,56,46,55,56,54,55,51,56,44,52,48,46,56,53,53,57,50,57,93,44,91,45,49,49,55,46,54,52,52,50,50,44,52,48,46,56,53,55,56,50,52,93,44,91,45,49,49,55,46,54,52,52,51,57,57,44,52,48,46,54,56,52,51,52,51,93,44,91,45,49,49,55,46,51,48,57,52,52,49,44,52,48,46,54,56,51,53,51,55,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,50,52,54,55,56,56,44,52,48,46,54,52,50,52,52,53,93,44,91,45,49,49,55,46,48,49,56,54,54,52,44,52,48,46,54,52,51,48,51,53,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,57,46,51,50,57,55,57,49,44,52,48,46,57,54,48,51,57,52,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,55,34,44,34,78,65,77,69,34,58,34,74,105,109,32,72,111,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,52,49,55,56,56,51,44,50,55,46,48,53,53,50,56,53,93,44,91,45,57,56,46,52,54,54,53,52,50,44,50,55,46,48,53,52,55,49,49,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,53,53,50,54,49,55,44,50,55,46,51,53,57,49,48,49,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,55,57,56,48,56,55,44,50,55,46,50,54,56,48,49,50,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,108,97,99,107,97,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,55,56,56,44,34,98,101,100,115,34,58,54,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,55,52,51,55,52,49,44,52,53,46,51,51,50,48,54,55,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,50,46,55,52,57,55,57,51,44,52,53,46,49,57,53,50,52,50,93,44,91,45,49,50,50,46,55,56,56,53,53,52,44,52,53,46,49,51,48,49,55,54,93,44,91,45,49,50,50,46,53,57,53,53,50,51,44,52,53,46,48,49,57,54,55,57,93,44,91,45,49,50,50,46,53,48,56,49,48,54,44,52,52,46,57,49,57,53,57,57,93,44,91,45,49,50,50,46,52,48,49,48,50,49,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,56,48,53,54,54,55,44,52,53,46,48,48,54,49,50,52,93,44,91,45,49,50,49,46,54,53,50,48,49,56,44,52,53,46,48,56,54,55,48,54,93,44,91,45,49,50,49,46,55,52,56,52,56,53,44,52,53,46,50,48,52,52,52,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,55,48,48,52,55,51,44,52,53,46,51,55,56,53,51,49,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,50,46,54,52,49,53,56,44,52,53,46,52,54,49,52,56,50,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,54,51,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,50,53,52,54,54,56,44,51,52,46,51,53,53,52,56,49,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,52,46,48,49,56,49,54,56,44,51,52,46,54,57,50,52,54,57,93,44,91,45,57,52,46,51,49,55,54,53,57,44,51,52,46,54,57,55,52,48,56,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,56,48,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,49,50,50,51,52,55,44,51,50,46,53,48,53,57,50,49,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,51,46,57,53,56,56,49,55,44,51,50,46,50,53,50,49,48,53,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,44,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,52,46,55,50,48,55,50,55,44,51,53,46,57,57,52,57,49,52,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,52,52,54,48,53,52,44,51,53,46,57,56,53,57,56,52,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,53,54,56,55,52,49,44,51,54,46,50,51,55,48,55,55,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,56,54,54,49,48,52,44,51,54,46,50,57,50,57,50,56,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,48,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,54,56,48,54,56,56,44,52,51,46,51,55,51,49,53,55,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,87,111,114,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,54,52,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,53,52,53,56,57,56,44,51,56,46,49,55,56,55,52,93,44,91,45,55,53,46,53,52,53,56,48,54,44,51,56,46,48,56,54,55,52,57,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,49,54,54,52,51,53,44,51,56,46,48,50,55,56,51,52,93,44,91,45,55,52,46,57,57,57,54,50,53,44,51,56,46,51,55,49,54,54,56,93,44,91,45,55,52,46,57,56,54,50,56,50,44,51,56,46,52,53,49,54,51,50,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,53,46,51,48,55,48,49,49,44,51,56,46,51,53,52,55,54,93,44,91,45,55,53,46,51,54,52,54,52,49,44,51,56,46,50,57,48,51,53,57,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,55,46,57,52,51,48,51,52,44,51,56,46,52,52,57,50,49,54,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,56,53,49,49,51,44,51,56,46,50,55,53,49,50,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,117,110,116,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,55,56,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,51,51,52,54,54,55,44,52,48,46,54,53,52,52,49,51,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,53,49,55,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,52,53,57,57,48,54,44,51,56,46,51,55,56,57,57,53,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,51,49,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,53,46,57,51,57,53,50,53,44,52,48,46,54,53,48,57,57,49,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,48,49,54,44,34,98,101,100,115,34,58,49,54,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,57,53,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,52,54,55,49,48,56,44,52,49,46,52,55,54,52,53,57,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,51,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,49,46,51,48,51,53,49,52,44,52,54,46,49,48,53,53,48,51,93,44,91,45,49,48,49,46,52,57,54,52,50,51,44,52,54,46,48,50,51,55,50,56,93,44,91,45,49,48,49,46,54,55,55,54,49,50,44,52,54,46,48,49,50,56,55,49,93,44,91,45,49,48,49,46,56,54,49,56,50,44,52,54,46,48,54,52,55,57,52,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,48,46,54,50,57,49,52,53,44,52,54,46,49,52,53,54,48,56,93,44,91,45,49,48,48,46,53,53,56,53,52,57,44,52,54,46,50,52,57,57,57,51,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,56,49,52,56,55,51,44,52,54,46,51,56,52,55,48,49,93,44,91,45,49,48,48,46,57,49,56,57,53,44,52,54,46,51,57,52,57,56,51,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,68,105,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,105,108,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,50,54,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,48,46,56,54,48,50,55,52,44,51,52,46,54,57,53,56,52,55,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,99,32,113,117,105,32,80,97,114,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,51,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,53,46,56,52,57,48,48,57,44,52,52,46,56,48,53,51,52,55,93,44,91,45,57,53,46,56,52,55,52,53,50,44,52,52,46,56,57,49,55,57,57,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,50,56,51,49,57,53,44,52,53,46,50,52,54,51,57,49,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,51,51,54,44,34,98,101,100,115,34,58,49,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,50,46,48,51,48,52,56,51,44,52,49,46,56,49,48,48,52,55,93,44,91,45,49,49,50,46,48,53,49,55,51,55,44,52,49,46,54,57,57,53,53,50,93,44,91,45,49,49,49,46,57,57,54,54,48,54,44,52,49,46,53,53,55,53,55,50,93,44,91,45,49,49,49,46,57,49,54,53,51,52,44,52,49,46,53,51,56,53,53,52,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,49,46,55,50,54,49,56,49,44,52,49,46,51,55,53,57,56,54,93,44,91,45,49,49,49,46,54,54,54,53,55,54,44,52,49,46,52,50,56,56,51,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,52,52,50,57,52,57,44,52,49,46,53,51,49,51,54,53,93,44,91,45,49,49,49,46,52,50,54,56,53,53,44,52,49,46,54,55,55,56,54,52,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,54,50,50,53,51,55,44,52,52,46,54,49,54,48,53,52,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,49,51,53,51,44,52,52,46,53,51,57,53,56,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,52,49,53,54,48,51,44,51,49,46,48,49,51,53,57,93,44,91,45,56,50,46,52,50,48,52,52,50,44,51,48,46,55,57,53,50,50,57,93,44,91,45,56,50,46,49,52,57,56,55,50,44,51,48,46,55,56,52,51,51,54,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,50,49,48,55,51,51,44,51,48,46,52,50,53,54,52,93,44,91,45,56,50,46,49,55,48,49,57,55,44,51,48,46,51,53,56,57,55,50,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,48,48,53,56,49,44,51,48,46,53,54,53,51,53,56,93,44,91,45,56,50,46,48,51,57,55,57,53,44,51,48,46,55,52,55,50,57,55,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,50,46,48,54,48,56,55,44,51,49,46,48,55,53,56,48,57,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,52,46,57,55,56,54,56,51,44,51,51,46,57,53,49,51,57,51,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,50,49,57,44,34,98,101,100,115,34,58,51,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,53,55,52,53,48,50,44,52,48,46,54,49,54,53,53,93,44,91,45,56,56,46,53,56,52,50,55,50,44,52,48,46,55,53,55,54,48,56,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,57,56,52,55,50,50,44,52,48,46,54,54,52,57,53,51,93,44,91,45,56,57,46,49,51,51,55,53,50,44,52,48,46,53,57,54,55,51,52,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,114,111,115,99,111,103,103,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,52,52,52,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,51,51,52,48,57,52,44,52,52,46,50,49,48,55,53,51,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,51,49,53,51,55,52,44,52,52,46,48,51,55,56,48,55,93,44,91,45,55,48,46,49,49,53,56,54,44,52,51,46,57,48,54,55,49,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,55,48,46,48,55,53,55,52,55,44,52,52,46,50,48,54,49,54,56,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,75,111,111,116,101,110,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,54,48,53,44,34,98,101,100,115,34,58,52,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,54,46,54,50,57,48,53,57,44,52,55,46,51,55,49,52,51,56,93,44,91,45,49,49,54,46,53,56,54,53,52,57,44,52,55,46,52,49,52,54,57,53,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,53,48,53,49,48,52,44,52,55,46,56,57,48,49,52,50,93,44,91,45,49,49,54,46,53,48,52,51,50,57,44,52,55,46,57,57,49,51,56,54,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,49,53,55,52,44,34,98,101,100,115,34,58,54,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,56,57,53,55,53,51,44,51,54,46,49,55,50,50,50,55,93,44,91,45,49,49,53,46,56,52,53,55,54,50,44,51,54,46,49,55,48,55,54,52,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,52,46,53,54,57,53,50,57,44,51,53,46,49,54,50,51,49,55,93,44,91,45,49,49,52,46,53,57,53,49,54,51,44,51,53,46,51,50,49,56,56,51,93,44,91,45,49,49,52,46,54,55,56,56,57,50,44,51,53,46,53,48,49,50,55,54,93,44,91,45,49,49,52,46,55,48,56,49,49,50,44,51,53,46,57,48,57,57,51,51,93,44,91,45,49,49,52,46,55,53,52,53,48,56,44,51,54,46,48,56,54,49,55,49,93,44,91,45,49,49,52,46,54,50,55,48,55,57,44,51,54,46,49,52,48,55,54,49,93,44,91,45,49,49,52,46,51,55,48,49,56,49,44,51,54,46,49,52,50,54,50,52,93,44,91,45,49,49,52,46,50,52,51,56,54,53,44,51,54,46,48,49,53,50,54,54,93,44,91,45,49,49,52,46,49,53,51,52,44,51,54,46,48,50,51,49,55,93,44,91,45,49,49,52,46,48,52,51,57,52,52,44,51,54,46,49,57,51,51,53,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,55,54,50,53,48,55,44,51,54,46,56,53,51,52,55,51,93,44,91,45,49,49,53,46,55,52,48,56,52,54,44,51,54,46,56,53,51,48,56,52,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,48,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,53,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,50,52,53,56,48,51,44,52,50,46,55,56,50,52,57,57,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,55,49,48,48,52,56,44,52,50,46,56,48,51,52,56,93,44,91,45,57,56,46,57,53,52,54,51,52,44,52,50,46,56,57,52,48,55,55,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,56,57,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,49,49,57,54,54,52,44,51,56,46,53,54,56,55,49,50,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,56,51,52,55,49,57,44,51,56,46,57,51,55,57,48,57,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,97,32,67,114,111,115,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,56,53,48,44,34,98,101,100,115,34,58,54,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,48,46,57,49,50,57,49,56,44,52,52,46,48,55,49,53,50,50,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,49,46,51,48,55,52,55,56,44,52,52,46,48,54,52,56,55,54,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,57,54,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,57,55,50,56,56,44,51,50,46,49,54,54,55,52,50,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,69,100,109,111,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,50,56,49,55,53,44,51,55,46,48,56,48,53,57,55,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,49,50,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,53,56,54,51,52,52,44,51,57,46,48,50,56,51,50,57,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,54,48,55,49,51,52,44,51,57,46,57,56,49,54,53,56,93,44,91,45,57,48,46,54,57,54,51,53,55,44,52,48,46,49,48,51,57,53,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,99,76,101,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,50,53,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,52,57,55,56,51,53,44,52,52,46,54,50,57,57,50,49,93,44,91,45,57,52,46,50,53,52,55,49,57,44,52,52,46,54,51,48,51,49,49,93,44,91,45,57,52,46,50,53,52,48,55,54,44,52,52,46,55,49,55,56,53,53,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,53,48,49,56,56,53,44,52,52,46,57,55,57,54,57,53,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,117,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,53,46,54,56,54,56,51,56,44,51,56,46,49,54,54,56,52,53,93,44,91,45,49,48,53,46,53,54,48,51,49,49,44,51,55,46,57,53,49,56,56,54,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,52,49,51,54,51,53,44,51,55,46,56,57,48,53,50,55,93,44,91,45,49,48,53,46,49,54,56,54,53,50,44,51,56,46,48,49,56,57,52,54,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,48,53,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,49,52,53,54,57,57,44,51,55,46,51,49,50,48,57,49,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,51,34,44,34,78,65,77,69,34,58,34,78,111,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,51,54,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,52,52,49,52,50,49,44,52,49,46,50,54,48,48,53,51,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,53,46,48,53,51,50,50,55,44,52,49,46,55,53,49,54,54,50,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,53,46,50,55,49,50,57,51,44,52,49,46,56,56,55,51,53,56,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,97,114,97,116,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,51,55,55,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,48,53,54,53,54,44,52,50,46,57,51,51,52,56,52,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,53,55,51,51,52,50,44,52,51,46,49,48,48,53,52,53,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,55,56,57,55,51,49,44,52,51,46,50,52,52,52,50,49,93,44,91,45,55,51,46,56,56,52,49,51,57,44,52,51,46,51,57,56,48,52,49,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,66,114,97,122,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,49,57,51,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,50,56,50,53,54,52,44,51,48,46,52,50,54,54,49,52,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,49,48,55,51,54,44,51,48,46,52,49,55,53,56,50,93,44,91,45,57,54,46,49,56,54,52,51,57,44,51,48,46,54,48,54,49,55,53,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,51,51,56,48,48,49,44,51,48,46,57,50,48,53,51,49,93,44,91,45,57,54,46,52,53,55,54,51,44,51,48,46,55,52,52,52,55,52,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,56,54,54,52,51,56,44,51,51,46,56,53,51,49,52,57,93,44,91,45,57,54,46,54,57,48,55,48,56,44,51,51,46,56,52,57,57,53,57,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,54,49,57,57,51,57,44,51,51,46,57,57,57,52,52,57,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,54,54,57,57,54,51,44,51,52,46,49,55,50,53,50,49,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,57,55,55,44,34,98,101,100,115,34,58,51,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,56,46,57,53,55,51,48,49,44,51,57,46,52,52,48,48,57,53,93,44,91,45,55,56,46,55,57,53,50,54,56,44,51,57,46,54,49,48,55,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,87,101,116,122,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,48,46,56,52,51,55,51,49,44,51,57,46,53,56,51,56,56,53,93,44,91,45,56,48,46,55,49,54,49,50,50,44,51,57,46,52,55,53,53,51,49,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,52,57,56,49,53,56,44,51,57,46,53,54,50,56,57,57,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,48,46,57,48,52,53,55,57,44,52,52,46,49,53,56,50,57,56,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,56,48,49,57,49,56,44,52,52,46,52,50,50,52,52,50,93,44,91,45,57,48,46,56,48,49,53,50,53,44,52,52,46,53,48,57,54,56,49,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,108,97,116,115,111,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,53,54,50,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,44,91,45,49,50,52,46,48,54,55,51,49,51,44,52,54,46,49,56,51,56,52,57,93,44,91,45,49,50,52,46,48,48,56,49,50,53,44,52,54,46,48,48,57,57,52,93,44,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,52,55,57,54,52,52,44,52,54,46,50,54,57,49,51,49,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,56,55,49,56,54,57,44,52,54,46,50,51,52,57,52,57,93,44,91,45,49,50,51,46,57,55,54,50,55,53,44,52,54,46,50,54,57,57,48,55,93,44,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,57,52,55,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,49,46,51,57,55,48,49,54,44,52,54,46,51,56,56,48,56,51,93,44,91,45,49,50,49,46,52,53,49,50,53,54,44,52,54,46,53,51,51,56,57,52,93,44,91,45,49,50,49,46,51,55,54,55,53,55,44,52,54,46,55,48,52,54,53,56,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,55,53,56,53,57,51,44,52,54,46,55,56,51,55,57,49,93,44,91,45,49,50,49,46,56,52,49,56,57,44,52,54,46,55,50,56,52,53,53,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,51,46,49,54,48,57,48,57,44,52,54,46,55,54,52,51,51,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,50,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,56,52,48,57,48,49,44,52,50,46,53,49,55,55,54,55,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,52,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,51,48,56,56,54,56,44,51,56,46,51,57,52,48,54,57,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,51,49,56,55,44,34,98,101,100,115,34,58,50,51,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,51,52,55,56,49,57,44,51,51,46,57,54,51,50,56,56,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,49,49,48,49,50,52,44,51,51,46,54,50,53,49,49,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,52,46,50,53,57,56,50,50,44,51,51,46,57,49,56,57,48,49,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,51,50,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,53,56,50,54,51,44,51,52,46,51,56,49,52,57,50,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,111,117,116,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,56,57,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,55,50,54,57,49,52,44,52,56,46,49,51,50,56,53,57,93,44,91,45,49,48,57,46,55,50,54,57,52,51,44,52,56,46,50,50,49,53,50,53,93,44,91,45,49,48,57,46,56,52,53,57,51,50,44,52,56,46,51,48,53,57,55,49,93,44,91,45,49,49,48,46,54,50,53,52,48,57,44,52,56,46,51,48,54,52,55,57,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,56,50,55,49,54,56,44,52,56,46,49,51,51,50,48,53,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,48,46,57,55,54,54,54,56,44,52,55,46,54,57,56,55,51,93,44,91,45,49,49,49,46,48,52,51,56,56,49,44,52,55,46,53,57,49,53,56,51,93,44,91,45,49,49,48,46,56,54,52,54,51,44,52,55,46,53,50,52,55,49,52,93,44,91,45,49,49,48,46,55,54,57,49,50,57,44,52,55,46,52,52,54,48,57,54,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,48,57,46,56,52,53,50,50,49,44,52,55,46,53,52,54,55,57,53,93,44,91,45,49,48,57,46,56,50,51,52,48,49,44,52,55,46,55,49,53,53,55,57,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,56,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,49,48,48,46,49,51,51,57,55,56,44,52,50,46,56,48,55,56,49,57,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,56,55,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,50,53,57,53,57,51,44,51,54,46,53,49,51,57,56,53,93,44,91,45,56,52,46,51,52,57,57,51,57,44,51,54,46,52,54,54,50,57,50,93,44,91,45,56,52,46,51,50,57,57,50,55,44,51,54,46,50,56,53,48,56,54,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,50,50,55,53,50,55,44,51,54,46,50,52,52,56,55,57,93,44,91,45,56,52,46,48,54,57,54,49,56,44,51,54,46,50,51,48,57,55,56,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,57,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,52,49,50,48,57,53,44,51,54,46,49,54,57,53,57,55,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,52,50,54,56,54,52,44,51,53,46,57,55,53,48,49,50,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,66,97,108,116,105,109,111,114,101,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,52,55,48,48,44,34,98,101,100,115,34,58,52,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,53,50,57,55,57,51,44,51,57,46,51,55,50,48,53,56,93,44,91,45,55,54,46,55,49,49,51,49,51,44,51,57,46,51,55,49,57,51,51,93,44,91,45,55,54,46,55,49,49,48,53,52,44,51,57,46,50,55,55,56,56,57,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,57,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,52,52,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,101,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,53,49,49,51,55,52,44,51,49,46,57,51,48,48,50,53,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,51,52,53,50,49,52,44,51,49,46,56,52,51,56,54,49,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,49,46,48,51,48,56,49,44,51,50,46,49,50,48,54,53,93,44,91,45,57,49,46,48,53,51,53,53,53,44,51,50,46,49,50,52,52,49,50,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,56,55,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,44,91,45,56,52,46,52,48,57,50,50,54,44,51,53,46,51,57,56,51,55,56,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,50,49,49,51,57,53,44,51,53,46,50,54,53,54,50,49,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,52,46,48,50,49,52,53,50,44,51,53,46,52,48,52,50,50,51,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,52,46,50,57,57,53,52,57,44,51,53,46,54,53,55,54,55,51,93,44,91,45,56,52,46,52,56,54,55,53,52,44,51,53,46,54,53,56,51,55,54,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,53,50,50,51,55,51,44,51,53,46,54,49,56,54,50,53,93,44,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,53,52,50,55,53,55,44,51,55,46,56,50,55,53,57,52,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,111,99,97,104,111,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,53,50,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,53,55,50,50,50,52,44,52,51,46,57,56,48,52,56,53,93,44,91,45,49,49,54,46,55,49,50,53,48,49,44,52,51,46,57,56,49,51,50,54,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,54,46,50,55,51,48,54,57,44,52,52,46,49,53,49,50,50,55,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,50,49,50,57,49,44,52,52,46,51,50,52,51,55,51,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,51,53,56,52,57,50,44,52,52,46,49,53,49,49,53,56,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,73,110,100,101,112,101,110,100,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,54,52,44,34,98,101,100,115,34,58,50,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,51,54,57,53,55,44,51,53,46,53,50,54,51,54,50,93,44,91,45,57,49,46,51,53,54,50,52,54,44,51,53,46,55,48,49,49,48,55,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,52,54,51,49,57,56,44,51,53,46,57,51,54,56,49,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,110,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,48,55,48,56,48,53,44,51,53,46,48,49,49,56,48,50,93,44,91,45,57,50,46,48,55,56,55,49,49,44,51,52,46,55,50,57,57,56,51,93,44,91,45,57,50,46,48,50,57,53,51,57,44,51,52,46,54,50,49,50,52,56,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,54,52,51,48,56,44,51,52,46,54,51,54,56,54,50,93,44,91,45,57,49,46,55,48,48,56,50,56,44,51,52,46,54,55,50,48,50,57,93,44,91,45,57,49,46,54,57,51,55,48,53,44,51,52,46,57,49,57,54,48,53,93,44,91,45,57,49,46,56,48,51,55,48,51,44,51,52,46,57,50,49,53,50,52,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,52,49,52,52,50,49,44,52,49,46,49,54,50,50,52,56,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,49,52,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,50,57,55,51,49,55,44,51,52,46,50,54,52,53,56,55,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,49,55,55,56,51,56,44,51,52,46,52,55,55,48,49,55,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,50,55,49,55,54,56,44,50,54,46,53,49,55,48,54,57,93,44,91,45,56,49,46,50,54,56,53,53,44,50,54,46,50,53,51,48,52,53,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,57,52,53,51,53,52,44,50,54,46,55,54,57,48,52,57,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,53,34,44,34,78,65,77,69,34,58,34,84,97,108,105,97,102,101,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,56,49,50,57,53,56,44,51,51,46,54,53,53,56,51,54,93,44,91,45,56,50,46,56,57,48,53,57,57,44,51,51,46,54,51,50,56,55,55,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,50,49,48,44,34,98,101,100,115,34,58,49,52,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,50,48,51,55,48,57,44,51,48,46,49,56,56,56,49,57,93,44,91,45,57,52,46,50,57,50,54,50,57,44,51,48,46,49,49,55,54,55,49,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,51,53,55,57,55,54,44,50,57,46,56,56,55,52,54,52,93,44,91,45,57,52,46,51,53,52,56,56,44,50,57,46,53,48,54,51,50,56,93,44,91,45,57,52,46,48,51,51,53,54,53,44,50,57,46,54,50,53,48,48,50,93,44,91,45,57,51,46,56,49,52,51,53,49,44,50,57,46,53,57,54,53,55,54,93,44,91,45,57,51,46,57,50,50,55,52,52,44,50,57,46,56,49,56,56,48,56,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,56,54,48,49,54,57,44,50,57,46,57,55,55,51,57,55,93,44,91,45,57,52,46,48,51,49,57,55,54,44,51,48,46,48,50,56,48,49,51,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,101,97,103,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,51,50,48,49,56,49,44,52,54,46,53,54,57,52,48,49,93,44,91,45,49,49,49,46,50,52,54,53,49,57,44,52,54,46,52,51,56,49,48,57,93,44,91,45,49,49,49,46,48,53,54,57,57,54,44,52,54,46,51,57,56,49,50,50,93,44,91,45,49,49,49,46,49,49,56,49,50,51,44,52,54,46,51,49,54,57,55,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,49,48,46,52,53,52,53,54,54,44,52,54,46,54,55,57,53,52,53,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,57,49,51,48,51,53,44,52,54,46,57,56,48,53,53,57,93,44,91,45,49,49,49,46,48,56,52,50,56,53,44,52,55,46,48,49,48,54,49,51,93,44,91,45,49,49,49,46,53,51,57,51,55,51,44,52,55,46,48,48,48,53,53,57,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,54,48,51,49,53,51,44,52,54,46,56,48,57,57,52,57,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,32,80,108,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,48,49,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,56,46,48,51,51,49,52,54,44,51,55,46,52,54,52,57,52,93,44,91,45,49,48,56,46,50,48,52,56,51,54,44,51,55,46,51,52,52,48,56,93,44,91,45,49,48,56,46,50,57,49,54,55,54,44,51,55,46,50,50,50,48,48,51,93,44,91,45,49,48,56,46,50,57,48,52,53,57,44,51,55,46,49,52,53,57,55,53,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,50,51,54,44,34,98,101,100,115,34,58,49,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,54,50,53,50,56,56,44,51,48,46,56,55,48,52,51,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,50,53,57,48,56,50,44,51,48,46,56,56,57,53,57,54,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,75,101,109,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,52,51,52,56,56,55,44,51,52,46,48,53,50,50,57,56,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,50,57,48,53,55,49,44,51,51,46,56,52,53,49,51,51,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,51,46,48,52,50,48,50,53,44,51,52,46,49,53,57,56,53,50,93,44,91,45,57,51,46,48,51,53,48,51,57,44,51,52,46,50,51,54,54,54,52,93,44,91,45,57,51,46,51,53,54,56,52,44,51,52,46,50,56,48,51,48,54,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,75,108,97,109,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,49,48,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,50,48,46,56,56,51,51,50,55,44,52,50,46,55,52,52,50,49,52,93,44,91,45,49,50,49,46,51,52,57,54,55,57,44,52,50,46,55,52,54,54,52,52,93,44,91,45,49,50,49,46,51,52,56,52,55,49,44,52,51,46,51,53,54,55,53,51,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,50,46,49,51,48,54,56,57,44,52,51,46,53,53,55,49,52,51,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,48,50,50,54,54,50,44,52,51,46,51,54,50,51,48,52,93,44,91,45,49,50,49,46,57,56,48,53,53,52,44,52,51,46,50,54,53,49,56,93,44,91,45,49,50,50,46,48,57,51,55,55,54,44,52,51,46,48,55,54,50,53,55,93,44,91,45,49,50,50,46,50,56,50,53,56,53,44,52,51,46,48,54,55,55,49,57,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,79,115,119,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,48,52,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,54,48,53,48,49,50,44,52,51,46,50,53,51,53,55,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,49,54,57,48,52,55,44,52,51,46,50,52,54,54,54,56,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,56,49,52,54,50,55,44,52,51,46,52,56,51,53,55,56,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,54,46,48,50,50,48,48,51,44,52,51,46,54,54,56,49,52,51,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,97,114,97,110,106,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,53,51,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,54,51,54,54,52,53,44,51,52,46,51,54,54,54,50,50,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,97,110,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,56,46,57,56,51,55,56,55,44,50,57,46,54,50,51,52,53,93,44,91,45,57,56,46,57,50,55,49,54,49,44,50,57,46,53,54,50,50,53,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,57,46,49,55,54,57,56,56,44,50,57,46,56,57,53,48,54,51,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,115,101,98,117,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,49,55,52,53,51,49,44,52,54,46,52,56,50,55,49,51,93,44,91,45,49,48,55,46,49,53,51,52,52,52,44,52,54,46,51,57,53,54,49,51,93,44,91,45,49,48,55,46,48,50,56,52,50,50,44,52,54,46,51,57,53,52,54,93,44,91,45,49,48,55,46,48,48,53,53,51,52,44,52,54,46,49,51,54,54,54,57,93,44,91,45,49,48,54,46,57,51,57,48,54,55,44,52,54,46,49,51,54,54,54,55,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,54,46,57,49,50,57,53,57,44,52,53,46,54,56,51,57,49,53,93,44,91,45,49,48,54,46,55,50,57,53,55,49,44,52,53,46,54,55,50,56,53,93,44,91,45,49,48,54,46,55,50,57,53,52,51,44,52,53,46,51,53,49,52,56,93,44,91,45,49,48,54,46,55,54,56,48,49,52,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,51,53,55,49,54,44,52,53,46,51,53,49,55,57,54,93,44,91,45,49,48,54,46,50,51,52,53,48,50,44,52,53,46,55,56,56,53,55,56,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,54,46,49,57,49,54,50,57,44,52,54,46,49,51,55,49,56,51,93,44,91,45,49,48,54,46,49,53,51,52,51,51,44,52,54,46,49,51,55,50,54,93,44,91,45,49,48,54,46,49,53,53,49,52,51,44,52,54,46,52,56,51,54,51,52,93,44,91,45,49,48,54,46,49,50,48,51,54,54,44,52,54,46,52,56,51,54,52,56,93,44,91,45,49,48,54,46,49,50,48,54,51,44,52,54,46,56,51,49,52,51,56,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,55,50,48,49,53,55,44,52,54,46,56,53,57,54,48,51,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,51,46,55,57,51,57,57,49,44,51,54,46,49,55,51,57,55,50,93,44,91,45,49,48,51,46,55,57,52,53,50,53,44,51,54,46,48,56,53,55,51,56,93,44,91,45,49,48,51,46,51,54,52,57,55,55,44,51,54,46,48,56,54,48,53,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,51,46,48,52,49,55,49,51,44,51,54,46,53,48,48,52,51,57,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,99,104,111,111,108,99,114,97,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,57,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,54,46,51,54,52,57,53,51,44,52,54,46,53,48,53,56,53,50,93,44,91,45,56,54,46,51,54,52,57,56,57,44,52,54,46,51,51,49,57,50,55,93,44,91,45,56,54,46,54,49,53,51,57,55,44,52,54,46,51,51,51,50,54,51,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,54,46,52,57,48,49,52,50,44,52,54,46,49,53,56,49,55,56,93,44,91,45,56,54,46,52,53,57,49,49,52,44,52,53,46,56,57,54,51,54,51,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,85,108,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,51,48,51,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,52,46,52,53,51,54,56,53,44,52,49,46,56,55,53,53,57,53,93,44,91,45,55,52,46,53,55,53,48,56,54,44,52,49,46,55,52,53,50,53,56,93,44,91,45,55,52,46,51,57,53,48,55,49,44,52,49,46,54,52,52,56,55,54,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,51,46,57,54,50,50,50,49,44,52,49,46,57,48,49,48,50,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,52,46,48,48,50,52,53,44,52,50,46,49,55,54,57,57,50,93,44,91,45,55,52,46,48,55,52,55,57,55,44,52,50,46,48,57,54,53,56,57,93,44,91,45,55,52,46,51,48,55,53,55,49,44,52,50,46,49,49,52,51,52,54,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,55,51,54,55,44,34,98,101,100,115,34,58,49,57,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,57,48,50,57,54,51,44,51,57,46,55,57,49,49,48,56,93,44,91,45,55,52,46,57,51,48,55,52,53,44,51,57,46,56,56,53,57,48,56,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,54,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,53,55,48,49,54,57,44,51,56,46,57,57,51,50,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,51,49,51,50,56,57,44,51,57,46,49,55,52,50,56,57,93,44,91,45,57,48,46,53,54,48,48,55,49,44,51,57,46,49,56,55,52,51,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,110,111,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,52,57,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,52,57,51,57,57,44,51,55,46,55,48,49,48,48,56,93,44,91,45,55,55,46,51,56,49,55,53,53,44,51,55,46,53,57,52,53,49,51,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,87,97,108,108,97,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,52,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,54,46,54,49,53,51,57,55,44,52,54,46,51,51,51,50,54,51,93,44,91,45,56,54,46,51,54,52,57,56,57,44,52,54,46,51,51,49,57,50,55,93,44,91,45,56,54,46,51,54,52,57,53,51,44,52,54,46,53,48,53,56,53,50,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,44,91,45,56,55,46,49,49,50,54,57,53,44,52,55,46,56,49,55,57,57,56,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,49,46,53,54,54,48,55,56,44,51,54,46,50,52,57,57,52,53,93,44,91,45,57,49,46,53,54,53,56,54,54,44,51,54,46,51,51,55,52,93,44,91,45,57,49,46,52,53,52,52,51,55,44,51,54,46,51,51,53,52,54,53,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,72,105,100,97,108,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,57,51,56,57,44,34,98,101,100,115,34,58,49,52,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,44,91,45,57,56,46,52,54,50,55,49,52,44,50,54,46,50,50,53,56,48,50,93,44,91,45,57,56,46,49,57,56,52,54,54,44,50,54,46,48,53,53,51,57,55,93,44,91,45,57,56,46,48,51,56,51,54,55,44,50,54,46,48,52,50,49,48,55,93,44,91,45,57,55,46,56,54,49,56,50,50,44,50,54,46,48,54,57,57,50,49,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,56,54,49,57,50,44,50,54,46,52,51,51,53,55,57,93,44,91,45,57,56,46,48,48,52,49,56,57,44,50,54,46,52,52,56,55,56,52,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,82,111,98,101,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,52,52,50,44,34,98,101,100,115,34,58,52,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,56,46,57,53,49,56,48,56,44,51,52,46,52,52,56,55,53,54,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,56,48,53,56,51,52,44,51,52,46,54,56,57,53,54,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,57,46,49,57,49,51,57,49,44,51,52,46,56,51,51,55,49,55,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,51,51,48,57,52,57,44,51,52,46,55,55,51,56,50,49,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,78,101,119,97,121,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,54,46,48,51,56,57,53,51,44,52,51,46,50,57,51,53,49,57,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,111,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,49,53,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,50,48,46,48,48,54,53,53,53,44,52,53,46,50,53,55,55,48,54,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,57,46,49,52,54,52,50,52,44,52,53,46,48,56,50,57,52,93,44,91,45,49,49,57,46,49,52,53,49,52,52,44,52,53,46,53,49,53,57,48,57,93,44,91,45,49,49,57,46,50,52,56,53,52,55,44,52,53,46,54,48,49,57,51,53,93,44,91,45,49,49,57,46,52,51,52,54,52,44,52,53,46,54,48,50,57,56,53,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,53,55,49,54,48,50,44,52,53,46,57,50,53,52,55,56,93,44,91,45,49,49,57,46,54,54,57,57,55,52,44,52,53,46,56,53,54,57,48,56,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,52,48,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,53,55,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,57,50,48,49,53,55,44,51,53,46,50,50,57,53,56,53,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,52,46,48,51,49,50,51,54,44,51,53,46,49,52,48,57,48,56,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,48,55,52,52,52,57,44,51,53,46,48,50,54,52,51,50,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,51,46,55,48,54,56,52,50,44,51,53,46,49,51,52,57,52,51,93,44,91,45,57,51,46,53,50,57,55,51,57,44,51,53,46,49,52,53,52,51,51,93,44,91,45,57,51,46,52,53,55,48,50,50,44,51,53,46,50,49,53,55,56,50,93,44,91,45,57,51,46,50,55,57,57,50,57,44,51,53,46,50,49,50,53,53,54,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,52,51,48,52,49,44,51,53,46,52,50,51,55,51,55,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,52,49,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,53,57,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,56,53,57,48,56,55,44,51,51,46,48,56,57,53,51,55,93,44,91,45,57,51,46,54,56,51,55,49,53,44,51,51,46,50,56,49,48,57,50,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,57,51,53,54,48,54,44,51,51,46,53,53,48,49,55,54,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,49,57,52,44,34,98,101,100,115,34,58,52,51,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,54,53,56,53,57,55,44,50,56,46,55,54,54,56,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,48,46,56,56,53,57,48,50,44,50,56,46,53,49,48,50,51,56,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,49,46,51,50,55,56,57,44,50,56,46,54,49,48,50,55,55,93,44,91,45,56,49,46,52,53,57,55,50,56,44,50,56,46,54,52,48,49,57,54,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,52,56,50,50,52,53,44,51,55,46,55,54,56,51,53,51,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,55,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,56,57,54,55,50,56,44,52,50,46,50,53,54,50,55,54,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,53,57,53,55,52,51,44,52,50,46,48,57,52,50,49,93,44,91,45,49,49,49,46,54,50,54,49,48,52,44,52,50,46,50,48,55,53,52,50,93,44,91,45,49,49,49,46,53,54,54,54,50,56,44,52,50,46,50,55,51,53,55,52,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,48,50,50,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,53,46,48,53,48,56,56,57,44,51,51,46,55,49,52,54,51,50,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,57,48,53,55,56,56,44,51,51,46,53,55,51,51,55,56,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,105,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,57,54,44,34,98,101,100,115,34,58,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,56,52,57,56,55,57,44,51,57,46,50,49,57,48,49,50,93,44,91,45,57,54,46,56,53,49,52,48,57,44,51,57,46,48,56,56,49,55,54,93,44,91,45,57,54,46,53,48,48,57,54,50,44,51,57,46,48,55,50,54,56,49,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,51,57,48,55,57,54,44,51,57,46,48,52,51,50,53,55,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,53,49,54,55,44,51,57,46,49,55,49,49,51,93,44,91,45,57,54,46,55,49,57,49,53,56,44,51,57,46,51,57,52,51,51,56,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,51,34,44,34,78,65,77,69,34,58,34,83,99,104,108,101,105,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,49,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,48,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,49,46,57,52,57,50,55,54,44,51,54,46,56,54,52,52,55,51,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,55,57,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,55,51,53,54,55,51,44,51,54,46,48,54,55,53,56,52,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,53,53,53,57,57,52,44,51,53,46,55,55,55,53,51,56,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,48,53,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,49,46,57,51,52,51,53,55,44,52,51,46,55,54,54,49,54,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,53,53,56,56,51,51,44,52,51,46,56,56,51,51,48,53,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,57,50,56,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,50,50,53,55,48,49,44,51,55,46,57,55,49,54,54,55,93,44,91,45,56,55,46,48,49,55,52,53,51,44,51,56,46,49,49,56,51,48,49,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,50,48,53,56,51,49,44,51,54,46,57,57,54,56,54,50,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,53,46,48,53,54,56,57,56,44,51,55,46,50,53,55,48,52,49,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,56,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,52,53,57,57,48,54,44,51,56,46,51,55,56,57,57,53,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,51,52,53,52,55,54,44,51,56,46,50,56,53,48,57,57,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,83,97,103,97,100,97,104,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,50,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,54,57,46,56,57,51,50,51,50,44,52,51,46,56,55,56,53,49,56,93,44,91,45,54,57,46,56,56,49,56,57,53,44,52,51,46,54,51,54,52,54,54,93,44,91,45,54,57,46,54,54,52,55,52,53,44,52,51,46,55,49,49,55,52,56,93,44,91,45,54,57,46,55,48,48,48,57,55,44,52,52,46,48,48,54,54,56,53,93,44,91,45,54,57,46,56,49,51,53,52,57,44,52,52,46,48,50,54,48,49,49,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,119,101,101,116,32,71,114,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,50,57,50,54,54,50,44,52,53,46,55,56,53,48,53,55,93,44,91,45,49,49,48,46,50,50,48,57,48,56,44,52,53,46,55,56,52,57,55,51,93,44,91,45,49,49,48,46,50,50,56,48,53,50,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,48,54,52,53,56,49,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,48,57,46,57,51,49,57,56,52,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,48,57,46,57,51,50,48,50,53,44,52,53,46,53,50,50,52,53,54,93,44,91,45,49,48,57,46,54,56,53,51,56,53,44,52,53,46,54,48,57,48,50,50,93,44,91,45,49,48,57,46,53,54,50,48,55,44,52,53,46,54,48,57,49,49,57,93,44,91,45,49,48,57,46,53,54,51,57,48,55,44,52,53,46,55,56,51,52,55,49,93,44,91,45,49,48,57,46,53,48,54,54,48,52,44,52,53,46,57,53,57,49,49,50,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,54,48,53,49,53,51,44,52,54,46,48,52,52,57,57,52,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,53,54,48,44,34,98,101,100,115,34,58,54,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,53,48,48,57,56,52,44,51,51,46,55,55,50,56,48,49,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,54,57,48,55,48,56,44,51,51,46,56,52,57,57,53,57,93,44,91,45,57,54,46,56,54,54,52,51,56,44,51,51,46,56,53,51,49,52,57,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,52,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,55,57,46,57,50,53,53,57,55,44,51,57,46,57,50,52,55,57,53,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,56,48,46,50,56,55,52,50,49,44,52,48,46,48,49,57,50,48,54,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,56,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,119,101,115,116,32,65,114,99,116,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,53,46,51,49,56,55,52,56,44,54,56,46,48,51,52,57,52,50,93,44,91,45,49,53,54,46,50,51,54,56,49,55,44,54,56,46,48,51,52,57,50,54,93,44,91,45,49,53,54,46,50,51,54,56,51,49,44,54,56,46,49,50,49,52,57,56,93,44,91,45,49,53,55,46,49,53,52,57,49,44,54,56,46,49,50,49,52,56,51,93,44,91,45,49,53,55,46,49,53,52,57,50,52,44,54,56,46,50,48,56,48,53,52,93,44,91,45,49,53,56,46,52,53,55,56,51,54,44,54,56,46,50,48,56,48,49,54,93,44,91,45,49,53,57,46,54,57,51,52,55,55,44,54,56,46,50,48,55,57,57,50,93,44,91,45,49,53,57,46,54,57,51,52,56,55,44,54,56,46,50,57,52,53,54,52,93,44,91,45,49,54,48,46,49,53,57,52,53,50,44,54,56,46,50,57,52,53,53,51,93,44,91,45,49,54,48,46,49,53,57,52,52,44,54,56,46,50,48,55,57,56,50,93,44,91,45,49,54,49,46,48,57,49,51,53,49,44,54,56,46,50,48,55,57,54,49,93,44,91,45,49,54,49,46,48,57,49,51,54,52,44,54,56,46,50,57,52,53,51,50,93,44,91,45,49,54,49,46,53,53,55,51,50,44,54,56,46,50,57,52,53,50,49,93,44,91,45,49,54,49,46,53,53,55,51,50,56,44,54,56,46,50,48,55,57,52,57,93,44,91,45,49,54,50,46,48,50,51,50,54,49,44,54,56,46,50,48,55,57,52,93,44,91,45,49,54,50,46,48,50,51,50,55,51,44,54,56,46,50,57,52,53,49,49,93,44,91,45,49,54,50,46,55,50,50,50,48,50,44,54,56,46,50,57,52,52,57,54,93,44,91,45,49,54,50,46,55,50,50,49,57,44,54,56,46,50,48,55,57,50,54,93,44,91,45,49,54,52,46,52,57,57,52,54,51,44,54,56,46,50,48,55,56,57,93,44,91,45,49,54,52,46,52,57,57,52,51,55,44,54,56,46,48,51,52,55,52,56,93,44,91,45,49,54,53,46,53,57,54,48,52,54,44,54,56,46,48,51,52,55,50,55,93,44,91,45,49,54,53,46,52,57,57,52,53,51,44,54,56,46,48,49,56,55,56,50,93,44,91,45,49,54,52,46,54,54,52,57,50,49,44,54,55,46,54,57,56,50,49,54,93,44,91,45,49,54,52,46,49,55,53,52,50,57,44,54,55,46,53,52,55,53,57,57,93,44,91,45,49,54,52,46,48,48,52,53,49,44,54,55,46,51,57,55,56,48,56,93,44,91,45,49,54,51,46,56,56,50,53,51,52,44,54,55,46,50,49,52,57,55,54,93,44,91,45,49,54,51,46,57,57,49,50,51,44,54,55,46,49,52,55,56,56,51,93,44,91,45,49,54,51,46,55,56,49,53,50,52,44,54,55,46,48,54,57,55,54,93,44,91,45,49,54,51,46,48,52,57,52,55,49,44,54,54,46,57,56,54,54,49,49,93,44,91,45,49,54,50,46,56,51,50,48,51,50,44,54,54,46,57,50,54,56,49,51,93,44,91,45,49,54,51,46,54,50,54,50,49,53,44,54,54,46,54,50,52,49,55,52,93,44,91,45,49,54,51,46,56,48,53,48,57,51,44,54,54,46,54,52,49,50,56,54,93,44,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,44,91,45,49,54,52,46,51,49,56,57,51,54,44,54,54,46,52,55,54,51,49,57,93,44,91,45,49,54,52,46,51,49,56,57,49,51,44,54,54,46,49,50,57,57,52,52,93,44,91,45,49,54,52,46,50,52,52,49,57,49,44,54,54,46,49,50,57,57,52,54,93,44,91,45,49,54,52,46,50,52,52,49,50,55,44,54,53,46,55,56,51,53,53,51,93,44,91,45,49,54,51,46,57,54,51,53,49,54,44,54,53,46,55,56,51,53,54,49,93,44,91,45,49,54,51,46,57,54,51,52,57,56,44,54,53,46,54,49,48,51,54,51,93,44,91,45,49,54,51,46,55,53,53,52,48,55,44,54,53,46,54,49,48,51,54,55,93,44,91,45,49,54,51,46,55,53,53,51,57,49,44,54,53,46,52,51,55,49,54,53,93,44,91,45,49,54,49,46,53,52,54,56,57,50,44,54,53,46,52,51,55,50,48,51,93,44,91,45,49,53,57,46,56,48,49,54,57,50,44,54,53,46,52,51,55,50,51,49,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,54,48,52,56,49,51,44,54,53,46,57,53,54,56,51,93,44,91,45,49,53,56,46,57,55,50,49,55,53,44,54,53,46,57,53,54,56,52,57,93,44,91,45,49,53,56,46,57,55,50,49,56,53,44,54,54,46,49,51,48,48,50,55,93,44,91,45,49,53,55,46,57,48,54,50,57,53,44,54,54,46,49,51,48,48,52,57,93,44,91,45,49,53,55,46,57,48,54,51,49,44,54,54,46,52,55,54,52,50,52,93,44,91,45,49,53,55,46,48,53,49,50,56,52,44,54,54,46,52,55,54,52,51,56,93,44,91,45,49,53,55,46,48,53,49,50,54,54,44,54,54,46,51,48,51,50,53,52,93,44,91,45,49,53,54,46,54,50,51,55,53,55,44,54,54,46,51,48,51,50,53,57,93,44,91,45,49,53,54,46,54,50,51,55,55,44,54,54,46,52,55,54,52,52,50,93,44,91,45,49,53,54,46,49,57,54,50,50,52,44,54,54,46,52,55,54,53,56,50,93,44,91,45,49,53,53,46,57,56,50,53,48,52,44,54,54,46,51,56,57,56,54,93,44,91,45,49,53,53,46,57,56,50,52,57,57,44,54,54,46,51,48,51,50,54,56,93,44,91,45,49,53,53,46,53,53,52,57,57,51,44,54,54,46,51,48,51,50,55,52,93,44,91,45,49,53,53,46,53,49,48,53,56,53,44,54,54,46,53,54,51,48,53,49,93,44,91,45,49,53,52,46,56,54,48,52,51,49,44,54,54,46,53,54,51,48,54,52,93,44,91,45,49,53,52,46,56,54,48,52,52,54,44,54,54,46,55,51,54,50,52,50,93,44,91,45,49,53,52,46,50,49,48,51,48,50,44,54,54,46,55,51,54,50,53,53,93,44,91,45,49,53,52,46,49,52,54,50,50,49,44,54,54,46,56,50,50,56,52,51,93,44,91,45,49,53,52,46,49,52,54,51,49,52,44,54,55,46,49,54,57,49,55,56,93,44,91,45,49,53,52,46,51,48,51,49,49,44,54,55,46,50,53,53,55,53,57,93,44,91,45,49,53,52,46,55,52,56,57,48,52,44,54,55,46,50,53,53,55,53,51,93,44,91,45,49,53,52,46,55,52,56,57,51,57,44,54,55,46,53,49,53,52,57,53,93,44,91,45,49,53,53,46,51,54,56,57,57,57,44,54,55,46,55,55,53,50,49,54,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,55,56,44,34,98,101,100,115,34,58,49,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,56,55,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,56,51,49,53,56,54,44,51,50,46,56,54,52,56,54,54,93,44,91,45,56,55,46,55,56,54,53,55,49,44,51,50,46,54,56,50,52,56,49,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,55,50,56,55,52,52,44,51,50,46,52,56,48,57,49,56,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,52,55,51,57,49,53,44,51,50,46,54,53,53,56,54,55,93,44,91,45,56,55,46,52,55,50,49,55,52,44,51,50,46,56,51,48,54,50,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,52,55,50,49,55,52,44,51,50,46,56,51,48,54,50,93,44,91,45,56,55,46,52,55,51,57,49,53,44,51,50,46,54,53,53,56,54,55,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,52,50,51,49,53,51,44,51,50,46,52,56,50,57,54,53,93,44,91,45,56,55,46,49,49,50,51,54,50,44,51,50,46,52,56,56,54,53,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,55,46,51,49,57,49,56,52,44,51,50,46,56,51,49,53,50,50,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,57,53,44,34,98,101,100,115,34,58,51,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,53,50,52,51,54,51,44,51,52,46,56,51,50,51,56,52,93,44,91,45,56,55,46,56,51,53,56,51,51,44,51,52,46,55,52,49,50,51,57,93,44,91,45,56,55,46,57,55,51,50,50,50,44,51,52,46,56,56,50,53,53,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,55,46,52,51,51,48,54,44,51,52,46,55,49,55,52,56,53,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,114,97,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,56,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,117,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,52,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,51,52,53,52,55,54,44,51,56,46,50,56,53,48,57,57,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,51,56,48,55,56,56,44,51,56,46,49,49,51,57,54,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,52,46,48,54,50,54,57,49,44,51,56,46,50,51,53,50,48,51,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,82,117,116,104,101,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,49,50,56,44,34,98,101,100,115,34,58,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,54,49,51,51,50,56,44,51,53,46,55,57,48,51,51,49,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,53,52,51,49,49,54,44,51,53,46,54,57,55,54,49,55,93,44,91,45,56,54,46,52,49,51,54,55,56,44,51,53,46,54,50,51,49,55,55,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,51,50,54,50,53,50,44,51,53,46,57,56,53,48,48,56,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,56,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,53,48,57,56,49,44,51,49,46,50,48,54,49,56,49,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,51,51,53,57,52,57,44,51,49,46,50,52,52,53,55,57,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,114,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,52,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,57,57,46,50,57,53,49,57,51,44,51,54,46,53,57,53,48,51,49,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,105,97,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,67,114,111,115,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,97,106,97,114,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,48,49,44,34,98,101,100,115,34,58,50,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,44,91,45,54,53,46,54,56,53,57,50,44,49,56,46,51,50,57,57,57,49,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,54,50,52,54,48,53,44,49,56,46,50,56,55,55,52,53,93,44,91,45,54,53,46,52,54,57,49,51,50,44,49,56,46,51,57,54,52,49,93,44,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,50,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,56,46,50,48,55,51,49,54,44,51,50,46,57,50,52,55,56,50,93,44,91,45,56,56,46,49,51,50,54,56,53,44,51,50,46,56,51,50,56,53,51,93,44,91,45,56,56,46,48,53,53,48,48,52,44,51,50,46,54,52,54,52,56,50,93,44,91,45,56,55,46,57,50,56,54,56,57,44,51,50,46,54,51,50,50,56,52,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,55,56,54,53,55,49,44,51,50,46,54,56,50,52,56,49,93,44,91,45,56,55,46,56,51,49,53,56,54,44,51,50,46,56,54,52,56,54,54,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,56,51,50,50,51,51,44,51,51,46,48,49,55,50,53,56,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,56,54,51,54,53,55,44,52,52,46,53,53,49,50,52,52,93,44,91,45,49,49,50,46,48,57,54,52,56,52,44,52,52,46,53,50,50,57,57,50,93,44,91,45,49,49,50,46,50,56,56,54,55,51,44,52,52,46,53,54,55,57,49,93,44,91,45,49,49,50,46,52,55,51,52,49,57,44,52,52,46,52,55,57,51,53,57,93,44,91,45,49,49,50,46,55,49,55,57,51,44,52,52,46,53,48,52,50,55,51,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,50,46,56,49,51,55,57,50,44,52,52,46,50,51,48,50,56,49,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,50,46,57,57,52,51,50,51,44,52,51,46,57,55,50,51,54,50,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,54,57,52,55,52,52,44,52,52,46,48,53,56,52,54,52,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,48,51,51,54,54,52,44,52,52,46,49,52,52,48,52,57,93,44,91,45,49,49,49,46,56,53,55,56,53,49,44,52,52,46,49,56,55,55,53,57,93,44,91,45,49,49,49,46,56,53,50,50,55,54,44,52,52,46,51,49,54,57,57,54,93,44,91,45,49,49,49,46,55,57,49,54,50,52,44,52,52,46,52,48,49,54,49,93,44,91,45,49,49,49,46,54,49,55,52,51,55,44,52,52,46,52,48,49,50,53,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,75,111,115,115,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,89,97,98,117,99,111,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,53,46,56,54,55,56,48,50,44,49,56,46,48,50,54,48,48,55,93,44,91,45,54,53,46,56,49,54,52,52,57,44,49,55,46,57,54,53,53,48,52,93,44,91,45,54,53,46,55,51,57,49,49,50,44,49,56,46,48,55,48,55,55,56,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,44,91,45,49,48,50,46,57,51,57,57,51,50,44,52,56,46,55,50,48,52,54,57,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,50,46,50,51,51,54,44,52,56,46,55,50,48,50,57,93,44,91,45,49,48,50,46,49,53,50,49,54,52,44,52,56,46,56,48,55,50,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,48,50,49,49,52,52,44,52,56,46,57,57,57,48,49,53,93,44,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,68,117,114,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,52,53,55,44,34,98,101,100,115,34,58,49,52,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,56,46,56,50,57,57,54,53,44,51,53,46,56,54,54,57,55,56,93,44,91,45,55,56,46,54,57,57,51,49,54,44,51,54,46,48,49,49,52,52,56,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,56,48,52,54,57,44,51,54,46,48,57,52,53,53,49,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,54,46,48,54,52,56,57,55,44,52,49,46,55,57,49,54,55,51,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,48,53,55,51,51,49,44,52,49,46,53,49,49,48,53,49,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,53,53,56,49,52,51,44,52,49,46,54,48,50,51,56,51,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,75,101,121,97,32,80,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,51,51,57,55,56,44,52,50,46,56,48,55,56,49,57,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,57,57,46,53,51,55,52,57,49,44,52,50,46,55,49,55,54,50,54,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,53,55,44,34,98,101,100,115,34,58,50,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,51,57,55,54,55,49,44,52,50,46,52,55,51,51,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,51,46,57,51,49,54,56,52,44,52,50,46,52,55,50,48,49,49,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,52,57,48,51,51,44,51,55,46,49,53,57,52,54,50,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,52,50,52,54,48,51,44,51,55,46,49,53,49,55,54,52,93,44,91,45,56,56,46,53,48,55,48,54,50,44,51,55,46,50,53,57,54,56,57,93,44,91,45,56,56,46,52,55,52,48,57,44,51,55,46,51,57,49,56,54,51,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,56,52,54,52,56,51,44,51,54,46,50,56,56,49,54,55,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,56,48,46,48,57,52,51,56,57,44,51,54,46,55,55,57,53,53,50,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,56,48,50,48,53,54,44,51,54,46,55,57,50,49,51,55,93,44,91,45,55,57,46,57,57,57,55,55,49,44,51,54,46,56,51,48,55,51,56,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,93,44,91,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,44,91,45,55,57,46,56,55,52,55,54,44,51,54,46,55,49,53,50,51,55,93,44,91,45,55,57,46,56,51,55,51,53,57,44,51,54,46,55,48,52,49,51,55,93,44,91,45,55,57,46,56,53,57,50,54,44,51,54,46,54,54,49,55,51,55,93,44,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,53,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,32,97,110,100,32,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,55,55,44,34,98,101,100,115,34,58,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,48,53,57,49,57,57,44,52,55,46,52,56,56,53,57,57,93,44,91,45,49,49,51,46,48,53,57,48,53,51,44,52,55,46,49,55,57,53,55,93,44,91,45,49,49,50,46,55,57,53,56,48,56,44,52,55,46,49,55,55,48,48,52,93,44,91,45,49,49,50,46,55,57,53,54,52,50,44,52,54,46,56,51,49,54,54,53,93,44,91,45,49,49,50,46,53,51,53,55,52,56,44,52,54,46,56,51,52,50,51,52,93,44,91,45,49,49,50,46,53,51,53,53,57,55,44,52,54,46,54,57,57,52,56,50,93,44,91,45,49,49,50,46,51,50,48,56,55,49,44,52,54,46,54,53,53,57,50,55,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,49,55,54,50,51,53,44,52,54,46,52,53,54,51,52,50,93,44,91,45,49,49,50,46,48,50,57,50,51,49,44,52,54,46,53,54,56,56,48,53,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,49,46,54,52,48,48,57,53,44,52,54,46,53,56,50,52,54,51,93,44,91,45,49,49,49,46,54,51,57,50,54,49,44,52,54,46,55,51,56,49,56,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,54,48,51,49,53,51,44,52,54,46,56,48,57,57,52,57,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,55,57,48,50,51,54,44,52,54,46,57,49,51,55,54,52,93,44,91,45,49,49,49,46,55,56,57,50,55,56,44,52,55,46,49,50,56,57,50,50,93,44,91,45,49,49,50,46,48,52,52,56,50,57,44,52,55,46,49,57,50,55,49,49,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,50,46,50,55,56,44,52,55,46,53,48,53,54,50,51,93,44,91,45,49,49,50,46,52,51,50,55,49,49,44,52,55,46,54,48,54,49,48,52,93,44,91,45,49,49,50,46,53,54,56,54,54,44,52,55,46,54,51,54,48,49,56,93,44,91,45,49,49,50,46,56,53,52,55,48,49,44,52,55,46,54,50,57,50,51,52,93,44,91,45,49,49,50,46,57,49,51,56,55,52,44,52,55,46,54,57,55,49,57,57,93,44,91,45,49,49,50,46,57,49,51,50,53,54,44,52,55,46,56,50,54,50,49,54,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,51,46,48,54,50,56,55,54,44,52,55,46,56,56,53,53,54,51,93,44,91,45,49,49,51,46,48,56,48,57,57,55,44,52,55,46,55,52,57,57,49,55,93,44,91,45,49,49,51,46,49,54,53,56,49,49,44,52,55,46,55,49,57,55,54,52,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,68,117,99,104,101,115,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,49,48,46,50,54,48,57,54,55,44,52,48,46,56,51,52,56,50,52,93,44,91,45,49,49,48,46,51,55,56,57,54,50,44,52,48,46,55,56,55,49,56,93,44,91,45,49,49,48,46,54,53,54,52,56,50,44,52,48,46,55,52,48,50,55,53,93,44,91,45,49,49,48,46,55,53,48,55,51,51,44,52,48,46,55,52,55,55,48,54,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,102,97,108,102,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,54,50,49,48,50,55,44,51,51,46,52,56,55,48,54,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,55,50,57,48,57,52,44,51,51,46,51,48,53,52,50,56,93,44,91,45,57,53,46,53,56,49,49,55,53,44,51,51,46,51,53,56,57,55,55,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,84,114,111,117,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,54,46,49,54,56,50,54,49,44,51,54,46,52,52,52,50,57,51,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,49,55,44,34,98,101,100,115,34,58,51,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,52,54,48,57,57,50,44,51,55,46,50,57,51,56,52,56,93,44,91,45,56,51,46,50,48,56,49,50,49,44,51,55,46,49,55,52,54,53,57,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,51,46,49,48,49,53,54,51,44,51,55,46,50,51,53,52,51,55,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,49,57,57,55,51,52,44,51,55,46,52,49,52,54,54,93,44,91,45,56,51,46,52,48,51,57,56,56,44,51,55,46,51,51,56,51,51,50,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,50,54,55,44,34,98,101,100,115,34,58,53,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,52,48,49,48,50,53,44,52,50,46,57,57,54,54,51,50,93,44,91,45,49,50,50,46,53,54,48,50,55,51,44,52,50,46,57,51,57,49,56,53,93,44,91,45,49,50,50,46,55,57,52,55,55,54,44,52,50,46,55,55,56,50,50,49,93,44,91,45,49,50,51,46,49,53,50,50,51,51,44,52,50,46,55,53,53,56,51,53,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,111,114,109,105,103,117,101,114,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,55,34,44,34,78,65,77,69,34,58,34,90,97,118,97,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,110,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,57,49,53,49,44,34,98,101,100,115,34,58,53,56,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,44,91,45,56,48,46,50,57,54,57,56,54,44,50,54,46,51,51,52,51,53,54,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,54,56,48,48,49,54,44,50,53,46,57,53,54,56,53,55,93,44,91,45,56,48,46,50,57,52,57,55,50,44,50,53,46,57,53,54,55,55,93,44,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,44,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,57,34,44,34,78,65,77,69,34,58,34,84,111,111,109,98,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,52,56,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,49,56,50,55,50,55,44,51,50,46,49,54,48,52,52,50,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,51,53,52,53,52,54,44,51,50,46,50,57,50,49,57,52,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,97,110,105,108,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,55,54,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,48,48,48,52,51,44,52,51,46,50,56,52,57,49,51,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,44,91,45,56,50,46,49,50,50,57,55,49,44,52,51,46,53,57,48,56,50,55,93,44,91,45,56,50,46,49,52,53,53,48,49,44,52,51,46,54,57,53,53,56,55,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,119,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,52,50,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,51,56,50,44,34,98,101,100,115,34,58,54,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,50,57,53,48,54,51,44,52,50,46,48,57,52,50,51,55,93,44,91,45,56,51,46,49,52,51,57,53,54,44,52,50,46,48,50,55,57,51,93,44,91,45,56,51,46,49,50,54,51,54,49,44,52,50,46,50,51,56,52,49,50,93,44,91,45,56,51,46,48,54,51,54,51,55,44,52,50,46,51,49,54,56,53,55,93,44,91,45,56,50,46,56,51,48,50,53,44,52,50,46,51,55,51,52,57,50,93,44,91,45,56,50,46,55,52,57,57,48,56,44,52,50,46,52,53,49,48,57,50,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,57,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,105,116,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,51,46,56,49,49,52,54,52,44,52,54,46,53,56,52,50,51,56,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,52,51,48,54,52,56,44,52,54,46,50,52,54,52,49,50,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,82,97,109,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,57,55,48,56,52,50,44,52,56,46,51,55,48,52,49,52,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,57,46,49,57,57,57,49,49,44,52,56,46,49,53,53,51,48,57,93,44,91,45,57,57,46,48,55,48,52,52,51,44,52,56,46,49,48,55,56,53,55,93,44,91,45,57,56,46,57,56,54,57,48,49,44,52,56,46,48,48,55,52,57,56,93,44,91,45,57,56,46,56,48,55,53,57,51,44,52,56,46,48,53,57,56,48,49,93,44,91,45,57,56,46,54,50,53,51,56,52,44,52,55,46,57,49,54,51,57,57,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,52,50,50,52,55,52,44,52,56,46,48,50,49,48,56,93,44,91,45,57,56,46,52,50,50,48,53,55,44,52,56,46,49,57,52,55,56,50,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,48,53,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,84,114,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,56,54,44,34,98,101,100,115,34,58,50,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,49,46,49,54,57,52,53,57,44,51,51,46,52,53,50,49,51,55,93,44,91,45,57,49,46,48,56,55,53,56,57,44,51,51,46,49,52,53,49,55,54,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,48,46,57,49,52,52,54,53,44,51,51,46,48,57,55,52,49,55,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,55,54,51,55,55,51,44,51,51,46,50,55,48,51,53,57,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,69,97,115,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,55,48,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,52,55,52,54,56,53,44,51,50,46,50,57,57,48,56,52,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,73,115,115,97,113,117,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,50,49,50,56,51,55,44,51,50,46,57,50,50,49,48,51,93,44,91,45,57,49,46,49,52,51,53,53,57,44,51,50,46,56,52,52,55,51,56,93,44,91,45,57,49,46,49,53,50,54,57,57,44,51,50,46,54,52,48,55,53,55,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,48,46,57,54,52,48,52,51,44,51,50,46,53,55,53,54,48,53,93,44,91,45,57,48,46,57,53,49,50,52,44,51,50,46,52,52,52,51,56,57,93,44,91,45,57,48,46,56,54,49,51,54,52,44,51,50,46,52,52,50,49,49,53,93,44,91,45,57,48,46,56,54,48,53,54,54,44,51,50,46,53,55,53,49,55,51,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,57,54,52,56,54,52,44,51,50,46,54,54,50,55,57,56,93,44,91,45,57,48,46,57,54,51,55,53,51,44,51,50,46,56,51,56,49,51,51,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,68,101,87,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,51,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,55,53,53,49,49,44,50,57,46,48,48,55,49,49,51,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,52,49,55,51,52,44,50,56,46,57,50,53,50,50,56,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,110,103,101,108,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,54,48,55,44,34,98,101,100,115,34,58,52,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,52,46,56,57,57,48,49,55,44,51,49,46,51,50,54,57,55,50,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,52,54,54,54,55,54,44,51,49,46,51,55,56,48,48,57,93,44,91,45,57,52,46,53,53,52,56,51,56,44,51,49,46,52,51,53,49,50,51,93,44,91,45,57,52,46,55,50,56,52,53,54,44,51,49,46,52,53,55,49,52,55,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,108,117,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,49,46,56,57,52,53,57,53,44,51,51,46,57,55,53,52,49,53,93,44,91,45,56,49,46,56,51,54,56,48,51,44,51,51,46,56,54,54,53,48,49,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,53,51,56,56,57,57,44,51,52,46,48,56,49,55,52,52,93,44,91,45,56,49,46,55,51,49,54,49,52,44,51,52,46,49,56,55,54,49,51,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,49,46,56,57,53,51,52,55,44,51,56,46,48,53,49,49,57,57,93,44,91,45,57,49,46,54,51,50,52,51,49,44,51,56,46,48,53,48,57,53,49,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,50,52,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,53,57,52,52,50,57,44,51,52,46,53,54,56,48,53,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,49,46,55,49,49,55,57,53,44,51,52,46,50,51,51,57,49,57,93,44,91,45,57,49,46,53,52,48,49,55,56,44,51,52,46,50,50,52,53,57,57,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,50,49,52,51,51,56,44,51,51,46,57,55,50,52,48,51,93,44,91,45,57,49,46,49,57,52,50,55,56,44,51,52,46,48,55,48,57,51,56,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,50,54,51,54,48,54,44,51,52,46,53,48,49,56,54,55,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,51,51,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,52,48,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,52,50,44,34,98,101,100,115,34,58,53,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,44,91,45,55,56,46,52,54,57,53,48,52,44,51,56,46,48,49,49,55,52,53,93,44,91,45,55,56,46,52,53,52,55,51,50,44,51,56,46,48,52,53,50,55,56,93,44,91,45,55,56,46,52,56,53,50,48,50,44,51,56,46,48,54,56,57,55,52,93,44,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,114,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,51,56,49,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,54,51,56,55,48,56,44,52,49,46,50,51,51,56,54,50,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,52,54,54,51,56,57,44,52,49,46,50,51,51,56,55,50,93,44,91,45,56,57,46,51,51,52,57,48,49,44,52,49,46,51,48,48,56,55,55,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,99,105,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,55,55,44,34,98,101,100,115,34,58,52,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,51,46,50,49,50,49,48,55,44,51,56,46,57,54,48,49,52,56,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,49,51,52,55,53,52,44,51,56,46,54,51,50,48,49,51,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,50,46,56,57,55,49,56,57,44,51,56,46,55,53,54,50,49,52,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,55,52,48,51,56,51,44,51,56,46,53,57,55,49,54,55,93,44,91,45,56,50,46,54,54,50,56,56,54,44,51,56,46,55,52,55,57,55,55,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,55,54,48,54,57,44,51,56,46,56,53,52,56,55,53,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,56,48,55,48,53,54,44,51,53,46,54,56,53,56,55,52,93,44,91,45,56,50,46,53,49,51,49,54,49,44,51,53,46,56,48,51,51,56,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,54,51,55,50,51,44,51,54,46,48,54,53,56,50,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,101,114,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,52,46,48,52,57,56,52,57,44,52,50,46,56,48,56,52,52,52,93,44,91,45,49,49,52,46,51,52,53,54,53,57,44,52,50,46,56,48,57,48,53,53,93,44,91,45,49,49,52,46,51,54,53,51,54,54,44,52,50,46,56,53,48,55,57,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,50,52,52,55,48,51,44,52,50,46,53,53,57,50,52,52,93,44,91,45,49,49,52,46,49,50,52,57,51,52,44,52,50,46,52,57,54,49,51,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,86,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,53,51,54,51,48,54,44,51,57,46,49,56,48,55,53,55,93,44,91,45,56,50,46,52,50,52,54,55,55,44,51,57,46,49,51,55,57,55,50,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,57,34,44,34,78,65,77,69,34,58,34,77,99,76,101,110,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,50,57,44,34,98,101,100,115,34,58,52,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,55,46,48,51,55,50,54,54,44,51,49,46,56,54,51,48,55,57,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,50,57,50,52,56,52,44,52,51,46,56,56,55,48,54,50,93,44,91,45,49,49,52,46,49,51,50,55,51,50,44,52,51,46,55,53,48,55,53,55,93,44,91,45,49,49,51,46,57,56,54,52,57,52,44,52,51,46,55,50,53,51,57,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,55,54,49,49,55,44,52,51,46,54,50,49,49,57,52,93,44,91,45,49,49,51,46,53,50,55,56,48,52,44,52,51,46,55,49,57,49,51,53,93,44,91,45,49,49,51,46,51,55,55,56,55,55,44,52,51,46,56,48,57,55,93,44,91,45,49,49,51,46,52,52,52,56,57,49,44,52,51,46,57,49,56,53,52,50,93,44,91,45,49,49,51,46,52,49,54,53,50,53,44,52,52,46,50,51,51,51,54,52,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,51,46,51,51,57,54,49,55,44,52,52,46,51,49,54,51,49,51,93,44,91,45,49,49,51,46,53,48,49,53,49,57,44,52,52,46,52,50,50,51,48,51,93,44,91,45,49,49,51,46,56,49,54,50,49,53,44,52,52,46,52,57,51,57,54,51,93,44,91,45,49,49,52,46,48,49,57,50,48,52,44,52,52,46,54,53,49,53,52,49,93,44,91,45,49,49,52,46,48,55,53,57,51,55,44,52,52,46,55,52,53,53,55,56,93,44,91,45,49,49,52,46,51,51,57,49,57,54,44,52,52,46,55,57,51,53,57,52,93,44,91,45,49,49,52,46,52,53,49,56,52,44,52,52,46,54,49,49,55,52,49,93,44,91,45,49,49,52,46,54,48,50,51,54,50,44,52,52,46,53,57,52,56,53,54,93,44,91,45,49,49,52,46,56,49,57,56,56,57,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,57,53,54,49,49,54,44,52,52,46,55,50,48,57,56,50,93,44,91,45,49,49,53,46,48,57,49,57,50,50,44,52,52,46,55,54,54,55,50,54,93,44,91,45,49,49,53,46,49,54,53,54,48,53,44,52,52,46,54,53,48,51,48,54,93,44,91,45,49,49,53,46,51,48,52,57,57,52,44,52,52,46,53,55,57,56,53,55,93,44,91,45,49,49,53,46,50,50,56,50,50,50,44,52,52,46,52,50,51,53,50,49,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,49,54,55,54,56,52,44,52,52,46,50,48,50,56,52,93,44,91,45,49,49,53,46,48,50,52,49,56,49,44,52,52,46,49,53,53,52,55,56,93,44,91,45,49,49,53,46,48,52,55,55,50,44,52,52,46,48,53,48,54,53,53,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,97,108,109,32,66,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,54,50,55,55,44,34,98,101,100,115,34,58,52,51,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,44,91,45,56,48,46,49,52,50,48,48,55,44,50,54,46,57,53,54,54,52,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,50,57,54,57,56,54,44,50,54,46,51,51,52,51,53,54,93,44,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,44,91,45,55,57,46,57,56,48,54,52,56,44,50,54,46,53,57,53,52,52,55,93,44,91,45,55,57,46,57,55,53,52,50,53,44,50,54,46,56,48,48,50,53,93,44,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,53,55,51,54,53,50,44,51,51,46,55,56,54,49,49,54,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,51,50,57,48,52,57,44,51,51,46,54,57,55,54,55,54,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,51,52,54,57,51,51,44,51,51,46,56,51,52,50,57,56,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,50,53,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,54,46,57,48,54,55,54,57,44,51,49,46,54,51,50,54,55,49,93,44,91,45,56,54,46,56,51,57,51,56,54,44,51,49,46,53,50,53,50,48,52,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,52,52,56,54,51,53,44,51,49,46,54,53,53,54,49,55,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,117,109,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,52,55,51,44,34,98,101,100,115,34,58,50,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,54,57,53,48,54,52,44,51,54,46,52,50,49,51,49,57,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,52,53,49,55,50,49,44,51,54,46,51,51,53,54,50,57,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,97,110,100,32,81,117,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,48,51,51,50,55,51,44,51,55,46,55,50,48,56,48,57,93,44,91,45,55,54,46,57,50,55,53,44,51,55,46,54,57,48,52,56,53,93,44,91,45,55,54,46,55,55,55,55,50,57,44,51,55,46,53,53,52,52,52,54,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,55,46,48,51,53,53,49,50,44,51,55,46,56,54,53,56,49,56,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,56,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,51,46,56,54,54,57,54,49,44,51,54,46,51,52,56,53,55,57,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,54,53,55,54,56,57,44,51,54,46,51,48,51,48,56,50,93,44,91,45,57,51,46,53,53,49,49,51,53,44,51,54,46,49,50,54,50,55,49,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,50,48,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,115,98,111,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,44,91,45,55,56,46,56,57,49,55,55,50,44,51,56,46,48,51,57,52,51,56,93,44,91,45,55,56,46,56,54,50,54,55,55,44,51,56,46,48,56,57,57,55,50,93,44,91,45,55,56,46,57,48,51,55,57,53,44,51,56,46,48,57,57,56,48,50,93,44,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,48,34,44,34,78,65,77,69,34,58,34,83,105,116,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,56,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,44,91,45,49,51,53,46,56,54,52,49,44,53,54,46,57,57,54,55,93,44,91,45,49,51,52,46,56,53,57,50,50,50,44,53,54,46,50,52,52,57,52,50,93,44,91,45,49,51,52,46,54,54,54,51,57,54,44,53,54,46,49,52,55,53,56,54,93,44,91,45,49,51,52,46,54,54,54,54,54,56,44,53,54,46,50,56,51,51,51,52,93,44,91,45,49,51,52,46,52,50,57,50,52,55,44,53,54,46,50,56,50,55,51,55,93,44,91,45,49,51,52,46,52,57,54,50,49,54,44,53,54,46,54,57,57,54,51,49,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,54,55,55,50,44,53,54,46,57,57,57,93,44,91,45,49,51,52,46,55,51,56,53,53,54,44,53,55,46,50,50,54,51,48,51,93,44,91,45,49,51,52,46,55,48,49,49,52,49,44,53,55,46,52,53,52,54,49,51,93,44,91,45,49,51,52,46,56,51,54,50,44,53,55,46,55,56,55,55,93,44,91,45,49,51,53,46,50,51,56,49,50,57,44,53,55,46,55,54,49,55,49,49,93,44,91,45,49,51,53,46,53,50,56,53,51,52,44,53,55,46,56,56,48,52,55,93,44,91,45,49,51,53,46,57,48,49,57,54,52,44,53,56,46,48,48,49,51,52,51,93,44,91,45,49,51,54,46,48,50,52,51,50,56,44,53,55,46,56,51,56,55,57,53,93,44,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,117,108,116,110,111,109,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,56,54,52,55,44,34,98,101,100,115,34,58,50,57,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,50,46,57,50,57,49,50,56,44,52,53,46,54,51,53,51,49,51,93,44,91,45,49,50,50,46,55,52,51,56,54,50,44,52,53,46,53,49,57,53,48,57,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,54,52,49,53,56,44,52,53,46,52,54,49,52,56,50,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,49,46,57,48,54,54,50,56,44,52,53,46,53,50,49,49,52,55,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,50,46,52,51,56,54,55,52,44,52,53,46,53,54,51,53,56,53,93,44,91,45,49,50,50,46,55,54,51,56,49,44,52,53,46,54,53,55,49,51,56,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,55,52,48,49,49,51,44,51,53,46,50,49,53,50,57,53,93,44,91,45,56,53,46,54,57,48,52,49,53,44,51,53,46,50,56,54,48,55,53,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,52,56,53,54,51,53,44,51,53,46,52,48,54,52,51,51,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,117,98,98,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,54,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,52,46,54,53,57,57,52,50,44,52,54,46,56,48,51,55,49,54,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,114,103,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,50,53,57,54,51,50,44,52,53,46,57,57,55,49,56,53,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,53,53,56,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,44,91,45,55,52,46,57,55,50,52,57,49,44,52,52,46,57,56,51,52,48,53,93,44,91,45,55,53,46,50,55,51,53,52,53,44,52,52,46,56,53,51,48,56,52,93,44,91,45,55,53,46,55,54,54,50,50,54,44,52,52,46,53,49,53,56,52,55,93,44,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,48,54,50,55,55,57,44,52,52,46,48,53,48,52,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,53,50,53,54,56,51,44,52,52,46,49,55,48,54,51,54,93,44,91,45,55,52,46,54,52,49,56,55,50,44,52,52,46,57,53,50,54,50,49,93,44,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,82,101,121,110,111,108,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,49,50,54,48,50,56,44,51,55,46,49,57,57,52,56,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,48,46,57,54,52,52,54,54,44,51,55,46,48,53,51,53,56,52,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,55,55,50,57,52,57,44,51,55,46,51,55,51,54,53,57,93,44,91,45,57,48,46,55,54,56,54,57,53,44,51,55,46,54,48,51,48,49,49,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,49,46,51,49,50,52,53,56,44,51,55,46,53,57,50,56,50,52,93,44,91,45,57,49,46,51,49,52,50,51,54,44,51,55,46,53,48,53,49,51,50,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,83,97,99,114,97,109,101,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,48,48,50,51,44,34,98,101,100,115,34,58,51,50,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,53,48,50,57,56,50,44,51,56,46,52,52,48,55,49,56,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,54,49,53,52,49,51,44,51,56,46,49,57,53,54,57,54,93,44,91,45,49,50,49,46,55,49,51,57,50,54,44,51,56,46,48,56,52,53,52,50,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,49,46,55,51,55,56,50,52,44,51,56,46,48,50,54,54,51,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,52,55,48,57,53,56,44,51,56,46,50,53,57,57,48,50,93,44,91,45,49,50,49,46,51,52,52,48,50,52,44,51,56,46,50,50,56,50,54,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,97,117,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,52,53,55,50,49,55,44,52,49,46,50,53,51,52,56,53,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,52,55,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,51,51,52,54,54,55,44,52,48,46,54,53,52,52,49,51,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,51,52,53,51,54,50,44,51,55,46,48,50,54,56,49,56,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,51,56,53,51,55,51,44,51,54,46,55,57,56,54,53,56,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,49,52,53,56,52,52,44,51,54,46,57,52,57,53,55,56,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,66,97,114,98,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,55,51,56,44,34,98,101,100,115,34,58,56,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,44,91,45,49,50,48,46,55,51,51,56,50,44,51,52,46,56,57,54,48,52,49,93,44,91,45,49,50,48,46,54,55,51,50,56,49,44,51,52,46,56,51,56,54,50,52,93,44,91,45,49,50,48,46,54,54,52,54,57,49,44,51,52,46,54,57,54,51,52,52,93,44,91,45,49,50,48,46,55,49,50,55,53,55,44,51,52,46,53,54,56,50,57,55,93,44,91,45,49,50,48,46,53,53,57,52,51,57,44,51,52,46,52,56,56,52,54,54,93,44,91,45,49,50,48,46,52,53,48,57,57,56,44,51,52,46,51,57,49,49,56,52,93,44,91,45,49,50,48,46,50,56,55,49,50,53,44,51,52,46,52,49,55,54,48,57,93,44,91,45,49,50,48,46,48,52,52,56,49,52,44,51,52,46,52,49,50,52,53,52,93,44,91,45,49,49,57,46,56,57,56,53,48,50,44,51,52,46,51,54,48,51,53,56,93,44,91,45,49,49,57,46,55,48,55,53,57,51,44,51,52,46,51,51,55,51,50,52,93,44,91,45,49,49,57,46,54,53,49,51,53,55,44,51,52,46,51,54,54,55,48,56,93,44,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,44,91,45,49,49,57,46,52,52,50,50,50,50,44,51,52,46,52,53,53,57,49,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,55,52,53,53,54,54,44,51,52,46,57,55,51,54,55,54,93,44,91,45,49,50,48,46,48,57,54,57,51,44,51,53,46,49,48,57,53,57,53,93,44,91,45,49,50,48,46,51,50,55,49,49,53,44,51,52,46,57,56,54,53,50,53,93,44,91,45,49,50,48,46,52,57,54,50,50,50,44,51,52,46,57,57,51,49,53,53,93,44,91,45,49,50,48,46,54,51,52,49,52,52,44,51,52,46,57,53,57,53,54,50,93,44,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,93,93,44,91,91,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,44,91,45,49,49,57,46,53,54,53,53,50,50,44,51,52,46,49,48,56,56,48,57,93,44,91,45,49,49,57,46,54,53,52,57,51,49,44,51,52,46,48,55,49,50,49,56,93,44,91,45,49,49,57,46,57,50,56,55,57,53,44,51,52,46,49,50,57,57,48,50,93,44,91,45,49,50,48,46,48,48,48,57,54,51,44,51,52,46,48,55,54,56,49,57,93,44,91,45,49,50,48,46,50,53,50,56,52,54,44,51,52,46,48,53,56,48,51,49,93,44,91,45,49,50,48,46,51,54,49,57,55,56,44,51,52,46,49,52,56,55,56,93,44,91,45,49,50,48,46,53,54,48,57,57,56,44,51,52,46,49,52,48,54,54,52,93,44,91,45,49,50,48,46,53,55,51,56,48,56,44,51,52,46,48,55,53,57,54,54,93,44,91,45,49,50,48,46,52,54,54,55,55,55,44,51,51,46,57,55,54,49,49,54,93,44,91,45,49,50,48,46,50,57,56,57,55,51,44,51,51,46,57,54,56,52,53,55,93,44,91,45,49,50,48,46,50,50,49,49,50,56,44,51,51,46,56,56,52,49,56,55,93,44,91,45,49,50,48,46,49,48,52,48,56,56,44,51,51,46,56,52,50,51,57,54,93,44,91,45,49,49,57,46,57,50,56,55,57,57,44,51,51,46,57,48,53,52,55,49,93,44,91,45,49,49,57,46,55,48,55,52,57,49,44,51,51,46,57,49,48,51,56,56,93,44,91,45,49,49,57,46,52,57,50,50,57,44,51,51,46,57,56,51,50,49,53,93,44,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,93,93,44,91,91,91,45,49,49,57,46,49,49,55,49,55,52,44,51,51,46,53,48,53,54,93,44,91,45,49,49,57,46,48,55,49,56,57,51,44,51,51,46,52,49,51,55,57,57,93,44,91,45,49,49,56,46,57,56,48,53,49,50,44,51,51,46,52,50,56,53,57,51,93,44,91,45,49,49,56,46,57,56,50,49,52,57,44,51,51,46,53,50,52,50,54,93,44,91,45,49,49,57,46,49,49,55,49,55,52,44,51,51,46,53,48,53,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,57,51,50,52,52,52,44,51,56,46,49,53,48,48,56,53,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,49,46,55,56,53,54,52,49,44,51,55,46,57,51,54,52,48,52,93,44,91,45,56,49,46,55,50,50,49,51,54,44,51,55,46,56,48,57,53,48,55,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,53,55,49,51,51,52,44,51,55,46,57,50,56,49,48,55,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,52,55,56,49,50,50,44,51,56,46,48,54,48,49,51,56,93,44,91,45,56,49,46,54,52,56,53,51,55,44,51,56,46,49,56,53,48,51,54,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,50,57,57,50,50,55,44,51,52,46,56,52,52,52,49,53,93,44,91,45,56,57,46,50,57,56,51,51,52,44,51,52,46,53,56,50,57,50,54,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,57,46,48,56,56,48,54,53,44,51,52,46,56,49,53,51,48,55,93,44,91,45,56,57,46,48,49,55,53,53,49,44,51,52,46,56,53,56,55,50,51,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,114,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,51,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,50,49,56,57,56,44,51,55,46,50,55,51,49,52,53,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,48,56,49,48,53,56,44,51,55,46,50,50,51,51,52,55,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,56,46,50,55,57,50,48,55,44,51,55,46,52,53,51,50,57,50,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,97,108,111,32,65,108,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,53,53,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,110,103,103,111,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,57,53,56,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,101,99,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,53,49,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,48,52,49,57,55,54,44,51,57,46,52,57,52,50,50,56,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,53,46,57,48,56,48,51,53,44,51,57,46,51,54,52,53,48,49,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,50,52,52,56,57,56,44,52,48,46,51,48,57,50,53,50,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,56,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,56,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,75,110,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,51,46,48,53,48,50,48,49,44,51,55,46,53,50,53,51,49,52,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,49,48,49,53,54,51,44,51,55,46,50,51,53,52,51,55,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,56,51,49,52,55,51,44,51,55,46,52,54,54,57,57,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,49,56,44,34,98,101,100,115,34,58,50,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,55,48,50,49,52,50,44,52,49,46,55,51,55,55,50,56,93,44,91,45,57,48,46,53,51,55,54,49,54,44,52,49,46,55,55,54,51,57,53,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,52,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,101,101,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,54,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,108,97,118,101,114,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,51,53,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,53,48,52,54,52,44,51,56,46,52,51,57,51,55,56,93,44,91,45,49,50,48,46,54,52,54,54,49,51,44,51,56,46,51,51,52,53,56,54,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,53,49,52,57,53,50,44,51,55,46,57,53,51,51,57,93,44,91,45,49,50,48,46,49,55,54,54,49,51,44,51,56,46,51,55,51,53,49,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,114,110,115,116,97,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,54,57,48,44,34,98,101,100,115,34,58,52,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,48,46,53,48,50,56,51,50,44,52,49,46,53,48,48,54,51,53,93,44,91,45,55,48,46,51,57,53,49,54,52,44,52,49,46,53,53,54,55,50,50,93,44,91,45,55,48,46,49,54,48,51,53,55,44,52,49,46,53,57,57,51,55,93,44,91,45,55,48,46,49,49,52,51,57,52,44,52,49,46,52,56,52,48,56,51,93,44,91,45,54,57,46,57,52,54,54,49,51,44,52,49,46,53,49,50,49,53,50,93,44,91,45,54,57,46,56,54,50,56,55,54,44,52,49,46,54,55,51,49,53,51,93,44,91,45,54,57,46,56,54,54,53,50,53,44,52,49,46,56,49,55,48,49,49,93,44,91,45,54,57,46,57,50,57,49,48,57,44,52,49,46,57,55,56,52,55,54,93,44,91,45,55,48,46,48,49,49,53,57,49,44,52,50,46,48,55,51,51,55,56,93,44,91,45,55,48,46,49,55,50,53,52,50,44,52,50,46,49,51,52,53,49,53,93,44,91,45,55,48,46,51,50,50,53,50,50,44,52,50,46,49,49,55,57,49,53,93,44,91,45,55,48,46,51,53,53,48,48,52,44,52,50,46,48,48,48,49,48,52,93,44,91,45,55,48,46,54,50,49,54,50,50,44,52,49,46,55,52,56,57,55,50,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,51,54,56,50,49,51,44,51,55,46,53,57,52,51,51,49,93,44,91,45,55,54,46,53,51,54,53,56,57,44,51,55,46,54,51,57,49,57,52,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,48,56,52,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,56,46,56,48,52,53,51,50,44,52,49,46,49,51,50,49,56,54,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,55,51,53,50,56,44,52,49,46,50,54,50,57,49,53,93,44,91,45,55,56,46,57,53,57,49,53,55,44,52,49,46,51,54,50,49,54,49,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,54,56,52,57,44,34,98,101,100,115,34,58,49,55,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,53,50,51,54,54,49,44,52,49,46,55,53,57,57,48,55,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,52,49,52,52,50,49,44,52,49,46,49,54,50,50,52,56,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,53,53,56,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,54,53,56,50,52,55,44,51,53,46,52,51,53,50,56,49,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,52,50,49,54,55,50,44,51,53,46,51,49,57,50,54,55,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,52,49,51,54,55,56,44,51,53,46,54,50,51,49,55,55,93,44,91,45,56,54,46,53,52,51,49,49,54,44,51,53,46,54,57,55,54,49,55,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,55,48,52,48,55,53,44,51,54,46,53,50,50,51,57,53,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,52,51,56,56,48,56,44,51,54,46,53,48,49,49,48,50,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,54,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,56,46,48,54,51,53,49,56,44,51,57,46,54,53,50,54,53,55,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,55,52,50,54,48,54,44,51,53,46,57,48,54,54,53,51,93,44,91,45,56,57,46,56,50,48,56,55,54,44,51,53,46,55,53,54,56,54,56,93,44,91,45,56,57,46,57,53,48,50,55,55,44,51,53,46,55,51,56,52,57,52,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,56,57,46,55,57,51,49,52,53,44,51,53,46,54,51,55,51,53,54,93,44,91,45,56,57,46,54,49,50,57,55,54,44,51,53,46,54,52,51,50,51,54,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,52,48,49,56,48,53,44,51,53,46,56,50,50,54,53,55,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,52,48,54,57,54,53,44,51,53,46,57,52,54,53,57,57,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,56,52,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,55,46,53,54,51,52,56,54,44,52,53,46,48,55,57,52,52,54,93,44,91,45,49,49,55,46,53,54,52,48,51,51,44,52,52,46,57,57,50,56,54,54,93,44,91,45,49,49,55,46,55,55,55,53,48,52,44,52,52,46,57,57,50,49,54,49,93,44,91,45,49,49,55,46,56,52,51,52,51,44,52,53,46,48,53,56,52,55,55,93,44,91,45,49,49,55,46,57,54,56,51,57,52,44,52,52,46,57,57,54,48,48,50,93,44,91,45,49,49,56,46,49,51,49,51,55,49,44,52,53,46,48,52,52,54,57,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,51,49,56,55,50,53,44,52,52,46,56,51,54,50,55,57,93,44,91,45,49,49,56,46,50,56,53,52,51,57,44,52,52,46,55,53,48,57,55,53,93,44,91,45,49,49,56,46,53,49,54,52,53,50,44,52,52,46,55,48,50,52,54,50,93,44,91,45,49,49,56,46,51,48,53,55,55,56,44,52,52,46,53,56,56,56,49,93,44,91,45,49,49,56,46,52,50,50,49,55,51,44,52,52,46,52,52,56,57,56,52,93,44,91,45,49,49,56,46,52,48,57,55,55,52,44,52,52,46,51,55,56,54,49,57,93,44,91,45,49,49,56,46,52,57,55,52,57,57,44,52,52,46,50,53,53,50,52,56,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,49,53,50,57,52,53,44,52,52,46,50,55,48,54,56,52,93,44,91,45,49,49,55,46,57,55,49,55,56,55,44,52,52,46,52,52,51,56,52,57,93,44,91,45,49,49,55,46,53,57,48,56,52,57,44,52,52,46,52,52,52,53,55,51,93,44,91,45,49,49,55,46,52,56,54,55,52,52,44,52,52,46,51,56,55,50,52,54,93,44,91,45,49,49,55,46,52,56,55,48,49,52,44,52,52,46,51,48,48,51,49,55,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,50,50,52,49,48,52,44,52,52,46,52,56,51,55,51,52,93,44,91,45,49,49,55,46,49,52,52,49,54,49,44,52,52,46,53,52,53,54,52,55,93,44,91,45,49,49,55,46,48,52,52,50,49,55,44,52,52,46,55,52,53,49,52,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,54,57,49,52,48,54,44,52,50,46,50,56,52,51,48,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,56,56,57,56,48,53,44,52,50,46,52,54,51,48,53,52,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,55,46,48,57,57,54,53,55,44,52,50,46,50,55,50,51,53,54,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,55,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,54,46,50,50,51,53,54,51,44,52,50,46,50,52,51,51,55,57,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,57,51,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,49,46,49,49,52,49,56,54,44,52,49,46,50,53,48,48,50,57,93,44,91,45,57,48,46,57,56,57,54,54,50,44,52,49,46,49,53,53,55,48,55,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,56,51,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,50,46,56,56,57,48,53,57,44,51,56,46,49,49,49,53,56,55,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,50,46,57,52,55,57,51,54,44,51,56,46,48,48,48,52,51,49,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,53,52,57,50,52,44,51,56,46,48,54,55,57,53,50,93,44,91,45,56,50,46,54,51,52,55,48,50,44,51,56,46,49,51,54,57,52,49,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,50,55,48,51,56,55,44,51,55,46,55,54,54,56,52,53,93,44,91,45,56,51,46,48,56,57,52,48,57,44,51,55,46,56,57,48,51,52,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,51,46,49,57,52,52,52,53,44,51,56,46,48,49,48,54,52,57,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,77,117,104,108,101,110,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,56,49,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,51,56,56,55,48,55,44,51,55,46,50,54,50,49,56,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,102,102,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,55,52,44,34,98,101,100,115,34,58,49,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,56,46,56,48,54,55,57,53,44,51,56,46,57,49,49,53,56,53,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,111,117,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,54,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,53,51,57,57,54,51,44,51,53,46,54,55,48,52,54,53,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,52,56,54,55,53,52,44,51,53,46,54,53,56,51,55,54,93,44,91,45,56,52,46,50,57,57,53,52,57,44,51,53,46,54,53,55,54,55,51,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,72,111,110,111,108,117,108,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,55,54,51,56,44,34,98,101,100,115,34,58,50,57,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,56,46,51,50,56,54,53,50,44,50,49,46,53,52,54,93,44,91,45,49,53,56,46,49,54,52,51,53,52,44,50,49,46,50,55,50,51,51,53,93,44,91,45,49,53,56,46,49,49,48,48,55,55,44,50,49,46,50,51,55,48,55,49,93,44,91,45,49,53,55,46,56,57,56,54,53,54,44,50,49,46,50,52,57,57,51,57,93,44,91,45,49,53,55,46,56,49,48,50,50,57,44,50,49,46,49,57,57,50,51,56,93,44,91,45,49,53,55,46,54,55,53,55,55,55,44,50,49,46,50,49,51,56,48,49,93,44,91,45,49,53,55,46,54,48,55,54,57,51,44,50,49,46,50,54,57,49,51,52,93,44,91,45,49,53,55,46,54,54,48,57,52,57,44,50,49,46,52,57,54,55,56,57,93,44,91,45,49,53,55,46,55,53,48,57,50,52,44,50,49,46,53,49,54,52,53,56,93,44,91,45,49,53,55,46,57,52,49,55,56,53,44,50,49,46,55,53,52,53,55,57,93,44,91,45,49,53,56,46,48,53,48,49,52,52,44,50,49,46,55,51,57,56,56,49,93,44,91,45,49,53,56,46,49,52,56,56,52,54,44,50,49,46,54,52,49,57,57,57,93,44,91,45,49,53,56,46,51,50,52,50,52,55,44,50,49,46,54,49,53,54,55,53,93,44,91,45,49,53,56,46,51,50,56,54,53,50,44,50,49,46,53,52,54,93,93,93,44,91,91,91,45,49,55,54,46,48,52,51,51,53,52,44,50,55,46,55,57,53,56,57,55,93,44,91,45,49,55,53,46,57,54,57,53,57,56,44,50,55,46,54,57,51,52,48,50,93,44,91,45,49,55,53,46,55,51,52,49,51,52,44,50,55,46,55,51,56,56,53,53,93,44,91,45,49,55,53,46,54,55,48,49,50,56,44,50,55,46,57,52,49,54,48,49,93,44,91,45,49,55,53,46,56,48,54,55,51,51,44,50,56,46,48,48,55,49,57,50,93,44,91,45,49,55,53,46,57,54,54,51,51,53,44,50,55,46,57,50,57,57,49,49,93,44,91,45,49,55,54,46,48,52,51,51,53,52,44,50,55,46,55,57,53,56,57,55,93,93,93,44,91,91,91,45,49,54,54,46,51,56,54,53,51,50,44,50,51,46,56,52,54,51,54,51,93,44,91,45,49,54,54,46,51,49,53,56,50,51,44,50,51,46,55,52,48,49,50,93,44,91,45,49,54,54,46,50,48,53,52,49,53,44,50,51,46,54,57,49,54,48,49,93,44,91,45,49,54,54,46,49,48,54,55,56,44,50,51,46,55,52,50,53,50,50,93,44,91,45,49,54,54,46,49,56,50,51,52,55,44,50,51,46,57,48,50,51,50,53,93,44,91,45,49,54,54,46,51,48,55,48,55,50,44,50,51,46,57,50,52,56,56,51,93,44,91,45,49,54,54,46,51,56,54,53,51,50,44,50,51,46,56,52,54,51,54,51,93,93,93,44,91,91,91,45,49,55,56,46,52,52,51,53,57,51,44,50,56,46,52,49,56,57,56,54,93,44,91,45,49,55,56,46,51,57,53,54,49,44,50,56,46,51,52,49,57,48,49,93,44,91,45,49,55,56,46,50,51,51,48,49,56,44,50,56,46,51,55,53,93,44,91,45,49,55,56,46,50,51,56,52,54,57,44,50,56,46,52,53,54,49,53,93,44,91,45,49,55,56,46,51,49,53,49,50,49,44,50,56,46,53,49,54,51,51,52,93,44,91,45,49,55,56,46,52,52,51,53,57,51,44,50,56,46,52,49,56,57,56,54,93,93,93,44,91,91,91,45,49,55,52,46,48,54,55,51,55,52,44,50,54,46,48,53,57,54,49,52,93,44,91,45,49,55,52,46,48,48,54,52,48,52,44,50,53,46,57,57,48,50,56,57,93,44,91,45,49,55,51,46,57,50,53,57,54,56,44,50,54,46,48,49,57,54,50,55,93,44,91,45,49,55,51,46,57,53,55,57,49,54,44,50,54,46,49,51,53,54,57,93,44,91,45,49,55,52,46,48,54,55,51,55,52,44,50,54,46,48,53,57,54,49,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,71,105,108,99,104,114,105,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,57,48,51,57,53,54,44,50,57,46,56,50,52,50,57,52,93,44,91,45,56,50,46,57,49,56,55,48,56,44,50,57,46,56,50,52,48,56,51,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,105,112,112,101,99,97,110,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,50,57,52,44,34,98,101,100,115,34,58,52,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,110,121,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,57,52,48,55,48,54,44,52,48,46,56,56,56,48,50,51,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,48,51,53,53,52,57,44,52,48,46,54,55,54,57,49,56,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,54,46,56,53,53,51,54,50,44,52,48,46,55,50,56,56,50,49,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,55,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,53,51,50,44,34,98,101,100,115,34,58,50,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,54,50,49,48,50,55,44,51,51,46,52,56,55,48,54,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,53,51,51,55,57,56,44,51,51,46,56,56,49,49,53,51,93,44,91,45,57,53,46,53,53,50,55,57,57,44,51,51,46,57,50,52,51,49,49,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,54,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,54,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,45,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,53,53,49,54,44,34,98,101,100,115,34,58,56,51,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,44,91,45,56,48,46,50,57,52,57,55,50,44,50,53,46,57,53,54,55,55,93,44,91,45,56,48,46,54,56,48,48,49,54,44,50,53,46,57,53,54,56,53,55,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,48,46,56,55,51,49,57,44,50,53,46,51,54,51,57,57,51,93,44,91,45,56,48,46,56,53,56,49,54,55,44,50,53,46,49,55,54,54,48,55,93,44,91,45,56,48,46,55,48,53,51,55,57,44,50,53,46,49,52,57,48,49,55,93,44,91,45,56,48,46,54,53,49,50,55,57,44,50,53,46,49,57,50,53,57,54,93,44,91,45,56,48,46,52,50,57,51,48,54,44,50,53,46,50,51,53,54,54,49,93,44,91,45,56,48,46,51,55,50,49,50,49,44,50,53,46,51,49,48,50,49,53,93,44,91,45,56,48,46,50,54,53,52,55,50,44,50,53,46,51,53,52,50,57,54,93,44,91,45,56,48,46,49,53,48,50,52,55,44,50,53,46,51,49,52,49,52,57,93,44,91,45,56,48,46,48,53,54,48,53,54,44,50,53,46,56,51,55,54,56,56,93,44,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,57,34,44,34,78,65,77,69,34,58,34,76,101,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,51,50,55,54,51,44,51,49,46,50,56,52,56,55,54,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,53,46,57,55,51,56,52,49,44,51,49,46,48,57,50,49,53,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,55,50,53,50,50,54,44,51,49,46,50,55,49,48,56,52,93,44,91,45,57,53,46,54,53,53,53,52,53,44,51,49,46,51,50,57,54,52,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,80,105,116,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,50,56,50,52,57,44,51,57,46,49,49,56,55,49,56,93,44,91,45,49,48,55,46,48,54,54,51,50,44,51,57,46,49,49,56,56,48,53,93,44,91,45,49,48,54,46,57,48,56,49,57,54,44,51,56,46,57,57,50,53,55,57,93,44,91,45,49,48,54,46,56,48,49,56,55,52,44,51,56,46,57,55,56,51,48,51,93,44,91,45,49,48,54,46,55,52,48,54,57,53,44,51,57,46,48,52,53,57,48,54,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,52,57,51,54,52,57,44,51,57,46,49,57,56,51,50,54,93,44,91,45,49,48,54,46,53,48,50,54,57,44,51,57,46,50,57,56,48,54,55,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,70,111,114,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,48,48,44,34,98,101,100,115,34,58,52,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,55,46,56,56,50,48,54,53,44,52,56,46,48,50,48,56,52,52,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,55,46,48,53,53,53,57,55,44,52,55,46,57,52,57,49,50,57,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,97,80,111,114,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,53,53,50,44,34,98,101,100,115,34,58,50,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,55,56,51,52,55,51,44,52,49,46,50,56,53,52,54,53,93,44,91,45,56,54,46,55,48,48,54,51,44,52,49,46,52,48,49,57,56,50,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,52,56,54,52,51,51,44,52,49,46,53,55,48,53,52,53,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,48,57,53,44,34,98,101,100,115,34,58,54,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,57,53,34,44,34,78,65,77,69,34,58,34,69,109,112,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,56,49,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,44,91,45,55,55,46,53,53,54,53,50,52,44,51,54,46,54,55,52,56,55,52,93,44,91,45,55,55,46,53,48,57,50,52,54,44,51,54,46,54,56,50,57,57,56,93,44,91,45,55,55,46,53,48,57,51,54,53,44,51,54,46,55,49,54,51,57,56,93,44,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,53,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,49,34,44,34,78,65,77,69,34,58,34,83,99,114,101,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,56,54,55,57,51,56,44,51,50,46,54,56,49,49,53,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,49,46,54,56,55,57,50,55,44,51,50,46,53,52,54,48,55,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,52,50,54,52,55,53,44,51,50,46,56,52,48,55,55,51,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,54,48,54,44,34,98,101,100,115,34,58,50,48,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,54,46,48,51,51,57,55,44,49,56,46,53,49,52,50,54,57,93,44,91,45,54,54,46,49,50,56,57,56,54,44,49,56,46,53,50,52,52,48,51,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,51,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,119,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,49,54,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,50,50,56,52,53,52,44,52,49,46,52,50,55,56,49,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,71,114,97,102,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,56,49,49,44,34,98,101,100,115,34,58,53,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,44,91,45,55,50,46,48,51,50,51,50,57,44,52,52,46,48,56,48,56,54,57,93,44,91,45,55,50,46,49,49,54,57,53,54,44,52,51,46,57,57,50,54,51,54,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,51,48,53,49,51,51,44,52,51,46,54,57,53,51,50,49,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,54,52,56,51,52,54,44,52,51,46,54,56,52,53,49,49,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,53,54,52,54,48,51,44,52,51,46,56,57,51,49,55,50,93,44,91,45,55,49,46,51,54,49,57,54,53,44,52,51,46,57,49,53,57,51,56,93,44,91,45,55,49,46,51,54,54,51,53,53,44,52,52,46,48,54,56,53,50,52,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,53,55,53,56,49,57,44,52,52,46,50,53,52,53,57,54,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,57,56,49,52,50,52,44,52,52,46,51,51,55,51,54,54,93,44,91,45,55,50,46,48,54,56,52,55,56,44,52,52,46,50,55,48,56,48,49,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,48,50,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,80,111,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,57,49,48,57,50,52,44,51,56,46,49,54,50,53,53,55,93,44,91,45,56,56,46,48,49,51,49,49,56,44,51,56,46,49,48,51,53,50,55,93,44,91,45,56,56,46,48,49,51,51,53,53,44,51,55,46,56,57,52,56,53,52,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,55,46,57,48,54,57,51,57,44,51,55,46,56,48,55,53,57,51,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,55,57,57,49,54,57,44,51,56,46,50,50,56,53,56,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,49,34,44,34,78,65,77,69,34,58,34,77,99,77,117,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,51,51,53,48,52,55,44,50,56,46,54,52,56,50,55,53,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,55,34,44,34,78,65,77,69,34,58,34,87,97,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,49,51,50,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,56,48,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,97,112,112,97,104,97,110,110,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,49,54,56,55,57,50,44,51,56,46,53,50,51,56,48,57,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,109,104,101,114,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,57,46,50,54,52,54,55,52,44,51,55,46,55,57,52,54,57,52,93,44,91,45,55,57,46,51,52,53,50,51,53,44,51,55,46,54,54,48,54,50,53,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,51,52,49,54,55,44,51,55,46,53,49,56,48,49,53,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,56,46,57,54,54,57,50,54,44,51,55,46,54,55,55,48,48,52,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,86,101,110,116,117,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,56,49,49,50,44,34,98,101,100,115,34,58,49,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,44,91,45,49,49,57,46,51,51,53,57,50,54,44,51,52,46,50,51,55,53,50,51,93,44,91,45,49,49,57,46,50,49,55,57,57,51,44,51,52,46,48,54,50,52,57,49,93,44,91,45,49,49,56,46,57,53,49,55,50,49,44,51,51,46,57,57,50,56,53,56,93,44,91,45,49,49,56,46,57,52,48,57,54,53,44,51,52,46,48,55,52,56,51,93,44,91,45,49,49,56,46,55,56,56,56,56,57,44,51,52,46,49,54,56,50,49,52,93,44,91,45,49,49,56,46,54,54,56,49,53,50,44,51,52,46,49,54,56,49,57,53,93,44,91,45,49,49,56,46,54,51,54,55,56,57,44,51,52,46,50,57,49,56,48,52,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,57,46,50,52,51,54,52,53,44,51,52,46,56,49,52,49,55,56,93,44,91,45,49,49,57,46,50,55,54,57,52,54,44,51,52,46,56,55,57,54,55,53,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,52,52,50,50,50,50,44,51,52,46,52,53,53,57,49,93,44,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,93,93,44,91,91,91,45,49,49,57,46,54,51,54,48,54,56,44,51,51,46,50,56,48,55,49,51,93,44,91,45,49,49,57,46,53,55,52,49,57,50,44,51,51,46,49,56,54,52,56,52,93,44,91,45,49,49,57,46,52,51,51,55,49,55,44,51,51,46,49,54,54,57,56,55,93,44,91,45,49,49,57,46,51,54,48,57,50,54,44,51,51,46,50,52,50,48,54,93,44,91,45,49,49,57,46,53,50,53,51,49,51,44,51,51,46,51,51,52,56,54,50,93,44,91,45,49,49,57,46,54,51,54,48,54,56,44,51,51,46,50,56,48,55,49,51,93,93,93,44,91,91,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,44,91,45,49,49,57,46,52,57,50,50,57,44,51,51,46,57,56,51,50,49,53,93,44,91,45,49,49,57,46,51,56,48,52,53,54,44,51,51,46,57,53,51,54,49,49,93,44,91,45,49,49,57,46,51,52,50,52,54,50,44,51,52,46,48,54,56,57,54,52,93,44,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,56,56,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,49,48,53,55,53,56,44,51,56,46,57,52,48,51,54,52,93,44,91,45,49,48,54,46,48,50,56,49,51,56,44,51,56,46,57,52,50,56,52,57,93,44,91,45,49,48,53,46,57,48,54,53,56,55,44,51,56,46,56,48,54,57,54,50,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,57,55,56,55,53,44,51,57,46,49,50,57,53,54,52,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,57,53,49,54,57,56,44,51,57,46,52,49,52,54,49,57,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,54,46,49,56,51,57,55,50,44,51,57,46,51,48,57,51,53,52,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,76,111,115,32,65,110,103,101,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,57,56,48,53,50,44,34,98,101,100,115,34,58,50,52,48,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,56,46,54,51,54,55,56,57,44,51,52,46,50,57,49,56,48,52,93,44,91,45,49,49,56,46,54,54,56,49,53,50,44,51,52,46,49,54,56,49,57,53,93,44,91,45,49,49,56,46,55,56,56,56,56,57,44,51,52,46,49,54,56,50,49,52,93,44,91,45,49,49,56,46,57,52,48,57,54,53,44,51,52,46,48,55,52,56,51,93,44,91,45,49,49,56,46,57,53,49,55,50,49,44,51,51,46,57,57,50,56,53,56,93,44,91,45,49,49,56,46,56,50,52,56,57,51,44,51,51,46,57,52,57,48,52,50,93,44,91,45,49,49,56,46,53,53,55,51,53,54,44,51,51,46,57,56,55,54,55,51,93,44,91,45,49,49,56,46,52,52,51,57,54,56,44,51,51,46,56,51,57,48,53,55,93,44,91,45,49,49,56,46,52,54,54,57,54,50,44,51,51,46,55,50,53,53,50,52,93,44,91,45,49,49,56,46,51,52,53,52,49,53,44,51,51,46,54,54,51,52,50,55,93,44,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,44,91,45,49,49,56,46,48,53,56,57,49,56,44,51,51,46,56,52,54,49,50,49,93,44,91,45,49,49,55,46,57,55,54,52,57,56,44,51,51,46,57,52,54,48,53,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,54,55,56,53,48,49,44,51,52,46,49,54,49,57,57,51,93,44,91,45,49,49,55,46,54,52,54,51,55,52,44,51,52,46,50,56,57,49,55,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,56,46,56,53,52,48,49,44,51,52,46,56,49,55,51,51,57,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,93,93,44,91,91,91,45,49,49,56,46,54,54,56,50,48,51,44,51,51,46,52,56,53,57,51,55,93,44,91,45,49,49,56,46,53,53,51,51,55,54,44,51,51,46,51,56,48,50,50,54,93,44,91,45,49,49,56,46,53,49,56,48,51,55,44,51,51,46,50,57,54,54,53,93,44,91,45,49,49,56,46,51,50,55,57,57,51,44,51,51,46,50,52,56,48,56,51,93,44,91,45,49,49,56,46,50,54,50,55,52,56,44,51,51,46,51,55,48,52,52,93,44,91,45,49,49,56,46,51,53,57,51,57,51,44,51,51,46,52,54,52,57,50,50,93,44,91,45,49,49,56,46,53,50,51,50,51,54,44,51,51,46,53,51,48,49,53,51,93,44,91,45,49,49,56,46,54,54,56,50,48,51,44,51,51,46,52,56,53,57,51,55,93,93,93,44,91,91,91,45,49,49,56,46,54,55,56,50,48,52,44,51,51,46,48,51,57,55,50,54,93,44,91,45,49,49,56,46,53,51,56,49,57,55,44,51,50,46,56,49,50,55,55,93,44,91,45,49,49,56,46,52,51,54,53,51,56,44,51,50,46,55,53,48,48,52,93,44,91,45,49,49,56,46,51,50,51,56,49,57,44,51,50,46,55,55,51,53,49,52,93,44,91,45,49,49,56,46,50,57,55,50,53,44,51,50,46,56,52,53,48,57,52,93,44,91,45,49,49,56,46,52,52,56,56,54,51,44,51,50,46,57,54,49,55,53,93,44,91,45,49,49,56,46,53,52,50,49,48,51,44,51,51,46,48,55,51,55,56,56,93,44,91,45,49,49,56,46,54,55,56,50,48,52,44,51,51,46,48,51,57,55,50,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,89,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,56,50,57,44,34,98,101,100,115,34,58,52,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,44,91,45,49,49,52,46,56,48,57,52,51,55,44,51,50,46,54,49,53,57,56,54,93,44,91,45,49,49,52,46,56,49,51,54,57,50,44,51,50,46,52,57,52,48,54,57,93,44,91,45,49,49,51,46,56,51,54,50,50,54,44,51,50,46,49,57,54,48,55,54,93,44,91,45,49,49,51,46,51,51,51,55,54,55,44,51,50,46,48,51,56,57,50,55,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,57,53,55,52,56,57,44,51,51,46,51,55,55,51,54,50,93,44,91,45,49,49,51,46,57,53,55,53,49,52,44,51,51,46,52,54,52,52,49,51,93,44,91,45,49,49,52,46,50,54,56,56,48,56,44,51,51,46,52,54,52,52,48,50,93,44,91,45,49,49,52,46,50,54,56,56,44,51,51,46,48,50,57,57,54,49,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,52,54,50,57,50,57,44,51,50,46,57,48,55,57,52,52,93,44,91,45,49,49,52,46,53,50,54,56,53,54,44,51,50,46,55,53,55,48,57,52,93,44,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,71,111,114,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,57,48,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,48,56,54,55,54,49,44,51,52,46,52,48,49,50,54,52,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,56,53,54,54,56,57,44,52,50,46,52,55,51,57,57,54,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,51,57,55,54,55,49,44,52,50,46,52,55,51,51,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,48,49,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,50,54,55,50,49,54,44,50,55,46,48,51,50,52,55,52,93,44,91,45,56,49,46,50,54,55,54,55,55,44,50,55,46,49,50,49,48,57,55,93,44,91,45,56,49,46,49,54,56,50,56,49,44,50,55,46,49,50,49,55,51,52,93,44,91,45,56,49,46,49,54,57,49,51,56,44,50,55,46,50,48,57,53,56,53,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,49,46,50,48,53,51,56,56,44,50,55,46,52,57,48,50,53,52,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,56,48,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,44,91,45,55,57,46,57,55,56,50,49,52,44,51,55,46,55,54,52,57,55,53,93,44,91,45,55,57,46,57,54,55,48,55,49,44,51,55,46,56,48,51,52,48,53,93,44,91,45,55,57,46,57,57,50,48,53,53,44,51,55,46,55,57,57,56,49,93,44,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,51,55,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,52,52,51,48,51,50,44,52,52,46,49,50,56,54,54,57,93,44,91,45,55,50,46,53,56,57,56,53,53,44,52,52,46,49,53,57,51,52,51,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,55,56,51,50,48,56,44,52,51,46,57,50,56,57,54,55,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,49,49,54,57,53,54,44,52,51,46,57,57,50,54,51,54,93,44,91,45,55,50,46,48,51,50,51,50,57,44,52,52,46,48,56,48,56,54,57,93,44,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,80,105,110,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,55,50,49,44,34,98,101,100,115,34,58,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,49,46,53,56,48,54,51,52,44,51,51,46,52,54,53,56,93,44,91,45,49,49,49,46,53,56,50,54,51,49,44,51,51,46,50,48,53,52,48,56,93,44,91,45,49,49,50,46,48,56,49,57,52,54,44,51,51,46,50,48,52,54,56,54,93,44,91,45,49,49,50,46,49,57,49,54,48,56,44,51,51,46,50,54,52,54,57,56,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,49,46,53,54,57,50,53,54,44,51,50,46,53,48,54,55,54,57,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,54,51,52,52,49,50,44,51,51,46,49,52,50,51,54,54,93,44,91,45,49,49,48,46,55,56,51,49,51,54,44,51,50,46,57,56,52,54,54,93,44,91,45,49,49,48,46,57,52,54,54,56,52,44,51,51,46,50,53,48,48,53,51,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,48,53,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,51,56,48,55,51,53,44,52,49,46,53,49,51,57,52,50,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,97,109,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,52,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,48,51,56,57,49,50,44,51,55,46,51,53,54,57,53,51,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,105,116,114,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,48,56,55,44,34,98,101,100,115,34,58,51,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,44,91,45,56,50,46,52,49,56,51,53,51,44,50,56,46,54,57,52,56,53,57,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,49,55,49,52,48,50,44,50,56,46,55,56,57,56,52,56,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,50,46,52,55,55,54,51,57,44,50,57,46,48,53,50,52,56,52,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,55,49,49,53,51,44,50,57,46,48,51,48,57,56,56,93,44,91,45,56,50,46,56,52,56,50,52,56,44,50,56,46,57,49,52,53,50,57,93,44,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,117,108,101,98,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,44,91,45,54,53,46,50,56,54,54,56,44,49,56,46,50,50,53,57,57,93,44,91,45,54,53,46,49,57,49,49,51,52,44,49,56,46,50,53,56,56,56,52,93,44,91,45,54,53,46,49,56,49,55,54,50,44,49,56,46,51,53,55,55,50,55,93,44,91,45,54,53,46,51,54,50,53,54,54,44,49,56,46,52,49,57,52,55,50,93,44,91,45,54,53,46,52,50,52,52,51,49,44,49,56,46,51,57,48,56,56,93,44,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,44,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,48,49,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,108,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,50,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,54,53,55,54,50,44,52,49,46,48,52,57,49,50,51,93,44,91,45,55,57,46,53,57,55,48,49,51,44,52,48,46,57,57,52,51,56,56,93,44,91,45,55,57,46,51,56,53,53,51,55,44,52,48,46,57,56,57,55,54,54,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,50,48,55,49,57,54,44,52,49,46,52,51,48,57,50,50,93,44,91,45,55,57,46,52,48,48,50,54,57,44,52,49,46,52,51,54,49,52,53,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,101,114,97,117,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,53,54,54,51,50,44,51,57,46,49,51,50,55,54,49,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,117,98,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,49,56,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,51,54,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,48,51,53,53,49,50,44,51,55,46,56,54,53,56,49,56,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,57,48,48,52,57,44,51,55,46,57,56,50,49,52,50,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,49,55,48,49,44,51,56,46,48,55,57,53,52,51,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,57,57,53,54,51,56,44,51,51,46,55,54,55,57,48,54,93,44,91,45,55,57,46,57,55,52,51,56,50,44,51,51,46,55,50,49,53,57,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,55,57,46,57,55,49,57,54,51,44,51,51,46,53,48,48,57,51,55,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,53,57,48,49,49,44,51,51,46,52,52,51,53,52,93,44,91,45,55,57,46,52,51,53,55,51,51,44,51,51,46,53,55,50,55,48,50,93,44,91,45,55,57,46,52,48,57,51,51,50,44,51,51,46,54,56,56,56,57,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,52,57,54,52,56,54,44,51,51,46,55,55,53,51,53,55,93,44,91,45,55,57,46,55,57,56,51,55,44,51,51,46,56,51,53,53,54,50,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,52,57,55,53,54,55,44,52,52,46,52,56,54,50,51,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,52,46,49,52,49,52,50,52,44,52,52,46,52,48,55,50,54,56,93,44,91,45,55,52,46,48,57,51,52,57,44,52,52,46,49,51,55,54,49,53,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,50,53,53,57,57,56,44,52,51,46,57,54,57,55,57,55,93,44,91,45,55,52,46,51,51,54,56,50,54,44,52,51,46,57,50,53,50,50,51,93,44,91,45,55,52,46,50,49,51,55,51,52,44,52,51,46,56,49,48,56,55,53,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,52,51,55,57,48,53,44,52,52,46,48,52,53,49,50,53,93,44,91,45,55,51,46,51,57,48,54,50,53,44,52,52,46,49,57,49,48,54,56,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,51,46,50,57,54,48,53,50,44,52,52,46,52,50,56,51,51,52,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,117,103,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,54,46,52,57,48,52,51,52,44,51,53,46,49,49,53,56,53,55,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,52,49,51,55,56,49,44,51,52,46,57,49,53,54,49,57,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,48,56,56,55,57,50,44,51,53,46,48,52,57,56,55,53,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,56,53,51,53,53,51,44,51,55,46,50,56,55,55,48,54,93,44,91,45,56,49,46,57,57,54,53,55,56,44,51,55,46,52,55,54,55,48,53,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,56,54,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,56,48,46,49,54,50,50,48,50,44,51,55,46,56,55,53,49,50,50,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,49,52,52,51,57,52,44,51,55,46,53,57,54,54,50,55,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,55,57,46,56,49,54,54,56,53,44,51,55,46,56,48,48,57,54,52,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,56,56,55,51,50,57,44,51,55,46,56,57,50,57,55,49,93,44,91,45,55,57,46,57,51,53,51,54,52,44,51,55,46,57,53,52,51,54,53,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,93,44,91,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,44,91,45,55,57,46,57,57,50,48,53,53,44,51,55,46,55,57,57,56,49,93,44,91,45,55,57,46,57,54,55,48,55,49,44,51,55,46,56,48,51,52,48,53,93,44,91,45,55,57,46,57,55,56,50,49,52,44,51,55,46,55,54,52,57,55,53,93,44,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,51,55,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,52,57,50,53,48,52,44,51,51,46,53,52,51,49,53,52,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,55,57,51,53,56,52,44,51,56,46,54,48,52,56,49,52,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,53,55,48,57,51,44,51,56,46,54,55,56,55,48,54,93,44,91,45,56,53,46,54,56,51,51,51,56,44,51,56,46,55,51,54,55,51,49,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,114,111,119,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,53,34,44,34,78,65,77,69,34,58,34,83,117,116,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,83,97,98,97,110,97,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,117,115,107,111,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,48,56,52,44,34,98,101,100,115,34,58,51,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,51,52,52,55,57,57,44,51,53,46,53,53,49,55,53,49,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,49,55,49,55,54,51,44,51,53,46,51,48,53,53,53,51,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,53,46,49,51,50,50,55,49,44,51,53,46,53,50,54,48,53,53,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,53,46,49,50,55,49,54,51,44,51,53,46,56,49,50,55,53,53,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,54,51,57,55,55,57,44,51,53,46,55,57,49,56,48,55,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,55,49,51,48,56,49,44,51,53,46,55,50,53,56,48,55,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,51,51,55,52,53,49,44,51,54,46,57,57,50,52,57,52,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,105,97,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,50,51,44,34,98,101,100,115,34,58,50,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,52,55,54,48,50,50,44,51,48,46,57,56,50,57,48,49,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,51,52,55,56,54,51,44,51,49,46,51,52,54,55,93,44,91,45,56,57,46,52,53,49,48,55,51,44,51,49,46,51,52,54,51,56,51,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,82,105,112,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,48,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,51,52,53,55,51,53,44,52,55,46,50,57,49,56,57,55,93,44,91,45,49,48,49,46,52,52,48,49,51,57,44,52,55,46,52,55,55,50,57,57,93,44,91,45,49,48,49,46,52,51,54,53,50,49,44,52,55,46,53,54,52,49,53,55,93,44,91,45,49,48,49,46,56,57,50,48,49,55,44,52,55,46,53,48,53,49,51,51,93,44,91,45,49,48,50,46,48,51,54,54,52,56,44,52,55,46,53,55,50,55,48,53,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,50,48,53,53,53,54,44,52,55,46,51,50,56,48,55,49,93,44,91,45,49,48,50,46,49,52,52,52,53,51,44,52,55,46,51,50,56,48,55,57,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,49,46,55,54,52,54,52,55,44,52,55,46,50,52,49,53,49,56,93,44,91,45,49,48,49,46,50,53,55,54,51,51,44,52,55,46,50,52,49,51,52,51,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,72,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,50,46,57,56,48,57,48,53,44,51,52,46,50,49,49,53,48,53,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,56,54,52,52,44,51,52,46,52,53,57,55,56,53,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,55,55,52,57,51,54,44,51,50,46,50,51,55,48,53,53,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,52,49,53,52,49,56,44,51,50,46,52,48,55,56,49,50,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,54,50,50,51,51,53,44,51,50,46,52,57,54,52,48,54,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,52,50,48,48,55,49,44,51,55,46,56,50,51,55,54,54,93,44,91,45,55,54,46,51,48,56,51,54,55,44,51,55,46,54,54,57,55,55,51,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,70,111,114,116,32,66,101,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,57,51,52,50,44,34,98,101,100,115,34,58,49,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,48,54,48,54,55,54,44,50,57,46,52,55,54,52,55,51,93,44,91,45,57,53,46,57,53,48,54,52,51,44,50,57,46,51,51,54,53,55,55,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,55,53,50,56,54,54,44,50,57,46,51,50,52,53,48,51,93,44,91,45,57,53,46,53,57,48,55,57,51,44,50,57,46,51,50,55,52,56,53,93,44,91,45,57,53,46,53,52,57,57,57,52,44,50,57,46,52,51,56,52,51,57,93,44,91,45,57,53,46,52,54,50,53,48,51,44,50,57,46,52,51,57,50,52,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,55,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,57,46,49,54,56,49,50,49,44,52,51,46,56,55,54,52,55,93,44,91,45,56,57,46,50,52,53,51,55,53,44,52,51,46,55,53,57,56,49,51,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,80,111,110,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,53,55,54,57,56,50,44,52,56,46,52,56,51,51,52,56,93,44,91,45,49,49,50,46,53,56,48,52,56,52,44,52,56,46,51,48,57,57,51,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,51,46,50,51,48,55,50,51,44,52,56,46,49,56,50,48,48,50,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,50,46,49,55,55,56,51,51,44,52,56,46,49,51,48,55,49,50,93,44,91,45,49,49,50,46,48,52,55,57,57,57,44,52,56,46,48,56,54,54,49,50,93,44,91,45,49,49,49,46,57,56,52,50,54,51,44,52,55,46,57,56,52,53,57,50,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,54,54,53,53,57,57,44,52,56,46,50,49,57,53,52,57,93,44,91,45,49,49,49,46,54,54,53,55,53,54,44,52,56,46,51,52,57,52,53,54,93,44,91,45,49,49,49,46,55,57,53,57,49,44,52,56,46,51,57,51,48,56,49,93,44,91,45,49,49,49,46,57,57,48,56,56,57,44,52,56,46,51,57,52,50,54,53,93,44,91,45,49,49,50,46,48,48,52,52,51,54,44,52,56,46,52,52,56,56,56,54,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,48,49,51,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,56,46,57,50,57,55,51,55,44,51,57,46,48,55,51,54,57,56,93,44,91,45,49,49,57,46,48,49,52,56,51,55,44,51,56,46,57,52,51,51,50,51,93,44,91,45,49,49,57,46,48,49,52,53,50,56,44,51,56,46,56,53,49,51,93,44,91,45,49,49,56,46,57,48,50,49,50,52,44,51,56,46,56,53,50,49,53,56,93,44,91,45,49,49,56,46,57,48,54,56,54,49,44,51,56,46,52,49,52,54,55,55,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,56,46,51,53,49,52,56,52,44,51,55,46,56,57,51,55,48,53,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,56,46,49,57,54,50,51,53,44,51,56,46,57,49,57,48,53,56,93,44,91,45,49,49,56,46,49,57,54,50,55,52,44,51,56,46,57,57,57,57,50,54,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,49,56,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,52,53,49,57,49,54,44,52,48,46,49,56,56,56,48,51,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,49,49,56,57,54,54,44,52,48,46,50,51,53,50,54,51,93,44,91,45,57,48,46,48,51,51,48,50,54,44,52,48,46,51,55,55,56,48,54,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,56,55,51,54,56,44,52,48,46,54,50,52,57,55,53,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,55,57,48,49,44,34,98,101,100,115,34,58,51,57,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,51,46,52,57,55,52,48,53,44,52,48,46,57,50,51,55,54,54,93,44,91,45,55,51,46,52,50,51,50,54,57,44,52,48,46,54,55,48,56,57,51,93,44,91,45,55,51,46,52,50,53,51,49,44,52,48,46,53,51,52,50,54,53,93,44,91,45,55,51,46,50,55,52,48,50,53,44,52,48,46,53,53,49,51,49,52,93,44,91,45,55,50,46,51,55,52,53,50,57,44,52,48,46,56,49,56,53,57,53,93,44,91,45,55,49,46,56,51,55,48,56,56,44,52,49,46,48,49,48,56,57,50,93,44,91,45,55,49,46,55,55,55,52,57,49,44,52,49,46,48,54,55,50,57,50,93,44,91,45,55,49,46,55,57,48,57,55,50,44,52,49,46,49,56,52,49,48,49,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,99,68,111,110,97,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,115,32,66,108,117,102,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,53,53,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,105,103,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,51,52,44,34,98,101,100,115,34,58,50,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,50,57,49,49,54,57,44,51,53,46,50,49,54,52,56,57,93,44,91,45,49,48,52,46,49,50,53,49,51,54,44,51,53,46,50,49,53,54,57,54,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,51,46,56,53,55,53,51,44,51,53,46,50,52,50,52,48,53,93,44,91,45,49,48,51,46,54,51,55,49,51,44,51,53,46,50,52,48,56,49,57,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,55,50,51,54,48,57,44,51,53,46,52,50,50,55,56,53,93,44,91,45,49,48,51,46,57,55,54,57,48,49,44,51,53,46,56,48,49,55,52,55,93,44,91,45,49,48,52,46,48,50,49,55,48,50,44,51,53,46,55,56,49,52,57,52,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,53,46,48,48,54,52,49,55,44,51,53,46,55,55,49,50,53,54,93,44,91,45,49,48,53,46,51,52,55,56,51,44,51,53,46,56,55,48,54,57,53,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,56,55,44,34,98,101,100,115,34,58,53,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,54,57,54,55,53,53,44,51,50,46,54,57,55,52,50,57,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,52,56,57,51,52,56,44,51,50,46,52,57,54,57,51,55,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,51,51,51,56,52,51,44,51,50,46,52,54,56,54,51,57,93,44,91,45,56,53,46,48,53,57,50,57,52,44,51,50,46,52,55,50,57,48,57,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,55,34,44,34,78,65,77,69,34,58,34,80,97,114,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,48,50,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,48,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,114,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,56,46,52,51,57,55,51,52,44,52,54,46,57,55,57,54,51,49,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,55,46,54,56,49,53,48,56,44,52,54,46,57,55,56,52,56,49,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,105,98,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,49,50,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,52,46,50,53,52,48,55,54,44,52,52,46,55,49,55,56,53,53,93,44,91,45,57,52,46,50,53,52,55,49,57,44,52,52,46,54,51,48,51,49,49,93,44,91,45,57,52,46,52,57,55,56,51,53,44,52,52,46,54,50,57,57,50,49,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,54,50,57,52,56,57,44,52,52,46,55,49,54,54,54,51,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,51,34,44,34,78,65,77,69,34,58,34,85,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,49,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,111,110,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,51,49,55,44,34,98,101,100,115,34,58,56,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,44,91,45,49,50,50,46,57,48,49,55,50,54,44,51,56,46,51,49,54,57,52,51,93,44,91,45,49,50,50,46,55,51,57,57,44,51,56,46,50,48,55,48,49,56,93,44,91,45,49,50,50,46,53,55,56,50,48,49,44,51,56,46,49,56,51,53,56,51,93,44,91,45,49,50,50,46,53,48,50,56,50,44,51,56,46,49,49,51,48,48,50,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,51,53,57,57,50,52,44,51,56,46,50,51,48,53,48,49,93,44,91,45,49,50,50,46,53,52,51,56,57,51,44,51,56,46,53,49,57,57,54,54,93,44,91,45,49,50,50,46,54,52,54,50,54,56,44,51,56,46,53,57,57,49,50,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,51,46,48,56,48,57,57,55,44,51,56,46,56,53,50,52,51,56,93,44,91,45,49,50,51,46,49,51,54,50,53,51,44,51,56,46,56,48,57,49,51,54,93,44,91,45,49,50,51,46,51,54,56,51,57,52,44,51,56,46,56,48,54,54,52,93,44,91,45,49,50,51,46,54,51,50,52,57,55,44,51,56,46,55,53,56,49,49,57,93,44,91,45,49,50,51,46,53,49,48,53,56,44,51,56,46,54,56,48,56,57,93,44,91,45,49,50,51,46,51,54,48,57,50,57,44,51,56,46,53,49,48,50,48,50,93,44,91,45,49,50,51,46,50,50,48,50,50,44,51,56,46,52,52,49,57,53,52,93,44,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,51,52,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,44,91,45,56,51,46,52,51,51,53,53,56,44,52,53,46,57,57,56,56,57,53,93,44,91,45,56,51,46,53,55,49,52,54,55,44,52,54,46,49,48,53,57,57,56,93,44,91,45,56,51,46,56,50,54,50,52,51,44,52,54,46,49,49,57,50,56,56,93,44,91,45,56,51,46,57,53,53,52,50,52,44,52,54,46,48,53,55,49,56,56,93,44,91,45,56,52,46,49,48,56,48,56,57,44,52,54,46,50,52,49,50,51,56,93,44,91,45,56,52,46,49,52,54,49,55,50,44,52,54,46,52,49,56,53,50,93,44,91,45,56,52,46,49,49,49,50,50,53,44,52,54,46,53,48,52,49,49,57,93,44,91,45,56,52,46,52,50,48,50,55,52,44,52,54,46,53,48,49,48,55,55,93,44,91,45,56,52,46,53,53,54,57,55,54,44,52,54,46,52,54,48,54,53,93,44,91,45,56,52,46,55,54,50,57,53,55,44,52,54,46,54,51,52,51,50,52,93,44,91,45,56,52,46,56,53,57,51,51,53,44,52,54,46,56,56,56,56,52,51,93,44,91,45,56,53,46,50,51,52,51,51,44,52,55,46,48,52,55,54,49,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,49,49,50,53,49,51,44,52,54,46,49,53,56,50,54,51,93,44,91,45,56,52,46,51,54,51,53,48,51,44,52,54,46,49,53,55,57,56,52,93,44,91,45,56,52,46,51,54,51,48,57,44,52,54,46,48,55,49,53,55,52,93,44,91,45,56,52,46,50,51,57,51,51,50,44,52,53,46,57,56,52,57,49,52,93,44,91,45,56,52,46,49,49,52,49,56,54,44,52,53,46,57,56,53,49,53,50,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,110,110,101,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,51,57,55,44,34,98,101,100,115,34,58,51,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,50,46,53,50,48,48,50,52,44,52,51,46,52,50,53,49,55,93,44,91,45,49,49,50,46,49,48,51,50,57,56,44,52,51,46,52,50,53,48,53,55,93,44,91,45,49,49,50,46,48,52,51,56,50,49,44,52,51,46,51,54,54,55,48,56,93,44,91,45,49,49,49,46,56,50,50,52,55,53,44,52,51,46,51,54,54,48,51,53,93,44,91,45,49,49,49,46,56,50,50,52,57,52,44,52,51,46,50,56,50,50,56,54,93,44,91,45,49,49,49,46,53,56,56,48,52,57,44,52,51,46,50,56,49,56,52,49,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,50,48,55,53,54,49,44,52,51,46,53,52,51,56,53,55,93,44,91,45,49,49,49,46,50,52,51,56,51,57,44,52,51,46,54,50,49,56,53,51,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,56,55,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,56,54,56,57,51,49,44,51,52,46,48,48,52,55,56,54,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,53,54,51,50,49,53,44,51,52,46,48,51,49,55,53,55,93,44,91,45,56,51,46,55,53,49,51,56,49,44,51,52,46,48,54,52,50,48,49,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,76,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,49,46,56,50,51,57,50,49,44,51,49,46,54,53,49,56,48,57,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,53,54,54,48,48,57,44,51,49,46,53,55,54,52,54,55,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,54,52,49,55,54,49,44,51,49,46,55,54,53,52,53,49,93,44,91,45,56,49,46,55,54,53,51,53,55,44,51,49,46,56,55,52,53,52,93,44,91,45,56,49,46,55,53,48,50,53,55,44,51,49,46,57,55,51,50,48,55,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,49,34,44,34,78,65,77,69,34,58,34,75,105,110,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,44,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,54,57,57,49,52,49,44,50,57,46,52,49,57,55,52,55,93,44,91,45,49,48,48,46,55,52,53,51,48,56,44,50,57,46,50,54,52,56,57,56,93,44,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,54,54,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,50,49,54,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,56,48,52,53,51,50,44,52,49,46,49,51,50,49,56,54,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,50,49,57,56,49,51,44,52,48,46,57,49,50,55,52,49,93,44,91,45,55,56,46,48,55,55,55,52,44,52,48,46,57,53,56,56,50,52,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,54,52,54,54,54,54,44,52,49,46,50,53,51,55,55,56,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,57,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,73,115,97,98,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,52,50,52,53,55,53,44,49,55,46,56,56,49,57,51,56,93,44,91,45,54,54,46,51,50,51,50,50,44,49,55,46,56,55,55,54,54,55,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,48,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,53,56,54,51,52,52,44,51,57,46,48,50,56,51,50,57,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,50,53,48,53,49,51,44,51,57,46,50,49,55,53,49,50,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,53,51,48,56,51,54,44,51,57,46,51,52,56,56,54,52,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,99,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,56,48,44,34,98,101,100,115,34,58,50,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,56,46,56,50,51,52,55,51,44,51,52,46,56,53,56,54,50,57,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,53,57,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,52,55,54,54,52,50,44,51,52,46,53,53,52,49,54,56,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,57,48,56,51,49,51,44,51,49,46,54,50,53,49,54,57,93,44,91,45,57,50,46,56,48,54,50,48,54,44,51,49,46,53,57,56,53,52,56,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,54,51,49,57,52,52,44,51,49,46,51,57,48,52,55,56,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,50,56,50,48,56,49,44,51,49,46,53,48,51,52,56,54,93,44,91,45,57,50,46,51,55,50,52,55,54,44,51,49,46,55,48,49,53,49,57,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,54,49,57,50,50,52,44,51,49,46,55,57,55,49,52,57,93,44,91,45,57,50,46,54,49,57,57,55,54,44,51,49,46,55,48,57,53,55,50,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,99,104,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,53,49,50,44,34,98,101,100,115,34,58,53,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,49,52,49,57,54,55,44,51,57,46,56,48,49,50,55,51,93,44,91,45,56,57,46,49,51,57,49,50,53,44,51,57,46,54,53,53,49,51,49,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,115,101,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,56,57,55,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,55,54,48,49,56,54,44,52,49,46,55,57,56,56,49,52,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,50,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,44,34,98,101,100,115,34,58,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,57,53,54,54,50,52,44,52,55,46,51,54,48,57,52,51,93,44,91,45,49,48,55,46,57,53,52,51,52,55,44,52,55,46,49,50,48,54,53,50,93,44,91,45,49,48,55,46,56,56,52,55,49,56,44,52,54,46,57,56,52,50,52,57,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,54,46,55,50,48,49,53,55,44,52,54,46,56,53,57,54,48,51,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,54,46,49,55,48,52,50,44,52,55,46,49,56,48,56,50,54,93,44,91,45,49,48,54,46,49,55,48,54,55,53,44,52,55,46,51,53,52,52,57,53,93,44,91,45,49,48,54,46,50,57,56,49,53,56,44,52,55,46,51,53,52,50,57,56,93,44,91,45,49,48,54,46,50,54,49,49,50,49,44,52,55,46,53,50,57,48,53,50,93,44,91,45,49,48,54,46,50,54,48,57,51,50,44,52,55,46,56,54,56,52,51,49,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,53,55,49,48,48,51,44,52,55,46,56,49,50,57,51,51,93,44,91,45,49,48,54,46,56,54,49,54,54,56,44,52,55,46,55,51,55,51,55,50,93,44,91,45,49,48,54,46,56,56,49,49,54,50,44,52,55,46,54,55,56,49,50,56,93,44,91,45,49,48,55,46,50,52,57,44,52,55,46,54,54,49,53,54,54,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,53,57,52,50,53,44,52,55,46,54,52,57,55,51,49,93,44,91,45,49,48,55,46,56,54,52,57,50,50,44,52,55,46,53,49,51,55,52,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,56,51,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,79,108,109,115,116,101,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,48,54,53,44,34,98,101,100,115,34,58,50,49,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,51,49,56,57,55,49,44,52,52,46,49,48,55,55,51,52,93,44,91,45,57,50,46,51,49,56,57,56,54,44,52,52,46,49,57,52,48,53,55,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,51,48,54,54,44,34,98,101,100,115,34,58,49,51,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,114,117,106,105,108,108,111,32,65,108,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,98,105,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,54,53,57,44,34,98,101,100,115,34,58,49,57,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,51,56,52,52,51,49,44,51,48,46,49,53,56,53,52,51,93,44,91,45,56,56,46,49,54,50,48,50,50,44,51,48,46,50,48,48,48,57,51,93,44,91,45,56,56,46,48,51,55,51,48,57,44,51,48,46,49,52,54,53,54,49,93,44,91,45,56,55,46,57,56,55,56,51,57,44,51,48,46,54,51,55,49,52,57,93,44,91,45,56,56,46,48,50,54,51,49,57,44,51,48,46,55,53,51,51,53,56,93,44,91,45,56,55,46,57,52,49,53,54,49,44,51,49,46,48,54,49,51,52,50,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,56,46,48,50,50,54,52,57,44,51,49,46,49,52,52,50,54,55,93,44,91,45,56,56,46,51,50,57,55,56,50,44,51,49,46,49,52,51,56,50,49,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,99,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,56,53,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,54,54,54,54,54,49,44,51,51,46,53,50,49,54,54,55,93,44,91,45,56,55,46,54,51,49,55,49,56,44,51,51,46,54,48,57,56,51,51,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,52,50,51,56,52,51,44,51,51,46,54,56,57,49,49,50,93,44,91,45,56,55,46,53,50,56,51,51,56,44,51,51,46,54,57,50,48,52,57,93,44,91,45,56,55,46,53,51,49,54,48,50,44,51,51,46,56,54,55,54,49,56,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,109,98,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,50,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,54,52,57,56,51,53,44,51,54,46,52,56,49,52,52,51,93,44,91,45,55,55,46,52,52,53,56,56,54,44,51,54,46,51,50,52,56,56,56,93,44,91,45,55,55,46,51,56,54,53,57,53,44,51,54,46,50,49,51,53,52,56,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,55,46,48,57,51,50,50,52,44,51,54,46,53,49,56,50,49,54,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,111,102,102,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,56,46,49,49,51,49,55,57,44,52,48,46,50,50,49,54,55,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,55,46,52,50,56,56,49,51,44,52,48,46,53,52,50,50,48,55,93,44,91,45,49,48,55,46,51,49,52,49,53,51,44,52,48,46,54,48,48,50,56,49,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,50,51,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,54,57,55,51,50,53,44,51,55,46,51,48,49,56,51,56,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,97,117,102,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,52,51,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,54,46,56,52,53,53,48,53,44,51,53,46,50,49,54,48,53,57,93,44,91,45,55,54,46,54,51,50,53,54,49,44,51,53,46,50,51,53,51,50,52,93,44,91,45,55,54,46,54,49,55,52,57,54,44,51,53,46,51,50,56,56,57,51,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,53,56,53,51,50,44,51,53,46,52,53,53,48,55,53,93,44,91,45,55,54,46,53,56,56,49,57,49,44,51,53,46,54,50,48,54,53,52,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,57,56,53,56,52,50,44,51,53,46,54,53,56,56,52,56,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,97,121,117,121,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,117,114,108,101,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,51,55,44,34,98,101,100,115,34,58,53,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,55,52,57,51,51,52,44,52,55,46,51,50,55,54,56,53,93,44,91,45,49,48,48,46,55,52,57,51,55,44,52,55,46,49,53,55,50,52,53,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,48,46,56,56,50,49,55,50,44,52,55,46,48,49,53,49,49,53,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,48,46,55,56,56,55,54,56,44,52,54,46,54,57,49,55,48,49,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,49,48,48,46,48,55,53,50,50,57,44,52,54,46,57,56,49,50,56,50,93,44,91,45,49,48,48,46,49,49,52,54,51,55,44,52,54,46,57,56,49,54,54,54,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,54,48,53,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,55,55,49,53,56,50,44,51,53,46,54,55,50,49,54,51,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,50,48,57,53,48,57,44,51,53,46,53,56,49,57,53,49,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,54,51,50,55,50,52,44,51,53,46,56,52,53,56,53,52,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,53,48,55,52,56,44,52,54,46,48,49,56,53,49,54,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,75,97,110,100,105,121,111,104,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,54,53,56,44,34,98,101,100,115,34,58,49,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,55,54,50,57,51,52,44,52,53,46,52,49,50,56,54,49,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,87,111,108,102,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,52,49,56,52,55,52,44,51,55,46,54,57,48,55,50,57,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,54,54,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,54,56,51,51,57,52,44,51,48,46,49,53,49,48,51,56,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,51,52,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,51,46,52,53,51,48,49,54,44,52,52,46,50,53,54,54,48,57,93,44,91,45,49,48,51,46,53,55,52,51,57,54,44,52,52,46,50,53,54,48,55,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,51,46,56,50,48,54,51,57,44,52,52,46,54,48,52,55,55,55,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,57,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,55,46,57,56,49,56,53,49,44,52,52,46,57,53,53,56,56,53,93,44,91,45,54,56,46,49,48,53,48,49,55,44,52,52,46,57,51,57,48,56,56,93,44,91,45,54,55,46,57,56,49,57,56,56,44,52,52,46,52,55,51,55,53,54,93,44,91,45,54,55,46,57,50,53,49,55,56,44,52,52,46,51,52,49,52,51,52,93,44,91,45,54,55,46,56,48,53,53,54,57,44,52,52,46,51,57,49,48,49,53,93,44,91,45,54,55,46,53,54,55,53,56,53,44,52,52,46,51,57,55,50,48,57,93,44,91,45,54,55,46,52,51,57,54,57,53,44,52,52,46,53,48,53,51,56,52,93,44,91,45,54,55,46,50,52,56,48,53,50,44,52,52,46,53,53,52,56,57,56,93,44,91,45,54,54,46,56,56,53,52,52,52,44,52,52,46,55,57,52,50,48,56,93,44,91,45,54,54,46,57,54,53,51,49,55,44,52,52,46,56,50,56,57,48,53,93,44,91,45,54,55,46,49,53,56,56,55,49,44,52,53,46,49,54,50,48,51,53,93,44,91,45,54,55,46,51,52,48,57,50,52,44,52,53,46,49,50,53,48,57,50,93,44,91,45,54,55,46,52,55,54,51,55,50,44,52,53,46,50,55,53,51,55,49,93,44,91,45,54,55,46,52,50,55,51,50,53,44,52,53,46,51,57,48,55,50,49,93,44,91,45,54,55,46,53,48,48,48,55,50,44,52,53,46,52,57,48,56,52,57,93,44,91,45,54,55,46,52,50,48,55,51,50,44,52,53,46,53,52,57,54,57,53,93,44,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,55,46,57,51,57,55,54,44,52,53,46,50,54,55,56,52,53,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,66,114,105,115,99,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,110,116,111,110,97,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,57,56,57,53,50,57,44,52,54,46,54,56,48,49,49,57,93,44,91,45,56,56,46,57,51,50,52,56,44,52,54,46,55,54,52,55,56,55,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,57,48,46,48,48,48,49,54,49,44,52,54,46,57,57,57,57,51,55,93,44,91,45,57,48,46,48,48,48,49,55,49,44,52,54,46,55,54,53,53,50,57,93,44,91,45,56,57,46,56,54,51,55,57,51,44,52,54,46,55,54,53,52,48,53,93,44,91,45,56,57,46,56,54,52,52,50,44,52,54,46,53,57,50,54,52,51,93,44,91,45,56,57,46,55,52,48,53,54,56,44,52,54,46,53,48,53,54,52,50,93,44,91,45,56,57,46,51,54,53,48,57,52,44,52,54,46,53,48,53,57,52,57,93,44,91,45,56,57,46,51,54,53,53,48,55,44,52,54,46,51,51,51,48,55,56,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,57,48,46,49,48,49,52,48,49,44,51,51,46,52,53,56,57,52,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,54,52,54,51,49,52,44,51,51,46,52,48,50,53,52,52,93,44,91,45,56,57,46,55,56,53,50,50,55,44,51,51,46,52,49,54,50,55,53,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,56,48,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,53,57,55,54,55,55,44,52,52,46,52,51,51,49,48,57,93,44,91,45,49,50,51,46,55,50,48,48,55,49,44,52,52,46,52,51,51,51,55,52,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,50,52,48,55,52,52,44,52,52,46,51,51,55,55,56,57,93,44,91,45,49,50,51,46,50,49,49,57,54,55,44,52,52,46,53,48,49,50,49,56,93,44,91,45,49,50,51,46,50,54,48,49,53,49,44,52,52,46,53,53,53,49,52,56,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,51,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,53,53,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,57,46,50,49,53,50,49,53,44,52,48,46,55,55,53,57,52,50,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,49,50,49,54,51,52,44,52,48,46,51,55,48,53,55,54,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,53,54,44,34,98,101,100,115,34,58,50,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,54,50,50,51,51,53,44,51,50,46,52,57,54,52,48,54,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,52,49,53,48,53,44,51,50,46,54,55,48,48,53,54,93,44,91,45,57,50,46,54,50,56,50,56,56,44,51,50,46,55,53,57,54,54,57,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,56,50,56,53,51,53,44,51,50,46,55,53,56,56,49,52,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,50,46,56,55,57,50,54,56,44,51,50,46,52,53,52,49,49,56,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,55,46,50,56,57,53,57,50,44,52,48,46,53,49,56,52,53,55,93,44,91,45,55,55,46,53,52,48,49,52,49,44,52,48,46,51,57,57,50,50,49,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,52,50,54,53,57,53,44,52,48,46,50,56,54,54,49,93,44,91,45,55,55,46,50,55,48,48,53,55,44,52,48,46,50,55,56,54,53,50,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,55,46,48,50,56,54,52,53,44,52,48,46,51,57,49,49,57,55,93,44,91,45,55,54,46,57,52,57,51,57,55,44,52,48,46,52,54,57,48,51,55,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,90,105,101,98,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,52,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,49,46,55,56,48,55,51,51,44,52,52,46,53,51,54,52,51,54,93,44,91,45,49,48,49,46,55,49,53,48,51,56,44,52,52,46,53,55,57,52,56,51,93,44,91,45,49,48,49,46,53,51,49,48,51,53,44,52,52,46,53,54,55,56,55,53,93,44,91,45,49,48,49,46,51,50,56,50,52,53,44,52,52,46,54,57,48,57,53,54,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,49,51,54,49,54,50,44,52,52,46,57,57,52,48,55,52,93,44,91,45,49,48,49,46,53,48,49,48,53,51,44,52,52,46,57,57,51,55,57,53,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,52,53,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,55,48,49,57,56,54,44,51,50,46,52,50,49,55,56,50,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,51,53,52,50,57,52,44,51,50,46,51,50,57,50,48,57,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,49,55,50,49,51,54,44,51,50,46,54,57,54,57,93,44,91,45,57,52,46,50,56,51,48,50,56,44,51,50,46,55,52,54,55,50,57,93,44,91,45,57,52,46,51,57,48,55,56,51,44,51,50,46,54,57,52,51,55,55,93,44,91,45,57,52,46,53,48,55,51,50,51,44,51,50,46,54,57,51,55,51,56,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,114,97,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,48,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,52,53,49,50,44,52,54,46,57,51,56,57,55,54,93,44,91,45,56,56,46,53,53,49,57,52,51,44,52,54,46,56,53,49,55,57,53,93,44,91,45,56,56,46,54,55,56,57,56,51,44,52,54,46,56,53,49,56,50,50,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,49,49,53,56,52,51,44,52,54,46,54,55,56,51,56,49,93,44,91,45,56,56,46,48,52,52,55,48,57,44,52,54,46,55,54,53,51,53,51,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,82,111,103,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,49,52,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,53,46,56,49,53,52,44,51,54,46,49,54,50,54,51,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,54,49,56,53,50,44,51,54,46,49,54,50,53,49,50,93,44,91,45,57,53,46,53,53,50,53,56,55,44,51,54,46,48,57,49,52,56,54,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,52,51,53,54,49,44,51,54,46,53,49,48,49,54,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,53,49,53,44,34,98,101,100,115,34,58,49,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,51,55,57,54,49,52,44,51,56,46,56,48,48,48,55,54,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,51,53,55,56,49,51,44,51,56,46,54,55,57,53,49,55,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,49,51,53,51,57,55,44,51,56,46,56,49,53,53,56,49,93,44,91,45,57,50,46,49,54,53,49,49,55,44,51,56,46,57,48,48,57,52,56,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,50,46,49,48,52,51,55,52,44,51,57,46,50,51,57,56,48,57,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,121,97,103,195,188,101,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,50,53,53,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,54,55,46,57,57,56,54,57,49,44,49,56,46,49,55,48,55,54,93,44,91,45,54,55,46,57,55,54,49,51,54,44,49,56,46,48,51,57,53,57,51,93,44,91,45,54,55,46,56,50,50,52,52,49,44,49,56,46,48,50,54,52,51,49,93,44,91,45,54,55,46,55,57,49,57,56,54,44,49,56,46,49,48,55,52,53,56,93,44,91,45,54,55,46,56,53,50,52,52,51,44,49,56,46,49,55,48,49,49,49,93,44,91,45,54,55,46,57,57,56,54,57,49,44,49,56,46,49,55,48,55,54,93,93,93,44,91,91,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,50,53,52,50,44,49,56,46,50,53,50,54,51,56,93,44,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,100,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,52,50,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,56,46,51,48,54,51,50,54,44,51,53,46,51,55,55,50,51,57,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,52,50,55,44,34,98,101,100,115,34,58,54,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,51,57,55,56,55,53,44,51,57,46,49,50,57,53,54,52,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,50,51,51,57,51,56,44,51,57,46,50,52,54,56,54,56,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,57,54,57,48,57,44,51,57,46,54,49,52,52,50,51,93,44,91,45,49,48,53,46,48,53,51,50,53,54,44,51,57,46,54,54,55,55,56,53,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,51,49,56,44,34,98,101,100,115,34,58,49,48,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,51,50,51,57,57,57,44,51,56,46,52,52,57,50,54,56,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,49,57,53,55,53,49,44,51,56,46,51,50,51,52,57,57,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,51,34,44,34,78,65,77,69,34,58,34,82,101,97,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,50,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,56,49,51,52,49,55,44,51,53,46,53,52,57,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,52,55,57,50,54,56,44,51,53,46,52,53,53,51,53,55,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,50,46,52,49,56,52,48,56,44,51,53,46,55,49,54,48,52,54,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,54,50,57,56,51,55,44,51,53,46,55,57,48,56,50,51,93,44,91,45,57,50,46,54,51,49,50,48,55,44,51,53,46,55,49,56,51,54,53,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,51,56,53,52,55,56,44,51,57,46,55,54,55,49,54,52,93,44,91,45,49,48,54,46,49,55,54,49,49,53,44,51,57,46,54,49,52,50,50,49,93,44,91,45,49,48,54,46,50,52,56,50,57,53,44,51,57,46,53,52,52,50,53,49,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,53,46,57,53,49,54,57,56,44,51,57,46,52,49,52,54,49,57,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,55,56,50,54,55,52,44,51,57,46,54,50,57,48,50,52,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,54,46,48,50,51,55,56,51,44,51,57,46,54,56,56,52,50,93,44,91,45,49,48,54,46,48,56,51,55,49,49,44,51,57,46,56,48,53,57,54,52,93,44,91,45,49,48,54,46,50,53,50,48,50,55,44,51,57,46,57,49,52,55,49,50,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,111,119,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,57,49,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,49,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,52,51,48,52,49,44,51,53,46,52,50,51,55,51,55,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,50,57,53,57,49,44,51,53,46,52,54,57,57,49,53,93,44,91,45,57,51,46,50,50,51,54,51,51,44,51,53,46,52,54,56,53,57,51,93,44,91,45,57,51,46,49,54,55,56,44,51,53,46,53,57,55,54,57,53,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,51,46,53,49,57,53,55,53,44,51,53,46,55,51,52,52,50,50,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,52,46,55,55,53,54,49,55,44,52,51,46,52,56,54,54,55,55,93,44,91,45,55,52,46,56,54,55,55,49,50,44,52,51,46,51,51,57,56,50,54,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,53,51,52,54,53,55,44,52,51,46,50,50,56,49,49,53,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,52,46,50,49,52,54,50,53,44,52,51,46,55,50,56,55,48,51,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,52,46,50,49,51,55,51,52,44,52,51,46,56,49,48,56,55,53,93,44,91,45,55,52,46,51,51,54,56,50,54,44,52,51,46,57,50,53,50,50,51,93,44,91,45,55,52,46,50,53,53,57,57,56,44,52,51,46,57,54,57,55,57,55,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,55,57,46,57,54,57,48,55,49,44,51,55,46,53,52,52,52,48,56,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,56,48,46,49,52,52,51,57,52,44,51,55,46,53,57,54,54,50,55,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,50,57,57,55,56,57,44,51,55,46,53,48,56,50,55,49,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,67,111,108,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,51,48,50,54,48,53,44,51,49,46,52,51,50,53,48,52,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,48,34,44,34,78,65,77,69,34,58,34,89,117,107,111,110,45,75,111,121,117,107,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,44,91,45,49,52,51,46,53,50,56,56,50,51,44,54,56,46,53,48,48,48,50,49,93,44,91,45,49,52,54,44,54,56,46,53,93,44,91,45,49,52,54,44,54,56,93,44,91,45,49,52,55,46,55,53,51,49,49,55,44,54,55,46,57,57,57,57,56,56,93,44,91,45,49,52,57,46,51,50,53,52,51,44,54,55,46,57,57,57,57,57,57,93,44,91,45,49,53,48,46,56,57,48,48,50,56,44,54,56,46,48,48,48,48,48,52,93,44,91,45,49,53,49,46,57,48,48,50,55,54,44,54,56,46,48,48,48,48,48,55,93,44,91,45,49,53,51,46,52,48,52,49,53,50,44,54,56,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,53,46,51,54,56,57,57,57,44,54,55,46,55,55,53,50,49,54,93,44,91,45,49,53,52,46,55,52,56,57,51,57,44,54,55,46,53,49,53,52,57,53,93,44,91,45,49,53,52,46,55,52,56,57,48,52,44,54,55,46,50,53,53,55,53,51,93,44,91,45,49,53,52,46,51,48,51,49,49,44,54,55,46,50,53,53,55,53,57,93,44,91,45,49,53,52,46,49,52,54,51,49,52,44,54,55,46,49,54,57,49,55,56,93,44,91,45,49,53,52,46,49,52,54,50,50,49,44,54,54,46,56,50,50,56,52,51,93,44,91,45,49,53,52,46,50,49,48,51,48,50,44,54,54,46,55,51,54,50,53,53,93,44,91,45,49,53,52,46,56,54,48,52,52,54,44,54,54,46,55,51,54,50,52,50,93,44,91,45,49,53,52,46,56,54,48,52,51,49,44,54,54,46,53,54,51,48,54,52,93,44,91,45,49,53,53,46,53,49,48,53,56,53,44,54,54,46,53,54,51,48,53,49,93,44,91,45,49,53,53,46,53,53,52,57,57,51,44,54,54,46,51,48,51,50,55,52,93,44,91,45,49,53,53,46,57,56,50,52,57,57,44,54,54,46,51,48,51,50,54,56,93,44,91,45,49,53,53,46,57,56,50,53,48,52,44,54,54,46,51,56,57,56,54,93,44,91,45,49,53,54,46,49,57,54,50,50,52,44,54,54,46,52,55,54,53,56,50,93,44,91,45,49,53,54,46,54,50,51,55,55,44,54,54,46,52,55,54,52,52,50,93,44,91,45,49,53,54,46,54,50,51,55,53,55,44,54,54,46,51,48,51,50,53,57,93,44,91,45,49,53,55,46,48,53,49,50,54,54,44,54,54,46,51,48,51,50,53,52,93,44,91,45,49,53,55,46,48,53,49,50,56,52,44,54,54,46,52,55,54,52,51,56,93,44,91,45,49,53,55,46,57,48,54,51,49,44,54,54,46,52,55,54,52,50,52,93,44,91,45,49,53,55,46,57,48,54,50,57,53,44,54,54,46,49,51,48,48,52,57,93,44,91,45,49,53,56,46,57,55,50,49,56,53,44,54,54,46,49,51,48,48,50,55,93,44,91,45,49,53,56,46,57,55,50,49,55,53,44,54,53,46,57,53,54,56,52,57,93,44,91,45,49,53,57,46,54,48,52,56,49,51,44,54,53,46,57,53,54,56,51,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,51,56,53,53,55,56,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,51,55,55,51,54,53,44,54,53,46,50,54,52,48,51,51,93,44,91,45,49,53,57,46,53,56,50,55,51,54,44,54,53,46,50,54,52,48,50,54,93,44,91,45,49,53,57,46,53,55,50,49,55,51,44,54,52,46,57,49,55,53,57,55,93,44,91,45,49,53,57,46,55,55,52,57,50,49,44,54,52,46,57,49,55,53,54,53,93,44,91,45,49,53,57,46,55,55,52,56,57,55,44,54,52,46,55,52,52,51,56,50,93,44,91,45,49,53,57,46,57,54,50,50,57,44,54,52,46,55,52,52,51,55,55,93,44,91,45,49,53,57,46,57,52,55,50,56,56,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,55,51,55,52,55,53,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,55,51,55,52,53,49,44,54,51,46,55,57,49,53,57,49,93,44,91,45,49,53,57,46,57,51,50,55,51,49,44,54,51,46,55,57,49,53,56,57,93,44,91,45,49,54,48,46,49,49,49,52,57,56,44,54,51,46,55,48,52,57,55,50,93,44,91,45,49,54,48,46,49,49,49,53,50,50,44,54,51,46,54,49,56,51,53,49,93,44,91,45,49,54,48,46,52,57,55,51,56,49,44,54,51,46,54,49,56,51,52,51,93,44,91,45,49,54,48,46,54,57,48,50,57,52,44,54,51,46,53,51,49,54,56,57,93,44,91,45,49,54,48,46,54,54,55,51,54,49,44,54,51,46,50,55,49,56,52,53,93,44,91,45,49,54,48,46,56,53,56,48,48,52,44,54,51,46,50,55,49,56,51,56,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,48,46,57,57,54,50,49,53,44,54,50,46,56,57,56,57,51,54,93,44,91,45,49,54,48,46,57,57,54,50,48,49,44,54,50,46,53,53,50,52,50,52,93,44,91,45,49,54,49,46,48,52,56,49,55,54,44,54,50,46,53,53,50,52,49,93,44,91,45,49,54,49,46,48,52,56,49,54,53,44,54,50,46,50,48,53,56,54,57,93,44,91,45,49,54,48,46,57,49,53,57,54,52,44,54,50,46,50,48,53,56,54,54,93,44,91,45,49,54,48,46,57,49,53,57,53,51,44,54,49,46,57,52,53,57,52,51,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,53,57,46,50,54,53,48,51,55,44,54,49,46,57,52,53,57,53,55,93,44,91,45,49,53,57,46,50,54,53,48,51,53,44,54,50,46,48,51,50,53,57,56,93,44,91,45,49,53,56,46,53,51,49,51,53,49,44,54,50,46,48,51,50,54,50,93,44,91,45,49,53,56,46,53,51,49,51,54,49,44,54,50,46,49,49,57,50,54,52,93,44,91,45,49,53,55,46,48,54,51,56,54,52,44,54,50,46,49,49,57,50,55,49,93,44,91,45,49,53,55,46,48,54,51,56,53,50,44,54,50,46,48,51,50,54,51,52,93,44,91,45,49,53,53,46,52,57,55,54,52,53,44,54,50,46,48,51,50,54,53,57,93,44,91,45,49,53,51,46,55,54,49,56,55,53,44,54,50,46,48,51,50,54,56,57,93,44,91,45,49,53,51,46,55,54,49,56,55,49,44,54,50,46,49,49,57,51,51,53,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,49,49,57,51,52,55,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,50,48,53,57,57,93,44,91,45,49,53,51,46,48,55,48,49,50,51,44,54,50,46,50,48,54,48,49,53,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,50,46,52,50,56,48,56,52,44,54,51,46,49,56,51,49,55,49,93,44,91,45,49,53,50,46,52,50,56,48,57,56,44,54,51,46,51,48,52,50,53,57,93,44,91,45,49,53,50,46,56,49,48,57,51,49,44,54,51,46,51,52,55,53,54,51,93,44,91,45,49,53,50,46,56,55,51,51,57,50,44,54,51,46,52,55,55,53,93,44,91,45,49,53,50,46,56,55,51,52,49,44,54,51,46,54,53,48,55,52,53,93,44,91,45,49,53,50,46,50,50,56,52,51,57,44,54,51,46,54,53,48,55,54,93,44,91,45,49,53,50,46,50,50,57,50,53,54,44,54,51,46,56,50,52,48,48,49,93,44,91,45,49,53,50,46,48,53,53,49,51,50,44,54,51,46,56,50,52,48,48,54,93,44,91,45,49,53,50,46,48,53,53,55,53,56,44,54,51,46,57,57,55,50,52,50,93,44,91,45,49,53,49,46,55,57,51,57,55,54,44,54,52,46,48,54,57,52,51,93,44,91,45,49,53,49,46,50,56,49,57,57,53,44,54,51,46,57,57,55,50,54,53,93,44,91,45,49,53,48,46,55,50,57,51,56,53,44,54,52,46,51,53,56,49,55,51,93,44,91,45,49,52,57,46,49,51,50,54,53,51,44,54,52,46,51,53,56,50,49,52,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,56,46,53,53,48,55,52,50,44,54,52,46,54,49,55,50,48,56,93,44,91,45,49,52,56,46,54,52,56,50,48,55,44,54,52,46,53,56,53,51,55,49,93,44,91,45,49,52,56,46,54,54,49,49,57,57,44,54,53,46,50,48,57,56,55,53,93,44,91,45,49,52,55,46,53,53,55,55,55,49,44,54,53,46,50,48,57,56,57,53,93,44,91,45,49,52,55,46,51,49,54,56,48,57,44,54,53,46,50,55,53,50,51,50,93,44,91,45,49,52,54,46,57,48,51,49,52,50,44,54,53,46,50,56,51,51,55,53,93,44,91,45,49,52,54,46,53,52,56,54,53,52,44,54,53,46,51,52,53,48,48,51,93,44,91,45,49,52,54,46,50,48,53,55,48,52,44,54,53,46,52,53,50,57,57,54,93,44,91,45,49,52,54,46,48,48,55,56,57,57,44,54,53,46,51,53,57,52,51,52,93,44,91,45,49,52,54,46,48,56,49,48,50,56,44,54,53,46,50,52,57,57,52,50,93,44,91,45,49,52,53,46,54,51,51,55,56,57,44,54,53,46,49,53,51,55,57,49,93,44,91,45,49,52,53,46,53,49,57,52,51,54,44,54,53,46,48,54,50,54,56,50,93,44,91,45,49,52,53,46,50,50,53,57,52,52,44,54,53,46,48,54,57,50,49,54,93,44,91,45,49,52,52,46,57,56,51,53,49,52,44,54,53,46,49,51,54,57,56,56,93,44,91,45,49,52,52,46,52,54,48,48,50,44,54,53,46,48,54,48,55,49,49,93,44,91,45,49,52,52,46,51,51,49,51,55,55,44,54,53,46,49,48,55,55,48,55,93,44,91,45,49,52,51,46,57,55,51,54,51,57,44,54,53,46,49,49,57,51,48,52,93,44,91,45,49,52,51,46,57,50,49,48,57,52,44,54,53,46,48,53,56,55,56,93,44,91,45,49,52,52,46,49,48,52,55,52,52,44,54,52,46,56,52,57,50,51,49,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,51,46,55,53,50,48,57,49,44,54,52,46,54,52,55,54,49,56,93,44,91,45,49,52,51,46,53,51,51,55,52,56,44,54,52,46,55,55,56,55,53,53,93,44,91,45,49,52,51,46,52,54,57,54,54,55,44,54,52,46,57,56,50,49,56,57,93,44,91,45,49,52,51,46,48,52,52,48,53,53,44,54,53,46,49,51,50,51,50,55,93,44,91,45,49,52,50,46,56,54,52,51,52,52,44,54,53,46,49,52,48,51,56,55,93,44,91,45,49,52,50,46,55,51,49,57,44,54,53,46,50,51,51,54,51,57,93,44,91,45,49,52,50,46,54,54,51,55,55,50,44,54,53,46,51,55,49,56,55,54,93,44,91,45,49,52,50,46,52,56,55,51,48,49,44,54,53,46,51,55,49,56,57,56,93,44,91,45,49,52,50,46,49,52,50,57,50,50,44,54,53,46,52,54,51,49,55,52,93,44,91,45,49,52,49,46,56,53,53,55,54,49,44,54,53,46,52,52,53,55,56,54,93,44,91,45,49,52,49,46,55,56,57,48,53,44,54,53,46,53,48,49,53,52,54,93,44,91,45,49,52,49,46,51,56,55,56,52,50,44,54,53,46,54,49,52,51,57,53,93,44,91,45,49,52,49,46,51,51,54,50,50,52,44,54,53,46,55,49,49,54,49,52,93,44,91,45,49,52,49,46,48,48,50,52,55,50,44,54,53,46,56,51,57,52,50,49,93,44,91,45,49,52,49,46,48,48,50,53,57,54,44,54,54,46,53,49,52,50,55,93,44,91,45,49,52,49,46,48,48,50,54,57,51,44,54,55,46,54,55,49,57,50,57,93,44,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,78,97,118,97,106,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,55,48,53,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,48,46,55,53,48,54,57,55,44,51,53,46,56,50,48,53,56,57,93,44,91,45,49,49,48,46,55,53,48,54,57,51,44,51,53,46,49,52,48,51,48,57,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,55,53,48,54,55,50,44,51,52,46,48,48,48,48,52,56,93,44,91,45,49,49,48,46,48,48,48,54,54,44,51,52,46,48,48,48,48,52,54,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,48,57,46,56,53,57,50,55,52,44,51,51,46,55,55,55,54,56,51,93,44,91,45,49,48,57,46,56,52,56,50,52,54,44,51,52,46,52,55,51,52,48,49,93,44,91,45,49,48,57,46,56,54,52,57,56,57,44,51,52,46,53,54,54,56,57,51,93,44,91,45,49,48,57,46,56,52,52,54,50,52,44,51,52,46,56,50,50,53,54,50,93,44,91,45,49,48,57,46,56,52,51,55,54,52,44,51,53,46,53,49,55,56,55,53,93,44,91,45,49,48,57,46,56,50,54,57,54,52,44,51,53,46,54,54,50,56,56,55,93,44,91,45,49,49,48,46,48,48,48,54,55,52,44,51,53,46,54,54,51,48,56,55,93,44,91,45,49,49,48,46,48,48,48,54,55,54,44,51,54,46,52,52,53,50,56,52,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,51,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,50,55,57,57,53,51,44,51,49,46,54,57,57,56,54,53,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,48,46,54,51,51,50,51,49,44,51,49,46,54,49,49,52,48,57,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,55,34,44,34,78,65,77,69,34,58,34,79,99,104,105,108,116,114,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,67,114,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,54,55,51,50,52,52,44,51,49,46,51,50,56,49,48,53,93,44,91,45,49,48,50,46,52,51,48,49,50,51,44,51,49,46,49,57,51,57,49,56,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,105,103,32,72,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,56,46,53,57,50,50,57,54,44,52,52,46,56,55,49,52,52,52,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,55,46,49,52,53,48,48,49,44,52,52,46,51,50,52,48,48,52,93,44,91,45,49,48,55,46,50,48,50,48,51,56,44,52,52,46,52,52,54,51,48,53,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,55,46,53,50,56,50,55,57,44,52,52,46,54,54,53,53,56,52,93,44,91,45,49,48,55,46,55,52,49,53,52,51,44,52,52,46,55,49,52,51,53,50,93,44,91,45,49,48,55,46,56,51,49,54,50,50,44,52,52,46,55,57,57,55,56,55,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,105,99,107,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,55,52,51,55,53,44,51,53,46,54,54,51,57,53,50,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,53,54,56,56,51,49,44,51,53,46,54,53,50,50,57,54,93,44,91,45,56,55,46,52,53,57,53,56,55,44,51,53,46,54,49,53,49,50,52,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,50,51,52,49,52,51,44,51,53,46,55,50,52,54,57,49,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,55,48,54,57,54,44,51,53,46,57,48,53,56,56,52,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,84,117,110,105,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,53,49,55,49,54,56,44,51,52,46,54,51,48,57,50,56,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,51,48,52,51,49,55,44,51,52,46,53,48,57,54,50,49,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,57,48,46,50,52,51,57,50,52,44,51,52,46,54,48,50,49,53,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,50,48,50,49,50,54,44,51,52,46,56,54,48,51,55,52,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,110,195,179,118,97,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,116,104,111,108,111,109,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,57,51,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,53,46,56,54,48,53,55,51,44,51,57,46,48,52,48,57,49,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,80,97,117,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,56,52,48,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,52,46,57,55,56,54,56,51,44,51,51,46,57,53,49,51,57,51,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,54,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,56,55,50,50,49,52,44,51,57,46,48,50,49,51,48,52,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,52,52,48,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,54,51,52,49,53,56,44,51,54,46,50,49,51,51,52,54,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,53,48,55,54,55,55,44,51,54,46,48,56,50,48,49,50,93,44,91,45,56,53,46,51,53,54,54,49,57,44,51,54,46,48,52,53,56,57,51,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,50,51,53,55,53,55,44,51,54,46,49,48,53,55,53,50,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,52,49,57,52,51,50,44,51,54,46,50,51,54,49,52,53,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,87,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,48,51,52,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,49,46,57,55,51,50,56,50,44,52,56,46,53,52,54,52,56,53,93,44,91,45,49,48,49,46,57,50,50,50,51,55,44,52,56,46,51,55,50,51,51,93,44,91,45,49,48,49,46,57,50,50,49,50,51,44,52,56,46,48,50,51,49,55,51,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,49,46,48,49,53,48,50,52,44,52,56,46,48,50,50,55,51,57,93,44,91,45,49,48,49,46,48,49,52,50,51,50,44,52,56,46,51,55,49,52,51,50,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,56,52,50,56,52,49,44,52,56,46,52,53,57,52,51,57,93,44,91,45,49,48,49,46,56,52,50,50,52,52,44,52,56,46,55,50,48,48,54,52,93,44,91,45,49,48,50,46,48,50,49,52,50,56,44,52,56,46,55,50,48,50,56,51,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,49,53,50,49,54,52,44,52,56,46,56,48,55,50,93,44,91,45,49,48,50,46,50,51,51,54,44,52,56,46,55,50,48,50,57,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,111,114,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,50,56,48,44,34,98,101,100,115,34,58,50,52,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,49,51,53,48,49,49,44,52,50,46,49,54,49,55,56,52,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,53,56,50,57,49,44,52,50,46,49,57,53,53,53,57,93,44,91,45,55,49,46,53,56,53,50,49,44,52,50,46,51,49,48,57,53,50,93,44,91,45,55,49,46,53,51,49,51,55,55,44,52,50,46,53,50,48,51,53,50,93,44,91,45,55,49,46,54,54,52,54,48,49,44,52,50,46,54,49,49,53,57,56,93,44,91,45,55,49,46,56,52,52,56,52,51,44,52,50,46,54,51,55,57,56,53,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,50,46,50,55,54,52,51,52,44,52,50,46,53,55,55,51,55,52,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,51,48,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,48,55,53,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,54,54,54,50,57,44,51,54,46,52,49,56,57,54,93,44,91,45,49,49,57,46,57,53,57,50,50,55,44,51,54,46,52,48,48,57,55,53,93,44,91,45,49,49,57,46,57,53,57,50,49,44,51,54,46,49,56,49,52,48,51,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,49,57,46,53,50,57,51,53,56,44,51,54,46,50,54,57,56,53,93,44,91,45,49,49,57,46,52,55,52,56,57,50,44,51,54,46,52,48,48,57,53,51,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,83,97,110,32,68,105,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,50,56,51,51,44,34,98,101,100,115,34,58,54,56,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,44,91,45,49,49,55,46,52,51,53,53,54,51,44,51,51,46,49,55,55,53,49,50,93,44,91,45,49,49,55,46,51,50,51,50,55,57,44,51,50,46,57,48,51,48,54,52,93,44,91,45,49,49,55,46,51,50,48,57,51,57,44,51,50,46,54,56,57,56,52,55,93,44,91,45,49,49,55,46,50,50,51,51,48,50,44,51,50,46,54,50,49,50,51,56,93,44,91,45,49,49,55,46,50,48,52,57,49,55,44,51,50,46,53,50,56,56,51,50,93,44,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,44,91,45,49,49,54,46,49,48,51,50,53,50,44,51,51,46,48,55,52,54,55,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,55,46,48,51,48,56,54,49,44,51,51,46,52,50,54,57,51,49,93,44,91,45,49,49,55,46,50,52,49,50,55,49,44,51,51,46,52,51,49,57,57,51,93,44,91,45,49,49,55,46,51,55,48,57,50,53,44,51,51,46,52,57,48,53,52,57,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,53,55,56,52,56,44,51,51,46,52,53,51,57,50,55,93,44,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,51,50,51,50,50,44,49,55,46,56,55,55,54,54,55,93,44,91,45,54,54,46,49,56,55,51,52,50,44,49,55,46,56,55,55,48,51,54,93,44,91,45,54,54,46,50,50,53,50,55,53,44,49,55,46,57,50,52,54,53,50,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,49,48,52,57,54,54,44,51,50,46,54,55,51,51,56,53,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,51,46,55,54,54,57,54,51,44,51,50,46,54,57,50,52,57,53,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,56,48,56,50,54,55,44,51,50,46,55,50,56,54,56,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,97,103,117,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,54,57,57,51,51,53,44,49,56,46,49,49,54,49,49,51,93,44,91,45,54,53,46,54,53,52,55,50,56,44,49,56,46,49,51,51,51,51,53,93,44,91,45,54,53,46,54,55,49,44,49,56,46,50,50,51,48,53,50,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,54,55,56,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,52,46,49,49,57,54,54,52,44,51,56,46,53,54,56,55,49,50,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,117,116,99,104,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,56,57,52,44,34,98,101,100,115,34,58,57,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,57,54,50,50,50,49,44,52,49,46,57,48,49,48,50,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,51,51,55,55,53,44,52,49,46,52,56,56,50,55,57,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,53,50,55,48,55,50,44,52,49,46,57,55,55,57,56,93,44,91,45,55,51,46,55,49,48,57,51,44,52,50,46,48,48,53,52,56,56,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,57,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,54,46,54,56,51,51,57,52,44,51,48,46,49,53,49,48,51,56,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,50,57,50,56,52,57,44,51,48,46,48,57,54,49,53,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,49,57,49,52,49,56,44,51,48,46,49,51,52,54,54,57,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,117,101,98,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,56,53,44,34,98,101,100,115,34,58,49,50,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,57,52,48,51,54,54,44,51,56,46,50,53,56,50,55,53,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,48,49,51,55,50,57,44,51,55,46,56,56,49,50,55,49,93,44,91,45,49,48,52,46,54,52,54,51,56,51,44,51,55,46,57,48,48,53,50,55,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,116,116,105,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,44,91,45,49,48,49,46,52,57,54,54,56,52,44,52,56,46,55,50,48,48,55,56,93,44,91,45,49,48,49,46,52,53,49,50,55,53,44,52,56,46,53,52,54,48,55,57,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,48,53,57,54,50,52,44,52,56,46,54,51,50,51,54,49,93,44,91,45,49,48,48,46,52,48,54,55,56,44,52,56,46,54,51,49,56,55,56,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,49,48,48,46,49,56,51,48,51,52,44,52,56,46,55,49,56,57,48,57,93,44,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,44,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,49,48,54,44,34,98,101,100,115,34,58,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,55,57,51,52,52,55,44,51,53,46,50,54,53,57,55,54,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,48,57,48,50,57,49,44,51,53,46,48,52,50,48,51,49,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,54,52,55,55,51,52,44,51,52,46,57,57,52,55,52,93,44,91,45,55,56,46,54,55,48,54,53,44,51,53,46,48,57,50,53,57,50,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,72,111,116,32,83,112,114,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,49,55,49,52,52,56,44,52,51,46,54,57,57,49,57,56,93,44,91,45,49,48,57,46,49,55,49,54,51,56,44,52,51,46,54,49,57,55,54,52,93,44,91,45,49,48,56,46,57,51,52,49,52,49,44,52,51,46,54,49,57,49,54,51,93,44,91,45,49,48,56,46,54,57,52,54,55,50,44,52,51,46,53,55,53,55,53,53,93,44,91,45,49,48,56,46,54,57,53,48,55,50,44,52,51,46,53,51,50,50,53,53,93,44,91,45,49,48,56,46,51,51,55,56,54,49,44,52,51,46,52,53,57,55,54,53,93,44,91,45,49,48,55,46,53,57,53,49,51,55,44,52,51,46,52,55,50,50,55,57,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,57,53,49,53,55,44,52,51,46,54,52,54,52,50,55,93,44,91,45,49,48,55,46,55,49,53,56,55,54,44,52,51,46,55,51,51,51,52,51,93,44,91,45,49,48,55,46,57,53,54,53,55,55,44,52,51,46,55,51,51,52,52,54,93,44,91,45,49,48,55,46,57,53,54,52,52,56,44,52,51,46,56,49,56,54,54,54,93,44,91,45,49,48,56,46,49,55,51,54,49,55,44,52,51,46,56,49,56,57,53,51,93,44,91,45,49,48,56,46,52,50,57,53,54,51,44,52,51,46,57,48,51,51,53,53,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,55,57,50,50,55,55,44,52,52,46,48,55,57,54,49,54,93,44,91,45,49,48,56,46,55,57,49,55,55,57,44,52,51,46,57,57,49,48,53,51,93,44,91,45,49,48,56,46,57,49,50,55,56,51,44,52,51,46,57,48,52,55,53,52,93,44,91,45,49,48,57,46,48,57,50,56,55,56,44,52,51,46,57,48,52,52,55,52,93,44,91,45,49,48,57,46,48,57,51,54,48,51,44,52,51,46,56,49,55,54,49,57,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,99,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,50,46,51,50,57,53,49,57,44,52,52,46,53,49,50,56,51,52,93,44,91,45,56,50,46,52,48,56,55,49,55,44,52,52,46,56,53,56,49,52,55,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,80,108,97,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,48,55,55,44,34,98,101,100,115,34,58,55,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,54,52,53,55,57,53,44,51,57,46,51,49,53,49,53,53,93,44,91,45,49,50,48,46,55,50,55,56,57,51,44,51,57,46,50,56,56,48,56,49,93,44,91,45,49,50,48,46,57,54,54,48,56,44,51,57,46,49,50,55,57,50,56,93,44,91,45,49,50,49,46,48,52,49,54,48,56,44,51,57,46,48,49,51,55,57,49,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,52,54,57,51,53,54,44,51,56,46,57,50,53,57,57,50,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,48,53,50,57,49,49,44,51,56,46,57,48,48,49,52,52,93,44,91,45,49,50,48,46,57,51,52,54,53,51,44,51,56,46,57,54,51,55,57,49,93,44,91,45,49,50,48,46,55,51,48,49,55,52,44,51,57,46,48,48,51,57,53,56,93,44,91,45,49,50,48,46,53,55,50,51,53,50,44,51,56,46,57,49,52,52,93,44,91,45,49,50,48,46,52,51,53,50,52,44,51,57,46,48,50,56,51,57,55,93,44,91,45,49,50,48,46,49,56,52,48,57,56,44,51,57,46,48,51,49,48,49,52,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,101,97,114,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,54,51,49,50,48,55,44,51,53,46,55,49,56,51,54,53,93,44,91,45,57,50,46,54,50,57,56,51,55,44,51,53,46,55,57,48,56,50,51,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,56,51,55,55,55,54,44,51,54,46,48,55,48,49,50,52,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,53,34,44,34,78,65,77,69,34,58,34,76,121,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,79,116,115,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,50,52,52,44,34,98,101,100,115,34,58,50,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,51,51,50,57,52,57,44,52,50,46,53,54,54,51,49,50,93,44,91,45,55,53,46,52,48,52,52,54,52,44,52,50,46,52,55,57,49,49,55,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,48,49,57,56,49,56,44,52,50,46,52,50,57,48,52,53,93,44,91,45,55,52,46,56,52,52,49,50,49,44,52,50,46,53,49,50,53,57,49,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,54,51,48,54,51,49,44,52,50,46,54,50,54,54,55,52,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,57,48,54,55,51,56,44,52,50,46,56,50,52,57,52,51,93,44,91,45,55,53,46,49,48,48,57,57,57,44,52,50,46,57,48,56,51,54,51,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,55,57,46,57,52,54,49,50,50,44,51,53,46,49,49,56,53,57,51,93,44,91,45,55,57,46,56,52,57,53,51,54,44,51,52,46,57,48,48,48,48,54,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,53,54,49,56,53,54,44,51,52,46,57,49,48,51,53,93,44,91,45,55,57,46,53,55,51,52,50,51,44,51,52,46,57,57,50,50,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,53,54,54,52,57,55,44,51,53,46,48,54,52,48,49,49,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,56,53,49,50,54,56,44,51,53,46,49,56,51,56,53,53,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,51,57,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,51,53,51,51,49,50,44,51,52,46,57,52,50,53,54,49,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,49,57,49,51,57,49,44,51,52,46,56,51,51,55,49,55,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,57,46,48,57,48,50,57,49,44,51,53,46,48,52,50,48,51,49,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,50,50,57,55,49,50,44,51,53,46,50,49,48,54,48,50,93,44,91,45,55,57,46,51,51,53,52,55,55,44,51,53,46,49,54,49,53,56,56,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,116,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,54,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,56,56,49,53,50,57,44,52,48,46,55,53,48,54,49,49,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,52,50,48,48,50,56,44,52,49,46,52,48,53,48,52,54,93,44,91,45,55,56,46,50,53,51,57,53,57,44,52,49,46,52,48,52,55,50,49,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,55,46,57,56,56,55,56,54,44,52,49,46,51,54,55,52,53,51,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,56,46,48,53,48,52,52,50,44,52,49,46,52,55,53,52,54,50,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,111,114,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,52,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,53,48,50,55,57,44,51,51,46,51,51,52,52,57,54,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,54,50,51,56,49,53,44,51,51,46,48,54,54,57,50,55,93,44,91,45,56,48,46,52,48,50,50,50,54,44,51,51,46,48,53,51,50,51,56,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,49,53,55,50,54,53,44,51,50,46,56,49,56,49,56,55,93,44,91,45,56,48,46,48,55,57,48,50,56,44,51,50,46,57,50,55,56,49,49,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,51,51,53,57,52,44,51,51,46,49,52,53,52,54,51,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,87,97,115,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,48,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,117,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,57,46,51,49,48,56,50,54,44,52,51,46,56,53,53,50,49,54,93,44,91,45,57,57,46,52,49,48,49,53,44,52,51,46,55,55,52,54,49,57,93,44,91,45,57,57,46,52,48,54,57,54,49,44,52,51,46,55,48,53,50,55,55,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,53,52,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,53,57,52,54,51,50,44,51,53,46,54,49,55,56,57,56,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,53,46,57,56,52,56,57,49,44,51,53,46,55,51,52,53,53,51,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,53,51,49,54,52,54,44,51,57,46,51,52,55,56,56,56,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,53,51,54,52,52,49,44,51,54,46,50,55,50,56,50,55,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,51,54,48,49,50,44,51,54,46,52,48,57,50,55,55,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,52,56,53,52,50,55,44,51,54,46,52,57,55,52,57,49,93,44,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,114,107,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,51,51,53,57,52,44,51,51,46,49,52,53,52,54,51,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,48,53,53,53,57,53,44,51,50,46,57,57,56,55,49,93,44,91,45,55,57,46,57,53,54,52,51,51,44,51,50,46,56,53,57,55,57,49,93,44,91,45,55,57,46,56,52,49,48,54,55,44,51,50,46,57,49,50,52,54,57,93,44,91,45,55,57,46,54,52,51,51,48,49,44,51,51,46,49,50,51,52,53,51,93,44,91,45,55,57,46,53,49,56,56,52,52,44,51,51,46,49,52,56,50,57,55,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,57,55,49,57,54,51,44,51,51,46,53,48,48,57,51,55,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,50,53,53,54,52,50,44,51,51,46,51,48,48,48,48,50,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,97,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,57,54,44,34,98,101,100,115,34,58,53,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,50,46,57,52,56,48,55,49,44,51,52,46,51,56,57,50,53,53,93,44,91,45,57,50,46,57,49,53,48,55,57,44,51,52,46,53,48,54,49,49,52,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,56,48,56,48,50,56,44,51,52,46,53,57,48,52,48,54,93,44,91,45,57,50,46,57,55,57,57,48,50,44,51,52,46,54,51,55,50,50,50,93,44,91,45,57,50,46,57,54,57,50,53,44,51,52,46,55,55,50,50,54,54,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,84,114,117,109,98,117,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,55,57,52,44,34,98,101,100,115,34,58,55,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,51,34,44,34,78,65,77,69,34,58,34,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,56,46,57,54,51,53,57,51,44,51,49,46,52,52,54,50,53,49,93,44,91,45,57,56,46,54,57,54,54,51,52,44,51,49,46,52,48,55,50,56,55,93,44,91,45,57,56,46,54,50,53,54,50,56,44,51,49,46,50,54,57,55,57,56,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,52,57,50,56,48,50,44,51,49,46,55,50,51,54,48,56,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,57,34,44,34,78,65,77,69,34,58,34,79,108,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,53,54,54,44,34,98,101,100,115,34,58,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,56,48,46,49,54,54,52,55,50,44,52,49,46,48,48,48,57,50,56,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,51,55,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,54,46,49,51,51,53,55,44,52,54,46,50,49,53,50,51,49,93,44,91,45,49,49,54,46,51,48,51,55,49,51,44,52,54,46,49,54,54,55,55,56,93,44,91,45,49,49,54,46,52,53,52,49,49,55,44,52,54,46,49,57,50,48,51,50,93,44,91,45,49,49,54,46,53,49,52,55,48,55,44,52,54,46,48,51,56,55,53,55,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,53,57,52,50,49,44,52,53,46,55,55,57,48,56,93,44,91,45,49,49,54,46,52,54,51,54,51,53,44,52,53,46,54,48,50,55,56,53,93,44,91,45,49,49,54,46,53,53,55,54,50,49,44,52,53,46,53,48,51,52,57,53,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,51,52,50,56,55,54,44,52,53,46,50,54,55,56,55,50,93,44,91,45,49,49,54,46,50,56,53,57,54,57,44,52,53,46,49,50,56,55,51,50,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,53,46,57,55,53,55,56,55,44,52,53,46,49,57,53,50,56,50,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,52,46,54,48,51,57,52,44,52,53,46,50,57,53,56,50,54,93,44,91,45,49,49,52,46,55,57,51,50,48,55,44,52,53,46,52,51,54,51,51,52,93,44,91,45,49,49,52,46,54,54,54,50,50,51,44,52,53,46,52,55,49,51,50,53,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,52,57,57,54,54,55,44,52,53,46,54,54,56,53,49,51,93,44,91,45,49,49,52,46,53,54,54,51,52,56,44,52,53,46,55,55,50,55,51,57,93,44,91,45,49,49,52,46,52,48,53,57,49,55,44,52,53,46,56,55,48,52,93,44,91,45,49,49,52,46,52,56,48,53,51,55,44,52,54,46,48,51,48,52,51,57,93,44,91,45,49,49,52,46,52,52,53,50,51,52,44,52,54,46,49,54,55,57,52,54,93,44,91,45,49,49,52,46,52,55,48,55,57,53,44,52,54,46,50,54,53,51,55,55,93,44,91,45,49,49,52,46,51,52,50,57,56,53,44,52,54,46,53,49,56,48,52,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,53,46,54,50,56,57,53,55,44,52,54,46,52,55,51,54,49,56,93,44,91,45,49,49,53,46,55,56,48,56,49,56,44,52,54,46,50,54,55,50,53,93,44,91,45,49,49,53,46,57,53,55,50,54,56,44,52,54,46,50,56,56,57,51,49,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,49,53,51,48,57,51,44,51,56,46,49,55,52,54,51,52,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,117,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,54,56,51,50,50,52,44,51,55,46,52,50,56,57,55,52,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,50,52,57,48,50,49,44,51,55,46,54,51,53,53,52,54,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,52,48,53,53,57,54,44,51,55,46,55,51,53,50,54,51,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,98,97,114,114,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,52,56,44,34,98,101,100,115,34,58,52,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,54,54,54,52,56,44,51,53,46,50,54,55,57,51,52,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,51,46,48,55,49,53,56,52,44,51,55,46,52,56,55,52,52,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,50,49,44,34,98,101,100,115,34,58,52,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,56,49,53,52,49,52,44,52,48,46,57,53,55,52,51,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,50,46,49,56,54,54,57,51,44,52,49,46,49,53,51,48,50,56,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,48,48,54,53,54,54,44,52,48,46,57,50,49,56,52,54,93,44,91,45,49,49,49,46,57,52,54,50,56,57,44,52,48,46,56,50,49,55,57,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,116,116,111,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,55,50,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,53,46,49,48,48,50,50,49,44,52,52,46,49,48,56,48,51,52,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,79,107,101,101,99,104,111,98,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,55,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,50,48,53,51,56,56,44,50,55,46,52,57,48,50,53,52,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,48,46,56,55,49,49,54,57,44,50,55,46,49,53,52,57,53,49,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,54,55,55,52,50,55,44,50,55,46,49,50,49,54,49,57,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,55,55,55,49,54,54,44,50,55,46,53,53,56,55,51,51,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,55,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,49,48,51,54,51,44,51,52,46,55,50,55,56,51,55,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,48,51,54,50,55,54,44,51,52,46,54,52,50,48,56,55,93,44,91,45,56,51,46,57,51,57,48,48,55,44,51,52,46,55,52,48,56,53,57,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,56,48,52,57,54,50,44,51,52,46,56,57,53,57,51,52,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,99,107,32,72,97,119,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,48,57,44,34,98,101,100,115,34,58,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,51,34,44,34,78,65,77,69,34,58,34,83,97,98,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,51,46,57,56,51,50,51,57,44,51,49,46,52,54,54,49,49,52,93,44,91,45,57,52,46,48,52,52,49,53,52,44,51,49,46,52,48,57,57,55,57,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,54,56,55,53,49,49,44,51,49,46,51,49,48,56,49,51,93,44,91,45,57,51,46,54,57,50,54,51,49,44,51,49,46,52,51,55,49,57,50,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,50,49,50,49,48,55,44,51,56,46,57,54,48,49,52,56,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,84,117,115,99,97,108,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,50,49,51,44,34,98,101,100,115,34,58,49,48,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,55,46,56,51,50,50,51,51,44,51,51,46,48,49,55,50,53,56,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,51,49,56,53,51,57,44,51,51,46,48,48,54,49,55,57,93,44,91,45,56,55,46,50,56,49,57,52,53,44,51,51,46,49,51,51,48,54,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,49,55,57,54,51,56,44,51,51,46,51,50,49,49,49,50,93,44,91,45,56,55,46,50,56,52,51,54,51,44,51,51,46,52,52,48,53,55,56,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,51,49,56,53,51,50,44,51,51,46,53,56,55,51,57,51,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,54,51,49,55,49,56,44,51,51,46,54,48,57,56,51,51,93,44,91,45,56,55,46,54,54,54,54,54,49,44,51,51,46,53,50,49,54,54,55,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,105,108,99,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,53,50,49,57,52,54,44,51,50,46,49,51,50,56,49,54,93,44,91,45,56,55,46,54,50,52,48,48,53,44,51,50,46,49,51,50,51,52,53,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,55,46,54,50,48,49,49,50,44,51,49,46,56,50,55,49,50,51,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,55,46,49,55,55,56,54,44,51,50,46,48,52,55,53,49,52,93,44,91,45,56,55,46,51,50,53,54,52,52,44,51,50,46,49,57,54,50,55,50,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,56,57,46,55,56,53,50,50,55,44,51,51,46,52,49,54,50,55,53,93,44,91,45,56,57,46,54,52,54,51,49,52,44,51,51,46,52,48,50,53,52,52,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,52,53,52,48,53,44,51,51,46,52,51,51,50,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,53,48,54,52,57,54,44,51,51,46,52,53,57,56,48,54,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,75,101,97,114,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,50,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,57,48,54,48,57,54,44,52,48,46,54,53,50,55,50,50,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,105,116,99,104,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,78,101,119,32,67,97,115,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,53,49,51,51,44,34,98,101,100,115,34,58,50,48,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,53,55,52,52,50,57,44,51,57,46,51,49,51,54,49,49,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,53,54,48,53,51,56,44,51,57,46,52,53,53,54,52,53,93,44,91,45,55,53,46,53,49,50,55,55,44,51,57,46,53,55,56,50,57,93,44,91,45,55,53,46,53,53,56,55,55,51,44,51,57,46,54,50,57,57,56,55,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,53,55,57,57,50,54,44,51,57,46,56,51,56,56,54,50,93,44,91,45,55,53,46,53,57,51,48,57,57,44,51,57,46,56,51,55,55,50,51,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,56,48,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,50,52,51,56,51,57,44,52,51,46,54,50,49,56,53,51,93,44,91,45,49,49,49,46,50,48,55,53,54,49,44,52,51,46,53,52,51,56,53,55,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,49,56,55,50,53,54,44,52,51,46,57,51,50,49,49,52,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,111,99,107,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,50,55,53,44,34,98,101,100,115,34,58,52,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,51,52,51,50,50,56,44,52,49,46,53,56,55,56,51,51,93,44,91,45,57,48,46,52,54,49,52,51,50,44,52,49,46,53,50,51,53,51,51,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,49,46,48,52,56,50,53,57,44,52,49,46,52,48,57,55,52,56,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,48,46,52,51,49,57,51,44,52,49,46,52,53,54,56,51,52,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,108,111,117,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,54,49,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,53,49,54,48,53,55,44,51,55,46,50,52,56,55,53,50,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,52,52,52,55,51,54,44,51,55,46,52,49,56,53,51,57,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,49,56,49,56,49,44,51,51,46,55,56,56,56,53,50,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,52,46,48,53,50,57,52,51,44,51,51,46,56,56,54,48,56,50,93,44,91,45,57,52,46,48,57,56,53,48,49,44,51,52,46,49,57,49,50,48,51,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,52,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,51,55,51,53,50,49,44,52,48,46,54,57,50,52,54,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,49,51,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,48,48,50,55,57,50,44,52,50,46,53,56,56,48,48,51,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,50,46,54,53,52,48,50,56,44,52,50,46,51,50,56,56,55,50,93,44,91,45,49,49,50,46,54,53,51,57,56,57,44,52,50,46,52,49,54,49,54,57,93,44,91,45,49,49,50,46,52,57,55,56,52,57,44,52,50,46,52,49,53,57,57,56,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,51,56,57,52,49,56,44,52,50,46,54,50,52,51,56,50,93,44,91,45,49,49,50,46,52,57,54,57,49,44,52,50,46,55,51,51,48,49,51,93,44,91,45,49,49,50,46,53,49,53,53,49,57,44,52,50,46,57,48,57,57,55,53,93,44,91,45,49,49,50,46,53,55,57,50,56,55,44,52,50,46,57,55,50,52,53,49,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,56,49,54,53,55,56,44,52,50,46,56,54,51,50,51,49,93,44,91,45,49,49,51,46,48,48,55,55,54,44,52,50,46,56,54,51,48,53,49,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,50,52,51,52,55,56,44,52,51,46,49,49,48,57,52,54,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,51,55,51,53,50,49,44,52,48,46,54,57,50,52,54,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,55,52,55,55,54,52,44,52,48,46,55,51,55,53,52,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,104,105,108,97,100,101,108,112,104,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,53,50,50,44,34,98,101,100,115,34,58,55,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,53,46,49,48,57,52,51,49,44,52,48,46,48,52,53,56,55,52,93,44,91,45,55,53,46,50,50,51,54,49,44,52,48,46,48,57,50,57,48,55,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,97,107,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,52,50,57,53,54,51,44,52,51,46,57,48,51,51,53,53,93,44,91,45,49,48,56,46,49,55,51,54,49,55,44,52,51,46,56,49,56,57,53,51,93,44,91,45,49,48,55,46,57,53,54,52,52,56,44,52,51,46,56,49,56,54,54,54,93,44,91,45,49,48,55,46,57,53,54,53,55,55,44,52,51,46,55,51,51,52,52,54,93,44,91,45,49,48,55,46,55,49,53,56,55,54,44,52,51,46,55,51,51,51,52,51,93,44,91,45,49,48,55,46,53,57,53,49,53,55,44,52,51,46,54,52,54,52,50,55,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,50,51,56,50,52,52,44,51,54,46,51,55,49,53,56,56,93,44,91,45,55,54,46,48,54,56,54,48,53,44,51,54,46,50,49,54,53,57,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,53,46,56,56,55,57,56,52,44,51,54,46,49,54,51,51,49,49,93,44,91,45,55,53,46,57,54,57,54,50,53,44,51,54,46,51,48,54,51,49,50,93,44,91,45,55,54,46,49,49,52,48,54,57,44,51,54,46,51,53,55,52,57,56,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,111,109,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,54,50,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,54,57,49,52,48,54,44,52,50,46,50,56,52,51,48,55,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,52,49,53,51,48,53,44,52,50,46,51,49,56,51,54,56,93,44,91,45,55,54,46,50,53,48,49,52,57,44,52,50,46,50,57,54,54,55,54,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,50,52,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,49,46,55,52,52,57,57,44,51,52,46,48,57,52,48,50,49,93,44,91,45,57,49,46,55,50,55,50,55,54,44,51,52,46,49,55,52,48,57,51,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,53,52,48,49,55,56,44,51,52,46,50,50,52,53,57,57,93,44,91,45,57,49,46,55,49,49,55,57,53,44,51,52,46,50,51,51,57,49,57,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,55,50,55,50,55,54,44,51,52,46,49,55,52,48,57,51,93,44,91,45,57,49,46,55,52,52,57,57,44,51,52,46,48,57,52,48,50,49,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,53,52,56,54,54,56,44,51,51,46,57,55,54,55,57,57,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,49,54,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,49,46,50,54,56,55,52,56,44,52,51,46,54,49,53,51,52,56,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,48,46,54,55,49,54,53,50,44,52,51,46,53,53,50,56,53,54,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,50,49,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,48,46,55,54,56,54,57,53,44,51,55,46,54,48,51,48,49,49,93,44,91,45,57,48,46,55,55,50,57,52,57,44,51,55,46,51,55,51,54,53,57,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,54,52,55,56,55,52,44,51,55,46,54,52,50,56,48,57,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,72,111,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,52,48,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,53,56,49,49,55,53,44,51,51,46,51,53,56,57,55,55,93,44,91,45,57,53,46,55,50,57,48,57,52,44,51,51,46,51,48,53,52,50,56,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,98,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,52,50,54,44,34,98,101,100,115,34,58,49,53,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,55,54,49,50,54,53,44,52,50,46,54,49,48,51,55,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,54,53,53,53,52,53,44,51,49,46,51,50,57,54,52,93,44,91,45,57,53,46,55,50,53,50,50,54,44,51,49,46,50,55,49,48,56,52,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,54,53,54,52,56,55,44,51,49,46,48,55,57,51,51,57,93,44,91,45,57,53,46,54,55,50,53,57,55,44,51,48,46,57,55,54,50,55,56,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,53,46,49,52,57,49,57,56,44,51,49,46,53,54,56,56,48,55,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,54,53,49,55,54,52,44,51,49,46,53,52,49,55,57,49,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,57,48,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,49,46,51,49,51,53,57,49,44,51,57,46,56,54,57,52,55,49,93,44,91,45,56,49,46,51,49,57,49,50,53,44,51,57,46,55,48,55,51,54,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,82,117,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,50,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,55,54,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,56,50,51,48,51,44,51,55,46,54,53,57,56,55,50,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,75,111,111,99,104,105,99,104,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,44,91,45,57,51,46,50,48,55,52,50,54,44,52,56,46,54,52,50,52,49,57,93,44,91,45,57,51,46,52,54,53,57,56,50,44,52,56,46,53,56,55,50,56,55,93,44,91,45,57,51,46,52,54,55,53,48,50,44,52,56,46,53,52,53,54,54,49,93,44,91,45,57,51,46,55,57,52,52,53,53,44,52,56,46,53,49,53,57,56,54,93,44,91,45,57,51,46,56,52,52,48,49,51,44,52,56,46,54,50,57,51,56,52,93,44,91,45,57,52,46,50,52,52,51,57,56,44,52,56,46,54,53,51,52,50,49,93,44,91,45,57,52,46,52,51,48,50,55,51,44,52,56,46,55,48,48,57,48,57,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,51,46,55,55,54,49,55,51,44,52,55,46,56,52,54,52,48,52,93,44,91,45,57,51,46,55,55,53,55,55,50,44,52,55,46,56,57,56,57,53,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,48,57,54,52,56,56,44,52,56,46,48,54,55,56,50,54,93,44,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,101,120,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,53,56,54,53,44,34,98,101,100,115,34,58,55,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,51,56,48,49,54,49,44,50,57,46,55,48,51,57,50,57,93,44,91,45,57,56,46,53,52,51,55,49,56,44,50,57,46,55,53,50,48,53,50,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,111,117,108,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,49,48,51,48,44,34,98,101,100,115,34,58,56,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,54,51,56,50,57,50,44,52,48,46,48,52,52,51,50,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,52,55,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,53,57,55,55,54,54,44,51,54,46,49,54,52,49,56,50,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,52,55,52,57,48,49,44,51,53,46,57,50,50,56,57,51,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,50,57,51,54,56,57,44,51,54,46,49,51,56,49,57,51,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,121,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,56,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,52,51,53,54,49,44,51,54,46,53,49,48,49,54,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,49,49,56,53,44,51,54,46,49,54,49,54,51,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,97,116,111,110,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,55,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,52,46,55,48,50,48,53,44,52,51,46,56,48,53,52,49,51,93,44,91,45,49,49,52,46,54,56,51,49,52,44,52,51,46,53,57,51,51,54,55,93,44,91,45,49,49,52,46,53,49,50,52,51,56,44,52,51,46,52,54,48,52,53,52,93,44,91,45,49,49,52,46,53,51,52,52,56,56,44,52,51,46,51,51,51,51,56,51,93,44,91,45,49,49,52,46,51,57,52,54,48,54,44,52,51,46,51,50,54,52,54,55,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,51,46,52,49,51,56,54,55,44,52,51,46,49,57,57,56,53,57,93,44,91,45,49,49,51,46,52,49,51,49,51,56,44,52,50,46,56,52,57,49,54,57,93,44,91,45,49,49,51,46,52,55,50,49,53,53,44,52,50,46,56,52,57,50,48,49,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,51,55,53,48,54,50,44,52,50,46,54,56,55,56,51,50,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,50,52,51,52,55,56,44,52,51,46,49,49,48,57,52,54,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,51,46,51,54,49,57,53,56,44,52,51,46,50,56,52,54,55,56,93,44,91,45,49,49,51,46,51,54,49,57,49,44,52,51,46,51,54,55,49,54,93,44,91,45,49,49,51,46,54,51,53,50,51,44,52,51,46,51,54,55,53,52,54,93,44,91,45,49,49,51,46,54,51,52,51,51,53,44,52,51,46,52,57,55,51,48,56,93,44,91,45,49,49,51,46,55,48,49,49,53,51,44,52,51,46,53,56,52,53,53,51,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,57,56,54,52,57,52,44,52,51,46,55,50,53,51,57,93,44,91,45,49,49,52,46,49,51,50,55,51,50,44,52,51,46,55,53,48,55,53,55,93,44,91,45,49,49,52,46,50,57,50,52,56,52,44,52,51,46,56,56,55,48,54,50,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,54,55,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,48,51,48,57,53,53,44,51,48,46,51,55,57,51,57,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,55,55,53,53,53,52,44,51,48,46,52,51,55,54,53,54,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,108,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,49,48,48,46,53,52,51,52,56,52,44,52,52,46,55,54,49,48,56,55,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,54,49,51,56,48,53,44,52,52,46,55,48,55,49,51,53,93,44,91,45,49,48,48,46,54,52,48,48,54,49,44,52,52,46,53,56,51,55,50,51,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,110,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,51,52,49,55,44,34,98,101,100,115,34,58,50,54,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,53,46,48,53,51,50,53,54,44,51,57,46,54,54,55,55,56,53,93,44,91,45,49,48,53,46,48,57,54,57,48,57,44,51,57,46,54,49,52,52,50,51,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,53,51,52,51,57,44,51,57,46,54,50,52,51,56,55,93,44,91,45,49,48,53,46,48,53,51,51,51,44,51,57,46,54,50,55,57,56,57,93,44,91,45,49,48,53,46,48,53,51,52,53,55,44,51,57,46,54,50,57,53,50,54,93,44,91,45,49,48,53,46,48,53,51,52,49,49,44,51,57,46,54,51,49,53,56,54,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,49,52,53,52,50,51,44,51,52,46,52,49,56,51,49,51,93,44,91,45,57,54,46,48,57,50,48,49,50,44,51,52,46,53,48,54,48,53,57,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,53,49,50,49,55,49,44,51,52,46,54,56,48,48,54,53,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,52,46,57,56,55,51,49,56,44,52,53,46,51,53,50,48,52,93,44,91,45,49,48,53,46,48,51,56,50,48,53,44,52,53,46,51,53,50,48,51,53,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,49,51,52,56,52,50,44,52,53,46,57,54,56,56,51,51,93,44,91,45,49,48,52,46,51,57,48,56,55,54,44,52,53,46,57,55,48,51,54,51,93,44,91,45,49,48,52,46,51,57,48,55,52,52,44,52,54,46,48,53,52,56,50,54,93,44,91,45,49,48,52,46,53,49,54,49,50,54,44,52,54,46,49,51,54,49,57,54,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,57,51,57,50,48,53,44,52,54,46,49,51,54,53,55,53,93,44,91,45,49,48,52,46,57,51,57,50,56,57,44,52,53,46,55,56,54,57,54,52,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,49,34,44,34,78,65,77,69,34,58,34,85,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,52,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,105,98,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,56,53,49,49,51,44,51,56,46,50,55,53,49,50,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,55,57,57,49,54,57,44,51,56,46,50,50,56,53,56,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,51,49,53,57,51,44,51,56,46,51,55,53,48,52,56,93,44,91,45,56,55,46,52,48,55,53,56,51,44,51,56,46,51,55,53,53,48,49,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,75,105,109,98,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,101,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,68,105,115,116,114,105,99,116,32,111,102,32,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,105,115,116,114,105,99,116,32,111,102,32,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,52,57,56,44,34,98,101,100,115,34,58,52,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,54,46,57,48,57,51,57,51,44,51,56,46,56,57,50,56,53,50,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,114,111,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,54,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,56,46,51,55,57,49,51,54,44,51,56,46,52,57,57,57,56,55,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,55,46,57,51,55,53,56,56,44,51,56,46,50,49,56,57,57,50,93,44,91,45,49,48,56,46,48,56,54,54,48,52,44,51,56,46,50,53,53,50,48,50,93,44,91,45,49,48,56,46,49,51,50,51,56,44,51,56,46,51,51,49,53,55,51,93,44,91,45,49,48,55,46,54,51,53,54,57,55,44,51,56,46,51,51,50,49,52,56,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,53,48,48,48,50,44,51,56,46,51,48,49,57,50,54,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,55,52,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,51,46,55,54,54,56,48,56,44,52,53,46,48,53,55,51,49,50,93,44,91,45,57,51,46,54,53,56,57,49,55,44,52,53,46,49,57,51,53,53,49,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,53,55,57,51,57,44,52,53,46,50,57,50,49,50,50,93,44,91,45,57,51,46,55,53,54,54,49,44,52,53,46,50,57,52,55,50,49,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,52,46,49,49,54,55,54,53,44,52,53,46,51,50,56,48,49,57,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,75,101,110,111,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,51,51,48,44,34,98,101,100,115,34,58,51,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,56,46,49,56,56,51,48,54,44,52,50,46,54,54,57,55,48,57,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,97,103,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,51,53,55,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,55,46,49,49,51,54,55,50,44,51,57,46,57,49,57,49,49,50,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,50,52,56,50,57,53,44,51,57,46,53,52,52,50,53,49,93,44,91,45,49,48,54,46,49,55,54,49,49,53,44,51,57,46,54,49,52,50,50,49,93,44,91,45,49,48,54,46,51,56,53,52,55,56,44,51,57,46,55,54,55,49,54,52,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,70,114,97,110,99,105,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,48,48,52,52,44,34,98,101,100,115,34,58,51,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,44,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,52,49,56,54,55,51,44,51,55,46,56,53,50,53,48,53,93,44,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,93,93,44,91,91,91,45,49,50,51,46,49,55,51,56,50,53,44,51,55,46,55,55,53,55,50,55,93,44,91,45,49,50,51,46,48,48,48,57,49,50,44,51,55,46,54,51,57,57,51,93,44,91,45,49,50,50,46,57,52,57,57,56,53,44,51,55,46,55,51,50,49,56,55,93,44,91,45,49,50,51,46,48,55,48,52,57,52,44,51,55,46,56,49,51,56,51,93,44,91,45,49,50,51,46,49,55,51,56,50,53,44,51,55,46,55,55,53,55,50,55,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,105,103,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,56,46,56,49,54,55,49,44,51,55,46,56,57,53,53,51,56,93,44,91,45,49,48,56,46,50,53,54,52,57,56,44,51,55,46,56,57,52,54,48,55,93,44,91,45,49,48,56,46,50,48,57,48,57,51,44,51,55,46,56,50,48,57,51,54,93,44,91,45,49,48,55,46,57,56,57,50,48,56,44,51,55,46,56,53,54,54,52,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,55,57,53,52,54,57,44,51,55,46,57,56,56,53,50,93,44,91,45,49,48,55,46,57,48,48,49,57,51,44,51,56,46,48,50,54,50,52,57,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,48,34,44,34,78,65,77,69,34,58,34,65,110,99,104,111,114,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,54,49,49,50,44,34,98,101,100,115,34,58,49,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,57,46,49,56,48,48,54,50,44,54,49,46,52,50,54,50,53,93,44,91,45,49,52,57,46,51,53,57,52,52,44,54,49,46,52,56,52,48,50,53,93,44,91,45,49,52,57,46,55,52,56,51,54,57,44,54,49,46,51,57,55,51,55,49,93,44,91,45,49,52,57,46,57,56,55,52,57,53,44,54,49,46,50,50,52,48,54,52,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,53,48,46,50,52,55,55,52,54,44,54,49,46,48,55,57,54,51,55,93,44,91,45,49,53,48,46,48,54,57,50,51,56,44,54,49,46,48,55,57,54,51,54,93,44,91,45,49,52,57,46,51,53,57,51,57,57,44,54,48,46,57,48,54,51,51,93,44,91,45,49,52,57,46,48,51,52,48,56,44,54,48,46,56,52,56,53,51,52,93,44,91,45,49,52,57,46,48,51,55,55,52,49,44,54,48,46,55,51,50,57,56,55,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,56,46,55,51,56,51,54,51,44,54,48,46,56,52,56,53,52,54,93,44,91,45,49,52,56,46,52,55,50,48,54,53,44,54,48,46,56,52,56,53,50,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,104,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,53,48,51,44,34,98,101,100,115,34,58,51,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,44,91,45,56,49,46,52,51,54,57,50,57,44,51,48,46,50,53,50,51,51,53,93,44,91,45,56,49,46,52,51,51,55,51,55,44,51,48,46,49,48,54,48,50,56,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,54,56,56,56,55,54,44,51,48,46,48,50,56,53,54,54,93,44,91,45,56,49,46,54,49,48,49,52,54,44,50,57,46,57,55,48,50,51,53,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,53,50,53,50,51,44,50,57,46,55,53,57,52,57,55,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,51,50,52,48,53,57,44,50,57,46,54,50,53,54,49,93,44,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,44,91,45,56,49,46,50,48,53,49,55,55,44,50,57,46,56,50,50,52,51,51,93,44,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,52,53,52,48,53,44,51,51,46,52,51,51,50,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,51,49,54,52,48,56,44,51,51,46,50,56,53,53,53,54,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,50,49,51,57,50,49,44,51,51,46,49,48,57,52,48,50,93,44,91,45,56,57,46,50,49,51,52,50,50,44,51,51,46,49,57,55,53,52,51,93,44,91,45,56,57,46,49,48,56,57,44,51,51,46,49,57,56,48,53,57,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,50,50,50,48,51,57,44,51,51,46,53,50,55,50,52,53,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,48,51,52,44,34,98,101,100,115,34,58,51,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,57,48,55,52,51,53,44,52,51,46,49,49,56,57,49,49,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,50,51,55,49,57,44,34,98,101,100,115,34,58,49,56,54,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,55,46,57,50,48,52,55,54,44,52,49,46,57,57,51,56,56,54,93,44,91,45,56,55,46,57,49,52,50,54,52,44,52,49,46,55,49,54,53,57,56,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,55,46,55,57,50,55,57,51,44,52,49,46,53,53,56,53,52,93,44,91,45,56,55,46,55,57,48,51,48,51,44,52,49,46,52,54,57,56,52,54,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,53,50,51,54,54,49,44,52,49,46,55,53,57,57,48,55,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,49,54,48,51,56,57,44,51,55,46,54,53,54,49,51,49,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,50,54,52,44,34,98,101,100,115,34,58,52,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,51,51,52,50,51,52,44,51,52,46,51,52,50,54,51,93,44,91,45,56,50,46,50,52,55,55,52,55,44,51,52,46,50,49,57,54,49,57,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,50,48,48,50,56,54,44,51,51,46,57,55,56,53,57,55,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,50,46,49,54,57,50,57,55,44,51,52,46,51,51,48,55,52,54,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,54,51,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,56,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,56,51,52,56,51,57,44,52,55,46,48,48,55,50,53,52,93,44,91,45,57,54,46,55,54,49,54,57,51,44,52,54,46,57,51,52,53,53,56,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,97,121,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,52,48,49,56,48,53,44,51,53,46,56,50,50,54,53,55,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,57,46,50,55,49,50,50,52,44,51,53,46,55,53,52,57,50,50,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,111,120,32,69,108,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,48,48,49,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,49,46,57,49,54,53,51,52,44,52,49,46,53,51,56,53,53,52,93,44,91,45,49,49,49,46,57,57,54,54,48,54,44,52,49,46,53,53,55,53,55,50,93,44,91,45,49,49,50,46,48,53,49,55,51,55,44,52,49,46,54,57,57,53,53,50,93,44,91,45,49,49,50,46,48,51,48,52,56,51,44,52,49,46,56,49,48,48,52,55,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,51,46,56,49,52,56,56,52,44,52,49,46,57,56,56,54,53,52,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,50,46,55,57,57,51,53,57,44,52,48,46,57,57,57,57,51,57,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,50,51,56,48,54,53,44,52,49,46,51,51,54,53,53,50,93,44,91,45,49,49,50,46,48,50,56,54,55,50,44,52,49,46,51,51,54,53,49,50,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,105,112,112,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,57,46,48,49,55,53,53,49,44,51,52,46,56,53,56,55,50,51,93,44,91,45,56,57,46,48,56,56,48,54,53,44,51,52,46,56,49,53,51,48,55,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,56,50,51,52,55,51,44,51,52,46,56,53,56,54,50,57,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,52,53,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,55,53,54,49,49,51,44,51,57,46,57,49,51,52,48,50,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,49,56,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,55,56,49,56,50,44,51,56,46,57,54,52,57,51,53,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,54,51,50,56,51,54,44,51,56,46,53,53,52,51,55,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,53,52,54,54,51,49,44,51,56,46,54,55,50,51,56,55,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,51,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,53,46,49,51,54,50,48,57,44,52,51,46,57,56,51,56,53,57,93,44,91,45,49,49,53,46,53,48,56,55,50,50,44,52,51,46,56,56,52,56,53,53,93,44,91,45,49,49,53,46,54,52,53,56,48,50,44,52,51,46,55,48,48,50,54,93,44,91,45,49,49,53,46,56,50,55,57,50,44,52,51,46,54,48,55,54,54,55,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,53,46,57,55,56,54,53,49,44,52,51,46,49,49,51,52,51,50,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,54,46,50,48,49,55,52,44,52,51,46,48,52,56,57,51,93,44,91,45,49,49,53,46,57,54,48,57,57,57,44,52,50,46,57,56,57,48,56,52,93,44,91,45,49,49,53,46,52,52,49,53,50,50,44,52,50,46,57,51,49,49,50,55,93,44,91,45,49,49,53,46,52,53,52,50,50,52,44,52,50,46,55,54,55,57,51,54,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,53,46,48,56,54,56,53,50,44,52,50,46,57,49,52,53,54,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,53,46,48,56,51,48,56,57,44,52,51,46,54,48,52,50,57,50,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,108,116,105,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,55,54,50,53,44,34,98,101,100,115,34,58,49,57,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,56,56,51,50,57,52,44,51,57,46,52,55,52,55,53,49,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,55,49,49,48,53,52,44,51,57,46,50,55,55,56,56,57,93,44,91,45,55,54,46,55,49,49,51,49,51,44,51,57,46,51,55,49,57,51,51,93,44,91,45,55,54,46,53,50,57,55,57,51,44,51,57,46,51,55,50,48,53,56,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,51,57,49,54,56,56,44,51,57,46,52,54,52,53,51,50,93,44,91,45,55,54,46,53,51,50,49,55,52,44,51,57,46,53,52,51,57,55,55,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,56,52,55,48,52,54,44,52,56,46,51,55,49,50,93,44,91,45,57,57,46,56,52,56,50,50,50,44,52,56,46,48,50,49,52,50,52,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,54,50,53,51,56,52,44,52,55,46,57,49,54,51,57,57,93,44,91,45,57,56,46,56,48,55,53,57,51,44,52,56,46,48,53,57,56,48,49,93,44,91,45,57,56,46,57,56,54,57,48,49,44,52,56,46,48,48,55,52,57,56,93,44,91,45,57,57,46,48,55,48,52,52,51,44,52,56,46,49,48,55,56,53,55,93,44,91,45,57,57,46,49,57,57,57,49,49,44,52,56,46,49,53,53,51,48,57,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,52,54,48,52,52,50,44,51,57,46,52,53,48,55,50,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,49,56,50,57,52,50,44,51,57,46,50,50,55,50,51,51,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,49,46,48,51,56,50,55,44,51,57,46,52,52,56,52,51,53,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,50,50,44,34,98,101,100,115,34,58,52,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,54,54,50,56,56,54,44,51,56,46,55,52,55,57,55,55,93,44,91,45,56,50,46,55,52,48,51,56,51,44,51,56,46,53,57,55,49,54,55,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,51,50,51,57,57,57,44,51,56,46,52,52,57,50,54,56,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,51,53,52,52,54,56,44,51,56,46,54,55,54,48,55,93,44,91,45,56,50,46,52,55,50,52,55,56,44,51,56,46,54,56,50,50,55,57,93,44,91,45,56,50,46,52,56,51,53,55,57,44,51,56,46,55,55,50,50,55,56,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,50,57,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,54,50,48,50,53,54,44,51,55,46,50,51,51,48,48,56,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,55,56,54,56,49,57,44,51,55,46,48,56,55,56,50,52,93,44,91,45,56,57,46,54,56,54,54,50,44,51,54,46,57,50,56,50,57,51,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,51,55,54,54,51,50,44,51,55,46,48,51,56,52,56,50,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,53,50,48,55,53,53,44,51,56,46,55,48,51,48,57,52,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,69,114,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,56,50,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,52,55,52,54,56,53,44,51,50,46,50,57,57,48,56,52,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,51,50,55,52,57,57,44,51,49,46,57,52,49,50,54,49,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,72,97,98,101,114,115,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,50,56,57,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,54,50,51,50,57,54,44,51,52,46,55,51,50,49,57,52,93,44,91,45,56,51,46,54,51,50,51,49,55,44,51,52,46,53,50,56,53,56,55,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,53,52,56,57,56,56,44,51,52,46,55,52,57,52,53,49,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,57,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,51,46,49,51,51,56,52,55,44,51,51,46,48,48,55,50,52,56,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,111,110,111,110,103,97,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,50,53,50,44,34,98,101,100,115,34,58,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,49,53,51,53,51,50,44,51,57,46,54,49,48,52,50,54,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,50,49,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,101,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,57,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,78,101,119,32,76,111,110,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,56,56,49,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,51,50,51,51,57,52,44,52,49,46,53,51,52,50,53,93,44,91,45,55,50,46,51,48,53,53,51,49,44,52,49,46,52,51,54,50,56,50,93,44,91,45,55,50,46,51,56,52,56,51,51,44,52,49,46,51,56,53,49,57,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,49,46,55,57,55,55,52,55,44,52,49,46,52,49,54,56,51,52,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,57,53,49,57,51,54,44,52,49,46,54,51,52,51,50,56,93,44,91,45,55,50,46,49,53,49,55,52,55,44,52,49,46,54,54,55,53,49,54,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,117,101,114,110,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,55,52,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,49,46,55,50,56,54,49,49,44,51,57,46,57,51,49,55,50,56,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,51,56,54,48,48,54,44,51,57,46,57,53,48,54,57,52,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,97,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,48,53,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,51,46,53,55,51,56,44,51,54,46,56,50,48,48,51,50,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,51,46,51,51,55,52,53,49,44,51,54,46,57,57,50,52,57,52,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,54,48,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,55,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,51,57,49,51,48,54,44,51,55,46,53,51,48,49,50,50,93,44,91,45,55,55,46,52,52,55,53,56,49,44,51,55,46,54,48,50,56,49,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,116,111,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,48,53,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,50,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,57,53,44,34,98,101,100,115,34,58,52,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,44,91,45,49,50,51,46,48,49,52,56,49,55,44,51,56,46,49,52,57,49,51,50,93,44,91,45,49,50,51,46,48,56,51,56,56,44,51,55,46,57,56,51,51,54,54,93,44,91,45,49,50,51,46,48,50,50,53,48,55,44,51,55,46,57,52,50,48,54,53,93,44,91,45,49,50,50,46,56,56,57,50,57,49,44,51,55,46,57,55,52,49,48,57,93,44,91,45,49,50,50,46,55,53,50,52,54,54,44,51,55,46,56,53,55,54,57,57,93,44,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,44,91,45,49,50,50,46,52,49,56,54,55,51,44,51,55,46,56,53,50,53,48,53,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,53,48,50,56,50,44,51,56,46,49,49,51,48,48,50,93,44,91,45,49,50,50,46,53,55,56,50,48,49,44,51,56,46,49,56,51,53,56,51,93,44,91,45,49,50,50,46,55,51,57,57,44,51,56,46,50,48,55,48,49,56,93,44,91,45,49,50,50,46,57,48,49,55,50,54,44,51,56,46,51,49,54,57,52,51,93,44,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,52,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,49,34,44,34,78,65,77,69,34,58,34,82,117,115,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,53,57,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,52,46,57,56,53,48,51,55,44,51,49,46,56,52,54,49,57,51,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,53,57,57,57,55,56,44,51,49,46,57,55,51,49,57,51,93,44,91,45,57,52,46,53,56,48,53,44,51,50,46,50,48,49,51,54,51,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,54,51,56,51,52,55,44,51,50,46,51,55,48,53,51,57,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,52,50,50,56,53,52,44,52,49,46,53,49,49,52,52,52,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,86,97,110,32,87,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,56,49,44,34,98,101,100,115,34,58,49,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,52,53,54,49,55,50,44,52,48,46,55,50,56,51,48,54,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,51,57,55,51,55,52,44,52,48,46,56,49,53,57,52,49,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,108,97,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,49,46,49,54,57,49,51,56,44,50,55,46,50,48,57,53,56,53,93,44,91,45,56,49,46,49,54,56,50,56,49,44,50,55,46,49,50,49,55,51,52,93,44,91,45,56,49,46,50,54,55,54,55,55,44,50,55,46,49,50,49,48,57,55,93,44,91,45,56,49,46,50,54,55,50,49,54,44,50,55,46,48,51,50,52,55,52,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,48,46,57,52,53,51,53,52,44,50,54,46,55,54,57,48,52,57,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,56,55,49,49,54,57,44,50,55,46,49,53,52,57,53,49,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,77,101,114,105,119,101,116,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,49,51,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,56,53,50,51,54,44,51,51,46,50,50,51,53,57,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,115,116,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,53,46,49,57,51,50,51,55,44,51,55,46,53,57,50,49,54,56,93,44,91,45,49,48,53,46,50,57,53,53,56,55,44,51,55,46,54,53,52,52,49,54,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,67,111,114,121,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,54,56,57,56,51,52,44,51,49,46,55,49,49,48,49,57,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,104,97,116,116,97,104,111,111,99,104,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,55,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,55,57,50,57,53,49,44,51,50,46,52,49,51,56,52,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,112,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,52,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,50,54,54,48,49,44,51,55,46,52,48,48,54,48,55,93,44,91,45,49,50,48,46,49,52,51,56,50,54,44,51,55,46,50,51,57,49,57,50,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,49,57,46,55,54,49,56,48,57,44,51,55,46,52,49,55,49,49,52,93,44,91,45,49,49,57,46,54,53,49,49,57,49,44,51,55,46,52,49,55,56,51,50,93,44,91,45,49,49,57,46,53,56,51,53,56,53,44,51,55,46,53,54,48,51,51,53,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,53,51,51,57,57,57,44,51,55,46,57,48,50,57,50,50,93,44,91,45,49,49,57,46,54,54,55,50,48,51,44,51,55,46,56,48,49,50,50,52,93,44,91,45,49,49,57,46,56,48,53,52,57,56,44,51,55,46,55,53,57,54,49,56,93,44,91,45,49,49,57,46,57,51,56,52,49,52,44,51,55,46,55,54,51,48,50,54,93,44,91,45,49,50,48,46,48,50,54,53,57,51,44,51,55,46,56,49,49,56,55,55,93,44,91,45,49,50,48,46,51,52,53,52,51,55,44,51,55,46,55,50,52,55,56,55,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,50,46,56,52,49,54,49,55,44,51,56,46,57,55,57,56,50,49,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,55,57,48,51,54,57,44,51,57,46,51,52,51,53,56,54,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,53,53,51,44,34,98,101,100,115,34,58,49,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,51,46,48,48,48,55,56,56,44,52,53,46,50,53,57,51,52,55,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,48,52,52,57,48,51,44,52,52,46,57,52,52,48,50,56,93,44,91,45,49,50,51,46,49,55,57,51,56,55,44,52,52,46,56,51,53,55,50,57,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,48,48,55,55,52,51,44,52,52,46,54,56,56,48,55,49,93,44,91,45,49,50,50,46,56,48,50,52,53,55,44,52,52,46,55,57,48,56,54,52,93,44,91,45,49,50,50,46,50,55,54,54,55,53,44,52,52,46,55,52,54,49,51,53,93,44,91,45,49,50,50,46,48,51,51,48,48,54,44,52,52,46,54,56,53,54,57,49,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,50,46,52,48,49,48,50,49,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,50,46,53,48,56,49,48,54,44,52,52,46,57,49,57,53,57,57,93,44,91,45,49,50,50,46,53,57,53,53,50,51,44,52,53,46,48,49,57,54,55,57,93,44,91,45,49,50,50,46,55,56,56,53,53,52,44,52,53,46,49,51,48,49,55,54,93,44,91,45,49,50,50,46,55,52,57,55,57,51,44,52,53,46,49,57,53,50,52,50,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,105,108,119,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,52,50,48,57,44,34,98,101,100,115,34,58,51,56,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,51,55,50,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,80,105,99,107,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,50,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,50,46,57,56,52,53,54,44,51,57,46,53,48,54,55,53,52,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,56,52,50,57,53,51,44,51,57,46,53,54,49,52,56,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,111,119,104,97,116,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,56,57,55,50,57,50,44,51,55,46,54,54,56,49,56,49,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,55,46,57,56,54,49,57,44,51,55,46,52,56,54,50,54,57,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,52,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,52,34,44,34,78,65,77,69,34,58,34,66,114,111,111,109,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,49,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,51,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,53,55,55,55,57,54,44,51,53,46,49,53,57,52,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,110,116,114,105,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,53,46,50,50,51,54,56,49,44,52,53,46,49,49,55,56,54,49,93,44,91,45,56,53,46,50,50,50,55,48,55,44,52,53,46,50,48,53,53,54,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,52,50,55,54,56,56,44,52,52,46,57,54,53,50,55,51,93,44,91,45,56,53,46,52,55,51,56,52,49,44,52,52,46,56,53,57,52,52,57,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,50,57,49,55,49,54,44,52,52,46,56,53,57,54,48,56,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,77,97,114,108,98,111,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,56,48,51,56,55,55,44,51,52,46,54,48,57,48,53,51,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,54,56,53,50,50,55,44,51,52,46,52,48,48,54,54,57,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,101,119,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,54,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,54,46,56,51,53,50,54,57,44,52,55,46,48,51,50,52,53,50,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,53,56,54,53,52,57,44,52,55,46,52,49,52,54,57,53,93,44,91,45,49,49,54,46,54,50,57,48,53,57,44,52,55,46,51,55,49,52,51,56,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,50,55,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,57,46,51,54,48,53,55,56,44,52,49,46,56,56,56,48,49,56,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,101,109,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,48,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,50,48,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,54,57,51,48,49,56,44,51,52,46,56,54,57,49,56,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,48,57,54,57,55,50,44,51,52,46,54,55,50,52,48,49,93,44,91,45,55,55,46,49,49,55,49,57,56,44,51,52,46,53,56,52,51,54,55,93,44,91,45,55,54,46,56,49,56,57,51,55,44,51,52,46,54,52,51,50,53,51,93,44,91,45,55,54,46,54,49,52,55,50,50,44,51,52,46,54,49,56,50,55,56,93,44,91,45,55,54,46,52,57,49,57,57,49,44,51,52,46,53,52,54,53,51,50,93,44,91,45,55,54,46,51,55,52,54,51,56,44,51,52,46,55,49,53,57,57,49,93,44,91,45,55,54,46,50,52,57,54,51,50,44,51,52,46,56,51,52,54,51,49,93,44,91,45,55,54,46,48,48,54,57,51,54,44,51,53,46,48,48,54,48,51,49,93,44,91,45,55,54,46,48,54,53,55,55,52,44,51,53,46,49,50,52,57,51,55,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,111,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,52,53,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,55,49,57,49,53,56,44,51,57,46,51,57,52,51,51,56,93,44,91,45,57,54,46,53,49,54,55,44,51,57,46,49,55,49,49,51,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,50,51,51,54,55,49,44,51,57,46,50,49,50,50,55,57,93,44,91,45,57,54,46,48,56,51,53,53,55,44,51,57,46,49,57,51,53,48,52,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,49,51,44,34,98,101,100,115,34,58,53,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,67,111,109,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,48,57,55,44,34,98,101,100,115,34,58,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,53,52,51,55,49,56,44,50,57,46,55,53,50,48,53,50,93,44,91,45,57,56,46,51,56,48,49,54,49,44,50,57,46,55,48,51,57,50,57,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,48,56,57,50,55,55,44,50,57,46,54,56,51,57,51,49,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,56,46,48,51,48,53,50,51,44,50,57,46,56,52,56,53,51,57,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,78,97,110,116,117,99,107,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,48,49,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,44,91,45,55,48,46,51,52,52,48,56,51,44,52,49,46,50,55,54,49,52,54,93,44,91,45,55,48,46,49,48,57,54,56,52,44,52,49,46,49,56,57,56,48,51,93,44,91,45,54,57,46,57,49,48,51,49,57,44,52,49,46,50,50,54,56,52,57,93,44,91,45,54,57,46,57,49,48,48,57,51,44,52,49,46,51,49,55,50,54,51,93,44,91,45,55,48,46,48,48,54,52,54,55,44,52,49,46,52,51,51,56,57,56,93,44,91,45,55,48,46,50,51,52,51,51,44,52,49,46,51,56,51,50,50,57,93,44,91,45,55,48,46,51,50,56,49,56,50,44,52,49,46,51,56,48,49,53,57,93,44,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,109,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,49,46,50,50,55,55,55,56,44,51,51,46,49,54,50,54,50,50,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,48,46,57,52,56,55,53,54,44,51,51,46,51,48,56,48,52,55,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,114,97,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,55,46,49,50,51,48,55,50,44,50,56,46,50,55,50,56,49,55,93,44,91,45,57,55,46,48,50,51,53,56,54,44,50,56,46,49,56,55,54,53,55,93,44,91,45,57,55,46,49,52,52,57,49,54,44,50,56,46,49,48,50,54,50,50,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,54,46,57,56,52,50,56,49,44,50,55,46,56,48,51,55,56,51,93,44,91,45,57,54,46,57,53,57,52,57,53,44,50,55,46,56,55,53,51,48,50,93,44,91,45,57,54,46,56,49,53,57,48,53,44,50,56,46,48,50,50,56,51,53,93,44,91,45,57,54,46,56,51,48,56,54,49,44,50,56,46,49,48,56,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,114,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,50,53,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,51,51,53,57,52,57,44,51,49,46,50,52,52,53,55,57,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,49,54,53,48,55,50,44,51,49,46,49,52,55,49,57,56,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,51,46,48,52,54,57,56,56,44,51,49,46,50,56,50,57,54,54,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,51,54,56,56,54,51,44,51,57,46,56,57,48,52,55,49,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,82,111,115,99,111,109,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,55,51,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,48,57,53,49,49,50,44,51,54,46,52,52,48,55,55,51,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,76,97,115,115,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,56,53,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,50,49,46,51,50,49,49,56,54,44,52,48,46,56,56,56,55,48,50,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,48,54,49,52,49,55,44,52,48,46,52,52,54,53,51,54,93,44,91,45,49,50,49,46,48,54,49,52,57,51,44,52,48,46,50,53,54,52,49,55,93,44,91,45,49,50,48,46,56,55,49,55,56,50,44,52,48,46,50,52,49,54,52,93,44,91,45,49,50,48,46,55,54,52,52,48,51,44,52,48,46,51,49,54,48,49,93,44,91,45,49,50,48,46,53,55,54,56,50,53,44,52,48,46,50,56,53,52,51,93,44,91,45,49,50,48,46,51,52,49,51,56,53,44,52,48,46,49,49,53,50,52,51,93,44,91,45,49,50,48,46,50,48,57,54,52,49,44,52,48,46,48,56,54,48,48,56,93,44,91,45,49,50,48,46,49,48,56,55,54,49,44,51,57,46,57,51,57,53,49,93,44,91,45,49,50,48,46,49,49,48,54,50,55,44,51,57,46,55,54,53,55,55,57,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,49,57,46,57,57,53,55,48,53,44,52,48,46,51,55,53,56,51,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,49,48,34,44,34,78,65,77,69,34,58,34,70,97,108,108,115,32,67,104,117,114,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,56,57,55,53,52,44,51,56,46,56,55,56,49,51,54,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,97,110,97,116,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,56,53,51,44,34,98,101,100,115,34,58,56,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,53,53,51,54,54,54,44,50,55,46,54,52,53,52,54,53,93,44,91,45,56,50,46,55,52,53,49,51,55,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,56,50,51,48,50,57,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,44,91,45,56,50,46,50,53,50,50,54,52,44,50,55,46,51,56,54,50,52,51,93,44,91,45,56,50,46,50,53,51,53,57,54,44,50,55,46,50,48,56,57,49,54,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,117,115,107,105,110,103,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,48,55,54,44,34,98,101,100,115,34,58,51,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,50,46,49,57,56,55,55,50,44,51,57,46,57,53,48,49,52,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,55,50,56,54,49,49,44,51,57,46,57,51,49,55,50,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,97,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,52,54,53,48,51,50,44,51,56,46,57,49,48,51,53,52,93,44,91,45,49,48,54,46,52,49,54,50,54,51,44,51,56,46,56,50,51,56,53,93,44,91,45,49,48,54,46,52,51,48,49,53,57,44,51,56,46,54,53,51,52,54,56,93,44,91,45,49,48,54,46,51,52,56,49,48,56,44,51,56,46,53,49,50,52,57,57,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,53,46,57,48,56,55,49,55,44,51,56,46,53,48,53,54,51,49,93,44,91,45,49,48,53,46,56,55,57,49,55,54,44,51,56,46,54,48,55,51,49,50,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,57,48,54,53,56,55,44,51,56,46,56,48,54,57,54,50,93,44,91,45,49,48,54,46,48,50,56,49,51,56,44,51,56,46,57,52,50,56,52,57,93,44,91,45,49,48,54,46,49,48,53,55,53,56,44,51,56,46,57,52,48,51,54,52,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,114,111,119,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,51,46,56,51,53,54,49,54,44,51,56,46,49,49,51,51,52,93,44,91,45,49,48,51,46,54,49,57,49,55,50,44,51,56,46,49,49,51,51,53,53,93,44,91,45,49,48,51,46,53,48,57,51,54,52,44,51,56,46,49,55,50,53,49,52,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,53,46,50,52,48,51,54,50,44,51,56,46,54,52,55,53,57,53,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,56,55,57,49,55,54,44,51,56,46,54,48,55,51,49,50,93,44,91,45,49,48,53,46,57,48,56,55,49,55,44,51,56,46,53,48,53,54,51,49,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,52,46,57,52,48,51,54,54,44,51,56,46,50,53,56,50,55,53,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,101,97,114,108,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,52,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,52,55,54,48,50,50,44,51,48,46,57,56,50,57,48,49,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,55,53,50,56,48,55,44,51,48,46,53,48,50,57,54,50,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,53,52,52,53,49,44,51,48,46,53,49,54,56,54,50,93,44,91,45,56,57,46,53,52,52,50,51,50,44,51,48,46,54,52,56,51,54,56,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,50,56,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,53,46,49,54,52,55,52,52,44,51,48,46,54,48,56,48,55,57,93,44,91,45,56,53,46,49,55,49,56,57,49,44,51,48,46,53,54,52,51,51,54,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,48,53,50,55,55,55,44,51,48,46,50,56,55,52,48,54,93,44,91,45,56,53,46,48,51,50,57,51,49,44,51,48,46,52,50,48,50,57,57,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,75,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,56,56,44,34,98,101,100,115,34,58,55,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,52,50,55,50,56,53,44,51,56,46,57,56,48,56,54,51,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,107,97,115,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,50,48,48,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,53,50,53,51,54,52,44,52,54,46,57,56,49,50,56,56,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,51,46,50,51,49,48,53,54,44,52,54,46,57,56,48,50,57,54,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,117,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,50,51,52,51,51,44,52,55,46,48,52,55,54,49,93,44,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,48,54,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,55,46,48,51,56,50,51,57,44,51,52,46,51,55,53,55,48,55,93,44,91,45,57,55,46,51,53,50,49,49,53,44,51,52,46,51,55,54,49,56,56,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,97,115,113,117,111,116,97,110,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,54,46,48,54,56,54,48,53,44,51,54,46,50,49,54,53,57,93,44,91,45,55,54,46,50,51,56,50,52,52,44,51,54,46,51,55,49,53,56,56,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,84,97,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,53,46,57,55,49,56,56,57,44,51,54,46,56,56,54,50,52,55,93,44,91,45,49,48,53,46,57,55,49,56,51,54,44,51,54,46,54,51,50,52,52,52,93,44,91,45,49,48,53,46,57,51,56,55,53,52,44,51,54,46,52,54,50,52,48,50,93,44,91,45,49,48,53,46,57,54,49,52,49,52,44,51,54,46,51,53,51,48,54,54,93,44,91,45,49,48,54,46,48,53,56,51,54,52,44,51,54,46,50,57,54,57,55,56,93,44,91,45,49,48,53,46,56,53,54,57,52,55,44,51,54,46,50,51,48,52,51,52,93,44,91,45,49,48,53,46,55,51,53,56,56,51,44,51,54,46,49,48,48,49,51,51,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,53,46,51,50,54,54,55,52,44,51,54,46,53,48,48,48,51,49,93,44,91,45,49,48,53,46,51,55,48,54,51,56,44,51,54,46,54,56,49,48,51,50,93,44,91,45,49,48,53,46,50,51,48,54,51,50,44,51,54,46,55,50,51,55,56,52,93,44,91,45,49,48,53,46,50,48,48,49,49,55,44,51,54,46,57,49,53,54,50,56,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,108,105,118,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,57,50,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,54,53,57,52,53,55,44,51,52,46,49,49,56,56,54,55,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,49,46,48,49,49,53,49,44,51,51,46,57,50,52,55,51,51,93,44,91,45,57,49,46,48,55,51,48,49,49,44,51,51,46,56,53,55,52,52,57,93,44,91,45,57,49,46,48,54,56,50,57,44,51,51,46,55,49,54,52,55,55,93,44,91,45,57,49,46,49,51,48,52,52,53,44,51,51,46,54,48,54,48,51,52,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,48,46,54,53,56,54,44,51,51,46,54,49,54,50,55,50,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,78,121,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,48,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,55,46,51,51,49,56,53,55,44,51,57,46,49,54,51,52,51,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,56,46,49,57,54,50,55,52,44,51,56,46,57,57,57,57,50,54,93,44,91,45,49,49,56,46,49,57,54,50,51,53,44,51,56,46,57,49,57,48,53,56,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,55,46,49,54,53,54,49,50,44,51,56,46,48,48,49,54,57,50,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,54,46,51,56,48,51,52,55,44,51,54,46,51,55,52,57,54,49,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,53,46,56,52,53,55,54,50,44,51,54,46,49,55,48,55,54,52,93,44,91,45,49,49,53,46,56,57,53,55,53,51,44,51,54,46,49,55,50,50,50,55,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,56,57,51,56,53,55,44,51,56,46,48,53,48,53,51,49,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,48,53,48,55,53,55,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,97,119,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,52,48,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,51,46,49,49,57,51,57,51,44,51,54,46,53,49,52,50,57,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,49,53,49,54,56,57,44,51,54,46,51,49,56,49,57,50,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,50,46,56,52,48,52,56,49,44,51,54,46,51,55,48,54,57,56,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,119,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,57,53,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,48,54,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,56,46,50,57,57,48,48,51,44,51,57,46,56,50,53,53,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,56,46,48,48,50,55,44,51,57,46,56,50,54,53,57,57,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,48,57,49,44,34,98,101,100,115,34,58,49,52,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,50,48,50,55,50,50,44,51,48,46,49,52,50,56,54,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,57,55,57,57,51,50,44,51,48,46,49,56,50,53,56,53,93,44,91,45,57,49,46,57,52,57,48,52,55,44,51,48,46,50,55,54,55,55,49,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,50,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,54,51,56,55,48,56,44,52,49,46,50,51,51,56,54,50,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,56,54,56,49,53,50,44,52,49,46,49,52,57,52,57,51,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,57,57,46,56,56,56,50,50,50,44,51,52,46,57,52,51,56,57,55,93,44,91,45,57,57,46,55,51,49,48,57,50,44,51,52,46,57,52,52,48,53,56,93,44,91,45,57,57,46,55,49,57,55,57,55,44,51,52,46,55,54,56,52,53,49,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,52,50,51,50,48,49,44,51,52,46,55,50,53,48,50,93,44,91,45,57,57,46,52,48,53,56,50,49,44,51,52,46,56,49,51,48,51,56,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,51,48,54,50,50,44,51,52,46,56,53,55,54,51,50,93,44,91,45,57,57,46,51,50,54,55,53,55,44,51,53,46,48,49,56,57,49,50,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,55,56,50,55,50,55,44,51,53,46,49,49,54,57,52,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,72,101,109,112,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,54,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,78,101,122,32,80,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,53,53,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,54,49,49,55,52,44,52,54,46,54,51,49,50,52,53,93,44,91,45,49,49,54,46,55,49,57,48,56,53,44,52,54,46,53,52,50,56,55,52,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,54,46,57,50,49,51,53,44,52,54,46,49,54,52,53,49,52,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,55,49,51,52,57,54,44,52,54,46,51,50,53,53,50,55,93,44,91,45,49,49,54,46,51,54,56,56,48,49,44,52,54,46,51,52,51,50,49,55,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,52,53,49,55,57,50,44,52,54,46,53,48,48,54,57,56,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,108,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,49,48,48,46,52,56,54,53,54,49,44,52,53,46,53,51,54,53,50,49,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,48,46,50,55,52,49,55,54,44,52,53,46,51,56,49,56,52,53,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,78,97,112,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,51,48,44,34,98,101,100,115,34,58,52,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,52,54,51,56,57,44,51,56,46,55,48,53,50,48,51,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,54,52,54,50,54,56,44,51,56,46,53,57,57,49,50,93,44,91,45,49,50,50,46,53,52,51,56,57,51,44,51,56,46,53,49,57,57,54,54,93,44,91,45,49,50,50,46,51,53,57,57,50,52,44,51,56,46,50,51,48,53,48,49,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,49,57,53,51,56,44,51,56,46,49,53,53,48,49,55,93,44,91,45,49,50,50,46,50,48,53,57,56,50,44,51,56,46,51,49,53,55,49,51,93,44,91,45,49,50,50,46,48,54,52,55,55,57,44,51,56,46,51,49,53,57,49,50,93,44,91,45,49,50,50,46,49,50,54,51,56,57,44,51,56,46,52,50,56,57,49,56,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,50,46,50,56,55,57,57,56,44,51,56,46,56,51,57,57,51,49,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,116,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,54,48,57,54,54,44,51,52,46,51,51,51,55,50,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,52,56,54,51,50,56,44,51,52,46,48,54,50,53,57,56,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,51,54,52,48,50,51,44,51,52,46,49,53,55,49,48,57,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,50,57,53,57,50,56,44,51,52,46,52,52,57,48,52,51,93,44,91,45,57,56,46,53,48,52,57,53,56,44,51,52,46,52,52,57,52,49,52,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,121,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,54,56,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,55,51,51,52,53,52,44,52,50,46,55,50,55,56,57,53,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,54,46,51,53,54,57,55,52,44,52,50,46,56,52,57,52,53,93,44,91,45,55,54,46,52,53,48,55,51,56,44,52,50,46,56,52,53,55,54,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,54,48,53,48,49,50,44,52,51,46,50,53,51,53,55,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,55,51,52,55,50,53,44,52,51,46,55,48,56,49,50,49,93,44,91,45,55,54,46,55,53,51,53,51,56,44,52,51,46,54,56,52,50,55,53,93,44,91,45,55,54,46,55,48,50,51,50,53,44,52,51,46,48,56,48,51,57,51,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,55,34,44,34,78,65,77,69,34,58,34,83,104,97,99,107,101,108,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,97,99,105,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,51,48,56,51,57,53,44,51,48,46,52,48,53,55,53,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,53,46,48,50,52,52,52,51,44,51,48,46,54,54,48,53,48,51,93,44,91,45,57,53,46,49,52,53,52,50,54,44,51,48,46,55,49,51,55,57,57,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,117,98,117,113,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,48,50,44,34,98,101,100,115,34,58,52,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,48,46,54,54,53,53,53,49,44,52,50,46,50,57,52,54,57,57,93,44,91,45,57,48,46,54,54,53,48,50,57,44,52,50,46,51,56,50,49,53,53,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,55,50,48,50,48,57,44,52,50,46,54,52,48,55,53,56,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,111,111,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,55,46,56,57,55,50,57,50,44,51,55,46,54,54,56,49,56,49,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,50,52,44,34,98,101,100,115,34,58,52,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,54,50,55,55,54,55,44,52,48,46,55,48,57,51,53,50,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,51,51,57,50,49,49,44,52,48,46,55,50,54,54,56,51,93,44,91,45,56,50,46,52,49,54,56,52,55,44,52,48,46,56,49,52,53,54,55,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,52,50,55,44,34,98,101,100,115,34,58,51,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,52,51,51,55,57,56,44,51,57,46,56,52,49,56,54,53,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,48,46,57,49,53,57,54,49,44,51,57,46,55,53,55,50,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,49,46,52,57,52,56,55,56,44,52,48,46,48,51,54,52,53,51,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,97,109,112,97,105,103,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,50,46,51,55,51,56,44,52,51,46,53,55,57,49,49,57,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,49,53,54,54,54,49,44,52,51,46,49,56,49,57,54,56,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,50,46,48,57,48,49,52,54,44,52,51,46,51,50,50,53,53,51,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,73,114,111,113,117,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,56,46,49,49,55,55,56,57,44,52,48,46,52,56,55,56,54,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,115,104,105,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,48,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,50,48,56,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,51,54,57,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,53,56,54,48,52,55,44,51,51,46,51,53,55,56,56,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,51,56,55,55,48,56,44,51,51,46,52,55,55,49,51,57,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,48,57,55,54,52,57,44,51,51,46,49,53,49,53,51,54,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,50,46,56,56,56,56,54,54,44,51,51,46,49,51,56,54,48,51,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,57,34,44,34,78,65,77,69,34,58,34,75,101,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,54,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,53,51,55,51,49,44,52,50,46,50,48,49,52,50,52,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,51,48,55,53,55,49,44,52,50,46,49,49,52,51,52,54,93,44,91,45,55,52,46,48,55,52,55,57,55,44,52,50,46,48,57,54,53,56,57,93,44,91,45,55,52,46,48,48,50,52,53,44,52,50,46,49,55,54,57,57,50,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,51,46,55,56,57,53,48,50,44,52,50,46,50,54,55,55,51,56,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,56,46,50,50,49,49,48,52,44,51,56,46,50,51,48,48,56,57,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,49,48,49,55,52,56,44,51,56,46,49,53,50,53,54,55,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,57,48,56,57,55,57,44,51,56,46,51,56,49,53,48,51,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,99,67,117,114,116,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,54,54,44,34,98,101,100,115,34,58,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,53,46,48,52,54,55,52,54,44,51,52,46,53,48,55,50,55,54,93,44,91,45,57,53,46,48,52,54,53,56,53,44,51,52,46,50,52,51,55,55,54,93,44,91,45,57,53,46,49,53,49,51,50,51,44,51,52,46,50,52,51,55,51,55,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,52,46,57,57,56,48,49,57,44,51,51,46,56,54,48,53,48,52,93,44,91,45,57,52,46,56,54,48,54,56,55,44,51,51,46,55,52,49,57,52,53,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,53,54,52,48,55,54,44,51,51,46,54,50,54,50,54,53,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,55,34,44,34,78,65,77,69,34,58,34,84,105,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,49,48,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,54,46,48,53,54,50,53,54,44,52,49,46,48,54,53,51,53,54,93,44,91,45,57,54,46,50,48,55,54,52,56,44,52,48,46,57,57,53,54,50,56,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,98,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,54,55,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,111,110,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,53,46,53,53,54,48,52,50,44,52,50,46,52,51,48,53,56,51,93,44,91,45,49,48,53,46,54,49,51,56,54,53,44,52,50,46,51,48,52,52,53,53,93,44,91,45,49,48,53,46,51,55,53,53,52,49,44,52,50,46,50,57,48,49,51,57,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,50,56,54,53,49,49,44,52,50,46,54,48,53,56,50,54,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,72,101,114,107,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,53,48,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,48,54,57,49,54,53,44,52,51,46,50,50,55,51,51,51,93,44,91,45,55,53,46,50,49,57,49,48,54,44,52,51,46,48,53,50,52,54,57,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,49,48,48,57,57,57,44,52,50,46,57,48,56,51,54,51,93,44,91,45,55,52,46,57,48,54,55,51,56,44,52,50,46,56,50,52,57,52,51,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,54,57,54,55,56,55,44,52,51,46,49,56,51,49,49,54,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,56,54,55,55,49,50,44,52,51,46,51,51,57,56,50,54,93,44,91,45,55,52,46,55,55,53,54,49,55,44,52,51,46,52,56,54,54,55,55,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,53,46,48,54,50,55,55,57,44,52,52,46,48,53,48,52,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,57,57,46,57,49,54,55,53,56,44,52,54,46,50,56,51,49,55,49,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,111,103,101,98,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,52,49,56,51,57,50,44,52,54,46,53,54,54,48,57,57,93,44,91,45,57,48,46,50,49,54,49,55,50,44,52,54,46,53,48,49,50,55,50,93,44,91,45,57,48,46,49,50,48,53,55,50,44,52,54,46,51,51,55,48,51,57,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,56,57,46,48,57,49,54,51,56,44,52,54,46,49,51,56,52,52,55,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,57,46,51,54,53,53,48,55,44,52,54,46,51,51,51,48,55,56,93,44,91,45,56,57,46,51,54,53,48,57,52,44,52,54,46,53,48,53,57,52,57,93,44,91,45,56,57,46,55,52,48,53,54,56,44,52,54,46,53,48,53,54,52,50,93,44,91,45,56,57,46,56,54,52,52,50,44,52,54,46,53,57,50,54,52,51,93,44,91,45,56,57,46,56,54,51,55,57,51,44,52,54,46,55,54,53,52,48,53,93,44,91,45,57,48,46,48,48,48,49,55,49,44,52,54,46,55,54,53,53,50,57,93,44,91,45,57,48,46,48,48,48,49,54,49,44,52,54,46,57,57,57,57,51,55,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,99,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,55,51,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,49,52,53,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,54,46,49,49,48,51,54,50,44,51,52,46,52,50,55,55,57,55,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,49,52,57,56,48,54,44,51,52,46,53,51,51,54,51,51,93,44,91,45,56,54,46,49,52,56,52,54,52,44,51,52,46,53,57,57,48,54,57,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,51,49,49,49,56,55,44,51,52,46,53,51,57,50,55,55,93,44,91,45,56,54,46,52,50,53,52,56,50,44,51,52,46,52,55,57,50,55,55,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,55,57,53,50,54,56,44,51,57,46,54,49,48,55,93,44,91,45,55,56,46,57,53,55,51,48,49,44,51,57,46,52,52,48,48,57,53,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,49,51,52,52,53,54,44,51,57,46,51,49,50,53,48,49,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,56,46,56,53,48,55,50,51,44,51,57,46,51,51,49,48,57,51,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,49,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,48,46,55,51,51,55,53,54,44,52,54,46,56,56,54,56,57,53,93,44,91,45,57,48,46,56,51,56,50,55,54,44,52,54,46,55,51,57,57,57,50,93,44,91,45,57,48,46,56,51,48,50,49,54,44,52,54,46,54,54,51,52,55,50,93,44,91,45,57,48,46,57,50,55,48,53,55,44,52,54,46,53,56,53,52,49,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,48,46,57,50,53,49,55,52,44,52,53,46,57,56,49,48,53,53,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,51,48,51,48,55,50,44,52,54,46,49,53,52,56,52,57,93,44,91,45,57,48,46,52,50,53,57,55,56,44,52,54,46,50,52,48,52,53,93,44,91,45,57,48,46,53,53,50,50,50,55,44,52,54,46,50,52,48,56,53,49,93,44,91,45,57,48,46,53,52,57,56,56,44,52,54,46,53,56,51,53,53,50,93,44,91,45,57,48,46,52,52,56,57,53,54,44,52,54,46,55,57,55,52,48,49,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,57,48,46,54,53,52,54,54,44,52,55,46,51,48,57,56,50,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,57,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,50,51,52,57,53,44,52,48,46,54,49,56,50,48,56,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,56,46,49,49,55,55,56,57,44,52,48,46,52,56,55,56,54,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,69,109,109,111,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,53,53,56,53,52,57,44,52,54,46,50,52,57,57,57,51,93,44,91,45,49,48,48,46,54,50,57,49,52,53,44,52,54,46,49,52,53,54,48,56,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,57,49,54,55,53,56,44,52,54,46,50,56,51,49,55,49,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,53,52,52,53,53,53,44,52,54,46,53,51,51,55,54,54,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,104,97,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,48,56,53,44,34,98,101,100,115,34,58,53,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,50,46,53,50,55,55,53,51,44,52,49,46,48,49,52,51,57,53,93,44,91,45,49,50,50,46,53,57,56,53,50,56,44,52,48,46,57,55,53,56,52,55,93,44,91,45,49,50,50,46,54,54,57,56,51,57,44,52,48,46,55,55,51,53,54,55,93,44,91,45,49,50,50,46,55,53,50,48,50,51,44,52,48,46,54,56,57,56,56,50,93,44,91,45,49,50,50,46,54,57,51,48,57,57,44,52,48,46,53,56,48,55,52,55,93,44,91,45,49,50,50,46,57,51,49,50,54,55,44,52,48,46,52,52,53,53,53,55,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,55,52,56,54,48,56,44,52,48,46,51,54,53,54,57,52,93,44,91,45,49,50,50,46,54,53,48,50,54,51,44,52,48,46,51,50,56,54,51,93,44,91,45,49,50,50,46,53,49,57,57,56,56,44,52,48,46,51,57,51,54,55,53,93,44,91,45,49,50,50,46,51,49,48,52,49,50,44,52,48,46,51,55,49,48,54,52,93,44,91,45,49,50,50,46,48,49,48,51,49,54,44,52,48,46,52,50,54,53,53,56,93,44,91,45,49,50,49,46,54,56,53,54,55,57,44,52,48,46,52,53,51,49,50,49,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,51,50,49,49,56,54,44,52,48,46,56,56,56,55,48,50,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,56,54,55,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,52,50,54,48,51,57,44,51,48,46,48,52,57,51,54,57,93,44,91,45,57,50,46,53,51,52,54,51,56,44,51,48,46,49,48,55,56,53,50,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,54,49,53,54,49,44,51,48,46,48,51,56,49,54,56,93,44,91,45,57,50,46,54,49,55,51,48,54,44,50,57,46,53,50,55,49,50,57,93,44,91,45,57,50,46,50,57,51,54,55,44,50,57,46,52,56,49,52,57,54,93,44,91,45,57,50,46,49,52,54,54,54,54,44,50,57,46,53,51,50,48,51,55,93,44,91,45,57,50,46,48,52,53,54,49,54,44,50,57,46,53,48,53,56,48,54,93,44,91,45,57,49,46,57,55,57,57,48,56,44,50,57,46,54,53,48,49,50,56,93,44,91,45,57,49,46,57,57,48,51,57,54,44,50,57,46,57,55,48,51,50,54,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,50,46,50,48,50,55,50,50,44,51,48,46,49,52,50,56,54,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,48,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,50,55,52,57,52,44,51,54,46,51,55,52,49,50,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,49,49,57,54,50,53,44,51,54,46,49,53,51,54,55,49,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,55,53,49,56,49,44,51,54,46,50,56,51,56,51,54,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,52,53,44,34,98,101,100,115,34,58,49,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,56,57,46,52,50,56,50,53,56,44,52,53,46,53,53,53,51,53,51,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,53,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,51,51,53,52,54,51,44,51,50,46,56,54,54,49,48,52,93,44,91,45,57,49,46,51,52,52,56,52,53,44,51,50,46,55,53,54,54,53,57,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,49,51,51,55,49,51,44,51,50,46,53,51,55,57,49,50,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,49,46,49,53,50,54,57,57,44,51,50,46,54,52,48,55,53,55,93,44,91,45,57,49,46,49,52,51,53,53,57,44,51,50,46,56,52,52,55,51,56,93,44,91,45,57,49,46,50,49,50,56,51,55,44,51,50,46,57,50,50,49,48,51,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,70,101,108,105,99,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,57,57,44,34,98,101,100,115,34,58,54,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,50,52,48,52,57,52,44,51,48,46,55,56,55,49,54,51,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,50,53,52,52,49,57,44,51,48,46,55,48,53,50,57,52,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,48,46,56,54,49,48,49,57,44,51,48,46,57,51,53,51,55,51,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,66,101,114,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,57,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,54,56,51,50,51,44,51,48,46,48,55,54,52,48,54,93,44,91,45,56,57,46,56,56,49,53,57,57,44,50,57,46,57,56,54,50,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,56,57,46,56,54,57,55,50,44,50,57,46,55,57,53,52,53,49,93,44,91,45,56,57,46,55,50,49,48,52,53,44,50,57,46,55,53,55,54,53,50,93,44,91,45,56,57,46,52,56,52,53,57,49,44,50,57,46,54,49,55,53,53,49,93,44,91,45,56,56,46,56,55,57,50,51,53,44,50,57,46,54,52,55,52,48,57,93,44,91,45,56,56,46,56,48,49,56,49,55,44,50,57,46,55,53,48,49,57,55,93,44,91,45,56,56,46,55,53,56,51,56,56,44,50,57,46,57,49,56,50,55,49,93,44,91,45,56,56,46,55,56,51,54,54,54,44,51,48,46,48,50,54,54,56,53,93,44,91,45,56,56,46,56,56,57,48,51,44,51,48,46,49,51,57,56,52,53,93,44,91,45,56,57,46,48,57,54,52,55,54,44,51,48,46,49,54,53,56,50,57,93,44,91,45,56,57,46,49,56,51,54,54,57,44,51,48,46,50,49,50,49,53,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,49,34,44,34,78,65,77,69,34,58,34,87,104,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,53,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,51,48,55,54,55,50,44,50,57,46,53,49,52,53,50,51,93,44,91,45,57,54,46,51,52,57,50,49,55,44,50,57,46,52,48,54,48,53,50,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,53,46,57,54,53,49,57,54,44,50,57,46,49,52,54,56,54,53,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,57,53,48,54,52,51,44,50,57,46,51,51,54,53,55,55,93,44,91,45,57,54,46,48,54,48,54,55,54,44,50,57,46,52,55,54,52,55,51,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,57,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,56,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,111,102,32,87,97,108,101,115,45,72,121,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,44,91,45,49,51,49,46,55,57,52,50,56,55,44,53,52,46,57,52,52,48,49,55,93,44,91,45,49,51,49,46,53,49,48,54,54,44,53,53,46,48,49,54,51,54,54,93,44,91,45,49,51,49,46,51,51,54,57,56,51,44,53,52,46,57,57,53,53,51,52,93,44,91,45,49,51,49,46,50,51,57,53,53,52,44,53,53,46,49,54,57,54,56,51,93,44,91,45,49,51,49,46,52,56,54,55,53,54,44,53,53,46,50,55,54,49,56,51,93,44,91,45,49,51,49,46,54,48,57,50,53,51,44,53,53,46,50,56,50,48,49,51,93,44,91,45,49,51,49,46,54,56,53,51,55,55,44,53,53,46,49,49,52,52,53,56,93,44,91,45,49,51,49,46,56,53,53,48,48,51,44,53,53,46,48,56,56,54,49,53,93,44,91,45,49,51,49,46,57,52,49,51,54,52,44,53,53,46,51,49,50,56,50,54,93,44,91,45,49,51,50,46,48,51,55,48,48,54,44,53,53,46,52,54,53,50,52,54,93,44,91,45,49,51,50,46,50,50,53,57,55,57,44,53,53,46,53,54,53,56,49,50,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,51,53,53,56,54,52,44,53,53,46,55,57,53,55,56,49,93,44,91,45,49,51,51,46,48,48,55,55,50,55,44,53,54,46,49,51,52,56,55,51,93,44,91,45,49,51,51,46,48,52,50,54,57,44,53,54,46,50,52,57,54,54,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,51,46,52,49,55,52,54,49,44,53,54,46,51,57,52,54,48,54,93,44,91,45,49,51,51,46,52,50,54,56,57,44,53,54,46,54,49,56,53,51,56,93,44,91,45,49,51,51,46,52,56,51,56,54,54,44,53,54,46,54,53,49,54,48,50,93,44,91,45,49,51,51,46,52,56,54,54,49,53,44,53,54,46,56,54,54,51,57,56,93,44,91,45,49,51,51,46,50,55,52,48,49,50,44,53,54,46,57,50,49,56,49,53,93,44,91,45,49,51,51,46,51,50,52,57,57,57,44,53,55,46,48,54,51,54,49,49,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,52,46,48,54,51,49,52,53,44,53,55,46,49,53,54,50,56,54,93,44,91,45,49,51,52,46,51,51,53,51,49,57,44,53,54,46,57,54,55,53,51,57,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,52,57,54,50,49,54,44,53,54,46,54,57,57,54,51,49,93,44,91,45,49,51,52,46,52,50,57,50,52,55,44,53,54,46,50,56,50,55,51,55,93,44,91,45,49,51,52,46,54,54,54,54,54,56,44,53,54,46,50,56,51,51,51,52,93,44,91,45,49,51,52,46,54,54,54,51,57,54,44,53,54,46,49,52,55,53,56,54,93,44,91,45,49,51,52,46,52,57,52,49,55,51,44,53,53,46,57,57,57,54,51,56,93,44,91,45,49,51,52,46,54,52,53,54,56,53,44,53,53,46,56,55,49,52,55,50,93,44,91,45,49,51,52,46,53,54,57,51,55,44,53,53,46,56,48,52,48,49,93,44,91,45,49,51,52,46,49,57,50,48,50,55,44,53,53,46,54,57,51,48,53,51,93,44,91,45,49,51,52,46,48,52,54,54,48,57,44,53,53,46,56,53,48,52,55,55,93,44,91,45,49,51,51,46,56,56,53,57,44,53,53,46,55,56,48,50,51,53,93,44,91,45,49,51,51,46,55,57,56,50,52,54,44,53,53,46,54,51,51,50,51,49,93,44,91,45,49,51,51,46,56,55,51,57,49,55,44,53,53,46,51,57,56,56,52,93,44,91,45,49,51,51,46,54,49,51,54,54,44,53,53,46,49,55,48,50,54,53,93,44,91,45,49,51,51,46,55,57,48,53,50,56,44,53,53,46,48,48,48,53,56,49,93,44,91,45,49,51,51,46,54,52,56,57,48,51,44,53,52,46,54,51,50,48,52,53,93,44,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,93,93,44,91,91,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,44,91,45,49,51,48,46,51,56,56,54,48,54,44,53,53,46,57,52,51,49,55,57,93,44,91,45,49,51,48,46,49,53,49,53,55,55,44,53,53,46,55,54,55,52,50,56,93,44,91,45,49,51,48,46,48,49,55,54,55,57,44,53,53,46,57,49,49,57,52,53,93,44,91,45,49,51,48,46,48,48,51,52,56,53,44,53,54,46,48,48,56,48,55,53,93,44,91,45,49,51,48,46,49,48,51,55,57,56,44,53,54,46,49,50,50,55,57,56,93,44,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,80,101,116,101,114,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,55,51,56,54,49,49,44,53,55,46,49,56,54,51,52,56,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,51,46,51,50,52,57,57,57,44,53,55,46,48,54,51,54,49,49,93,44,91,45,49,51,51,46,50,55,52,48,49,50,44,53,54,46,57,50,49,56,49,53,93,44,91,45,49,51,51,46,52,56,54,54,49,53,44,53,54,46,56,54,54,51,57,56,93,44,91,45,49,51,51,46,52,56,51,56,54,54,44,53,54,46,54,53,49,54,48,50,93,44,91,45,49,51,51,46,52,50,54,56,57,44,53,54,46,54,49,56,53,51,56,93,44,91,45,49,51,51,46,52,49,55,52,54,49,44,53,54,46,51,57,52,54,48,54,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,50,46,57,56,48,57,51,44,53,54,46,52,54,55,54,54,55,93,44,91,45,49,51,50,46,55,53,54,54,53,57,44,53,54,46,52,56,52,51,56,56,93,44,91,45,49,51,50,46,53,49,56,50,55,52,44,53,54,46,53,56,54,50,49,51,93,44,91,45,49,51,50,46,53,57,49,55,52,56,44,53,54,46,54,54,54,50,53,51,93,44,91,45,49,51,50,46,52,51,57,53,57,57,44,53,54,46,55,55,48,52,48,57,93,44,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,44,91,45,49,51,50,46,48,52,53,49,57,49,44,53,55,46,48,52,53,48,53,57,93,44,91,45,49,51,50,46,51,54,56,57,56,51,44,53,55,46,48,57,49,53,49,51,93,44,91,45,49,51,50,46,50,52,55,57,50,49,44,53,55,46,50,49,49,50,53,51,93,44,91,45,49,51,50,46,54,53,50,52,53,54,44,53,55,46,54,48,55,51,53,55,93,44,91,45,49,51,50,46,56,56,55,56,53,44,53,55,46,54,49,51,55,51,57,93,44,91,45,49,51,50,46,56,55,49,56,57,56,44,53,55,46,55,49,50,55,57,54,93,44,91,45,49,51,51,46,52,53,50,50,52,50,44,53,55,46,56,49,52,48,54,50,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,87,114,97,110,103,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,44,91,45,49,51,50,46,52,51,57,53,57,57,44,53,54,46,55,55,48,52,48,57,93,44,91,45,49,51,50,46,53,57,49,55,52,56,44,53,54,46,54,54,54,50,53,51,93,44,91,45,49,51,50,46,53,49,56,50,55,52,44,53,54,46,53,56,54,50,49,51,93,44,91,45,49,51,50,46,55,53,54,54,53,57,44,53,54,46,52,56,52,51,56,56,93,44,91,45,49,51,50,46,57,56,48,57,51,44,53,54,46,52,54,55,54,54,55,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,51,46,48,52,50,54,57,44,53,54,46,50,52,57,54,54,93,44,91,45,49,51,51,46,48,48,55,55,50,55,44,53,54,46,49,51,52,56,55,51,93,44,91,45,49,51,50,46,51,53,53,56,54,52,44,53,53,46,55,57,53,55,56,49,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,48,57,49,49,55,56,44,53,53,46,54,54,48,55,48,51,93,44,91,45,49,51,49,46,57,51,53,54,51,53,44,53,53,46,55,57,56,52,51,49,93,44,91,45,49,51,49,46,56,51,51,49,56,50,44,53,54,46,48,53,51,53,49,50,93,44,91,45,49,51,49,46,51,55,57,57,56,55,44,53,54,46,48,49,51,52,49,57,93,44,91,45,49,51,49,46,52,51,57,57,53,55,44,53,54,46,49,51,49,48,56,51,93,44,91,45,49,51,49,46,50,53,51,51,53,56,44,53,54,46,50,48,54,56,53,93,44,91,45,49,51,49,46,48,49,53,57,55,49,44,53,54,46,50,52,57,56,54,49,93,44,91,45,49,51,49,46,48,56,55,51,52,57,44,53,54,46,52,48,54,48,48,53,93,44,91,45,49,51,49,46,53,56,49,48,54,55,44,53,54,46,54,49,50,50,51,50,93,44,91,45,49,51,49,46,56,51,53,51,50,55,44,53,54,46,53,57,57,50,48,51,93,44,91,45,49,51,49,46,56,55,50,56,55,54,44,53,54,46,56,48,53,57,57,53,93,44,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,48,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,52,46,49,50,54,57,52,56,44,51,55,46,54,52,50,52,50,49,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,111,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,52,52,51,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,57,53,48,52,56,49,44,51,53,46,56,55,53,51,54,50,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,55,55,48,53,56,55,44,51,53,46,53,54,49,55,52,51,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,50,57,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,54,53,57,55,51,56,44,52,53,46,55,52,51,51,52,52,93,44,91,45,49,49,49,46,53,51,54,50,52,49,44,52,53,46,54,52,50,50,53,55,93,44,91,45,49,49,49,46,51,53,49,51,56,44,52,53,46,54,52,49,57,51,56,93,44,91,45,49,49,49,46,51,55,51,48,51,44,52,53,46,51,53,48,53,50,49,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,50,49,57,51,49,57,44,52,52,46,54,50,50,53,50,49,93,44,91,45,49,49,49,46,49,51,48,54,53,57,44,52,52,46,53,48,48,49,51,49,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,49,46,48,51,56,49,54,57,44,52,53,46,51,53,49,51,57,49,93,44,91,45,49,49,48,46,57,49,55,56,57,57,44,52,53,46,51,53,49,50,55,51,93,44,91,45,49,49,48,46,57,49,57,50,50,50,44,52,53,46,53,50,52,56,54,49,93,44,91,45,49,49,48,46,55,57,52,55,55,52,44,52,53,46,53,57,48,54,56,50,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,49,46,51,52,54,54,53,50,44,52,54,46,49,56,55,55,56,53,93,44,91,45,49,49,49,46,52,49,57,54,49,56,44,52,53,46,57,57,54,51,50,50,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,97,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,53,51,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,56,56,52,53,52,50,44,51,52,46,52,57,49,50,49,56,93,44,91,45,56,48,46,48,52,53,52,51,57,44,51,52,46,52,57,50,54,51,49,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,49,51,53,52,49,51,44,51,52,46,50,56,52,53,53,50,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,55,57,46,55,50,57,53,54,54,44,51,52,46,50,57,53,49,57,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,54,56,53,50,50,55,44,51,52,46,52,48,48,54,54,57,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,69,115,99,97,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,50,56,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,55,54,51,57,54,49,44,51,49,46,50,54,49,50,57,51,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,72,97,114,97,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,48,53,48,56,56,57,44,51,51,46,55,49,52,54,51,50,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,48,54,51,53,49,56,44,51,57,46,54,53,50,54,53,55,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,52,50,57,54,50,54,44,51,56,46,51,54,54,55,48,52,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,87,97,117,115,104,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,73,122,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,53,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,49,51,57,49,48,52,44,51,54,46,49,49,50,50,50,49,93,44,91,45,57,50,46,48,56,53,52,56,53,44,51,53,46,57,54,53,57,52,51,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,54,56,50,50,55,55,44,51,54,46,48,48,48,53,51,53,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,101,114,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,50,49,50,44,34,98,101,100,115,34,58,55,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,44,91,45,49,50,50,46,48,48,49,49,50,52,44,51,54,46,54,52,55,55,48,52,93,44,91,45,49,50,50,46,48,52,50,55,52,56,44,51,54,46,53,57,54,54,50,55,93,44,91,45,49,50,49,46,57,53,57,48,53,51,44,51,54,46,50,56,55,49,48,56,93,44,91,45,49,50,49,46,55,55,48,54,57,51,44,51,54,46,49,54,50,48,49,52,93,44,91,45,49,50,49,46,54,52,56,49,56,44,51,53,46,57,57,56,54,49,55,93,44,91,45,49,50,49,46,53,54,49,52,54,49,44,51,53,46,57,52,51,56,49,56,93,44,91,45,49,50,49,46,52,51,56,49,55,54,44,51,53,46,55,57,54,54,53,53,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,50,48,46,54,52,56,55,56,52,44,51,54,46,49,48,55,57,57,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,55,54,49,52,56,51,44,51,54,46,50,48,51,53,56,93,44,91,45,49,50,48,46,56,54,51,57,56,55,44,51,54,46,50,57,49,57,51,49,93,44,91,45,49,50,49,46,48,52,48,55,57,55,44,51,54,46,51,50,51,57,54,57,93,44,91,45,49,50,49,46,51,50,56,54,57,55,44,51,54,46,53,53,52,55,52,93,44,91,45,49,50,49,46,51,49,56,54,56,57,44,51,54,46,54,49,48,51,50,56,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,54,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,56,46,56,53,52,53,56,49,44,51,50,46,55,55,55,50,55,54,93,44,91,45,49,48,56,46,56,53,50,57,49,57,44,51,50,46,54,48,51,51,55,52,93,44,91,45,49,48,56,46,54,52,54,53,50,51,44,51,50,46,54,48,51,55,51,93,44,91,45,49,48,56,46,54,52,54,55,55,44,51,50,46,53,49,54,53,50,49,93,44,91,45,49,48,56,46,53,51,55,48,49,49,44,51,50,46,53,49,54,54,49,56,93,44,91,45,49,48,56,46,53,51,55,54,55,54,44,51,50,46,48,55,57,56,51,50,93,44,91,45,49,48,56,46,53,50,52,53,51,56,44,51,49,46,56,54,51,54,49,52,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,50,50,57,57,53,49,44,51,50,46,48,55,57,56,55,93,44,91,45,49,48,56,46,50,50,57,51,52,51,44,51,50,46,53,49,54,56,51,55,93,44,91,45,49,48,55,46,57,50,51,55,54,54,44,51,50,46,53,49,55,52,49,54,93,44,91,45,49,48,55,46,57,50,51,57,57,55,44,51,50,46,54,48,52,51,55,57,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,55,51,50,50,56,50,44,51,50,46,54,50,55,51,53,51,93,44,91,45,49,48,55,46,55,50,49,51,56,55,44,51,50,46,55,55,56,48,55,55,93,44,91,45,49,48,55,46,55,56,48,53,52,56,44,51,50,46,57,53,50,55,55,54,93,44,91,45,49,48,55,46,56,53,54,54,55,50,44,51,51,46,48,48,50,53,51,57,93,44,91,45,49,48,55,46,56,54,53,48,48,57,44,51,51,46,49,57,57,57,55,52,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,54,56,57,56,51,52,44,51,56,46,51,52,56,52,55,50,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,54,52,48,48,56,53,44,51,56,46,50,49,51,48,51,50,93,44,91,45,57,50,46,53,55,48,50,56,49,44,51,56,46,48,54,54,54,51,53,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,52,48,56,52,48,55,44,51,56,46,51,52,49,51,52,52,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,105,108,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,54,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,56,54,56,55,52,54,44,51,54,46,51,50,54,52,52,55,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,49,46,48,57,53,49,49,50,44,51,54,46,52,52,48,55,55,51,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,48,34,44,34,78,65,77,69,34,58,34,74,117,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,51,48,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,44,91,45,49,51,53,46,50,49,57,49,50,56,44,53,56,46,57,55,52,57,55,50,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,52,46,54,57,52,56,51,54,44,53,56,46,50,55,54,53,50,50,93,44,91,45,49,51,52,46,55,55,54,56,54,50,44,53,56,46,48,57,57,48,52,53,93,44,91,45,49,51,52,46,54,57,55,55,54,54,44,53,56,46,48,51,50,48,51,54,93,44,91,45,49,51,52,46,53,51,56,52,49,51,44,53,56,46,48,57,56,49,55,50,93,44,91,45,49,51,52,46,49,55,54,57,57,44,53,56,46,49,53,56,51,50,93,44,91,45,49,51,51,46,56,49,51,48,53,49,44,53,55,46,56,51,55,54,50,52,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,49,55,54,57,51,55,44,53,56,46,49,53,48,53,54,55,93,44,91,45,49,51,51,46,52,54,49,53,48,52,44,53,56,46,51,56,55,55,50,51,93,44,91,45,49,51,51,46,51,55,55,51,48,51,44,53,56,46,52,51,48,53,52,56,93,44,91,45,49,51,51,46,55,48,55,49,49,56,44,53,56,46,54,49,50,50,55,52,93,44,91,45,49,51,51,46,56,52,48,53,48,55,44,53,56,46,55,50,57,52,52,52,93,44,91,45,49,51,52,46,50,53,56,48,55,52,44,53,56,46,56,54,49,48,51,54,93,44,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,56,50,52,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,52,46,56,57,56,53,49,54,44,51,57,46,50,57,56,52,53,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,55,54,44,34,98,101,100,115,34,58,53,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,105,109,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,48,53,50,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,55,46,50,49,52,57,49,52,44,51,52,46,56,49,54,48,49,49,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,54,46,57,48,55,50,48,53,44,51,52,46,53,55,57,55,57,50,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,56,51,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,51,51,56,49,57,54,44,52,49,46,52,53,55,53,48,56,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,50,46,55,49,57,50,51,54,44,52,49,46,52,56,50,52,50,51,93,44,91,45,56,50,46,55,56,55,52,48,50,44,52,49,46,53,56,55,55,51,56,93,44,91,45,56,50,46,55,50,54,52,50,55,44,52,49,46,54,57,56,51,48,56,93,44,91,45,56,50,46,57,57,53,53,55,50,44,52,49,46,56,50,56,57,54,57,93,44,91,45,56,51,46,49,54,52,53,49,49,44,52,49,46,54,50,51,50,52,55,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,78,111,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,57,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,53,53,56,49,52,51,44,52,49,46,54,48,50,51,56,51,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,53,46,48,57,50,53,50,44,52,49,46,54,48,50,48,53,53,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,53,50,50,44,34,98,101,100,115,34,58,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,55,46,50,57,57,55,55,44,51,57,46,54,49,50,50,56,52,93,44,91,45,55,55,46,49,48,54,56,51,57,44,51,57,46,52,57,49,54,54,49,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,54,46,56,56,51,50,57,52,44,51,57,46,52,55,52,55,53,49,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,52,53,54,49,51,52,44,51,55,46,54,54,56,55,57,53,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,104,105,115,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,50,55,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,49,52,49,57,55,52,44,52,53,46,53,53,56,49,48,57,93,44,91,45,57,51,46,48,50,50,50,55,52,44,52,53,46,53,53,55,49,53,52,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,50,46,54,52,54,54,48,50,44,52,53,46,52,52,49,54,51,53,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,79,119,115,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,54,51,56,53,55,50,44,51,55,46,51,52,52,49,54,54,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,51,48,52,44,34,98,101,100,115,34,58,51,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,54,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,53,57,52,54,54,52,44,52,48,46,52,55,49,51,56,57,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,55,52,48,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,52,48,56,52,48,55,44,51,56,46,51,52,49,51,52,52,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,49,52,57,50,57,49,44,51,56,46,52,51,49,49,53,50,93,44,91,45,57,50,46,48,48,56,55,44,51,56,46,53,48,48,48,51,56,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,50,46,49,48,57,50,56,50,44,51,56,46,53,54,49,52,51,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,51,53,55,56,49,51,44,51,56,46,54,55,57,53,49,55,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,101,114,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,56,48,55,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,54,46,50,50,51,53,54,51,44,52,50,46,50,52,51,51,55,57,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,117,110,116,105,110,103,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,50,49,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,56,46,50,50,49,57,55,44,52,48,46,54,55,52,53,51,57,93,44,91,45,55,56,46,49,51,48,48,56,49,44,52,48,46,52,56,49,57,57,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,57,49,51,56,52,52,44,52,48,46,51,57,56,54,55,57,93,44,91,45,55,55,46,56,49,54,53,49,51,44,52,48,46,53,48,48,48,55,52,93,44,91,45,55,55,46,56,52,49,56,50,55,44,52,48,46,53,53,48,48,51,53,93,44,91,45,55,55,46,54,56,55,48,56,44,52,48,46,54,55,54,55,53,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,56,50,52,53,48,54,44,52,48,46,55,52,51,54,56,49,93,44,91,45,55,55,46,57,52,52,50,53,44,52,48,46,54,57,49,53,53,55,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,97,119,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,51,46,52,56,48,52,48,51,44,52,50,46,55,56,52,57,54,54,93,44,91,45,49,48,51,46,52,56,48,48,56,50,44,52,50,46,52,51,55,50,54,55,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,50,46,55,55,51,51,54,57,44,52,50,46,55,56,53,50,54,53,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,97,116,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,51,56,53,51,55,51,44,51,54,46,55,57,56,54,53,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,48,57,52,51,56,57,44,51,54,46,55,55,57,53,53,50,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,56,48,46,48,54,54,52,52,57,44,51,54,46,56,52,49,48,53,55,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,109,111,114,101,110,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,79,115,99,111,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,111,108,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,50,48,48,49,49,55,44,51,54,46,57,49,53,54,50,56,93,44,91,45,49,48,53,46,50,51,48,54,51,50,44,51,54,46,55,50,51,55,56,52,93,44,91,45,49,48,53,46,51,55,48,54,51,56,44,51,54,46,54,56,49,48,51,50,93,44,91,45,49,48,53,46,51,50,54,54,55,52,44,51,54,46,53,48,48,48,51,49,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,52,46,56,54,53,50,52,52,44,51,54,46,50,54,49,52,49,57,93,44,91,45,49,48,52,46,56,54,53,52,48,50,44,51,54,46,50,49,55,56,54,57,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,52,54,51,44,34,98,101,100,115,34,58,55,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,48,51,54,49,49,51,44,51,56,46,51,50,51,51,55,55,93,44,91,45,56,57,46,57,49,51,50,50,55,44,51,56,46,51,48,56,50,54,57,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,53,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,51,50,57,52,54,57,44,51,56,46,53,49,48,50,49,51,93,44,91,45,56,57,46,53,55,57,51,50,53,44,51,56,46,52,56,48,49,56,52,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,54,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,55,54,51,50,48,54,44,52,48,46,48,53,55,48,48,53,93,44,91,45,55,56,46,55,53,55,50,52,49,44,51,57,46,56,50,51,52,56,52,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,50,57,57,48,48,51,44,51,57,46,56,50,53,53,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,50,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,50,50,56,50,50,54,44,51,53,46,48,55,49,57,53,53,93,44,91,45,57,52,46,50,51,48,53,50,52,44,51,52,46,57,54,56,53,50,55,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,51,49,55,54,53,57,44,51,52,46,54,57,55,52,48,56,93,44,91,45,57,52,46,48,49,56,49,54,56,44,51,52,46,54,57,50,52,54,57,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,52,46,48,55,52,52,52,57,44,51,53,46,48,50,54,52,51,50,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,98,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,56,50,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,49,54,54,52,55,50,44,52,49,46,48,48,48,57,50,56,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,56,48,46,50,53,55,57,51,51,44,52,49,46,49,50,56,49,54,53,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,49,46,50,55,53,51,49,57,44,52,48,46,51,48,51,52,51,52,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,48,46,56,54,53,53,48,52,44,52,48,46,52,50,50,57,50,57,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,49,52,50,51,51,56,44,51,53,46,56,50,55,52,51,52,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,49,46,48,48,53,53,52,49,44,51,53,46,57,53,56,50,56,55,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,112,101,32,77,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,48,53,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,44,91,45,55,52,46,55,53,50,49,54,53,44,51,57,46,50,57,53,48,48,53,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,57,49,53,54,56,57,44,51,57,46,49,55,53,55,53,53,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,48,49,53,49,50,51,44,51,56,46,55,56,56,54,53,55,93,44,91,45,55,52,46,55,50,56,52,48,50,44,51,56,46,57,55,52,50,52,57,93,44,91,45,55,52,46,54,52,52,50,55,57,44,51,57,46,49,49,52,56,50,52,93,44,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,104,101,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,50,54,51,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,52,55,51,48,55,54,44,52,50,46,57,55,50,53,50,56,93,44,91,45,55,50,46,53,51,50,48,50,50,44,52,50,46,57,53,52,57,52,51,93,44,91,45,55,50,46,53,52,49,53,49,51,44,52,50,46,56,48,55,48,57,52,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,50,46,48,48,54,49,57,44,52,50,46,57,52,51,55,56,57,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,49,53,54,54,54,49,44,52,51,46,49,56,49,57,54,56,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,49,49,54,53,55,44,52,56,46,50,55,57,54,54,49,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,87,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,54,46,55,55,55,55,50,57,44,51,55,46,53,53,52,52,52,54,93,44,91,45,55,54,46,57,50,55,53,44,51,55,46,54,57,48,52,56,53,93,44,91,45,55,55,46,48,51,51,50,55,51,44,51,55,46,55,50,48,56,48,57,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,117,101,114,102,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,50,57,53,53,56,55,44,51,55,46,54,53,52,52,49,54,93,44,91,45,49,48,53,46,49,57,51,50,51,55,44,51,55,46,53,57,50,49,54,56,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,52,46,57,57,53,53,48,53,44,51,55,46,51,55,53,53,53,49,93,44,91,45,49,48,52,46,55,52,56,52,52,55,44,51,55,46,52,48,55,52,51,55,93,44,91,45,49,48,52,46,53,52,56,54,53,50,44,51,55,46,53,55,52,55,93,44,91,45,49,48,52,46,52,53,52,57,51,44,51,55,46,55,52,48,56,51,57,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,54,52,54,51,56,51,44,51,55,46,57,48,48,53,50,55,93,44,91,45,49,48,53,46,48,49,51,55,50,57,44,51,55,46,56,56,49,50,55,49,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,49,54,56,54,53,50,44,51,56,46,48,49,56,57,52,54,93,44,91,45,49,48,53,46,52,49,51,54,51,53,44,51,55,46,56,57,48,53,50,55,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,53,34,44,34,78,65,77,69,34,58,34,75,97,114,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,55,46,57,49,53,49,48,54,44,50,56,46,55,49,57,54,52,56,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,55,53,53,49,49,44,50,57,46,48,48,55,49,49,51,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,54,55,53,56,54,55,44,51,53,46,52,56,57,49,54,51,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,55,49,57,55,54,49,44,51,53,46,50,52,55,53,53,93,44,91,45,56,56,46,54,52,48,57,51,52,44,51,53,46,51,54,49,48,49,55,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,52,49,52,53,56,50,44,51,53,46,52,56,50,51,51,57,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,54,52,53,57,57,44,51,57,46,55,48,51,51,54,56,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,51,48,48,54,54,54,44,51,57,46,54,51,54,53,52,49,93,44,91,45,57,48,46,51,55,49,50,53,54,44,51,57,46,55,53,51,49,50,50,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,77,105,108,108,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,51,51,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,50,46,49,56,56,57,50,50,44,51,57,46,51,50,57,51,57,50,93,44,91,45,49,49,50,46,50,49,50,48,52,53,44,51,57,46,53,53,51,57,56,55,93,44,91,45,49,49,51,46,49,48,55,52,55,53,44,51,57,46,53,53,50,53,49,51,93,44,91,45,49,49,51,46,56,49,53,55,52,51,44,51,57,46,53,53,50,54,52,52,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,50,46,52,52,55,53,49,55,44,51,56,46,54,56,49,50,55,93,44,91,45,49,49,50,46,51,48,57,57,53,51,44,51,56,46,54,55,54,50,57,93,44,91,45,49,49,50,46,50,49,56,51,53,54,44,51,56,46,55,50,55,51,54,49,93,44,91,45,49,49,50,46,50,50,52,52,54,49,44,51,56,46,56,54,52,56,48,51,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,49,46,56,49,53,52,49,52,44,52,48,46,57,53,55,52,51,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,53,50,55,52,54,53,44,52,48,46,55,56,53,55,53,50,93,44,91,45,49,49,49,46,52,56,54,49,53,57,44,52,48,46,56,55,51,49,50,52,93,44,91,45,49,49,49,46,53,48,55,53,49,44,52,49,46,48,54,51,50,51,52,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,50,50,53,56,50,51,44,52,49,46,49,57,49,48,49,55,93,44,91,45,49,49,49,46,50,57,52,56,56,54,44,52,49,46,51,50,57,57,54,57,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,52,57,54,56,49,53,44,52,49,46,50,51,48,54,49,93,44,91,45,49,49,49,46,54,53,56,54,51,54,44,52,49,46,49,56,53,55,49,56,93,44,91,45,49,49,49,46,56,53,55,55,57,57,44,52,49,46,49,57,55,55,53,51,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,55,34,44,34,78,65,77,69,34,58,34,75,97,117,102,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,57,49,48,44,34,98,101,100,115,34,58,51,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,54,46,52,51,53,50,51,51,44,51,50,46,52,48,56,57,56,54,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,108,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,52,57,53,55,52,44,51,51,46,48,55,56,52,48,57,93,44,91,45,49,48,57,46,50,52,53,48,48,53,44,51,50,46,55,52,49,57,56,53,93,44,91,45,49,48,57,46,50,48,54,50,52,57,44,51,50,46,54,51,53,56,48,51,93,44,91,45,49,48,57,46,50,50,54,48,55,44,51,50,46,53,50,57,48,57,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,51,52,56,53,56,49,44,51,51,46,55,55,56,49,50,51,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,99,111,112,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,53,51,57,49,51,44,34,98,101,100,115,34,58,49,48,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,55,50,53,51,49,44,51,51,46,57,57,57,56,52,57,93,44,91,45,49,49,50,46,49,54,51,50,53,51,44,51,52,46,48,52,55,52,55,49,93,44,91,45,49,49,50,46,50,55,54,48,52,44,51,51,46,56,56,50,51,49,50,93,44,91,45,49,49,50,46,55,52,51,57,53,49,44,51,51,46,57,57,57,56,57,56,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,50,46,49,57,49,54,48,56,44,51,51,46,50,54,52,54,57,56,93,44,91,45,49,49,50,46,48,56,49,57,52,54,44,51,51,46,50,48,52,54,56,54,93,44,91,45,49,49,49,46,53,56,50,54,51,49,44,51,51,46,50,48,53,52,48,56,93,44,91,45,49,49,49,46,53,56,48,54,51,52,44,51,51,46,52,54,53,56,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,49,46,49,53,51,51,53,52,44,51,51,46,54,55,55,54,48,54,93,44,91,45,49,49,49,46,50,54,49,55,51,44,51,51,46,54,50,50,53,55,49,93,44,91,45,49,49,49,46,51,56,54,56,49,50,44,51,51,46,55,53,48,48,52,52,93,44,91,45,49,49,49,46,51,55,50,51,49,55,44,51,51,46,56,50,51,57,50,52,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,79,103,101,109,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,50,56,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,56,52,54,52,56,51,44,51,54,46,50,56,56,49,54,55,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,54,51,52,49,53,56,44,51,54,46,50,49,51,51,52,54,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,55,48,52,48,55,53,44,51,54,46,53,50,50,51,57,53,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,56,49,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,111,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,52,53,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,53,49,57,54,48,51,44,51,52,46,50,53,49,55,54,54,93,44,91,45,56,54,46,53,57,57,55,56,53,44,51,52,46,49,50,49,55,50,93,44,91,45,56,54,46,54,56,55,54,57,55,44,51,52,46,48,56,48,55,51,53,93,44,91,45,56,54,46,55,54,51,57,57,57,44,51,51,46,57,55,52,49,56,55,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,54,46,55,53,57,49,52,52,44,51,51,46,56,52,48,54,49,55,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,52,48,53,57,56,49,44,51,51,46,56,51,53,56,57,54,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,44,91,45,49,49,49,46,50,54,57,56,54,50,44,52,56,46,57,57,55,50,51,93,44,91,45,49,49,49,46,50,55,53,51,48,54,44,52,56,46,50,49,57,53,51,49,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,48,46,56,50,55,49,54,56,44,52,56,46,49,51,51,50,48,53,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,68,117,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,53,53,50,54,49,55,44,50,55,46,51,53,57,49,48,49,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,82,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,52,54,48,52,52,50,44,51,57,46,52,53,48,55,50,50,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,55,49,53,52,57,55,44,51,57,46,54,56,54,52,57,50,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,52,55,53,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,57,52,50,51,53,51,44,51,49,46,54,49,56,54,54,57,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,54,53,50,52,51,49,44,52,52,46,56,50,51,50,57,57,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,56,46,56,49,54,57,51,49,44,52,51,46,57,54,48,55,51,51,93,44,91,45,49,49,56,46,56,49,54,56,57,44,52,52,46,48,52,55,56,50,56,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,52,57,55,52,57,57,44,52,52,46,50,53,53,50,52,56,93,44,91,45,49,49,56,46,52,48,57,55,55,52,44,52,52,46,51,55,56,54,49,57,93,44,91,45,49,49,56,46,52,50,50,49,55,51,44,52,52,46,52,52,56,57,56,52,93,44,91,45,49,49,56,46,51,48,53,55,55,56,44,52,52,46,53,56,56,56,49,93,44,91,45,49,49,56,46,53,49,54,52,53,50,44,52,52,46,55,48,50,52,54,50,93,44,91,45,49,49,56,46,50,56,53,52,51,57,44,52,52,46,55,53,48,57,55,53,93,44,91,45,49,49,56,46,51,49,56,55,50,53,44,52,52,46,56,51,54,50,55,57,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,111,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,48,56,44,34,98,101,100,115,34,58,50,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,44,91,45,49,50,52,46,51,56,48,50,55,52,44,52,51,46,52,48,50,56,52,54,93,44,91,45,49,50,52,46,52,55,54,57,52,56,44,52,51,46,51,50,57,51,55,49,93,44,91,45,49,50,52,46,52,54,53,50,51,53,44,52,51,46,50,48,48,51,48,56,93,44,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,44,91,45,49,50,52,46,50,53,56,51,56,56,44,52,50,46,57,53,52,57,52,54,93,44,91,45,49,50,52,46,49,54,49,51,48,56,44,52,50,46,56,56,51,52,57,57,93,44,91,45,49,50,52,46,49,51,56,55,52,56,44,52,50,46,54,55,49,49,49,53,93,44,91,45,49,50,51,46,57,57,54,50,57,49,44,52,50,46,54,56,53,54,53,49,93,44,91,45,49,50,51,46,57,50,53,55,49,55,44,52,50,46,55,55,52,53,49,52,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,56,50,49,49,49,56,44,52,50,46,57,57,54,50,57,49,93,44,91,45,49,50,51,46,55,48,50,49,52,52,44,52,51,46,48,56,55,48,56,51,93,44,91,45,49,50,51,46,55,48,52,55,53,50,44,52,51,46,50,53,55,55,52,49,93,44,91,45,49,50,51,46,55,54,49,53,50,56,44,52,51,46,52,50,50,50,57,52,93,44,91,45,49,50,51,46,56,55,53,54,50,56,44,52,51,46,53,49,53,57,52,55,93,44,91,45,49,50,51,46,56,55,53,54,57,56,44,52,51,46,54,48,56,52,48,55,93,44,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,56,48,44,34,98,101,100,115,34,58,52,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,52,46,50,49,52,54,50,53,44,52,51,46,55,50,56,55,48,51,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,51,46,56,56,52,49,51,57,44,52,51,46,51,57,56,48,52,49,93,44,91,45,55,51,46,55,56,57,55,51,49,44,52,51,46,50,52,52,52,50,49,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,54,50,56,57,52,44,52,51,46,52,56,54,51,57,49,93,44,91,45,55,51,46,52,57,52,51,49,52,44,52,51,46,54,53,51,57,54,54,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,52,50,57,54,50,54,44,51,56,46,51,54,54,55,48,52,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,50,50,49,49,48,52,44,51,56,46,50,51,48,48,56,57,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,56,46,48,57,54,48,56,51,44,51,56,46,52,48,52,51,52,51,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,54,46,48,57,50,48,49,50,44,51,52,46,53,48,54,48,53,57,93,44,91,45,57,54,46,49,52,53,52,50,51,44,51,52,46,52,49,56,51,49,51,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,55,55,57,49,51,52,44,51,52,46,53,48,54,54,52,52,93,44,91,45,57,53,46,54,55,49,55,53,44,51,52,46,53,48,54,55,57,52,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,56,56,49,57,56,55,44,51,52,46,53,57,51,53,50,56,93,44,91,45,57,53,46,56,56,50,49,57,54,44,51,52,46,54,56,48,53,51,52,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,101,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,55,54,57,49,54,56,44,51,57,46,57,48,50,51,53,93,44,91,45,56,57,46,54,57,56,50,53,57,44,51,57,46,57,55,53,51,48,57,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,57,55,52,54,48,52,44,52,48,46,49,51,53,55,48,53,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,50,48,44,34,98,101,100,115,34,58,49,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,51,54,50,44,34,98,101,100,115,34,58,56,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,54,53,56,53,57,55,44,50,56,46,55,54,54,56,55,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,51,53,52,53,53,52,44,50,56,46,57,56,52,51,55,53,93,44,91,45,56,49,46,53,48,50,48,53,53,44,50,57,46,48,57,55,56,48,50,93,44,91,45,56,49,46,53,51,50,53,55,54,44,50,57,46,49,55,55,54,49,53,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,54,53,56,54,57,56,44,50,56,46,57,54,48,51,52,53,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,79,107,109,117,108,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,56,57,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,54,46,49,57,50,52,48,51,44,51,53,46,56,53,54,57,57,51,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,48,56,55,55,55,55,44,51,53,46,53,53,50,48,48,51,93,44,91,45,57,54,46,48,56,55,53,51,44,51,53,46,51,55,54,56,55,55,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,53,46,56,55,53,52,48,53,44,51,53,46,51,55,54,54,57,93,44,91,45,57,53,46,56,50,50,51,54,49,44,51,53,46,53,53,49,54,57,51,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,55,49,51,48,56,49,44,51,53,46,55,50,53,56,48,55,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,53,56,53,48,54,50,44,52,55,46,54,55,52,48,56,56,93,44,91,45,49,48,48,46,54,55,50,50,54,50,44,52,55,46,54,55,52,49,50,56,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,49,48,48,46,48,51,50,56,48,55,44,52,55,46,54,55,51,54,54,57,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,54,46,48,55,53,57,51,57,44,52,49,46,48,56,52,56,55,56,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,49,54,56,52,53,57,44,52,48,46,57,57,54,48,57,55,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,53,48,50,44,34,98,101,100,115,34,58,49,56,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,56,55,50,52,52,50,44,51,57,46,48,53,57,48,56,56,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,108,118,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,56,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,52,52,53,51,51,52,44,51,56,46,51,48,53,50,49,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,98,117,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,56,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,50,46,57,52,57,49,54,55,44,52,55,46,56,54,54,56,50,50,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,56,56,49,48,56,93,44,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,44,91,45,49,50,52,46,52,54,49,52,48,50,44,52,55,46,54,50,52,57,54,93,44,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,44,91,45,49,50,52,46,48,52,54,55,52,44,52,55,46,53,49,56,53,50,53,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,54,48,52,54,49,53,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,50,46,55,56,51,50,51,55,44,52,55,46,54,55,50,55,53,52,93,44,91,45,49,50,50,46,55,50,49,57,55,49,44,52,55,46,55,56,55,54,54,53,93,44,91,45,49,50,50,46,53,57,57,51,54,52,44,52,55,46,56,55,52,56,49,53,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,54,52,50,50,53,54,44,52,56,46,48,57,51,55,55,93,44,91,45,49,50,50,46,56,54,50,54,56,52,44,52,56,46,50,52,51,54,53,56,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,103,117,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,44,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,105,110,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,52,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,50,46,48,55,56,53,51,50,44,52,52,46,49,57,50,57,55,57,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,55,53,44,34,98,101,100,115,34,58,51,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,49,49,54,55,48,56,44,51,50,46,53,48,48,49,51,56,93,44,91,45,57,48,46,57,56,54,54,55,50,44,51,50,46,51,53,49,55,54,93,44,91,45,57,48,46,57,56,51,51,56,49,44,51,50,46,50,49,49,55,54,55,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,49,46,48,53,51,53,53,53,44,51,50,46,49,50,52,52,49,50,93,44,91,45,57,49,46,48,51,48,56,49,44,51,50,46,49,50,48,54,53,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,48,46,57,53,54,55,56,55,44,51,50,46,48,56,51,53,57,55,93,44,91,45,57,48,46,55,55,52,56,50,44,51,50,46,49,53,51,57,57,51,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,54,56,51,53,55,49,44,51,50,46,51,53,50,55,56,52,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,56,54,48,53,54,54,44,51,50,46,53,55,53,49,55,51,93,44,91,45,57,48,46,56,54,49,51,54,52,44,51,50,46,52,52,50,49,49,53,93,44,91,45,57,48,46,57,53,49,50,52,44,51,50,46,52,52,52,51,56,57,93,44,91,45,57,48,46,57,54,52,48,52,51,44,51,50,46,53,55,53,54,48,53,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,114,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,53,52,53,51,49,51,44,51,56,46,54,55,54,56,56,50,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,52,49,53,56,51,50,44,51,56,46,56,52,53,51,93,44,91,45,57,49,46,50,54,52,57,50,55,44,51,56,46,56,52,51,56,51,51,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,54,50,57,53,57,56,44,51,57,46,49,52,55,56,53,51,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,51,49,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,108,105,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,55,44,34,98,101,100,115,34,58,50,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,57,49,49,57,54,51,44,51,54,46,51,56,50,52,52,54,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,55,46,56,56,55,50,52,44,51,54,46,49,52,51,56,52,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,53,51,51,49,54,49,44,51,54,46,48,57,48,54,53,57,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,51,56,54,53,57,53,44,51,54,46,50,49,51,53,52,56,93,44,91,45,55,55,46,52,52,53,56,56,54,44,51,54,46,51,50,52,56,56,56,93,44,91,45,55,55,46,54,52,57,56,51,53,44,51,54,46,52,56,49,52,52,51,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,83,97,110,100,111,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,55,54,57,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,52,48,48,55,44,51,53,46,56,48,55,53,54,55,93,44,91,45,49,48,54,46,51,57,57,55,49,51,44,51,53,46,57,54,48,48,57,53,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,50,52,55,49,54,52,44,51,54,46,48,48,49,52,51,52,93,44,91,45,49,48,54,46,56,56,53,51,49,55,44,51,53,46,57,57,56,57,54,57,93,44,91,45,49,48,54,46,56,56,53,48,53,51,44,51,54,46,50,49,54,53,55,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,55,46,51,48,56,54,54,55,44,51,53,46,57,57,56,53,53,54,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,50,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,51,46,57,54,56,57,57,44,51,55,46,49,55,52,55,57,52,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,53,53,49,51,48,51,44,51,55,46,49,54,55,53,49,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,54,51,56,53,55,50,44,51,55,46,51,52,52,49,54,54,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,48,55,52,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,55,46,55,57,56,53,54,44,52,49,46,49,56,49,57,53,93,44,91,45,55,55,46,55,52,49,57,49,49,44,52,49,46,49,48,55,54,49,52,93,44,91,45,55,55,46,54,50,49,55,53,57,44,52,49,46,48,57,49,49,56,53,93,44,91,45,55,55,46,53,48,56,53,57,54,44,52,48,46,57,54,50,57,51,56,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,55,46,53,50,54,53,51,55,44,52,49,46,51,53,56,53,50,56,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,55,46,57,56,56,55,56,54,44,52,49,46,51,54,55,52,53,51,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,56,55,48,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,50,54,48,49,53,49,44,52,52,46,53,53,53,49,52,56,93,44,91,45,49,50,51,46,50,49,49,57,54,55,44,52,52,46,53,48,49,50,49,56,93,44,91,45,49,50,51,46,50,52,48,55,52,52,44,52,52,46,51,51,55,55,56,57,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,49,54,53,52,50,56,44,52,52,46,50,48,48,48,55,49,93,44,91,45,49,50,50,46,57,48,53,55,53,53,44,52,52,46,50,48,48,55,51,54,93,44,91,45,49,50,50,46,56,54,53,52,55,56,44,52,52,46,50,56,55,49,51,52,93,44,91,45,49,50,50,46,55,54,50,55,51,53,44,52,52,46,50,57,48,53,51,55,93,44,91,45,49,50,50,46,53,48,55,50,48,51,44,52,52,46,50,50,51,52,52,56,93,44,91,45,49,50,50,46,51,50,55,49,53,44,52,52,46,50,53,50,56,52,49,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,50,46,48,51,51,48,48,54,44,52,52,46,54,56,53,54,57,49,93,44,91,45,49,50,50,46,50,55,54,54,55,53,44,52,52,46,55,52,54,49,51,53,93,44,91,45,49,50,50,46,56,48,50,52,53,55,44,52,52,46,55,57,48,56,54,52,93,44,91,45,49,50,51,46,48,48,55,55,52,51,44,52,52,46,54,56,56,48,55,49,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,48,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,48,57,56,50,44,51,54,46,57,52,49,57,51,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,114,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,54,56,55,50,56,51,44,51,57,46,50,55,49,51,57,56,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,87,97,117,112,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,52,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,55,51,54,56,48,50,44,52,52,46,53,57,48,54,48,53,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,54,48,53,49,53,57,44,52,52,46,54,55,56,51,51,49,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,49,48,48,46,48,52,53,55,57,49,44,50,57,46,54,57,52,57,50,52,93,44,91,45,57,57,46,57,54,55,54,50,54,44,51,48,46,48,56,50,51,53,54,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,51,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,50,49,46,51,52,56,52,55,49,44,52,51,46,51,53,54,55,53,51,93,44,91,45,49,50,49,46,51,52,57,54,55,57,44,52,50,46,55,52,54,54,52,52,93,44,91,45,49,50,48,46,56,56,51,51,50,55,44,52,50,46,55,52,52,50,49,52,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,51,54,53,51,51,55,44,52,50,46,55,52,56,57,53,56,93,44,91,45,49,49,57,46,57,52,51,55,55,57,44,52,50,46,55,52,54,51,55,49,93,44,91,45,49,49,57,46,57,51,50,54,49,49,44,52,51,46,49,55,56,57,54,51,93,44,91,45,49,49,57,46,56,57,54,57,54,57,44,52,51,46,49,55,57,48,49,55,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,79,122,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,51,34,44,34,78,65,77,69,34,58,34,87,97,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,57,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,54,46,49,57,49,52,49,56,44,51,48,46,49,51,52,54,54,57,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,48,56,52,53,52,49,44,51,48,46,48,48,53,49,51,55,93,44,91,45,57,54,46,49,51,49,54,53,44,50,57,46,57,51,55,53,48,52,93,44,91,45,57,54,46,49,48,50,52,57,54,44,50,57,46,56,48,57,54,54,53,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,53,46,57,54,48,55,51,51,44,51,48,46,49,54,51,52,49,53,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,49,50,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,55,46,53,54,54,56,52,49,44,51,49,46,54,57,55,49,49,53,93,44,91,45,56,55,46,53,54,53,55,48,56,44,51,49,46,52,56,49,54,56,51,93,44,91,45,56,55,46,54,48,51,49,51,55,44,51,49,46,52,48,57,53,53,54,93,44,91,45,56,55,46,55,48,54,48,52,53,44,51,49,46,52,48,48,57,53,55,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,55,46,49,54,54,53,56,49,44,51,49,46,53,49,57,53,54,49,93,44,91,45,56,55,46,49,51,53,48,53,49,44,51,49,46,54,52,50,52,49,55,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,44,91,45,55,49,46,56,55,52,52,51,51,44,52,52,46,56,55,54,51,56,50,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,49,46,57,49,48,48,56,53,44,52,52,46,54,52,55,49,56,93,44,91,45,55,49,46,57,51,51,50,56,56,44,52,52,46,52,52,49,49,55,52,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,54,48,48,49,53,55,44,52,52,46,52,56,53,56,51,51,93,44,91,45,55,49,46,53,53,51,55,53,54,44,52,52,46,54,51,48,52,50,54,93,44,91,45,55,49,46,54,50,57,57,49,57,44,52,52,46,55,53,51,53,55,56,93,44,91,45,55,49,46,52,57,54,48,57,51,44,52,52,46,57,48,55,56,52,57,93,44,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,44,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,117,110,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,50,52,49,53,48,57,44,51,54,46,56,48,55,57,53,56,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,56,46,49,55,48,56,57,53,44,51,55,46,48,53,51,57,52,57,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,84,114,97,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,49,57,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,55,46,52,55,52,50,50,56,44,52,55,46,51,50,52,54,50,49,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,54,49,44,34,98,101,100,115,34,58,54,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,51,46,57,50,55,50,56,52,44,51,52,46,50,55,57,51,57,57,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,51,46,56,54,56,48,51,44,51,52,46,48,57,56,50,56,49,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,51,34,44,34,78,65,77,69,34,58,34,84,114,101,117,116,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,51,56,54,49,48,54,44,51,50,46,52,52,48,51,55,93,44,91,45,56,50,46,52,57,57,57,55,49,44,51,50,46,52,57,56,51,55,56,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,52,46,55,56,57,48,51,50,44,51,49,46,52,51,54,51,53,54,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,86,105,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,56,57,46,57,50,56,56,51,55,44,52,53,46,57,56,49,57,54,55,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,56,56,46,57,51,51,50,50,50,44,52,53,46,57,56,50,50,55,54,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,57,46,48,57,49,54,51,56,44,52,54,46,49,51,56,52,52,55,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,108,116,114,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,49,55,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,50,50,57,49,51,51,44,52,56,46,48,49,57,57,53,56,93,44,91,45,57,53,46,50,55,55,56,51,52,44,52,55,46,57,50,53,51,52,54,93,44,91,45,57,53,46,49,57,51,55,48,53,44,52,55,46,56,55,50,53,52,52,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,53,46,50,49,48,57,53,51,44,52,56,46,51,54,53,57,55,49,93,44,91,45,57,53,46,50,49,49,57,54,54,44,52,56,46,53,51,57,57,54,49,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,111,97,109,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,117,195,161,110,105,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,57,57,57,54,49,57,44,49,55,46,56,56,51,57,93,44,91,45,54,54,46,56,51,57,57,50,57,44,49,55,46,56,57,56,57,57,51,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,111,114,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,54,49,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,54,46,48,50,51,52,52,53,44,51,56,46,53,55,51,56,55,53,93,44,91,45,55,54,46,50,52,48,49,53,44,51,56,46,54,54,51,50,48,52,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,48,55,56,53,55,53,44,51,56,46,48,54,48,57,50,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,53,46,56,50,51,55,48,54,44,51,56,46,52,56,49,48,50,50,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,56,51,55,57,55,52,44,51,56,46,55,48,51,57,57,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,50,48,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,54,49,56,57,55,49,44,52,49,46,48,54,51,55,53,57,93,44,91,45,55,54,46,53,49,50,52,50,49,44,52,48,46,57,52,54,49,48,50,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,54,46,51,49,57,50,51,54,44,52,49,46,50,48,56,48,57,50,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,49,57,56,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,51,46,56,50,55,52,50,53,44,51,57,46,56,50,50,54,53,49,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,53,56,56,48,52,49,44,51,57,46,55,54,56,55,55,56,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,51,34,44,34,78,65,77,69,34,58,34,77,97,118,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,55,48,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,44,91,45,49,48,48,46,54,51,49,54,49,49,44,50,56,46,57,48,50,56,51,57,93,44,91,45,49,48,48,46,53,52,54,53,55,54,44,50,56,46,56,50,52,57,50,51,93,44,91,45,49,48,48,46,53,48,48,51,53,52,44,50,56,46,54,54,49,57,54,93,44,91,45,49,48,48,46,51,51,54,49,56,55,44,50,56,46,52,51,48,49,56,49,93,44,91,45,49,48,48,46,50,57,52,50,57,54,44,50,56,46,50,56,52,51,56,93,44,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,80,105,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,57,55,50,50,44,34,98,101,100,115,34,58,51,50,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,49,46,53,54,57,50,53,54,44,51,50,46,53,48,54,55,54,57,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,51,46,51,51,51,55,54,55,44,51,50,46,48,51,56,57,50,55,93,44,91,45,49,49,50,46,49,52,57,55,49,50,44,51,49,46,54,55,51,56,55,49,93,44,91,45,49,49,49,46,51,54,54,51,55,50,44,51,49,46,52,50,54,48,54,49,93,44,91,45,49,49,49,46,51,54,54,57,50,50,44,51,49,46,53,50,49,51,54,49,93,44,91,45,49,49,49,46,49,54,51,55,49,55,44,51,49,46,53,50,49,55,50,52,93,44,91,45,49,49,49,46,49,54,52,49,56,51,44,51,49,46,55,50,53,56,57,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,54,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,54,34,44,34,78,65,77,69,34,58,34,67,105,98,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,55,56,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,56,46,52,54,56,55,49,53,44,51,53,46,51,48,54,54,53,56,93,44,91,45,49,48,56,46,52,54,57,52,48,50,44,51,52,46,57,53,57,48,56,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,55,46,50,48,50,56,56,50,44,51,52,46,57,53,55,53,55,50,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,117,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,51,54,55,44,34,98,101,100,115,34,58,57,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,52,46,57,51,48,55,52,53,44,51,57,46,56,56,53,57,48,56,93,44,91,45,55,52,46,57,48,50,57,54,51,44,51,57,46,55,57,49,49,48,56,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,54,53,57,50,57,53,44,51,57,46,54,51,49,50,51,51,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,51,56,57,55,48,56,44,51,57,46,55,55,51,50,56,51,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,82,117,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,55,51,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,52,50,55,57,49,44,52,51,46,54,51,52,52,50,56,93,44,91,45,55,51,46,51,48,50,53,53,51,44,52,51,46,54,50,53,55,48,57,93,44,91,45,55,51,46,50,52,54,56,52,52,44,52,51,46,53,49,55,50,53,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,50,46,55,53,57,55,57,57,44,52,51,46,51,53,52,49,52,52,93,44,91,45,55,50,46,55,56,56,57,56,55,44,52,51,46,53,48,48,48,55,93,44,91,45,55,50,46,55,48,48,57,52,53,44,52,51,46,54,56,50,56,51,49,93,44,91,45,55,50,46,56,50,48,48,52,51,44,52,51,46,55,49,54,56,51,52,93,44,91,45,55,50,46,55,56,50,56,49,50,44,52,51,46,56,48,52,51,51,56,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,51,46,50,49,56,57,53,54,44,52,51,46,56,51,55,50,57,49,93,44,91,45,55,51,46,50,48,54,51,50,50,44,52,51,46,55,54,54,55,55,53,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,69,97,114,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,55,56,57,48,51,50,44,51,49,46,52,51,54,51,53,54,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,48,57,57,54,52,55,44,51,49,46,49,54,52,57,52,50,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,52,46,57,49,55,52,50,49,44,51,49,46,50,53,53,57,57,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,68,117,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,44,91,45,55,48,46,57,48,49,56,54,54,44,52,49,46,51,54,49,55,55,93,44,91,45,55,48,46,56,55,55,51,50,55,44,52,49,46,50,50,52,49,52,52,93,44,91,45,55,48,46,56,48,53,57,53,44,52,49,46,49,57,56,55,52,50,93,44,91,45,55,48,46,54,56,53,48,50,44,52,49,46,50,57,51,49,55,54,93,44,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,44,91,45,55,48,46,51,50,56,49,56,50,44,52,49,46,51,56,48,49,53,57,93,44,91,45,55,48,46,50,51,52,51,51,44,52,49,46,51,56,51,50,50,57,93,44,91,45,55,48,46,51,50,51,53,57,51,44,52,49,46,51,57,49,54,48,55,93,44,91,45,55,48,46,53,48,50,56,51,50,44,52,49,46,53,48,48,54,51,53,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,99,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,48,49,52,50,51,50,44,52,56,46,51,55,49,52,51,50,93,44,91,45,49,48,49,46,48,49,53,48,50,52,44,52,56,46,48,50,50,55,51,57,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,50,51,55,48,50,50,44,52,56,46,48,50,49,56,54,54,93,44,91,45,49,48,48,46,50,51,55,48,57,57,44,52,56,46,51,55,49,50,52,52,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,52,48,54,55,56,44,52,56,46,54,51,49,56,55,56,93,44,91,45,49,48,49,46,48,53,57,54,50,52,44,52,56,46,54,51,50,51,54,49,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,55,46,48,49,55,55,51,44,52,50,46,50,54,52,52,53,51,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,76,97,77,111,117,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,51,46,52,49,54,53,50,53,44,52,52,46,50,51,51,51,54,52,93,44,91,45,49,49,51,46,52,52,52,56,57,49,44,52,51,46,57,49,56,53,52,50,93,44,91,45,49,49,51,46,51,55,55,56,55,55,44,52,51,46,56,48,57,55,93,44,91,45,49,49,51,46,53,50,55,56,48,52,44,52,51,46,55,49,57,49,51,53,93,44,91,45,49,49,51,46,55,54,49,49,55,44,52,51,46,54,50,49,49,57,52,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,55,48,49,49,53,51,44,52,51,46,53,56,52,53,53,51,93,44,91,45,49,49,51,46,54,51,52,51,51,53,44,52,51,46,52,57,55,51,48,56,93,44,91,45,49,49,51,46,54,51,53,50,51,44,52,51,46,51,54,55,53,52,54,93,44,91,45,49,49,51,46,51,54,49,57,49,44,52,51,46,51,54,55,49,54,93,44,91,45,49,49,51,46,51,54,49,57,53,56,44,52,51,46,50,56,52,54,55,56,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,50,46,57,51,54,56,51,53,44,52,51,46,52,52,57,51,56,54,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,57,57,52,51,50,51,44,52,51,46,57,55,50,51,54,50,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,111,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,51,56,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,44,91,45,55,49,46,52,57,54,48,57,51,44,52,52,46,57,48,55,56,52,57,93,44,91,45,55,49,46,54,50,57,57,49,57,44,52,52,46,55,53,51,53,55,56,93,44,91,45,55,49,46,53,53,51,55,53,54,44,52,52,46,54,51,48,52,50,54,93,44,91,45,55,49,46,54,48,48,49,53,55,44,52,52,46,52,56,53,56,51,51,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,53,55,53,56,49,57,44,52,52,46,50,53,52,53,57,54,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,51,48,54,48,51,54,44,52,52,46,49,51,55,50,55,50,93,44,91,45,55,49,46,50,53,49,57,53,55,44,52,52,46,50,52,52,50,54,54,93,44,91,45,55,49,46,48,52,50,50,56,44,52,52,46,50,51,55,53,49,52,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,49,46,48,51,51,53,50,52,44,52,52,46,54,57,55,54,51,55,93,44,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,44,91,45,55,49,46,49,51,50,57,49,44,52,53,46,50,52,52,53,49,50,93,44,91,45,55,49,46,50,56,55,57,49,51,44,52,53,46,51,48,48,57,48,56,93,44,91,45,55,49,46,51,57,55,54,54,44,52,53,46,50,48,53,51,50,55,93,44,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,75,105,100,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,49,49,52,54,51,55,44,52,54,46,57,56,49,54,54,54,93,44,91,45,49,48,48,46,48,55,53,50,50,57,44,52,54,46,57,56,49,50,56,50,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,52,52,53,56,57,49,44,52,54,46,57,56,48,49,56,57,93,44,91,45,57,57,46,52,56,49,48,50,44,52,54,46,57,56,48,51,54,57,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,51,34,44,34,78,65,77,69,34,58,34,75,108,101,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,50,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,56,46,48,53,57,56,44,50,55,46,54,51,53,56,54,57,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,55,46,56,49,52,57,51,52,44,50,55,46,50,55,49,56,57,51,93,44,91,45,57,55,46,50,56,56,51,51,55,44,50,55,46,50,55,55,53,56,52,93,44,91,45,57,55,46,49,54,53,48,57,55,44,50,55,46,53,54,56,51,93,44,91,45,57,55,46,56,52,48,54,55,56,44,50,55,46,53,53,56,51,53,56,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,111,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,48,52,49,44,34,98,101,100,115,34,58,50,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,49,51,49,54,53,51,44,52,49,46,50,56,54,49,53,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,97,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,53,54,49,44,34,98,101,100,115,34,58,49,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,54,55,48,54,53,44,51,53,46,48,57,50,53,57,50,93,44,91,45,55,56,46,54,52,55,55,51,52,44,51,52,46,57,57,52,55,52,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,51,50,52,53,50,44,51,52,46,54,54,54,48,57,53,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,56,46,49,57,56,54,52,50,44,51,52,46,55,52,49,54,51,55,93,44,91,45,55,56,46,49,52,55,49,50,57,44,51,52,46,57,48,50,53,48,54,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,52,49,49,55,51,52,44,51,53,46,50,53,52,54,54,51,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,52,50,49,54,55,50,44,51,53,46,51,49,57,50,54,55,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,105,110,101,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,55,56,55,53,44,34,98,101,100,115,34,58,51,56,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,44,91,45,56,50,46,56,55,56,49,48,53,44,50,56,46,48,52,50,56,50,93,44,91,45,56,50,46,57,48,49,51,51,55,44,50,55,46,56,51,57,49,48,55,93,44,91,45,56,50,46,56,48,53,55,44,50,55,46,55,48,57,51,56,52,93,44,91,45,56,50,46,56,49,51,51,54,50,44,50,55,46,54,52,53,55,52,56,93,44,91,45,56,50,46,54,48,54,49,51,57,44,50,55,46,54,52,51,54,51,56,93,44,91,45,56,50,46,53,52,49,53,49,56,44,50,55,46,55,56,50,50,48,52,93,44,91,45,56,50,46,53,57,55,50,49,57,44,50,55,46,57,51,53,49,57,57,93,44,91,45,56,50,46,54,52,56,51,50,44,50,55,46,57,52,55,51,57,56,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,97,110,113,117,105,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,55,49,54,51,51,49,44,51,53,46,48,55,49,55,52,50,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,51,46,50,56,56,50,56,52,44,51,52,46,56,54,48,57,57,50,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,51,46,48,55,51,56,55,55,44,51,52,46,56,53,56,48,57,49,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,50,46,55,53,51,54,50,54,44,51,52,46,57,49,49,50,52,56,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,53,57,51,53,56,53,44,51,53,46,48,49,49,55,54,49,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,51,52,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,55,54,53,48,53,57,44,51,57,46,48,52,52,54,56,51,93,44,91,45,49,48,55,46,57,56,50,49,55,51,44,51,57,46,48,53,57,56,55,56,93,44,91,45,49,48,56,46,49,53,50,52,55,56,44,51,56,46,57,48,49,50,54,56,93,44,91,45,49,48,56,46,51,55,56,57,53,51,44,51,56,46,56,50,57,49,48,56,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,71,97,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,49,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,54,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,55,46,57,56,54,57,51,44,51,52,46,48,53,50,49,48,50,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,97,116,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,49,55,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,55,48,34,44,34,78,65,77,69,34,58,34,82,111,97,110,111,107,101,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,54,50,49,44,34,98,101,100,115,34,58,54,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,55,57,46,57,52,54,56,49,55,44,51,55,46,50,49,51,48,51,55,93,44,91,45,55,57,46,57,48,53,52,54,44,51,55,46,51,50,49,56,51,53,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,52,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,66,111,119,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,56,53,56,44,34,98,101,100,115,34,58,56,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,52,54,56,52,52,50,44,51,51,46,50,57,52,51,49,51,93,44,91,45,57,52,46,50,51,49,51,51,51,44,51,51,46,50,52,49,48,55,51,93,44,91,45,57,52,46,50,49,56,55,55,55,44,51,51,46,50,57,54,52,48,50,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,52,46,50,57,49,50,49,50,44,51,51,46,53,56,49,52,55,56,93,44,91,45,57,52,46,51,56,57,53,51,44,51,51,46,53,52,54,55,51,57,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,53,54,52,48,55,54,44,51,51,46,54,50,54,50,54,53,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,87,101,98,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,55,51,49,44,34,98,101,100,115,34,58,53,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,50,46,48,50,56,54,55,50,44,52,49,46,51,51,54,53,49,50,93,44,91,45,49,49,50,46,50,51,56,48,54,53,44,52,49,46,51,51,54,53,53,50,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,49,56,54,54,57,51,44,52,49,46,49,53,51,48,50,56,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,49,46,56,53,55,55,57,57,44,52,49,46,49,57,55,55,53,51,93,44,91,45,49,49,49,46,54,53,56,54,51,54,44,52,49,46,49,56,53,55,49,56,93,44,91,45,49,49,49,46,52,57,54,56,49,53,44,52,49,46,50,51,48,54,49,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,54,54,54,53,55,54,44,52,49,46,52,50,56,56,51,93,44,91,45,49,49,49,46,55,50,54,49,56,49,44,52,49,46,51,55,53,57,56,54,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,55,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,55,49,53,52,57,55,44,51,57,46,54,56,54,52,57,50,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,49,46,52,51,51,55,57,56,44,51,57,46,56,52,49,56,54,53,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,52,52,56,44,34,98,101,100,115,34,58,51,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,44,91,45,55,54,46,49,54,49,56,50,53,44,52,52,46,50,56,48,55,55,54,93,44,91,45,55,54,46,52,51,56,50,56,55,44,52,52,46,48,57,52,49,55,50,93,44,91,45,55,54,46,55,51,52,55,50,53,44,52,51,46,55,48,56,49,50,49,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,48,50,50,48,48,51,44,52,51,46,54,54,56,49,52,51,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,53,46,55,53,56,49,53,55,44,52,51,46,56,55,56,55,56,53,93,44,91,45,55,53,46,52,56,52,53,50,56,44,52,52,46,48,55,52,49,55,50,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,54,54,53,48,50,57,44,52,50,46,51,56,50,49,53,53,93,44,91,45,57,48,46,54,54,53,53,53,49,44,52,50,46,50,57,52,54,57,57,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,49,54,50,56,57,53,44,52,50,46,49,49,54,55,49,56,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,57,48,46,51,57,49,49,48,56,44,52,50,46,50,50,53,52,55,51,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,56,46,52,50,50,48,53,55,44,52,56,46,49,57,52,55,56,50,93,44,91,45,57,56,46,52,50,50,52,55,52,44,52,56,46,48,50,49,48,56,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,56,56,50,48,54,53,44,52,56,46,48,50,48,56,52,52,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,55,57,52,44,34,98,101,100,115,34,58,51,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,44,91,45,55,51,46,57,56,54,51,56,50,44,52,52,46,55,48,55,55,55,51,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,51,46,52,57,55,53,54,55,44,52,52,46,52,56,54,50,51,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,51,56,57,56,50,44,52,52,46,54,49,55,50,49,49,93,44,91,45,55,51,46,51,51,53,48,52,52,44,52,52,46,56,48,52,49,48,57,93,44,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,44,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,51,56,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,51,49,54,57,57,51,44,52,48,46,48,57,48,55,54,53,93,44,91,45,49,48,55,46,51,49,56,55,53,49,44,51,57,46,57,49,52,57,54,56,93,44,91,45,49,48,55,46,52,51,49,55,55,44,51,57,46,56,50,56,51,55,55,93,44,91,45,49,48,55,46,57,51,56,53,48,50,44,51,57,46,56,50,52,57,57,54,93,44,91,45,49,48,55,46,57,51,56,53,52,54,44,51,57,46,54,57,52,52,54,52,93,44,91,45,49,48,56,46,53,53,52,55,50,50,44,51,57,46,54,57,51,54,52,93,44,91,45,49,48,56,46,53,53,52,54,50,55,44,51,57,46,54,53,48,49,54,52,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,56,46,52,48,57,54,48,55,44,51,57,46,51,54,53,57,56,51,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,55,46,49,49,51,54,55,50,44,51,57,46,57,49,57,49,49,50,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,82,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,50,53,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,48,50,56,56,50,50,44,51,57,46,49,57,49,53,57,53,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,111,99,107,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,52,57,54,49,50,51,44,51,57,46,54,48,50,56,52,57,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,50,56,48,52,49,44,51,57,46,52,55,50,57,48,54,93,44,91,45,56,50,46,49,54,55,51,55,57,44,51,57,46,52,54,54,51,48,55,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,51,55,57,56,57,44,51,57,46,53,57,54,55,51,56,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,54,53,51,52,49,57,44,51,50,46,51,57,55,50,52,55,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,57,48,56,51,48,50,44,51,50,46,50,50,53,48,50,56,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,52,48,56,55,55,49,44,51,50,46,50,52,52,51,48,57,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,97,110,100,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,50,46,49,52,56,51,51,56,44,51,50,46,53,50,48,52,50,57,93,44,91,45,56,50,46,50,53,50,55,53,55,44,51,50,46,51,53,51,51,49,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,49,46,57,49,56,54,53,50,44,51,50,46,52,49,53,48,55,51,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,49,50,49,44,34,98,101,100,115,34,58,57,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,84,114,105,110,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,52,52,55,57,53,54,44,52,48,46,57,52,51,55,53,56,93,44,91,45,49,50,51,46,54,49,53,56,50,55,44,52,48,46,57,49,52,48,54,56,93,44,91,45,49,50,51,46,53,52,51,55,52,57,44,52,48,46,55,51,57,48,49,53,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,51,46,53,52,52,53,54,51,44,51,57,46,57,55,55,48,49,53,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,50,46,57,56,57,48,49,53,44,52,48,46,50,53,48,49,52,53,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,57,51,49,50,54,55,44,52,48,46,52,52,53,53,53,55,93,44,91,45,49,50,50,46,54,57,51,48,57,57,44,52,48,46,53,56,48,55,52,55,93,44,91,45,49,50,50,46,55,53,50,48,50,51,44,52,48,46,54,56,57,56,56,50,93,44,91,45,49,50,50,46,54,54,57,56,51,57,44,52,48,46,55,55,51,53,54,55,93,44,91,45,49,50,50,46,53,57,56,53,50,56,44,52,48,46,57,55,53,56,52,55,93,44,91,45,49,50,50,46,53,50,55,55,53,51,44,52,49,46,48,49,52,51,57,53,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,50,46,53,48,52,50,53,52,44,52,49,46,51,51,52,55,49,93,44,91,45,49,50,50,46,53,57,48,56,48,56,44,52,49,46,51,50,53,57,49,93,44,91,45,49,50,50,46,56,49,49,51,52,50,44,52,49,46,50,48,50,52,53,49,93,44,91,45,49,50,50,46,56,57,55,48,54,54,44,52,49,46,50,48,49,48,48,54,93,44,91,45,49,50,51,46,48,51,54,56,48,56,44,52,49,46,48,48,52,48,53,56,93,44,91,45,49,50,51,46,49,48,57,48,55,55,44,52,49,46,48,55,53,52,50,57,93,44,91,45,49,50,51,46,50,52,53,50,50,50,44,52,49,46,48,55,55,57,56,55,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,77,117,115,99,111,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,54,55,48,44,34,98,101,100,115,34,58,49,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,52,46,55,57,50,57,53,49,44,51,50,46,52,49,51,56,52,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,104,97,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,49,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,57,48,46,49,51,53,54,57,53,44,51,52,46,48,55,50,57,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,49,56,50,53,56,52,44,51,51,46,56,48,57,51,50,50,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,51,54,52,57,49,44,51,51,46,56,48,57,51,49,57,93,44,91,45,56,57,46,57,50,54,50,57,52,44,51,51,46,56,50,51,56,53,52,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,99,104,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,53,46,49,49,53,49,56,57,44,51,57,46,54,53,50,53,52,57,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,97,114,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,114,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,49,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,56,48,48,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,49,53,55,54,55,49,44,51,57,46,57,50,50,57,55,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,56,57,57,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,55,49,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,55,55,54,54,57,52,44,51,53,46,52,48,53,52,49,55,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,54,54,55,54,57,50,44,51,52,46,57,50,57,53,56,51,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,52,57,48,52,51,52,44,51,53,46,49,49,53,56,53,55,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,54,46,52,52,53,53,56,52,44,51,53,46,52,53,56,55,55,49,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,105,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,57,50,54,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,49,46,57,51,52,49,51,54,44,51,51,46,52,54,56,51,51,55,93,44,91,45,56,49,46,57,49,56,51,51,55,44,51,51,46,51,51,50,56,52,50,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,52,49,53,51,48,56,44,51,51,46,55,51,50,49,54,49,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,101,110,100,111,99,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,50,50,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,44,91,45,49,50,51,46,57,51,56,53,57,49,44,51,57,46,56,49,52,57,52,52,93,44,91,45,49,50,51,46,56,53,55,49,56,51,44,51,57,46,54,55,52,54,57,51,93,44,91,45,49,50,51,46,56,51,52,54,52,57,44,51,57,46,53,52,57,49,57,52,93,44,91,45,49,50,51,46,56,57,51,48,56,53,44,51,57,46,51,51,55,52,57,52,93,44,91,45,49,50,51,46,55,54,49,57,54,53,44,51,57,46,48,52,49,48,57,49,93,44,91,45,49,50,51,46,55,56,52,54,55,54,44,51,56,46,56,57,51,55,50,56,93,44,91,45,49,50,51,46,54,51,50,52,57,55,44,51,56,46,55,53,56,49,49,57,93,44,91,45,49,50,51,46,51,54,56,51,57,52,44,51,56,46,56,48,54,54,52,93,44,91,45,49,50,51,46,49,51,54,50,53,51,44,51,56,46,56,48,57,49,51,54,93,44,91,45,49,50,51,46,48,56,48,57,57,55,44,51,56,46,56,53,50,52,51,56,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,50,46,57,52,56,56,54,53,44,51,56,46,57,48,48,50,50,93,44,91,45,49,50,50,46,57,56,54,54,52,44,51,56,46,57,57,55,50,56,51,93,44,91,45,49,50,51,46,48,57,51,48,49,51,44,51,57,46,48,55,49,57,57,52,93,44,91,45,49,50,51,46,48,49,50,55,49,44,51,57,46,50,51,54,49,56,56,93,44,91,45,49,50,51,46,48,55,53,49,49,52,44,51,57,46,52,48,55,54,56,51,93,44,91,45,49,50,51,46,48,54,51,49,56,49,44,51,57,46,53,48,51,53,51,57,93,44,91,45,49,50,50,46,56,57,48,51,49,44,51,57,46,53,50,57,48,49,52,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,51,46,53,52,52,53,54,51,44,51,57,46,57,55,55,48,49,53,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,53,48,34,44,34,78,65,77,69,34,58,34,67,104,101,115,97,112,101,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,56,50,48,44,34,98,101,100,115,34,58,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,52,53,55,52,54,57,44,51,54,46,56,49,52,56,52,49,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,54,46,49,50,49,57,53,53,44,51,54,46,54,54,53,55,53,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,89,97,117,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,52,51,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,119,101,101,116,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,49,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,55,46,57,50,57,55,51,54,44,52,49,46,54,53,57,53,57,54,93,44,91,45,49,48,55,46,53,48,57,55,50,44,52,49,46,54,53,55,52,53,50,93,44,91,45,49,48,55,46,53,48,51,56,50,49,44,52,50,46,48,56,55,57,53,55,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,71,97,114,122,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,57,46,48,56,57,54,53,53,44,51,57,46,48,51,56,50,48,56,93,44,91,45,55,57,46,48,52,53,57,53,51,44,51,56,46,57,50,56,55,49,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,56,46,57,57,51,55,54,49,44,51,56,46,56,53,48,48,50,49,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,55,56,56,48,51,49,44,51,56,46,56,56,53,49,50,51,93,44,91,45,55,56,46,54,56,48,52,53,54,44,51,56,46,57,50,53,51,49,51,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,56,57,57,54,57,53,44,51,57,46,49,57,57,49,51,55,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,106,117,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,57,50,53,55,50,44,49,56,46,50,49,53,56,56,51,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,79,122,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,56,52,44,34,98,101,100,115,34,58,51,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,51,52,44,34,98,101,100,115,34,58,49,50,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,52,51,56,51,53,53,44,51,54,46,52,52,53,54,51,57,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,49,56,56,48,53,51,44,51,54,46,52,48,48,54,48,56,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,55,49,48,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,50,51,56,48,53,52,44,51,52,46,53,56,54,57,53,54,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,49,54,57,50,57,55,44,51,52,46,51,51,48,55,52,54,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,49,46,56,56,51,48,55,54,44,51,52,46,51,49,49,57,54,52,93,44,91,45,56,49,46,55,56,50,54,50,55,44,51,52,46,51,54,53,48,56,57,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,50,46,48,55,49,51,49,53,44,51,52,46,55,48,51,55,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,114,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,49,48,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,53,46,48,56,53,52,53,49,44,52,52,46,55,56,54,56,48,49,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,104,101,98,111,121,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,48,53,44,34,98,101,100,115,34,58,51,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,72,97,109,112,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,57,49,49,54,44,34,98,101,100,115,34,58,49,53,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,49,51,53,48,49,49,44,52,50,46,49,54,49,55,56,52,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,55,56,49,48,51,57,44,52,50,46,49,57,57,55,52,57,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,48,49,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,55,51,53,55,50,44,50,57,46,54,57,49,49,57,56,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,53,57,55,55,52,51,44,50,57,46,54,51,48,55,49,56,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,111,117,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,73,110,121,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,53,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,50,52,56,57,50,44,51,54,46,52,56,54,53,51,53,93,44,91,45,49,49,56,46,49,48,48,49,49,54,44,51,54,46,51,50,56,56,50,51,93,44,91,45,49,49,56,46,49,50,55,54,48,49,44,51,54,46,50,56,48,51,52,56,93,44,91,45,49,49,55,46,57,56,50,52,55,51,44,51,53,46,56,57,53,55,57,54,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,54,46,56,55,48,54,51,50,44,51,53,46,55,57,53,51,55,54,93,44,91,45,49,49,53,46,55,51,53,56,57,49,44,51,53,46,55,57,51,54,50,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,54,46,51,56,48,51,52,55,44,51,54,46,51,55,52,57,54,49,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,56,46,55,56,54,55,51,54,44,51,55,46,51,52,51,51,56,93,44,91,45,49,49,56,46,55,49,54,48,49,54,44,51,55,46,51,50,56,50,48,56,93,44,91,45,49,49,56,46,54,53,52,53,57,51,44,51,55,46,49,52,49,56,50,54,93,44,91,45,49,49,56,46,53,48,51,49,48,51,44,51,55,46,48,57,53,50,50,49,93,44,91,45,49,49,56,46,52,50,50,53,57,53,44,51,55,46,48,50,52,51,54,93,44,91,45,49,49,56,46,51,54,48,56,51,49,44,51,54,46,56,56,55,55,51,52,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,52,53,55,48,49,53,44,51,50,46,56,49,51,56,57,57,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,53,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,72,97,114,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,51,52,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,53,48,48,56,57,49,44,51,54,46,55,51,51,50,53,52,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,49,57,52,50,53,50,44,51,54,46,55,51,57,53,49,57,93,44,91,45,56,51,46,48,55,50,56,51,54,44,51,54,46,56,53,52,52,53,55,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,57,51,57,52,54,54,44,51,55,46,48,49,53,53,50,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,50,54,48,48,50,44,51,54,46,57,54,56,57,53,49,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,101,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,57,53,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,54,46,57,54,51,52,55,44,51,56,46,57,54,52,57,48,49,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,53,48,48,57,54,50,44,51,57,46,48,55,50,54,56,49,93,44,91,45,57,54,46,56,53,49,52,48,57,44,51,57,46,48,56,56,49,55,54,93,44,91,45,57,54,46,56,52,57,56,55,57,44,51,57,46,50,49,57,48,49,50,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,114,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,54,52,50,44,34,98,101,100,115,34,58,49,51,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,54,46,49,55,49,54,50,52,44,52,48,46,53,51,52,57,52,55,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,57,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,50,46,48,52,52,49,52,53,44,51,54,46,51,54,51,55,49,54,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,50,46,49,56,56,48,53,51,44,51,54,46,52,48,48,54,48,56,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,51,57,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,54,48,52,48,48,49,44,52,52,46,54,50,57,57,52,53,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,56,46,55,55,52,55,49,53,44,51,54,46,57,56,48,57,55,54,93,44,91,45,55,56,46,54,55,49,52,54,51,44,51,54,46,56,53,55,57,53,49,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,54,57,50,52,55,50,44,51,55,46,50,48,52,55,56,54,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,48,53,53,44,34,98,101,100,115,34,58,54,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,52,51,56,51,53,53,44,51,54,46,52,52,53,54,51,57,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,54,50,57,54,52,49,44,51,54,46,52,49,49,53,52,93,44,91,45,56,50,46,54,52,55,55,54,57,44,51,54,46,49,52,54,52,48,52,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,52,51,55,50,53,49,44,51,54,46,49,53,52,55,48,57,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,78,101,119,98,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,54,56,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,55,56,50,54,50,55,44,51,52,46,51,54,53,48,56,57,93,44,91,45,56,49,46,56,56,51,48,55,54,44,51,52,46,51,49,49,57,54,52,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,49,46,55,51,49,54,49,52,44,51,52,46,49,56,55,54,49,51,93,44,91,45,56,49,46,53,51,56,56,57,57,44,51,52,46,48,56,49,55,52,52,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,53,53,51,50,48,52,44,51,52,46,52,55,55,49,49,52,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,115,108,101,32,111,102,32,87,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,55,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,55,49,49,55,55,53,44,51,55,46,48,53,53,51,56,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,56,49,52,57,52,49,44,51,54,46,57,48,48,52,54,53,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,53,51,51,53,50,44,51,54,46,57,49,53,53,54,51,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,54,50,56,50,48,53,44,51,55,46,48,57,50,55,53,53,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,51,56,54,48,55,52,44,52,52,46,52,51,54,48,56,51,93,44,91,45,49,50,48,46,48,50,49,54,50,49,44,52,52,46,52,51,56,55,57,51,93,44,91,45,49,49,57,46,56,57,57,50,56,51,44,52,52,46,51,56,57,53,55,53,93,44,91,45,49,49,57,46,56,57,57,48,48,50,44,52,52,46,51,48,54,54,50,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,54,53,50,52,51,49,44,52,52,46,56,50,51,50,57,57,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,50,48,46,52,53,53,51,56,57,44,52,52,46,56,54,54,48,52,54,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,51,51,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,48,46,53,57,50,49,54,54,44,51,54,46,54,55,57,51,54,56,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,57,48,46,49,53,56,48,53,44,51,54,46,55,50,50,57,55,54,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,73,98,101,114,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,53,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,54,52,48,48,57,57,44,51,48,46,52,52,50,55,50,56,93,44,91,45,57,49,46,54,50,49,48,53,53,44,51,48,46,51,48,57,57,51,56,93,44,91,45,57,49,46,53,48,56,50,54,56,44,51,48,46,50,52,48,50,57,55,93,44,91,45,57,49,46,52,54,51,56,51,51,44,51,48,46,49,48,50,52,57,51,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,51,49,49,54,54,44,51,48,46,51,50,50,52,55,49,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,104,97,114,107,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,49,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,48,46,57,54,51,55,53,51,44,51,50,46,56,51,56,49,51,51,93,44,91,45,57,48,46,57,54,52,56,54,52,44,51,50,46,54,54,50,55,57,56,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,54,57,51,48,54,49,44,51,50,46,55,53,52,50,57,55,93,44,91,45,57,48,46,55,53,57,55,53,51,44,51,50,46,56,51,53,55,54,51,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,57,49,52,52,54,53,44,51,51,46,48,57,55,52,49,55,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,70,97,117,113,117,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,49,53,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,55,46,55,51,53,57,48,49,44,51,56,46,52,49,51,52,53,56,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,55,49,53,55,49,53,44,51,56,46,56,51,50,49,51,54,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,53,48,34,44,34,78,65,77,69,34,58,34,82,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,53,57,54,52,48,57,44,51,55,46,49,49,56,56,56,57,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,50,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,51,52,57,56,56,52,44,51,56,46,55,50,57,49,57,51,93,44,91,45,49,49,57,46,52,48,54,50,55,57,44,51,56,46,55,51,51,51,54,50,93,44,91,45,49,49,57,46,52,50,48,56,51,55,44,51,56,46,57,53,52,55,49,53,93,44,91,45,49,49,57,46,51,49,48,55,48,50,44,51,56,46,57,57,48,55,49,57,93,44,91,45,49,49,57,46,51,49,49,55,49,52,44,51,57,46,48,56,51,54,49,53,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,55,54,49,50,49,51,44,51,57,46,49,49,52,48,48,57,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,53,46,48,48,55,54,50,54,44,51,48,46,48,49,51,56,56,51,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,48,50,48,53,51,52,44,50,57,46,56,48,55,51,55,51,93,44,91,45,56,53,46,50,48,54,50,50,54,44,50,57,46,55,49,49,49,56,56,93,44,91,45,56,53,46,50,52,54,51,49,54,44,50,57,46,54,50,53,48,48,50,93,44,91,45,56,53,46,48,51,49,49,54,56,44,50,57,46,53,51,57,48,56,56,93,44,91,45,56,52,46,55,51,53,55,53,44,50,57,46,54,53,54,51,55,53,93,44,91,45,56,52,46,53,52,50,50,56,54,44,50,57,46,55,54,57,55,57,55,93,44,91,45,56,52,46,52,52,54,56,54,44,50,57,46,56,53,56,55,51,50,93,44,91,45,56,52,46,50,57,56,55,57,54,44,50,57,46,56,54,55,49,50,54,93,44,91,45,56,52,46,50,54,52,55,51,53,44,50,57,46,57,55,56,48,54,49,93,44,91,45,56,52,46,51,50,53,49,57,56,44,50,57,46,57,53,56,48,53,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,82,117,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,51,53,44,34,98,101,100,115,34,58,49,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,97,99,108,101,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,48,55,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,52,49,51,54,54,57,44,51,55,46,55,49,51,57,52,49,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,53,52,56,57,51,52,44,51,55,46,56,48,48,52,55,93,44,91,45,57,50,46,54,50,48,49,56,49,44,51,55,46,56,57,50,53,50,49,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,54,51,48,44,34,98,101,100,115,34,58,52,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,50,53,55,57,51,51,44,52,49,46,49,50,56,49,54,53,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,55,48,49,44,34,98,101,100,115,34,58,55,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,51,56,55,51,55,56,44,51,53,46,57,54,52,55,48,56,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,56,55,50,55,56,53,44,51,53,46,56,56,48,56,55,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,48,50,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,51,46,48,55,50,57,49,53,44,51,57,46,51,51,53,53,50,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,50,50,49,50,48,52,44,51,57,46,51,51,49,54,53,54,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,48,49,51,51,53,53,44,51,55,46,56,57,52,56,53,52,93,44,91,45,56,56,46,48,49,51,49,49,56,44,51,56,46,49,48,51,53,50,55,93,44,91,45,56,55,46,57,49,48,57,50,52,44,51,56,46,49,54,50,53,53,55,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,32,87,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,32,80,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,53,46,55,57,52,56,54,52,44,51,57,46,56,53,51,49,48,52,93,44,91,45,49,49,53,46,56,51,51,49,48,49,44,51,57,46,55,50,57,52,49,50,93,44,91,45,49,49,53,46,56,49,51,52,55,54,44,51,57,46,53,57,51,53,50,49,93,44,91,45,49,49,53,46,57,48,55,54,53,57,44,51,57,46,52,54,52,52,51,50,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,57,48,49,56,50,53,44,52,48,46,49,50,50,48,56,50,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,111,111,100,104,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,50,49,55,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,55,57,50,55,49,53,44,52,52,46,53,52,51,50,52,93,44,91,45,57,50,46,57,49,56,57,55,55,44,52,52,46,53,52,51,50,53,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,53,53,48,55,51,51,44,52,52,46,51,54,56,53,50,49,93,44,91,45,57,50,46,52,51,48,50,55,55,44,52,52,46,52,53,53,51,50,49,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,54,50,50,53,51,55,44,52,52,46,54,49,54,48,53,52,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,119,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,53,52,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,52,56,53,56,51,52,44,51,53,46,53,54,56,49,57,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,55,55,48,53,56,55,44,51,53,46,53,54,49,55,52,51,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,53,56,50,53,53,56,44,51,53,46,52,49,48,52,56,57,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,51,54,51,55,54,54,44,51,53,46,52,50,54,57,50,51,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,51,46,49,56,50,57,57,57,44,51,53,46,54,55,48,54,50,53,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,48,53,57,51,44,34,98,101,100,115,34,58,49,51,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,50,53,51,52,51,57,44,50,56,46,52,51,52,56,50,52,93,44,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,44,91,45,56,50,46,55,57,53,50,55,54,44,50,56,46,50,57,57,55,54,52,93,44,91,45,56,50,46,56,55,56,57,50,53,44,50,56,46,50,53,53,53,50,56,93,44,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,57,57,44,34,98,101,100,115,34,58,51,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,50,46,49,55,49,52,48,50,44,50,56,46,55,56,57,56,52,56,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,78,97,115,115,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,54,53,54,52,44,34,98,101,100,115,34,58,52,55,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,55,48,49,54,51,51,44,52,48,46,55,53,50,52,57,51,93,44,91,45,55,51,46,55,54,56,55,56,49,44,52,48,46,53,51,51,55,52,55,93,44,91,45,55,51,46,52,50,53,51,49,44,52,48,46,53,51,52,50,54,53,93,44,91,45,55,51,46,52,50,51,50,54,57,44,52,48,46,54,55,48,56,57,51,93,44,91,45,55,51,46,52,57,55,52,48,53,44,52,48,46,57,50,51,55,54,54,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,116,101,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,55,46,57,56,54,52,50,56,44,52,55,46,51,50,54,50,48,49,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,55,46,52,55,52,50,50,56,44,52,55,46,51,50,52,54,50,49,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,86,97,110,100,101,114,98,117,114,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,51,49,51,44,34,98,101,100,115,34,58,57,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,55,56,49,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,57,49,54,53,53,52,44,51,56,46,53,51,52,55,50,53,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,49,46,49,51,50,53,51,53,44,51,56,46,53,57,56,50,55,57,93,44,91,45,57,49,46,51,49,51,48,57,51,44,51,56,46,55,48,54,55,49,53,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,118,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,48,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,50,46,48,51,52,49,48,52,44,51,53,46,57,52,50,48,53,55,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,55,51,53,54,55,51,44,51,54,46,48,54,55,53,56,52,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,53,54,44,34,98,101,100,115,34,58,51,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,52,53,54,49,52,51,44,51,57,46,52,48,57,50,55,52,93,44,91,45,56,49,46,54,55,55,53,57,53,44,51,57,46,50,55,52,49,55,49,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,52,50,52,57,48,54,44,51,57,46,49,51,53,54,55,57,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,121,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,48,46,57,50,55,48,53,55,44,52,54,46,53,56,53,52,49,53,93,44,91,45,57,48,46,56,51,48,50,49,54,44,52,54,46,54,54,51,52,55,50,93,44,91,45,57,48,46,56,51,56,50,55,54,44,52,54,46,55,51,57,57,57,50,93,44,91,45,57,48,46,55,51,51,55,53,54,44,52,54,46,56,56,54,56,57,53,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,116,101,119,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,56,50,49,56,49,54,44,51,54,46,51,50,56,55,50,52,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,80,111,114,116,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,57,57,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,56,57,46,56,52,52,53,52,54,44,52,52,46,53,49,49,53,48,51,93,44,91,45,56,57,46,55,50,54,55,50,53,44,52,52,46,53,49,49,49,57,50,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,101,120,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,49,54,44,34,98,101,100,115,34,58,53,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,52,49,53,51,48,56,44,51,51,46,55,51,50,49,54,49,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,49,46,48,54,55,54,49,53,44,51,52,46,48,48,56,57,53,51,93,44,91,45,56,49,46,50,48,49,56,51,57,44,51,52,46,48,57,55,49,54,56,93,44,91,45,56,49,46,50,55,53,56,52,53,44,51,52,46,48,57,55,51,56,49,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,110,101,32,65,114,117,110,100,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,54,57,54,44,34,98,101,100,115,34,58,54,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,54,57,56,50,54,56,44,51,56,46,57,56,51,54,52,55,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,70,111,110,100,32,100,117,32,76,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,49,53,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,56,46,52,48,49,48,52,49,44,52,51,46,54,51,48,57,51,51,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,49,54,49,54,53,52,44,52,51,46,57,51,55,54,56,51,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,52,48,51,49,57,53,44,52,51,46,56,57,50,57,55,55,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,53,48,56,54,53,53,44,51,56,46,54,52,53,53,53,51,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,54,48,57,51,55,56,44,51,56,46,51,53,56,54,48,54,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,51,51,48,50,54,55,44,51,56,46,51,51,53,55,53,56,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,49,56,51,57,51,49,44,51,56,46,53,50,53,51,56,54,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,75,101,119,97,117,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,57,34,44,34,78,65,77,69,34,58,34,80,97,114,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,87,111,111,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,49,51,57,56,53,53,44,51,54,46,55,56,51,48,52,93,44,91,45,57,56,46,57,53,57,57,55,51,44,51,54,46,53,57,56,57,57,49,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,54,50,53,51,54,49,44,51,54,46,51,57,50,53,57,53,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,69,108,108,105,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,51,46,49,51,53,48,48,56,44,51,56,46,50,52,50,48,51,55,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,49,57,52,52,52,53,44,51,56,46,48,49,48,54,52,57,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,50,46,56,56,57,48,53,57,44,51,56,46,49,49,49,53,56,55,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,107,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,51,50,56,44,34,98,101,100,115,34,58,51,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,53,48,56,50,49,44,52,50,46,48,56,54,49,51,52,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,50,46,57,53,49,48,51,57,44,52,50,46,54,52,49,48,48,54,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,97,114,105,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,50,55,53,57,51,50,44,51,57,46,52,56,52,51,55,49,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,48,55,50,57,49,53,44,51,57,46,51,51,53,53,50,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,50,46,55,57,48,51,54,57,44,51,57,46,51,52,51,53,56,54,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,54,56,57,51,51,49,44,51,57,46,54,57,56,48,57,52,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,82,105,111,32,66,108,97,110,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,56,46,49,49,51,49,55,57,44,52,48,46,50,50,49,54,55,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,56,46,53,53,52,54,50,55,44,51,57,46,54,53,48,49,54,52,93,44,91,45,49,48,56,46,53,53,52,55,50,50,44,51,57,46,54,57,51,54,52,93,44,91,45,49,48,55,46,57,51,56,53,52,54,44,51,57,46,54,57,52,52,54,52,93,44,91,45,49,48,55,46,57,51,56,53,48,50,44,51,57,46,56,50,52,57,57,54,93,44,91,45,49,48,55,46,52,51,49,55,55,44,51,57,46,56,50,56,51,55,55,93,44,91,45,49,48,55,46,51,49,56,55,53,49,44,51,57,46,57,49,52,57,54,56,93,44,91,45,49,48,55,46,51,49,54,57,57,51,44,52,48,46,48,57,48,55,54,53,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,48,51,55,57,50,56,44,52,48,46,50,50,53,51,55,50,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,53,55,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,52,46,49,52,55,55,49,52,44,52,48,46,53,50,52,51,56,57,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,51,46,52,55,49,57,57,44,52,48,46,48,48,49,53,48,50,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,97,108,104,101,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,51,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,50,50,56,55,57,51,44,52,50,46,57,49,52,54,50,53,93,44,91,45,49,49,56,46,50,49,52,54,57,56,44,52,50,46,50,55,53,56,57,49,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,55,46,48,50,54,56,55,52,44,52,51,46,49,50,55,48,48,53,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,55,46,48,51,50,50,56,57,44,52,51,46,56,50,56,55,54,55,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,55,46,49,49,57,56,54,49,44,52,52,46,50,55,56,50,55,50,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,52,56,55,48,49,52,44,52,52,46,51,48,48,51,49,55,93,44,91,45,49,49,55,46,52,56,54,55,52,52,44,52,52,46,51,56,55,50,52,54,93,44,91,45,49,49,55,46,53,57,48,56,52,57,44,52,52,46,52,52,52,53,55,51,93,44,91,45,49,49,55,46,57,55,49,55,56,55,44,52,52,46,52,52,51,56,52,57,93,44,91,45,49,49,56,46,49,53,50,57,52,53,44,52,52,46,50,55,48,54,56,52,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,54,57,56,44,34,98,101,100,115,34,58,50,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,52,53,57,56,54,51,44,52,48,46,52,57,49,48,52,54,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,51,57,51,52,51,56,44,52,48,46,50,55,57,53,52,56,93,44,91,45,55,52,46,50,52,55,56,57,52,44,52,48,46,52,48,54,54,48,53,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,51,53,56,52,51,55,44,52,49,46,49,48,51,56,52,57,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,51,51,52,57,48,49,44,52,49,46,51,48,48,56,55,55,93,44,91,45,56,57,46,52,54,54,51,56,57,44,52,49,46,50,51,51,56,55,50,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,97,97,107,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,50,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,51,50,56,50,52,53,44,52,52,46,54,57,48,57,53,54,93,44,91,45,49,48,49,46,53,51,49,48,51,53,44,52,52,46,53,54,55,56,55,53,93,44,91,45,49,48,49,46,55,49,53,48,51,56,44,52,52,46,53,55,57,52,56,51,93,44,91,45,49,48,49,46,55,56,48,55,51,51,44,52,52,46,53,51,54,52,51,54,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,49,46,49,54,54,55,53,51,44,52,52,46,49,54,56,48,56,53,93,44,91,45,49,48,49,46,49,53,52,53,49,54,44,52,52,46,54,56,57,57,52,55,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,49,54,56,50,54,49,44,51,54,46,52,52,52,50,57,51,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,101,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,49,46,56,53,49,57,53,56,44,51,53,46,51,53,56,50,56,55,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,52,48,51,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,57,57,53,53,54,51,44,51,49,46,57,54,55,53,53,52,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,54,46,49,52,56,51,51,57,44,51,49,46,55,57,48,57,53,49,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,54,54,50,54,57,50,44,51,49,46,55,56,51,51,49,57,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,55,57,49,48,52,55,44,51,49,46,56,56,48,51,53,55,93,44,91,45,56,53,46,55,57,48,48,52,56,44,51,49,46,57,54,55,50,53,52,93,44,91,45,56,53,46,56,57,51,54,53,50,44,51,50,46,48,52,55,51,53,49,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,54,46,50,56,53,57,54,57,44,52,53,46,49,50,56,55,51,50,93,44,91,45,49,49,54,46,51,52,50,56,55,54,44,52,53,46,50,54,55,56,55,50,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,54,46,54,50,53,48,51,52,44,52,52,46,56,51,56,57,53,50,93,44,91,45,49,49,54,46,54,50,52,49,53,51,44,52,52,46,54,54,51,50,54,57,93,44,91,45,49,49,54,46,53,50,57,49,54,55,44,52,52,46,54,49,53,49,53,52,93,44,91,45,49,49,54,46,53,50,56,56,57,56,44,52,52,46,52,57,49,53,52,53,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,49,53,55,54,48,50,44,52,52,46,55,48,51,55,52,51,93,44,91,45,49,49,54,46,49,57,55,48,49,49,44,52,52,46,56,54,52,50,49,54,93,44,91,45,49,49,54,46,48,57,48,49,52,51,44,52,53,46,48,54,52,48,49,51,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,56,57,48,53,44,34,98,101,100,115,34,58,49,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,49,51,50,53,53,55,44,52,49,46,54,54,48,51,54,51,93,44,91,45,55,49,46,48,56,56,53,55,49,44,52,49,46,52,51,49,51,49,53,93,44,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,56,51,57,49,55,53,44,52,49,46,54,49,52,55,54,49,93,44,91,45,55,48,46,56,56,54,52,51,57,44,52,49,46,55,54,48,50,51,50,93,44,91,45,55,49,46,48,52,57,52,56,53,44,52,49,46,57,54,51,48,57,52,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,107,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,53,53,53,44,34,98,101,100,115,34,58,51,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,49,55,49,54,50,52,44,52,48,46,53,51,52,57,52,55,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,49,48,48,46,48,51,50,56,48,55,44,52,55,46,54,55,51,54,54,57,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,49,53,57,44,34,98,101,100,115,34,58,51,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,51,53,54,54,56,50,44,51,53,46,51,51,48,54,48,52,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,55,48,50,56,53,51,44,51,53,46,51,53,55,51,48,52,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,111,116,32,83,112,114,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,50,48,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,57,49,53,48,55,57,44,51,52,46,53,48,54,49,49,52,93,44,91,45,57,50,46,57,52,56,48,55,49,44,51,52,46,51,56,57,50,53,53,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,51,53,54,56,52,44,51,52,46,50,56,48,51,48,54,93,44,91,45,57,51,46,48,51,53,48,51,57,44,51,52,46,50,51,54,54,54,52,93,44,91,45,57,51,46,48,52,50,48,50,53,44,51,52,46,49,53,57,56,53,50,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,55,50,44,34,98,101,100,115,34,58,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,55,46,53,55,48,49,56,50,44,51,57,46,54,49,57,57,57,56,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,53,54,56,55,53,51,44,51,57,46,51,48,54,52,52,55,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,55,46,49,48,54,56,51,57,44,51,57,46,52,57,49,54,54,49,93,44,91,45,55,55,46,50,57,57,55,55,44,51,57,46,54,49,50,50,56,52,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,54,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,52,53,49,57,49,54,44,52,48,46,49,56,56,56,48,51,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,54,57,54,51,53,55,44,52,48,46,49,48,51,57,53,93,44,91,45,57,48,46,54,48,55,49,51,52,44,51,57,46,57,56,49,54,53,56,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,111,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,55,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,53,55,54,52,57,54,44,51,56,46,49,53,55,54,54,49,93,44,91,45,49,49,57,46,51,52,57,56,52,53,44,51,56,46,48,56,53,53,54,54,93,44,91,45,49,49,57,46,51,48,56,51,56,57,44,51,55,46,57,52,54,56,50,52,93,44,91,45,49,49,57,46,50,48,48,48,56,51,44,51,55,46,56,56,52,53,50,55,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,49,50,52,51,49,50,44,51,55,46,55,51,51,57,52,52,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,54,49,57,48,54,54,44,51,56,46,54,48,51,53,50,57,93,44,91,45,49,49,57,46,53,52,54,48,57,50,44,51,56,46,52,57,57,51,53,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,117,111,108,117,109,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,50,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,50,48,46,49,55,54,54,49,51,44,51,56,46,51,55,51,53,49,93,44,91,45,49,50,48,46,53,49,52,57,53,50,44,51,55,46,57,53,51,51,57,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,51,52,53,52,51,55,44,51,55,46,55,50,52,55,56,55,93,44,91,45,49,50,48,46,48,50,54,53,57,51,44,51,55,46,56,49,49,56,55,55,93,44,91,45,49,49,57,46,57,51,56,52,49,52,44,51,55,46,55,54,51,48,50,54,93,44,91,45,49,49,57,46,56,48,53,52,57,56,44,51,55,46,55,53,57,54,49,56,93,44,91,45,49,49,57,46,54,54,55,50,48,51,44,51,55,46,56,48,49,50,50,52,93,44,91,45,49,49,57,46,53,51,51,57,57,57,44,51,55,46,57,48,50,57,50,50,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,50,48,48,48,56,51,44,51,55,46,56,56,52,53,50,55,93,44,91,45,49,49,57,46,51,48,56,51,56,57,44,51,55,46,57,52,54,56,50,52,93,44,91,45,49,49,57,46,51,52,57,56,52,53,44,51,56,46,48,56,53,53,54,54,93,44,91,45,49,49,57,46,53,55,54,52,57,54,44,51,56,46,49,53,55,54,54,49,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,55,53,51,52,56,49,44,51,56,46,52,49,54,55,53,57,93,44,91,45,49,49,57,46,56,56,52,55,52,57,44,51,56,46,51,53,54,49,56,53,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,68,111,195,177,97,32,65,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,51,51,56,44,34,98,101,100,115,34,58,54,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,50,57,54,55,57,51,44,51,49,46,55,56,51,54,52,49,93,44,91,45,49,48,54,46,53,50,56,48,52,55,44,51,49,46,55,56,51,56,57,49,93,44,91,45,49,48,54,46,54,51,53,57,50,44,51,49,46,56,54,54,50,51,51,93,44,91,45,49,48,54,46,54,49,56,52,56,54,44,51,50,46,48,48,48,52,57,53,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,54,46,51,55,54,53,56,53,44,51,50,46,57,53,56,48,53,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,56,56,55,56,57,49,44,51,50,46,56,50,50,55,56,49,93,44,91,45,49,48,54,46,56,56,55,55,51,51,44,51,50,46,55,55,57,50,55,51,93,44,91,45,49,48,55,46,50,57,57,52,55,53,44,51,50,46,55,56,48,49,54,54,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,67,114,105,115,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,54,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,54,49,50,54,52,50,44,51,49,46,56,48,52,49,50,56,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,57,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,52,56,49,55,54,44,51,51,46,50,53,57,57,57,49,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,51,46,49,49,57,48,49,52,44,51,51,46,51,56,48,50,57,51,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,105,103,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,55,46,57,56,54,52,50,56,44,52,55,46,51,50,54,50,48,49,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,111,108,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,53,51,48,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,50,46,49,50,54,51,56,57,44,51,56,46,52,50,56,57,49,56,93,44,91,45,49,50,50,46,48,54,52,55,55,57,44,51,56,46,51,49,53,57,49,50,93,44,91,45,49,50,50,46,50,48,53,57,56,50,44,51,56,46,51,49,53,55,49,51,93,44,91,45,49,50,50,46,49,57,53,51,56,44,51,56,46,49,53,53,48,49,55,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,49,50,51,57,55,51,44,51,56,46,48,51,53,55,49,55,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,49,46,55,49,51,57,50,54,44,51,56,46,48,56,52,53,52,50,93,44,91,45,49,50,49,46,54,49,53,52,49,51,44,51,56,46,49,57,53,54,57,54,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,54,57,52,48,49,52,44,51,56,46,51,49,52,56,53,54,93,44,91,45,49,50,49,46,54,57,53,49,52,55,44,51,56,46,53,50,51,49,53,54,93,44,91,45,49,50,49,46,57,52,48,50,56,53,44,51,56,46,53,51,51,51,56,52,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,55,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,49,46,48,53,49,50,55,53,44,52,50,46,55,51,55,48,48,49,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,57,34,44,34,78,65,77,69,34,58,34,84,105,116,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,51,48,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,52,46,57,50,55,55,50,55,44,51,51,46,48,55,48,51,48,52,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,54,51,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,56,53,48,55,50,51,44,51,57,46,51,51,49,48,57,51,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,56,46,56,57,57,54,57,53,44,51,57,46,49,57,57,49,51,55,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,52,48,51,57,48,55,44,51,57,46,49,54,55,55,51,56,93,44,91,45,55,56,46,52,49,57,52,50,50,44,51,57,46,50,53,55,52,55,54,93,44,91,45,55,56,46,51,52,48,52,49,53,44,51,57,46,51,53,51,54,50,56,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,54,50,57,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,55,57,46,54,57,55,55,55,51,44,51,53,46,50,53,49,51,55,57,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,53,54,54,52,57,55,44,51,53,46,48,54,52,48,49,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,51,51,53,52,55,55,44,51,53,46,49,54,49,53,56,56,93,44,91,45,55,57,46,50,50,57,55,49,50,44,51,53,46,50,49,48,54,48,50,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,57,46,50,54,53,55,49,51,44,51,53,46,51,52,53,50,55,57,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,57,49,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,48,51,50,51,48,57,44,51,56,46,50,54,49,50,50,55,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,56,48,48,56,55,51,44,52,54,46,54,50,57,55,51,49,93,44,91,45,49,48,51,46,56,48,48,56,56,44,52,54,46,53,52,48,54,55,49,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,55,52,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,55,51,57,54,53,49,44,51,50,46,53,54,49,50,57,57,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,50,46,48,48,52,51,52,44,51,50,46,51,56,48,52,57,57,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,49,46,57,55,50,56,56,44,51,50,46,49,54,54,55,52,50,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,55,55,54,53,56,55,44,51,50,46,50,51,57,49,48,54,93,44,91,45,57,49,46,55,53,57,48,57,56,44,51,50,46,51,49,55,55,49,52,93,44,91,45,57,49,46,54,50,53,49,50,49,44,51,50,46,52,48,53,51,52,52,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,53,57,54,48,50,55,44,51,50,46,53,56,50,49,57,50,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,55,53,50,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,49,46,57,52,57,48,52,55,44,51,48,46,50,55,54,55,55,49,93,44,91,45,57,49,46,57,55,57,57,51,50,44,51,48,46,49,56,50,53,56,53,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,56,49,57,50,49,54,44,51,48,46,48,52,52,48,49,51,93,44,91,45,57,49,46,55,54,53,49,54,56,44,51,48,46,49,48,56,52,57,53,93,44,91,45,57,49,46,54,53,56,56,56,54,44,51,48,46,49,48,56,50,50,54,93,44,91,45,57,49,46,54,48,48,51,53,52,44,51,48,46,48,51,51,49,54,57,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,52,54,51,56,51,51,44,51,48,46,49,48,50,52,57,51,93,44,91,45,57,49,46,53,48,56,50,54,56,44,51,48,46,50,52,48,50,57,55,93,44,91,45,57,49,46,54,50,49,48,53,53,44,51,48,46,51,48,57,57,51,56,93,44,91,45,57,49,46,54,52,48,48,57,57,44,51,48,46,52,52,50,55,50,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,54,57,52,51,44,51,48,46,52,48,49,55,52,56,93,44,91,45,57,49,46,56,54,57,50,55,51,44,51,48,46,52,49,55,50,51,53,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,93,93,44,91,91,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,51,55,51,54,52,50,44,50,57,46,56,51,52,52,48,49,93,44,91,45,57,49,46,51,56,54,52,57,49,44,50,57,46,55,56,51,54,56,49,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,48,57,50,55,52,56,44,50,57,46,56,48,49,53,55,52,93,44,91,45,57,49,46,49,56,50,56,49,55,44,50,57,46,56,52,54,49,55,50,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,53,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,48,52,54,51,51,53,44,51,50,46,51,55,55,48,56,55,93,44,91,45,56,56,46,48,51,49,54,50,51,44,51,50,46,52,51,51,54,49,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,55,46,57,50,56,54,56,57,44,51,50,46,54,51,50,50,56,52,93,44,91,45,56,56,46,48,53,53,48,48,52,44,51,50,46,54,52,54,52,56,50,93,44,91,45,56,56,46,49,51,50,54,56,53,44,51,50,46,56,51,50,56,53,51,93,44,91,45,56,56,46,50,48,55,51,49,54,44,51,50,46,57,50,52,55,56,50,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,105,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,55,53,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,55,46,49,49,49,57,57,50,44,51,51,46,57,57,50,51,56,53,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,56,54,44,34,98,101,100,115,34,58,51,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,52,53,57,55,50,56,44,50,56,46,54,52,48,49,57,54,93,44,91,45,56,49,46,51,50,55,56,57,44,50,56,46,54,49,48,50,55,55,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,49,46,49,48,53,55,53,44,50,56,46,56,50,56,53,52,49,93,44,91,45,56,49,46,51,50,48,52,55,51,44,50,56,46,56,51,52,53,51,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,111,114,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,53,49,55,44,34,98,101,100,115,34,58,53,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,53,49,48,55,51,44,51,49,46,51,52,54,51,56,51,93,44,91,45,56,57,46,51,52,55,56,54,51,44,51,49,46,51,52,54,55,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,73,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,53,54,52,44,34,98,101,100,115,34,58,57,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,104,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,50,56,52,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,53,46,57,52,54,55,53,52,44,51,57,46,48,57,56,54,56,53,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,53,57,54,55,53,57,44,51,57,46,48,54,52,54,55,50,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,73,116,97,115,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,48,51,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,51,50,55,53,51,49,44,52,55,46,52,49,53,56,52,52,93,44,91,45,57,52,46,49,49,55,57,57,57,44,52,55,46,52,56,48,55,52,52,93,44,91,45,57,52,46,48,50,53,57,56,49,44,52,55,46,51,53,49,51,56,56,93,44,91,45,57,51,46,55,55,54,48,55,52,44,52,55,46,50,55,55,57,56,54,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,48,54,57,53,44,52,55,46,51,57,51,57,49,53,93,44,91,45,57,51,46,48,54,49,50,53,51,44,52,55,46,55,50,48,49,56,55,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,55,55,53,55,55,50,44,52,55,46,56,57,56,57,53,93,44,91,45,57,51,46,55,55,54,49,55,51,44,52,55,46,56,52,54,52,48,52,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,51,46,55,49,57,54,54,52,44,51,56,46,56,54,54,56,50,55,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,51,46,49,55,50,56,55,56,44,51,56,46,53,50,53,51,49,53,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,51,53,57,44,34,98,101,100,115,34,58,49,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,53,46,57,49,55,49,56,57,44,52,51,46,48,56,53,55,55,57,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,52,51,55,49,54,55,44,52,50,46,56,54,51,51,49,57,93,44,91,45,55,53,46,53,52,50,56,48,51,44,52,50,46,57,51,49,55,55,52,93,44,91,45,55,53,46,53,53,50,55,55,52,44,52,51,46,48,51,55,53,53,52,93,44,91,45,55,53,46,55,51,56,51,57,54,44,52,51,46,49,54,52,55,54,54,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,56,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,51,46,52,57,52,51,49,52,44,52,51,46,54,53,51,57,54,54,93,44,91,45,55,51,46,54,50,56,57,52,44,52,51,46,52,56,54,51,57,49,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,53,55,51,51,52,50,44,52,51,46,49,48,48,53,52,53,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,51,46,50,52,54,56,52,52,44,52,51,46,53,49,55,50,53,50,93,44,91,45,55,51,46,51,48,50,53,53,51,44,52,51,46,54,50,53,55,48,57,93,44,91,45,55,51,46,52,50,55,57,49,44,52,51,46,54,51,52,52,50,56,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,53,54,52,44,34,98,101,100,115,34,58,49,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,53,34,44,34,78,65,77,69,34,58,34,84,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,49,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,52,46,48,50,49,55,48,50,44,51,53,46,55,56,49,52,57,52,93,44,91,45,49,48,51,46,57,55,54,57,48,49,44,51,53,46,56,48,49,55,52,55,93,44,91,45,49,48,51,46,55,50,51,54,48,57,44,51,53,46,52,50,50,55,56,53,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,51,55,57,55,51,44,51,53,46,51,57,54,55,57,54,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,51,54,52,57,55,55,44,51,54,46,48,56,54,48,53,93,44,91,45,49,48,51,46,55,57,52,53,50,53,44,51,54,46,48,56,53,55,51,56,93,44,91,45,49,48,51,46,55,57,51,57,57,49,44,51,54,46,49,55,51,57,55,50,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,51,54,53,55,50,52,44,51,54,46,48,52,52,50,57,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,100,101,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,53,54,53,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,49,56,57,56,49,50,44,51,51,46,53,52,55,50,51,56,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,51,53,55,51,52,44,51,51,46,50,57,54,57,49,55,93,44,91,45,56,54,46,53,48,51,49,50,55,44,51,51,46,49,55,57,49,52,52,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,49,49,56,49,57,56,44,51,51,46,50,57,54,51,50,93,44,91,45,56,53,46,57,56,48,50,57,51,44,51,51,46,50,57,52,49,57,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,57,57,52,57,51,53,44,51,51,46,53,56,54,52,55,53,93,44,91,45,56,54,46,48,53,48,54,54,57,44,51,51,46,54,55,52,53,57,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,110,103,108,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,56,57,46,50,50,52,50,49,52,44,52,53,46,49,49,56,53,54,55,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,56,46,57,56,50,49,53,57,44,52,53,46,49,49,56,48,50,54,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,54,56,48,48,54,54,44,52,53,46,50,48,52,57,57,52,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,57,50,54,48,50,53,44,52,53,46,51,55,56,54,51,55,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,70,111,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,57,57,46,54,57,52,55,56,49,44,51,51,46,56,50,55,49,53,56,93,44,91,45,57,57,46,53,52,50,48,48,56,44,51,51,46,55,57,51,50,52,52,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,53,55,51,49,54,49,44,51,52,46,48,54,51,54,48,56,93,44,91,45,57,57,46,55,55,50,48,52,51,44,51,52,46,48,57,51,50,56,54,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,49,48,48,46,48,52,55,48,50,56,44,51,52,46,50,50,57,55,56,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,101,110,97,32,86,105,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,54,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,53,34,44,34,78,65,77,69,34,58,34,82,101,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,57,54,55,54,50,54,44,51,48,46,48,56,50,51,53,54,93,44,91,45,49,48,48,46,48,52,53,55,57,49,44,50,57,46,54,57,52,57,50,52,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,54,57,49,50,49,53,44,50,57,46,57,48,56,53,56,50,93,44,91,45,57,57,46,54,56,57,56,55,57,44,51,48,46,48,55,51,57,52,56,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,48,48,56,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,50,52,56,52,50,56,44,52,48,46,50,52,52,52,54,54,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,57,50,57,53,56,56,44,52,48,46,51,53,56,49,50,51,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,111,114,115,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,53,55,51,44,34,98,101,100,115,34,58,50,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,52,51,57,49,48,52,44,51,54,46,49,51,57,57,52,57,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,50,49,51,55,51,44,51,54,46,48,50,54,56,48,56,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,67,97,114,115,111,110,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,54,55,44,34,98,101,100,115,34,58,50,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,49,57,46,55,54,49,50,49,51,44,51,57,46,49,49,52,48,48,57,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,53,54,51,54,56,44,51,57,46,49,57,53,52,49,53,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,56,56,48,55,56,55,44,51,57,46,49,54,53,53,48,57,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,48,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,50,56,48,48,53,55,44,52,49,46,54,48,49,51,49,50,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,56,49,52,50,56,50,44,52,49,46,54,48,48,52,53,54,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,67,97,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,51,53,50,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,49,56,51,53,54,57,44,51,50,46,49,53,56,52,57,51,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,51,51,56,49,52,51,44,51,49,46,57,49,54,49,57,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,57,48,46,50,50,51,50,51,44,51,55,46,48,56,54,53,51,52,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,57,53,44,34,98,101,100,115,34,58,55,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,55,56,55,55,53,49,44,51,52,46,54,55,50,53,57,52,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,56,52,52,56,49,55,44,51,52,46,54,49,56,55,49,57,93,44,91,45,56,50,46,56,53,53,49,48,51,44,51,52,46,54,48,57,48,48,55,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,50,46,56,54,52,52,44,51,52,46,52,53,57,55,56,53,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,52,54,54,53,48,51,44,51,52,46,54,54,53,49,56,52,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,54,53,52,55,56,49,44,52,50,46,52,51,49,48,57,52,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,55,46,53,48,51,56,50,49,44,52,50,46,48,56,55,57,53,55,93,44,91,45,49,48,55,46,53,48,57,55,50,44,52,49,46,54,53,55,52,53,50,93,44,91,45,49,48,55,46,57,50,57,55,51,54,44,52,49,46,54,53,57,53,57,54,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,51,50,50,56,56,53,44,52,49,46,51,57,53,49,52,49,93,44,91,45,49,48,54,46,48,54,56,52,48,54,44,52,49,46,51,57,53,48,50,56,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,105,108,118,101,114,32,66,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,49,52,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,55,55,55,49,50,44,52,54,46,49,51,53,56,50,54,93,44,91,45,49,49,50,46,57,50,52,53,53,50,44,52,53,46,57,51,54,52,52,51,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,51,46,48,48,48,49,53,53,44,52,53,46,56,48,55,55,52,55,93,44,91,45,49,49,50,46,55,53,57,51,51,57,44,52,53,46,55,52,56,50,48,57,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,53,49,53,52,53,51,44,52,53,46,55,52,54,55,48,50,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,52,48,49,52,52,49,44,52,53,46,56,51,49,56,53,49,93,44,91,45,49,49,50,46,52,54,54,51,50,57,44,52,54,46,48,57,50,57,55,57,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,51,51,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,112,101,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,48,50,44,34,98,101,100,115,34,58,49,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,51,46,48,48,48,52,51,44,52,51,46,50,56,52,57,49,51,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,51,53,52,52,49,56,44,52,51,46,51,50,50,50,53,55,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,53,51,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,51,46,50,51,55,51,56,49,44,51,50,46,55,49,54,50,53,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,50,46,56,50,56,53,51,53,44,51,50,46,55,53,56,56,49,52,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,89,97,108,111,98,117,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,50,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,55,54,57,48,53,44,51,51,46,56,54,55,51,51,52,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,99,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,75,97,108,107,97,115,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,54,51,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,53,46,50,57,49,55,49,54,44,52,52,46,56,53,57,54,48,56,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,103,117,97,100,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,54,54,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,44,91,45,54,55,46,50,48,53,55,52,52,44,49,56,46,53,49,55,49,50,56,93,44,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,118,97,110,103,101,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,51,54,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,53,57,55,51,53,51,44,51,48,46,53,56,49,54,50,51,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,52,50,48,55,56,44,51,48,46,53,51,56,56,50,93,44,91,45,57,50,46,50,49,49,50,52,51,44,51,48,46,53,54,56,49,50,53,93,44,91,45,57,50,46,49,55,50,52,49,53,44,51,48,46,55,54,55,57,51,53,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,51,56,48,56,52,51,44,51,49,46,48,48,48,57,50,57,93,44,91,45,57,50,46,53,50,52,54,52,54,44,51,48,46,56,57,51,51,50,56,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,54,50,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,111,99,104,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,50,55,57,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,48,46,52,53,57,55,53,49,44,51,49,46,51,51,50,57,49,52,93,44,91,45,49,48,57,46,48,53,48,48,51,51,44,51,49,46,51,51,50,51,52,56,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,72,105,100,97,108,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,48,53,48,48,51,51,44,51,49,46,51,51,50,51,52,56,93,44,91,45,49,48,56,46,50,48,56,52,55,44,51,49,46,51,51,51,51,55,51,93,44,91,45,49,48,56,46,50,48,56,52,56,52,44,51,49,46,55,56,51,54,57,56,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,53,50,52,53,51,56,44,51,49,46,56,54,51,54,49,52,93,44,91,45,49,48,56,46,53,51,55,54,55,54,44,51,50,46,48,55,57,56,51,50,93,44,91,45,49,48,56,46,53,51,55,48,49,49,44,51,50,46,53,49,54,54,49,56,93,44,91,45,49,48,56,46,54,52,54,55,55,44,51,50,46,53,49,54,53,50,49,93,44,91,45,49,48,56,46,54,52,54,53,50,51,44,51,50,46,54,48,51,55,51,93,44,91,45,49,48,56,46,56,53,50,57,49,57,44,51,50,46,54,48,51,51,55,52,93,44,91,45,49,48,56,46,56,53,52,53,56,49,44,51,50,46,55,55,55,50,55,54,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,68,105,118,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,50,46,57,51,57,57,51,50,44,52,56,46,55,50,48,52,54,57,93,44,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,44,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,66,101,114,110,97,114,100,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,53,52,49,51,44,34,98,101,100,115,34,58,54,50,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,55,46,54,52,54,51,55,52,44,51,52,46,50,56,57,49,55,93,44,91,45,49,49,55,46,54,55,56,53,48,49,44,51,52,46,49,54,49,57,57,51,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,53,53,56,51,49,50,44,51,52,46,48,51,51,52,53,49,93,44,91,45,49,49,55,46,50,50,53,51,55,50,44,51,52,46,48,48,52,51,49,52,93,44,91,45,49,49,54,46,57,50,57,53,53,56,44,51,52,46,48,51,52,49,49,51,93,44,91,45,49,49,54,46,51,48,48,54,51,49,44,51,52,46,48,51,50,53,52,52,93,44,91,45,49,49,53,46,51,49,54,50,49,50,44,51,52,46,48,51,52,49,49,93,44,91,45,49,49,53,46,51,49,54,48,54,53,44,51,52,46,48,55,55,56,52,51,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,52,46,50,53,52,49,52,49,44,51,52,46,49,55,51,56,51,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,51,51,57,54,50,55,44,51,52,46,52,53,49,52,51,53,93,44,91,45,49,49,52,46,52,51,53,54,55,49,44,51,52,46,53,57,51,56,52,49,93,44,91,45,49,49,52,46,52,55,49,54,50,44,51,52,46,55,49,50,57,54,54,93,44,91,45,49,49,52,46,54,50,56,50,55,54,44,51,52,46,56,54,51,53,57,54,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,53,46,55,51,53,56,57,49,44,51,53,46,55,57,51,54,50,93,44,91,45,49,49,54,46,56,55,48,54,51,50,44,51,53,46,55,57,53,51,55,54,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,55,46,54,51,50,48,49,49,44,51,52,46,56,50,50,50,55,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,101,122,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,56,46,57,49,55,48,56,49,44,51,55,46,54,51,49,57,48,50,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,56,46,50,57,48,52,53,57,44,51,55,46,49,52,53,57,55,53,93,44,91,45,49,48,56,46,50,57,49,54,55,54,44,51,55,46,50,50,50,48,48,51,93,44,91,45,49,48,56,46,50,48,52,56,51,54,44,51,55,46,51,52,52,48,56,93,44,91,45,49,48,56,46,48,51,51,49,52,54,44,51,55,46,52,54,52,57,52,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,54,50,50,51,57,52,44,51,49,46,56,53,55,49,57,51,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,48,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,57,57,50,44,34,98,101,100,115,34,58,50,54,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,48,48,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,97,120,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,44,91,45,55,55,46,51,49,54,50,50,52,44,51,56,46,56,51,54,52,48,56,93,44,91,45,55,55,46,50,55,48,53,50,44,51,56,46,56,52,48,57,48,50,93,44,91,45,55,55,46,50,55,48,53,57,55,44,51,56,46,56,54,54,48,55,53,93,44,91,45,55,55,46,51,48,51,49,51,57,44,51,56,46,56,54,57,50,48,56,93,44,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,114,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,54,54,54,53,49,50,44,51,52,46,53,48,55,49,50,49,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,55,49,57,55,57,55,44,51,52,46,55,54,56,52,53,49,93,44,91,45,57,57,46,55,51,49,48,57,50,44,51,52,46,57,52,52,48,53,56,93,44,91,45,57,57,46,56,56,56,50,50,50,44,51,52,46,57,52,51,56,57,55,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,51,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,56,49,49,52,48,50,44,51,55,46,56,51,52,53,55,49,93,44,91,45,57,51,46,56,48,56,54,52,56,44,51,55,46,56,57,50,55,55,53,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,48,50,44,34,98,101,100,115,34,58,53,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,54,46,48,57,48,49,52,51,44,52,53,46,48,54,52,48,49,51,93,44,91,45,49,49,54,46,49,57,55,48,49,49,44,52,52,46,56,54,52,50,49,54,93,44,91,45,49,49,54,46,49,53,55,54,48,50,44,52,52,46,55,48,51,55,52,51,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,50,49,50,57,49,44,52,52,46,51,50,52,51,55,51,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,49,48,51,48,55,50,44,52,52,46,50,51,54,52,48,57,93,44,91,45,49,49,53,46,52,53,55,51,48,53,44,52,52,46,50,52,50,57,53,51,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,50,50,56,50,50,50,44,52,52,46,52,50,51,53,50,49,93,44,91,45,49,49,53,46,51,48,52,57,57,52,44,52,52,46,53,55,57,56,53,55,93,44,91,45,49,49,53,46,49,54,53,54,48,53,44,52,52,46,54,53,48,51,48,54,93,44,91,45,49,49,53,46,48,57,49,57,50,50,44,52,52,46,55,54,54,55,50,54,93,44,91,45,49,49,52,46,57,53,54,49,49,54,44,52,52,46,55,50,48,57,56,50,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,55,51,49,57,54,44,52,52,46,56,56,48,57,52,54,93,44,91,45,49,49,52,46,55,51,50,50,55,44,52,53,46,49,53,49,49,53,53,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,53,46,57,55,53,55,56,55,44,52,53,46,49,57,53,50,56,50,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,51,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,53,52,50,48,48,56,44,51,51,46,55,57,51,50,52,52,93,44,91,45,57,57,46,54,57,52,55,56,49,44,51,51,46,56,50,55,49,53,56,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,79,117,97,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,48,54,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,49,49,57,48,49,52,44,51,51,46,51,56,48,50,57,51,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,55,48,53,48,57,51,44,51,51,46,52,51,49,50,49,53,93,44,91,45,57,50,46,55,53,57,48,51,53,44,51,51,46,53,51,48,57,53,52,93,44,91,45,57,50,46,53,56,54,56,56,54,44,51,51,46,55,51,49,50,51,52,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,52,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,75,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,56,48,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,48,54,52,49,48,55,44,51,54,46,54,56,52,50,48,55,93,44,91,45,57,54,46,57,51,49,57,52,51,44,51,54,46,54,56,54,48,57,55,93,44,91,45,57,54,46,56,56,57,52,55,53,44,51,54,46,55,53,49,50,51,93,44,91,45,57,54,46,55,53,50,51,55,53,44,51,54,46,55,56,50,48,57,50,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,119,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,49,46,53,48,49,48,53,51,44,52,52,46,57,57,51,55,57,53,93,44,91,45,49,48,49,46,49,51,54,49,54,50,44,52,52,46,57,57,52,48,55,52,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,48,50,50,54,49,49,44,52,52,46,55,50,52,49,53,51,93,44,91,45,49,48,48,46,56,50,57,55,57,53,44,52,52,46,55,56,51,50,52,56,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,53,52,51,52,56,52,44,52,52,46,55,54,49,48,56,55,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,49,48,48,46,52,50,51,57,49,56,44,52,52,46,57,57,48,48,48,54,93,44,91,45,49,48,48,46,51,50,53,52,53,49,44,52,53,46,48,57,57,51,51,55,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,49,48,48,46,50,55,52,49,55,54,44,52,53,46,51,56,49,56,52,53,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,84,105,108,108,97,109,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,55,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,44,91,45,49,50,52,46,48,49,48,56,48,53,44,52,53,46,55,48,56,50,56,53,93,44,91,45,49,50,52,46,48,55,54,57,55,55,44,52,53,46,51,52,49,56,52,54,93,44,91,45,49,50,52,46,48,52,48,50,53,55,44,52,53,46,50,54,56,56,50,56,93,44,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,55,56,52,53,52,44,52,53,46,50,49,54,50,57,52,93,44,91,45,49,50,51,46,52,54,51,53,49,56,44,52,53,46,50,49,54,51,49,50,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,51,54,49,49,51,49,44,52,53,46,53,55,56,55,55,57,93,44,91,45,49,50,51,46,52,56,52,55,50,54,44,52,53,46,55,48,56,55,54,52,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,67,111,119,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,49,54,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,56,53,50,51,54,44,51,51,46,50,50,51,53,57,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,53,56,54,48,52,55,44,51,51,46,51,53,55,56,56,53,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,105,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,55,51,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,49,51,50,53,53,50,44,51,49,46,56,53,54,57,50,51,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,54,53,52,52,50,54,44,51,50,46,48,49,51,54,55,56,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,50,52,48,48,55,51,44,51,48,46,54,55,55,49,54,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,111,110,116,114,97,32,67,111,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,51,50,52,55,44,34,98,101,100,115,34,58,49,54,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,50,54,52,48,50,55,44,51,55,46,57,48,51,55,55,53,93,44,91,45,49,50,50,46,49,52,48,53,53,49,44,51,55,46,56,48,52,53,57,52,93,44,91,45,49,50,50,46,48,52,53,52,55,51,44,51,55,46,55,57,56,49,50,54,93,44,91,45,49,50,49,46,57,54,48,55,55,44,51,55,46,55,49,56,54,50,57,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,55,51,55,56,50,52,44,51,56,46,48,50,54,54,51,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,50,46,49,50,51,57,55,51,44,51,56,46,48,51,53,55,49,55,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,49,56,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,53,54,57,48,52,55,44,51,53,46,56,50,52,56,50,57,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,56,46,50,49,55,52,51,54,44,51,53,46,56,52,54,53,56,50,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,54,52,50,44,34,98,101,100,115,34,58,49,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,52,52,55,53,56,49,44,51,55,46,54,48,50,56,49,93,44,91,45,55,55,46,51,57,49,51,48,54,44,51,55,46,53,51,48,49,50,50,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,51,52,57,50,51,53,44,51,55,46,51,55,56,52,54,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,51,56,49,55,53,53,44,51,55,46,53,57,52,53,49,51,93,44,91,45,55,55,46,52,57,51,57,57,44,51,55,46,55,48,49,48,48,56,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,79,119,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,54,46,57,52,50,52,55,51,44,51,57,46,51,52,50,48,52,51,93,44,91,45,56,55,46,48,53,51,54,52,54,44,51,57,46,51,52,50,54,50,49,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,54,46,54,56,53,54,49,44,51,57,46,51,51,54,48,52,51,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,87,101,115,116,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,56,49,53,44,34,98,101,100,115,34,58,51,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,56,56,57,52,56,44,52,49,46,49,52,53,48,57,53,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,55,50,55,55,55,53,44,52,49,46,49,48,48,54,57,54,93,44,91,45,55,51,46,52,56,50,54,57,53,44,52,49,46,50,49,50,55,55,50,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,108,108,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,57,48,46,49,52,53,54,57,57,44,51,55,46,51,49,50,48,57,49,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,50,50,51,50,51,44,51,55,46,48,56,54,53,51,52,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,56,57,46,57,53,57,49,57,54,44,51,55,46,48,53,52,51,56,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,99,68,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,49,55,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,54,53,52,52,51,49,44,51,55,46,53,50,51,51,49,50,93,44,91,45,56,49,46,55,50,57,52,51,51,44,51,55,46,52,57,52,53,56,53,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,57,57,54,53,55,56,44,51,55,46,52,55,54,55,48,53,93,44,91,45,56,49,46,56,53,51,53,53,51,44,51,55,46,50,56,55,55,48,54,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,53,54,48,54,51,49,44,51,55,46,50,48,54,54,54,51,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,50,48,57,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,54,48,52,51,48,49,44,51,57,46,50,56,54,48,52,55,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,56,55,52,44,34,98,101,100,115,34,58,49,52,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,56,48,52,54,57,44,51,54,46,48,57,52,53,53,49,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,53,49,49,50,50,52,44,51,54,46,52,53,52,56,48,56,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,78,101,119,32,72,97,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,51,51,57,44,34,98,101,100,115,34,58,49,54,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,48,54,55,56,53,49,44,52,49,46,51,48,48,57,57,54,93,44,91,45,55,51,46,49,48,55,52,53,50,44,52,49,46,49,54,56,51,57,55,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,53,50,55,57,48,50,44,52,49,46,50,53,48,49,49,53,93,44,91,45,55,50,46,54,53,52,49,57,51,44,52,49,46,52,51,56,50,53,54,93,44,91,45,55,50,46,55,51,57,49,50,44,52,49,46,52,51,56,50,57,52,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,57,52,54,51,53,44,52,49,46,53,53,54,55,57,55,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,51,46,49,53,53,52,57,50,44,52,49,46,53,49,52,51,48,52,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,108,101,99,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,49,55,51,50,53,50,44,51,50,46,52,53,50,53,51,51,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,53,48,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,50,51,51,48,54,50,44,51,51,46,50,50,55,55,52,93,44,91,45,56,50,46,50,57,49,49,56,44,51,51,46,48,54,50,56,50,55,93,44,91,45,56,50,46,50,55,50,51,53,51,44,51,50,46,57,51,55,55,57,54,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,48,56,49,51,51,55,44,51,50,46,57,49,54,55,55,54,93,44,91,45,56,49,46,56,53,55,57,56,53,44,51,50,46,57,53,51,56,56,50,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,55,48,52,54,51,52,44,51,51,46,49,49,54,52,53,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,50,46,48,57,50,53,57,50,44,51,51,46,50,51,48,48,56,52,93,44,91,45,56,50,46,49,55,52,50,52,44,51,51,46,50,57,54,55,55,49,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,52,52,56,53,57,56,44,51,55,46,53,57,56,56,50,49,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,52,50,48,57,51,57,44,51,55,46,51,57,51,57,53,50,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,75,97,110,107,97,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,48,54,49,44,34,98,101,100,115,34,58,53,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,56,46,48,49,51,57,49,57,44,52,49,46,50,57,50,52,52,55,93,44,91,45,56,56,46,48,49,49,56,49,44,52,49,46,50,48,53,53,48,56,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,52,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,54,51,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,55,46,55,48,51,54,50,55,44,52,49,46,53,50,54,55,57,54,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,50,55,55,49,54,53,44,51,54,46,51,48,54,49,51,50,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,55,46,57,49,49,57,54,51,44,51,54,46,51,56,50,52,52,54,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,105,98,111,110,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,53,55,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,53,50,55,49,49,55,44,51,50,46,49,51,52,53,53,54,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,53,52,48,44,34,98,101,100,115,34,58,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,51,55,50,49,51,49,44,51,56,46,57,54,49,52,51,54,93,44,91,45,55,53,46,53,53,53,48,49,51,44,51,56,46,56,51,53,54,52,57,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,54,57,51,54,55,44,51,56,46,52,54,48,48,56,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,52,46,57,56,54,50,56,50,44,51,56,46,52,53,49,54,51,50,93,44,91,45,55,53,46,48,49,53,49,50,51,44,51,56,46,55,56,56,54,53,55,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,56,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,52,53,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,52,54,56,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,72,97,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,49,53,48,44,34,98,101,100,115,34,58,52,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,48,51,48,53,50,51,44,50,57,46,56,52,56,53,51,57,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,53,34,44,34,78,65,77,69,34,58,34,77,101,100,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,57,50,55,49,54,49,44,50,57,46,53,54,50,50,53,93,44,91,45,57,56,46,57,56,51,55,56,55,44,50,57,46,54,50,51,52,53,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,97,117,102,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,54,53,56,44,34,98,101,100,115,34,58,51,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,48,46,56,50,48,50,50,56,44,51,50,46,52,57,48,55,56,56,93,44,91,45,56,48,46,56,52,49,52,53,56,44,51,50,46,51,56,53,48,54,52,93,44,91,45,56,48,46,57,50,49,56,56,51,44,51,50,46,51,53,49,56,51,52,93,44,91,45,56,49,46,48,48,56,53,52,44,51,50,46,50,49,50,49,50,56,93,44,91,45,56,48,46,57,48,48,53,55,51,44,51,50,46,49,49,49,54,49,55,93,44,91,45,56,48,46,55,52,53,53,51,54,44,51,50,46,48,55,56,54,54,55,93,44,91,45,56,48,46,53,56,52,57,56,53,44,51,50,46,49,54,50,53,56,57,93,44,91,45,56,48,46,53,50,51,56,50,52,44,51,50,46,50,51,52,53,57,50,93,44,91,45,56,48,46,51,57,50,51,50,55,44,51,50,46,50,56,48,51,49,55,93,44,91,45,56,48,46,51,48,53,55,49,49,44,51,50,46,51,57,55,53,56,57,93,44,91,45,56,48,46,53,48,50,57,52,52,44,51,50,46,52,57,53,54,53,50,93,44,91,45,56,48,46,54,56,52,56,53,51,44,51,50,46,54,53,54,48,57,55,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,89,97,110,107,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,55,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,50,49,56,48,52,54,44,52,50,46,56,52,53,49,49,51,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,55,46,49,54,48,53,52,52,44,52,51,46,49,54,57,57,55,56,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,55,54,57,44,34,98,101,100,115,34,58,53,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,52,54,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,50,46,56,57,54,48,50,53,44,51,52,46,55,51,54,53,52,55,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,55,56,55,55,53,49,44,51,52,46,54,55,50,53,57,52,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,52,57,52,48,48,55,44,51,52,46,56,57,54,50,49,53,93,44,91,45,56,50,46,54,50,53,53,57,57,44,51,53,46,48,54,52,54,56,54,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,50,52,49,56,55,50,44,52,54,46,50,57,53,48,54,52,93,44,91,45,49,49,56,46,49,49,54,54,50,52,44,52,54,46,50,48,56,48,53,93,44,91,45,49,49,55,46,57,57,49,52,56,49,44,52,54,46,50,48,55,55,48,50,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,54,49,49,57,48,51,44,52,54,46,51,51,56,52,55,56,93,44,91,45,49,49,55,46,55,51,55,51,48,51,44,52,54,46,52,55,49,52,53,52,93,44,91,45,49,49,55,46,56,54,51,51,52,55,44,52,54,46,52,55,48,54,54,55,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,56,46,49,55,50,53,53,50,44,52,54,46,53,53,54,57,52,55,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,54,50,56,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,53,55,57,51,50,53,44,51,56,46,52,56,48,49,56,52,93,44,91,45,56,57,46,51,50,57,52,54,57,44,51,56,46,53,49,48,50,49,51,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,105,110,105,100,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,51,46,54,53,52,49,52,57,44,52,50,46,53,51,54,49,53,53,93,44,91,45,49,49,51,46,53,53,55,49,57,51,44,52,50,46,54,53,54,55,57,57,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,52,55,50,49,53,53,44,52,50,46,56,52,57,50,48,49,93,44,91,45,49,49,51,46,52,49,51,49,51,56,44,52,50,46,56,52,57,49,54,57,93,44,91,45,49,49,51,46,52,49,51,56,54,55,44,52,51,46,49,57,57,56,53,57,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,51,46,55,49,52,48,52,52,44,52,50,46,56,52,57,55,51,52,93,44,91,45,49,49,51,46,55,54,51,56,54,50,44,52,50,46,55,54,52,53,48,56,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,55,52,57,52,57,55,44,52,49,46,52,48,53,53,55,50,93,44,91,45,55,54,46,53,57,50,53,51,50,44,52,49,46,51,48,52,51,51,50,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,82,97,110,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,52,48,44,34,98,101,100,115,34,58,50,48,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,57,48,46,50,52,53,51,56,44,51,50,46,49,55,49,51,57,54,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,55,51,48,48,54,51,44,51,50,46,51,53,50,55,51,51,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,56,54,49,49,53,57,44,51,50,46,53,56,51,49,54,50,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,53,34,44,34,78,65,77,69,34,58,34,77,111,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,76,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,56,56,50,44,34,98,101,100,115,34,58,55,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,44,91,45,49,50,51,46,57,52,54,50,57,49,44,52,51,46,56,54,50,54,56,50,93,44,91,45,49,50,51,46,56,50,55,48,48,52,44,52,51,46,57,52,52,56,51,55,93,44,91,45,49,50,51,46,54,49,57,48,49,50,44,52,51,46,57,50,49,49,49,55,93,44,91,45,49,50,51,46,53,50,57,49,53,51,44,52,51,46,56,51,48,48,54,49,93,44,91,45,49,50,51,46,51,52,56,50,52,54,44,52,51,46,55,56,48,49,55,93,44,91,45,49,50,51,46,49,51,55,51,49,57,44,52,51,46,55,55,57,54,55,93,44,91,45,49,50,51,46,49,48,55,54,56,54,44,52,51,46,53,52,48,48,49,93,44,91,45,49,50,50,46,55,52,49,56,52,53,44,52,51,46,53,52,52,54,53,52,93,44,91,45,49,50,50,46,55,52,49,55,49,54,44,52,51,46,52,51,55,51,57,53,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,49,51,48,54,56,57,44,52,51,46,53,53,55,49,52,51,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,49,46,57,55,50,57,51,49,44,52,51,46,56,54,49,49,53,54,93,44,91,45,49,50,49,46,56,53,55,48,54,51,44,52,51,46,57,54,53,50,52,56,93,44,91,45,49,50,49,46,55,54,56,48,55,44,52,52,46,49,49,53,50,52,53,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,50,46,51,50,55,49,53,44,52,52,46,50,53,50,56,52,49,93,44,91,45,49,50,50,46,53,48,55,50,48,51,44,52,52,46,50,50,51,52,52,56,93,44,91,45,49,50,50,46,55,54,50,55,51,53,44,52,52,46,50,57,48,53,51,55,93,44,91,45,49,50,50,46,56,54,53,52,55,56,44,52,52,46,50,56,55,49,51,52,93,44,91,45,49,50,50,46,57,48,53,55,53,53,44,52,52,46,50,48,48,55,51,54,93,44,91,45,49,50,51,46,49,54,53,52,50,56,44,52,52,46,50,48,48,48,55,49,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,52,46,49,56,55,52,48,57,44,52,52,46,50,55,54,56,55,49,93,44,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,53,34,44,34,78,65,77,69,34,58,34,87,105,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,56,49,56,44,34,98,101,100,115,34,58,56,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,52,56,54,51,50,56,44,51,52,46,48,54,50,53,57,56,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,54,57,48,48,55,50,44,51,52,46,49,51,51,49,53,53,93,44,91,45,57,56,46,56,56,55,49,49,50,44,51,52,46,49,54,56,50,54,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,104,105,97,119,97,115,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,57,51,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,74,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,50,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,55,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,51,49,51,51,56,53,44,50,57,46,57,53,52,55,48,52,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,50,56,49,56,51,55,44,50,57,46,56,52,52,52,52,56,93,44,91,45,56,50,46,49,51,51,49,50,54,44,50,57,46,56,51,53,57,52,57,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,48,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,57,48,46,48,51,49,56,57,54,44,51,49,46,49,55,53,55,50,55,93,44,91,45,56,57,46,56,51,53,56,55,51,44,51,49,46,48,55,52,57,50,54,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,56,50,52,50,51,54,44,51,49,46,52,51,52,48,57,51,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,49,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,74,111,32,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,51,57,49,49,48,56,44,52,50,46,50,50,53,52,55,51,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,56,51,48,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,50,48,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,49,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,57,53,53,52,50,52,44,51,54,46,54,54,52,53,56,55,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,57,34,44,34,78,65,77,69,34,58,34,77,105,100,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,49,57,52,44,34,98,101,100,115,34,58,54,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,115,99,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,52,54,44,34,98,101,100,115,34,58,53,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,50,46,48,52,52,56,50,57,44,52,55,46,49,57,50,55,49,49,93,44,91,45,49,49,49,46,55,56,57,50,55,56,44,52,55,46,49,50,56,57,50,50,93,44,91,45,49,49,49,46,55,57,48,50,51,54,44,52,54,46,57,49,51,55,54,52,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,53,51,57,51,55,51,44,52,55,46,48,48,48,53,53,57,93,44,91,45,49,49,49,46,48,56,52,50,56,53,44,52,55,46,48,49,48,54,49,51,93,44,91,45,49,49,48,46,57,49,51,48,51,53,44,52,54,46,57,56,48,53,53,57,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,54,52,53,50,49,50,44,52,55,46,48,57,53,56,55,93,44,91,45,49,49,48,46,55,55,48,54,57,56,44,52,55,46,48,57,54,53,52,54,93,44,91,45,49,49,48,46,55,54,55,49,50,53,44,52,55,46,51,53,57,49,50,56,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,55,54,57,49,50,57,44,52,55,46,52,52,54,48,57,54,93,44,91,45,49,49,48,46,56,54,52,54,51,44,52,55,46,53,50,52,55,49,52,93,44,91,45,49,49,49,46,48,52,51,56,56,49,44,52,55,46,53,57,49,53,56,51,93,44,91,45,49,49,48,46,57,55,54,54,54,56,44,52,55,46,54,57,56,55,51,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,49,46,54,54,54,52,56,50,44,52,55,46,54,57,55,55,54,49,93,44,91,45,49,49,49,46,54,54,54,50,54,44,52,55,46,54,49,49,50,53,51,93,44,91,45,49,49,49,46,57,50,50,57,51,54,44,52,55,46,54,49,49,50,51,49,93,44,91,45,49,49,49,46,57,50,50,55,57,53,44,52,55,46,53,48,53,48,54,52,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,54,48,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,44,91,45,55,56,46,56,50,52,51,50,44,51,56,46,52,51,53,48,55,57,93,44,91,45,55,56,46,57,48,48,53,56,57,44,51,56,46,52,53,57,50,49,55,93,44,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,57,57,44,34,98,101,100,115,34,58,51,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,70,108,97,116,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,48,56,50,44,34,98,101,100,115,34,58,50,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,44,91,45,49,49,52,46,54,52,56,49,51,52,44,52,56,46,55,55,57,51,51,50,93,44,91,45,49,49,52,46,54,57,50,52,53,44,52,56,46,54,56,48,49,51,54,93,44,91,45,49,49,52,46,56,56,56,53,57,44,52,56,46,54,53,56,55,54,53,93,44,91,45,49,49,52,46,56,52,57,56,48,51,44,52,56,46,53,55,51,53,48,50,93,44,91,45,49,49,52,46,56,52,56,48,57,56,44,52,56,46,50,50,54,49,50,53,93,44,91,45,49,49,53,46,48,50,48,48,55,57,44,52,56,46,50,50,53,57,53,52,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,52,46,57,56,57,51,52,52,44,52,55,46,56,55,50,56,48,55,93,44,91,45,49,49,52,46,54,48,52,53,56,52,44,52,55,46,56,55,53,54,48,53,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,52,55,55,50,57,44,52,55,46,55,56,57,57,52,49,93,44,91,45,49,49,52,46,52,57,50,49,57,44,52,55,46,57,54,49,57,56,57,93,44,91,45,49,49,52,46,48,51,56,53,52,53,44,52,55,46,57,54,50,53,53,93,44,91,45,49,49,52,46,48,50,57,48,52,50,44,52,56,46,48,53,49,54,53,51,93,44,91,45,49,49,51,46,56,56,52,53,52,49,44,52,56,46,48,53,49,57,93,44,91,45,49,49,51,46,56,51,50,53,53,54,44,52,55,46,57,55,54,52,51,52,93,44,91,45,49,49,51,46,54,55,50,51,51,53,44,52,55,46,56,57,54,52,57,49,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,49,54,53,56,49,49,44,52,55,46,55,49,57,55,54,52,93,44,91,45,49,49,51,46,48,56,48,57,57,55,44,52,55,46,55,52,57,57,49,55,93,44,91,45,49,49,51,46,48,54,50,56,55,54,44,52,55,46,56,56,53,53,54,51,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,50,46,56,56,52,56,56,51,44,52,55,46,57,56,53,52,49,52,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,51,46,50,51,48,55,50,51,44,52,56,46,49,56,50,48,48,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,51,46,51,53,53,57,55,54,44,52,56,46,52,50,51,57,49,50,93,44,91,45,49,49,51,46,52,56,48,56,51,57,44,52,56,46,52,53,57,54,54,50,93,44,91,45,49,49,51,46,52,54,55,51,55,50,44,52,56,46,53,52,55,53,53,53,93,44,91,45,49,49,51,46,55,53,48,52,53,52,44,52,56,46,54,49,52,51,51,53,93,44,91,45,49,49,51,46,55,48,50,57,51,56,44,52,56,46,55,49,57,56,54,53,93,44,91,45,49,49,51,46,56,49,56,51,55,51,44,52,56,46,56,52,56,50,49,56,93,44,91,45,49,49,51,46,57,53,54,56,54,52,44,52,56,46,56,49,55,52,55,52,93,44,91,45,49,49,52,46,48,54,56,49,56,44,52,56,46,57,57,56,56,53,55,93,44,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,101,195,177,117,101,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,55,55,52,49,50,51,44,49,55,46,57,49,52,55,57,54,93,44,91,45,54,54,46,55,49,53,50,52,52,44,49,55,46,57,49,50,54,56,50,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,55,51,52,44,34,98,101,100,115,34,58,50,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,52,55,57,54,50,57,44,51,55,46,57,52,48,50,49,57,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,51,56,48,55,56,56,44,51,56,46,49,49,51,57,54,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,54,46,56,49,55,49,44,51,55,46,55,57,49,53,56,57,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,52,48,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,114,98,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,51,48,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,56,48,46,48,50,51,52,49,49,44,51,57,46,50,52,55,56,57,50,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,48,52,52,54,57,53,44,51,57,46,48,49,48,49,56,54,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,55,57,46,56,57,54,48,57,52,44,51,56,46,57,55,51,52,48,52,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,52,57,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,55,46,57,56,49,53,56,53,44,51,53,46,50,57,53,54,55,56,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,53,55,55,55,57,54,44,51,53,46,49,53,57,52,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,57,55,51,49,56,44,51,53,46,52,53,57,57,54,56,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,111,120,32,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,51,46,52,52,52,49,48,56,44,52,50,46,48,57,48,55,48,56,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,50,46,55,52,50,50,54,57,44,52,50,46,48,57,50,51,56,56,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,51,50,53,44,34,98,101,100,115,34,58,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,56,56,50,50,56,44,52,48,46,57,55,49,51,51,52,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,56,53,53,51,54,50,44,52,48,46,55,50,56,56,50,49,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,54,54,49,51,52,56,44,52,48,46,57,54,55,57,57,54,93,44,91,45,55,54,46,55,57,50,54,49,44,52,48,46,57,52,54,54,52,55,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,57,34,44,34,78,65,77,69,34,58,34,86,105,99,116,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,55,48,44,34,98,101,100,115,34,58,54,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,55,46,50,48,52,57,57,56,44,50,56,46,56,53,53,48,52,93,44,91,45,57,55,46,49,53,56,57,51,51,44,50,56,46,55,55,54,49,53,54,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,54,46,56,53,51,55,53,55,44,50,56,46,54,51,53,49,57,57,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,55,57,50,49,51,51,44,50,56,46,57,49,56,56,48,51,93,44,91,45,57,54,46,56,51,56,55,57,53,44,50,57,46,48,50,53,51,50,55,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,51,48,34,44,34,78,65,77,69,34,58,34,66,117,101,110,97,32,86,105,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,44,91,45,55,57,46,51,54,48,55,54,50,44,51,55,46,55,48,50,54,54,54,93,44,91,45,55,57,46,51,51,49,50,53,50,44,51,55,46,55,52,52,51,51,54,93,44,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,54,54,44,34,98,101,100,115,34,58,50,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,50,46,55,51,57,48,49,44,52,50,46,56,57,55,53,52,49,93,44,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,44,91,45,56,50,46,53,50,52,56,51,51,44,52,50,46,54,48,53,57,55,54,93,44,91,45,56,50,46,52,54,55,54,54,55,44,52,50,46,55,54,49,57,48,54,93,44,91,45,56,50,46,52,53,54,50,52,57,44,52,50,46,57,50,53,49,55,55,93,44,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,84,104,117,114,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,52,48,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,54,46,53,53,53,53,49,49,44,52,50,46,48,56,57,57,53,55,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,51,48,57,54,52,53,44,52,50,46,48,49,53,49,56,55,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,97,109,111,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,54,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,55,52,55,51,54,44,52,52,46,55,56,54,49,55,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,50,46,56,50,57,48,55,51,44,52,52,46,53,53,50,50,55,51,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,54,53,52,51,57,56,44,52,52,46,51,57,56,50,50,52,93,44,91,45,55,50,46,52,57,50,57,49,52,44,52,52,46,52,50,51,48,51,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,52,56,50,51,48,50,44,52,52,46,54,51,51,57,50,56,93,44,91,45,55,50,46,52,49,55,51,49,53,44,52,52,46,55,50,50,56,57,51,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,50,51,51,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,56,48,46,49,52,53,56,52,52,44,51,54,46,57,52,57,53,55,56,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,48,54,54,52,52,57,44,51,54,46,56,52,49,48,53,55,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,55,57,46,57,57,57,55,55,49,44,51,54,46,56,51,48,55,51,56,93,44,91,45,55,57,46,56,48,50,48,53,54,44,51,54,46,55,57,50,49,51,55,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,54,55,56,48,50,56,44,51,55,46,49,53,53,49,54,53,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,57,54,49,56,57,44,51,55,46,49,51,55,51,52,57,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,51,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,51,49,51,49,53,51,44,51,53,46,55,50,53,49,54,49,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,75,105,116,116,105,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,49,46,49,55,50,49,57,50,44,52,55,46,53,57,48,50,51,51,93,44,91,45,49,50,49,46,52,54,51,57,53,49,44,52,55,46,51,55,48,53,55,56,93,44,91,45,49,50,49,46,51,52,49,50,48,51,44,52,55,46,50,56,49,50,54,49,93,44,91,45,49,50,49,46,51,49,53,53,51,52,44,52,55,46,49,51,51,56,52,52,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,50,53,54,52,52,44,52,55,46,48,56,49,55,55,50,93,44,91,45,49,50,49,46,48,57,48,48,53,52,44,52,54,46,57,57,49,48,48,55,93,44,91,45,49,50,49,46,48,50,54,54,50,44,52,54,46,57,49,49,51,48,56,93,44,91,45,49,50,48,46,54,51,52,53,54,50,44,52,54,46,57,49,50,49,51,93,44,91,45,49,50,48,46,54,51,51,57,56,49,44,52,54,46,56,50,53,55,55,54,93,44,91,45,49,50,48,46,53,49,44,52,54,46,55,51,55,57,52,54,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,49,57,46,57,50,55,53,51,55,44,52,54,46,56,49,55,48,57,50,93,44,91,45,49,50,48,46,48,52,50,56,54,54,44,52,55,46,48,55,51,52,53,51,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,51,56,57,49,57,55,44,52,55,46,50,54,48,57,51,53,93,44,91,45,49,50,48,46,57,50,52,50,48,55,44,52,55,46,52,51,51,53,56,50,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,75,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,49,46,49,55,56,51,52,57,44,51,55,46,49,48,50,54,49,51,93,44,91,45,49,49,48,46,57,57,50,52,48,52,44,51,55,46,49,49,49,48,57,51,93,44,91,45,49,49,48,46,56,57,57,53,49,55,44,51,55,46,49,55,54,49,53,51,93,44,91,45,49,49,48,46,56,49,50,53,48,49,44,51,55,46,51,50,52,57,57,50,93,44,91,45,49,49,48,46,55,52,50,49,57,56,44,51,55,46,51,52,52,51,57,50,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,49,46,56,52,48,56,48,57,44,51,55,46,53,51,53,55,56,57,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,84,117,99,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,55,56,53,54,56,53,44,51,57,46,48,51,55,52,48,52,93,44,91,45,55,57,46,53,48,56,55,54,53,44,51,56,46,57,55,53,49,55,51,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,50,57,54,54,54,51,44,51,57,46,49,57,56,52,48,54,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,54,56,55,50,56,51,44,51,57,46,50,55,49,51,57,56,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,111,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,57,50,54,44,34,98,101,100,115,34,58,55,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,55,49,53,50,52,52,44,49,55,46,57,49,50,54,56,50,93,44,91,45,54,54,46,53,56,48,54,56,44,49,55,46,57,49,48,52,54,53,93,44,91,45,54,54,46,52,57,57,54,49,51,44,49,55,46,56,52,49,53,53,56,93,44,91,45,54,54,46,53,52,57,55,48,55,44,49,55,46,57,52,49,57,51,56,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,49,46,50,48,49,56,52,55,44,52,51,46,51,52,57,49,48,51,93,44,91,45,57,49,46,48,53,55,57,49,44,52,51,46,50,53,51,57,54,56,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,48,54,53,50,55,44,52,50,46,57,57,50,48,55,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,57,52,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,54,46,51,53,49,49,50,51,44,51,52,46,56,55,51,50,54,53,93,44,91,45,56,54,46,51,53,57,48,51,52,44,51,52,46,54,51,50,54,49,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,49,52,56,52,54,52,44,51,52,46,53,57,57,48,54,57,93,44,91,45,56,54,46,49,52,57,56,48,54,44,51,52,46,53,51,51,54,51,51,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,48,48,51,56,52,44,51,52,46,52,56,48,48,51,49,93,44,91,45,56,53,46,55,56,53,52,55,49,44,51,52,46,54,50,52,53,56,52,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,104,97,115,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,48,56,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,51,49,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,57,51,55,44,34,98,101,100,115,34,58,53,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,55,46,48,54,57,54,55,53,44,51,55,46,56,48,49,53,49,51,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,50,56,57,55,56,52,44,51,55,46,55,54,49,48,55,56,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,54,46,56,49,55,53,49,52,44,51,55,46,54,55,51,56,49,52,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,56,49,55,49,44,51,55,46,55,57,49,53,56,57,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,50,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,51,46,57,48,54,50,53,49,44,51,55,46,55,53,57,51,54,51,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,50,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,56,46,49,49,55,49,57,52,44,52,53,46,54,56,56,54,48,55,93,44,91,45,49,49,56,46,49,49,54,52,54,49,44,52,53,46,52,55,48,55,51,50,93,44,91,45,49,49,56,46,49,57,55,56,55,54,44,52,53,46,52,50,55,50,48,52,93,44,91,45,49,49,56,46,52,50,56,53,51,57,44,52,53,46,52,50,57,48,55,54,93,44,91,45,49,49,56,46,52,50,56,51,50,57,44,52,53,46,51,53,53,49,57,93,44,91,45,49,49,56,46,54,57,55,55,54,54,44,52,53,46,51,52,53,54,52,55,93,44,91,45,49,49,56,46,54,53,53,57,57,50,44,52,53,46,49,57,54,57,50,56,93,44,91,45,49,49,56,46,53,52,54,54,51,50,44,52,53,46,49,57,54,56,57,56,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,49,51,49,51,55,49,44,52,53,46,48,52,52,54,57,93,44,91,45,49,49,55,46,57,54,56,51,57,52,44,52,52,46,57,57,54,48,48,50,93,44,91,45,49,49,55,46,56,52,51,52,51,44,52,53,46,48,53,56,52,55,55,93,44,91,45,49,49,55,46,55,55,55,53,48,52,44,52,52,46,57,57,50,49,54,49,93,44,91,45,49,49,55,46,53,54,52,48,51,51,44,52,52,46,57,57,50,56,54,54,93,44,91,45,49,49,55,46,53,54,51,52,56,54,44,52,53,46,48,55,57,52,52,54,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,55,46,50,54,54,48,48,54,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,52,55,54,54,56,52,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,53,50,50,50,52,57,44,52,53,46,50,54,55,55,51,49,93,44,91,45,49,49,55,46,54,52,51,52,57,52,44,52,53,46,51,51,54,56,55,93,44,91,45,49,49,55,46,55,56,55,54,50,51,44,52,53,46,54,56,57,53,54,55,93,44,91,45,49,49,55,46,55,52,55,51,50,55,44,52,53,46,56,54,49,48,55,50,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,48,55,44,34,98,101,100,115,34,58,50,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,50,57,52,54,56,44,51,51,46,52,51,53,55,49,53,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,49,53,48,53,56,49,44,51,51,46,51,51,53,54,51,57,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,50,46,52,57,55,49,51,55,44,52,54,46,50,48,53,57,48,52,93,44,91,45,49,48,50,46,52,57,55,54,52,50,44,52,54,46,50,56,51,49,57,53,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,97,109,108,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,54,49,55,52,57,54,44,51,53,46,51,50,56,56,57,51,93,44,91,45,55,54,46,54,51,50,53,54,49,44,51,53,46,50,51,53,51,50,52,93,44,91,45,55,54,46,56,52,53,53,48,53,44,51,53,46,50,49,54,48,53,57,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,54,46,57,56,55,50,54,54,44,51,53,46,49,53,52,57,53,93,44,91,45,55,54,46,57,54,55,50,57,55,44,51,53,46,48,52,48,54,53,53,93,44,91,45,55,54,46,55,56,48,53,56,54,44,51,52,46,57,53,48,52,51,52,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,52,52,53,52,49,56,44,51,53,46,51,50,57,50,54,52,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,71,114,97,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,57,52,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,109,98,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,53,48,44,34,98,101,100,115,34,58,53,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,56,46,56,57,48,56,51,54,44,52,48,46,50,52,57,53,51,57,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,53,54,52,48,56,53,44,52,48,46,51,55,48,54,48,57,93,44,91,45,55,56,46,53,51,57,56,52,44,52,48,46,53,48,54,49,53,52,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,99,77,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,55,51,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,56,48,53,53,52,52,44,51,53,46,52,52,56,53,55,49,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,52,48,57,50,50,54,44,51,53,46,51,57,56,51,55,56,93,44,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,44,91,45,56,52,46,53,50,50,51,55,51,44,51,53,46,54,49,56,54,50,53,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,52,56,50,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,49,49,53,44,34,98,101,100,115,34,58,49,53,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,99,107,97,119,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,52,53,52,44,34,98,101,100,115,34,58,57,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,53,46,54,56,55,50,52,52,44,52,49,46,51,51,57,50,49,54,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,52,52,49,52,50,49,44,52,49,46,50,54,48,48,53,51,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,80,111,110,116,111,116,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,51,53,56,44,34,98,101,100,115,34,58,50,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,54,46,56,50,55,49,52,52,44,51,52,46,53,57,51,50,50,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,53,49,50,49,55,49,44,51,52,46,54,56,48,48,54,53,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,52,49,51,55,56,49,44,51,52,46,57,49,53,54,49,57,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,54,54,55,54,57,50,44,51,52,46,57,50,57,53,56,51,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,101,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,49,54,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,49,57,50,52,48,51,44,51,53,46,56,53,54,57,57,51,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,54,46,48,50,57,53,56,51,44,51,54,46,48,55,53,51,54,54,93,44,91,45,57,54,46,50,57,55,57,48,53,44,51,54,46,48,55,53,55,54,54,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,55,34,44,34,78,65,77,69,34,58,34,84,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,54,53,55,57,57,50,44,51,49,46,48,49,50,48,48,55,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,48,53,48,57,54,44,51,48,46,54,51,56,53,54,56,93,44,91,45,57,52,46,49,50,53,56,50,52,44,51,48,46,54,56,52,48,53,50,93,44,91,45,57,52,46,50,53,50,50,57,56,44,51,49,46,48,49,56,57,51,49,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,53,57,52,54,51,50,44,51,53,46,54,49,55,56,57,56,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,53,46,50,53,51,53,49,56,44,51,53,46,55,54,54,57,50,55,93,44,91,45,56,53,46,50,55,50,54,54,52,44,51,53,46,55,56,55,55,49,56,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,52,52,57,51,54,44,51,53,46,56,50,49,53,53,57,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,111,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,48,48,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,48,49,53,57,51,44,51,52,46,57,48,55,51,52,56,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,55,55,54,54,57,52,44,51,53,46,52,48,53,52,49,55,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,84,111,108,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,54,57,44,34,98,101,100,115,34,58,50,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,50,46,53,49,56,51,51,44,52,49,46,56,53,54,56,57,57,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,50,49,54,57,56,44,52,49,46,57,53,56,49,54,49,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,83,111,99,111,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,48,48,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,54,46,52,55,52,50,57,53,44,51,51,46,52,55,53,55,56,54,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,51,55,51,54,54,44,51,51,46,54,54,48,53,48,52,93,44,91,45,49,48,54,46,48,53,50,55,49,56,44,51,51,46,54,53,48,50,57,55,93,44,91,45,49,48,54,46,48,53,50,54,54,50,44,51,51,46,56,50,53,54,48,54,93,44,91,45,49,48,53,46,57,50,52,54,56,53,44,51,51,46,56,50,53,54,50,52,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,54,46,52,49,53,57,55,50,44,51,52,46,50,53,57,56,50,50,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,55,54,56,50,56,49,44,51,52,46,53,51,49,50,54,50,93,44,91,45,49,48,54,46,56,56,50,56,49,51,44,51,52,46,53,55,57,54,50,56,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,55,46,55,49,54,51,48,49,44,51,52,46,50,53,57,56,53,54,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,116,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,56,49,55,53,52,52,44,51,49,46,51,54,52,52,56,54,93,44,91,45,56,50,46,56,52,52,48,57,51,44,51,49,46,52,48,51,51,50,56,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,51,46,48,52,54,57,56,56,44,51,49,46,50,56,50,57,54,54,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,117,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,52,50,50,57,44,34,98,101,100,115,34,58,51,52,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,44,91,45,56,49,46,53,52,51,48,49,56,44,51,48,46,53,50,51,56,56,57,93,44,91,45,56,49,46,54,50,52,53,49,51,44,51,48,46,53,56,54,50,51,50,93,44,91,45,56,49,46,56,51,49,50,50,55,44,51,48,46,52,54,55,52,51,55,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,49,46,54,55,57,54,50,54,44,51,48,46,49,57,48,52,57,53,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,52,51,51,55,51,55,44,51,48,46,49,48,54,48,50,56,93,44,91,45,56,49,46,52,51,54,57,50,57,44,51,48,46,50,53,50,51,51,53,93,44,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,44,91,45,56,49,46,51,50,52,56,55,55,44,51,48,46,52,50,52,55,51,53,93,44,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,70,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,57,57,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,89,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,51,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,50,55,57,57,50,57,44,51,53,46,50,49,50,53,53,54,93,44,91,45,57,51,46,52,53,55,48,50,50,44,51,53,46,50,49,53,55,56,50,93,44,91,45,57,51,46,53,50,57,55,51,57,44,51,53,46,49,52,53,52,51,51,93,44,91,45,57,51,46,55,48,54,56,52,50,44,51,53,46,49,51,52,57,52,51,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,50,56,56,50,56,52,44,51,52,46,56,54,48,57,57,50,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,51,46,48,56,52,54,55,56,44,51,53,46,49,50,55,51,57,93,44,91,45,57,51,46,49,53,54,48,55,56,44,51,53,46,50,51,53,51,48,55,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,74,101,115,115,97,109,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,52,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,52,55,57,54,50,57,44,51,55,46,57,52,48,50,49,57,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,48,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,55,52,57,49,53,56,44,51,53,46,49,49,54,51,52,54,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,51,50,54,55,53,55,44,51,53,46,48,49,56,57,49,50,93,44,91,45,57,57,46,51,48,54,50,50,44,51,52,46,56,53,55,54,51,50,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,48,48,49,49,48,55,44,51,52,46,53,57,52,51,54,54,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,56,46,56,50,54,48,57,49,44,51,52,46,56,53,53,52,50,56,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,55,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,115,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,55,34,44,34,78,65,77,69,34,58,34,80,114,101,115,105,100,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,52,46,56,57,57,48,53,50,44,51,48,46,53,55,48,55,54,57,93,44,91,45,49,48,52,46,56,53,57,51,57,55,44,51,48,46,51,57,49,49,50,53,93,44,91,45,49,48,52,46,54,56,55,48,55,54,44,51,48,46,49,55,57,51,52,50,93,44,91,45,49,48,52,46,55,48,55,50,52,57,44,51,48,46,48,53,48,49,51,52,93,44,91,45,49,48,52,46,54,55,53,56,54,49,44,50,57,46,57,49,53,53,51,55,93,44,91,45,49,48,52,46,53,52,57,55,57,54,44,50,57,46,55,52,48,54,52,49,93,44,91,45,49,48,52,46,53,49,52,48,51,49,44,50,57,46,54,51,56,54,51,93,44,91,45,49,48,52,46,51,51,56,50,48,49,44,50,57,46,53,50,48,49,56,50,93,44,91,45,49,48,52,46,50,48,57,49,53,51,44,50,57,46,52,56,49,52,54,56,93,44,91,45,49,48,52,46,49,54,56,51,56,44,50,57,46,51,57,54,49,51,54,93,44,91,45,49,48,51,46,57,55,50,48,53,57,44,50,57,46,50,57,54,48,53,53,93,44,91,45,49,48,51,46,55,57,50,55,48,51,44,50,57,46,50,54,50,52,57,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,57,48,49,48,49,44,51,48,46,52,49,50,49,57,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,56,49,49,44,34,98,101,100,115,34,58,50,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,52,46,48,57,50,57,51,56,44,51,57,46,56,51,56,51,52,53,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,56,50,55,52,50,53,44,51,57,46,56,50,50,54,53,49,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,97,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,56,46,48,48,52,49,56,57,44,50,54,46,52,52,56,55,56,52,93,44,91,45,57,55,46,56,54,49,57,50,44,50,54,46,52,51,51,53,55,57,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,53,50,55,53,56,50,44,50,54,46,50,57,57,51,48,52,93,44,91,45,57,55,46,51,56,54,53,48,53,44,50,54,46,52,49,48,52,51,55,93,44,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,44,91,45,57,55,46,50,50,53,51,55,52,44,50,54,46,54,48,48,50,50,55,93,44,91,45,57,55,46,56,54,49,54,56,56,44,50,54,46,53,57,55,57,57,53,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,97,121,97,109,195,179,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,53,53,44,34,98,101,100,115,34,58,53,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,56,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,56,34,44,34,78,65,77,69,34,58,34,76,111,115,32,65,108,97,109,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,53,54,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,51,57,57,55,49,51,44,51,53,46,57,54,48,48,57,53,93,44,91,45,49,48,54,46,52,48,48,55,44,51,53,46,56,48,55,53,54,55,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,44,91,45,49,48,54,46,50,52,56,51,52,53,44,51,53,46,56,53,53,54,53,50,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,50,34,44,34,78,65,77,69,34,58,34,75,101,110,97,105,32,80,101,110,105,110,115,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,50,48,44,34,98,101,100,115,34,58,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,57,46,48,51,55,55,52,49,44,54,48,46,55,51,50,57,56,55,93,44,91,45,49,52,57,46,48,51,52,48,56,44,54,48,46,56,52,56,53,51,52,93,44,91,45,49,52,57,46,51,53,57,51,57,57,44,54,48,46,57,48,54,51,51,93,44,91,45,49,53,48,46,48,54,57,50,51,56,44,54,49,46,48,55,57,54,51,54,93,44,91,45,49,53,48,46,50,52,55,55,52,54,44,54,49,46,48,55,57,54,51,55,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,53,48,46,55,55,53,56,54,51,44,54,49,46,48,55,57,52,54,54,93,44,91,45,49,53,48,46,57,55,52,48,49,55,44,54,49,46,49,54,54,50,56,55,93,44,91,45,49,53,48,46,57,55,52,48,49,52,44,54,49,46,50,53,50,57,52,93,44,91,45,49,53,49,46,51,51,50,56,48,50,44,54,49,46,50,53,50,57,51,54,93,44,91,45,49,53,49,46,51,51,50,55,56,52,44,54,49,46,52,50,54,50,51,57,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,51,46,52,56,53,53,55,53,44,54,49,46,52,50,54,49,53,51,93,44,91,45,49,53,51,46,52,52,48,56,55,55,44,54,49,46,49,54,54,49,57,54,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,51,46,51,57,55,50,56,52,44,54,48,46,56,49,57,53,56,49,93,44,91,45,49,53,51,46,51,57,55,50,55,54,44,54,48,46,52,55,50,57,52,56,93,44,91,45,49,53,51,46,53,50,56,52,52,49,44,54,48,46,52,55,50,57,51,57,93,44,91,45,49,53,51,46,53,50,56,51,57,50,44,54,48,46,49,50,54,50,56,49,93,44,91,45,49,53,51,46,54,53,54,57,56,44,54,48,46,49,50,54,50,55,55,93,44,91,45,49,53,51,46,54,53,54,57,55,55,44,53,57,46,55,55,57,54,48,55,93,44,91,45,49,53,51,46,55,56,51,48,54,56,44,53,57,46,54,57,50,57,50,54,93,44,91,45,49,53,51,46,57,53,51,49,57,56,44,53,57,46,54,57,50,57,49,56,93,44,91,45,49,53,51,46,57,53,51,49,56,49,44,53,57,46,53,49,57,53,54,57,93,44,91,45,49,53,52,46,49,50,51,51,50,49,44,53,57,46,52,51,50,56,56,55,93,44,91,45,49,53,52,46,52,49,50,48,50,56,44,53,57,46,52,51,50,56,56,50,93,44,91,45,49,53,52,46,52,49,50,48,49,51,44,53,57,46,50,53,57,53,50,52,93,44,91,45,49,53,52,46,55,52,56,56,54,49,44,53,57,46,50,53,57,53,49,56,93,44,91,45,49,53,52,46,54,57,53,49,48,53,44,53,57,46,48,56,54,49,53,57,93,44,91,45,49,53,52,46,54,57,53,48,51,54,44,53,56,46,55,51,57,52,51,49,93,44,91,45,49,53,52,46,54,52,50,53,52,53,44,53,56,46,54,53,50,55,52,55,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,54,53,50,55,54,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,55,51,57,52,52,54,93,44,91,45,49,53,51,46,54,51,57,48,50,55,44,53,56,46,55,51,57,52,53,93,44,91,45,49,53,51,46,54,51,57,52,48,51,44,53,56,46,56,53,53,48,50,57,93,44,91,45,49,53,51,46,50,53,51,54,49,51,44,53,56,46,56,53,53,48,51,54,93,44,91,45,49,53,51,46,49,56,52,48,56,54,44,53,56,46,57,48,53,55,50,57,93,44,91,45,49,53,51,46,48,50,49,49,56,44,53,57,46,48,48,50,52,53,50,93,44,91,45,49,53,49,46,52,52,52,49,55,51,44,53,57,46,48,57,57,54,56,55,93,44,91,45,49,53,48,46,57,57,50,49,57,52,44,53,57,46,49,56,48,56,51,55,93,44,91,45,49,53,48,46,52,53,54,52,53,54,44,53,57,46,51,48,56,54,56,56,93,44,91,45,49,52,57,46,54,50,49,51,44,53,57,46,53,50,55,53,49,54,93,44,91,45,49,52,57,46,52,54,55,53,48,52,44,53,57,46,55,51,51,55,54,55,93,44,91,45,49,52,57,46,50,54,57,54,50,53,44,53,57,46,56,52,53,52,50,93,44,91,45,49,52,56,46,57,52,56,55,54,50,44,53,57,46,56,57,50,55,49,56,93,44,91,45,49,52,56,46,53,56,54,49,56,44,53,57,46,57,51,56,53,56,53,93,44,91,45,49,52,56,46,53,54,51,55,49,53,44,54,48,46,52,49,53,49,55,50,93,44,91,45,49,52,56,46,54,54,52,52,55,44,54,48,46,52,49,53,49,56,51,93,44,91,45,49,52,56,46,54,53,55,49,49,57,44,54,48,46,55,51,50,57,55,54,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,108,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,49,48,55,44,34,98,101,100,115,34,58,52,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,55,46,57,52,49,53,54,49,44,51,49,46,48,54,49,51,52,50,93,44,91,45,56,56,46,48,50,54,51,49,57,44,51,48,46,55,53,51,51,53,56,93,44,91,45,56,55,46,57,56,55,56,51,57,44,51,48,46,54,51,55,49,52,57,93,44,91,45,56,56,46,48,51,55,51,48,57,44,51,48,46,49,52,54,53,54,49,93,44,91,45,56,55,46,53,49,56,51,52,54,44,51,48,46,50,50,57,53,48,54,93,44,91,45,56,55,46,52,57,57,57,56,44,51,48,46,51,50,56,57,53,55,93,44,91,45,56,55,46,51,54,57,51,56,51,44,51,48,46,52,51,49,57,52,56,93,44,91,45,56,55,46,52,52,53,49,48,51,44,51,48,46,53,50,56,57,48,57,93,44,91,45,56,55,46,51,57,51,50,57,52,44,51,48,46,54,50,55,50,49,56,93,44,91,45,56,55,46,54,50,54,50,50,52,44,51,48,46,56,52,54,54,54,52,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,56,55,51,56,56,55,44,51,49,46,50,48,49,52,57,54,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,112,112,97,110,111,111,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,49,48,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,101,119,32,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,48,51,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,51,34,44,34,78,65,77,69,34,58,34,84,97,108,98,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,49,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,52,56,52,53,50,56,44,52,52,46,48,55,52,49,55,50,93,44,91,45,55,53,46,55,53,56,49,53,55,44,52,51,46,56,55,56,55,56,53,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,53,51,51,53,44,52,51,46,52,49,57,55,53,54,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,50,56,51,56,55,50,44,51,56,46,52,55,50,48,50,57,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,48,46,57,49,49,51,54,49,44,51,56,46,52,49,52,55,56,53,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,51,55,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,54,56,51,51,51,56,44,51,56,46,55,51,54,55,51,49,93,44,91,45,56,53,46,53,55,48,57,51,44,51,56,46,54,55,56,55,48,54,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,52,53,50,48,56,55,44,51,56,46,55,48,57,55,56,53,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,48,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,53,57,51,55,48,55,44,51,55,46,52,52,56,56,54,52,93,44,91,45,55,57,46,54,57,48,48,54,44,51,55,46,52,55,54,51,55,52,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,54,55,56,48,50,56,44,51,55,46,49,53,53,49,54,53,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,51,52,49,54,55,44,51,55,46,53,49,56,48,49,53,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,77,111,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,51,52,55,56,51,44,51,53,46,56,55,48,54,57,53,93,44,91,45,49,48,53,46,48,48,54,52,49,55,44,51,53,46,55,55,49,50,53,54,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,52,46,51,54,53,55,50,52,44,51,54,46,48,52,52,50,57,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,56,54,53,52,48,50,44,51,54,46,50,49,55,56,54,57,93,44,91,45,49,48,52,46,56,54,53,50,52,52,44,51,54,46,50,54,49,52,49,57,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,48,57,57,53,50,51,44,52,49,46,52,56,48,55,55,55,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,56,50,49,56,49,54,44,51,54,46,51,50,56,55,50,52,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,55,57,56,53,48,56,44,51,54,46,50,52,52,55,53,52,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,56,56,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,48,48,53,48,55,44,52,49,46,51,56,52,53,53,49,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,101,110,111,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,50,50,55,44,34,98,101,100,115,34,58,49,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,55,46,55,54,57,49,55,55,44,51,53,46,49,52,53,53,55,54,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,54,48,49,50,56,50,44,51,53,46,48,55,49,51,54,56,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,54,51,57,49,48,49,44,51,53,46,51,53,52,48,56,54,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,86,105,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,57,51,44,34,98,101,100,115,34,58,52,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,53,51,49,54,52,54,44,51,57,46,51,52,55,56,56,56,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,50,51,56,57,54,52,44,51,57,46,53,50,48,54,50,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,107,104,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,48,52,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,49,46,48,56,56,53,49,44,51,54,46,55,54,55,52,50,50,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,53,50,52,56,48,56,44,51,54,46,55,48,55,53,52,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,51,34,44,34,78,65,77,69,34,58,34,76,117,98,98,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,52,53,52,44,34,98,101,100,115,34,58,50,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,101,101,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,55,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,53,48,49,56,56,53,44,52,52,46,57,55,57,54,57,53,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,51,56,51,53,53,54,44,52,53,46,51,50,54,55,48,53,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,115,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,55,55,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,52,49,54,56,52,55,44,52,48,46,56,49,52,53,54,55,93,44,91,45,56,50,46,51,51,57,50,49,49,44,52,48,46,55,50,54,54,56,51,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,49,54,52,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,56,49,44,34,98,101,100,115,34,58,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,44,91,45,56,48,46,50,56,53,53,49,44,50,55,46,50,48,54,48,50,53,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,54,55,55,52,50,55,44,50,55,46,49,50,49,54,49,57,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,49,52,50,48,48,55,44,50,54,46,57,53,54,54,52,93,44,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,44,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,55,46,49,51,56,49,57,49,44,51,55,46,57,51,56,56,52,56,93,44,91,45,49,48,55,46,49,52,53,49,51,56,44,51,55,46,54,55,53,52,57,55,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,49,50,56,55,51,55,44,51,55,46,51,57,50,52,48,57,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,56,57,55,56,51,52,44,51,55,46,57,54,55,56,57,49,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,52,46,49,57,49,48,52,44,51,52,46,53,51,57,49,56,49,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,55,54,56,51,54,53,44,51,50,46,55,54,57,49,48,56,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,50,46,56,54,50,55,54,51,44,51,50,46,55,49,53,55,54,93,44,91,45,56,50,46,54,54,56,53,53,55,44,51,50,46,54,49,50,49,54,52,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,52,54,57,56,50,51,44,51,50,46,54,53,48,56,56,50,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,50,54,51,54,48,54,44,51,52,46,53,48,49,56,54,55,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,49,46,49,48,50,53,52,50,44,51,52,46,55,51,52,56,54,52,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,50,57,51,49,49,49,44,51,52,46,57,56,53,48,57,49,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,51,46,49,56,50,55,48,54,44,51,55,46,57,48,52,49,52,52,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,48,55,49,53,56,52,44,51,55,46,52,56,55,52,52,52,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,105,116,116,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,54,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,51,57,56,48,57,52,44,51,54,46,54,52,52,48,51,55,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,57,46,51,51,50,49,54,49,44,51,55,46,49,50,53,53,54,56,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,54,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,56,34,44,34,78,65,77,69,34,58,34,68,101,110,97,108,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,49,46,56,57,51,55,56,52,44,54,50,46,55,50,53,56,54,52,93,44,91,45,49,53,49,46,56,57,52,48,49,53,44,54,50,46,55,57,56,48,53,56,93,44,91,45,49,53,48,46,55,50,48,57,49,54,44,54,51,46,48,54,51,49,56,52,93,44,91,45,49,52,57,46,53,50,54,49,52,56,44,54,51,46,51,51,51,50,49,55,93,44,91,45,49,52,56,46,48,50,53,54,49,56,44,54,51,46,51,51,51,50,51,51,93,44,91,45,49,52,56,46,48,50,53,54,50,55,44,54,51,46,52,55,55,54,48,57,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,55,46,55,53,57,50,44,54,52,46,50,53,55,50,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,57,46,49,51,50,54,53,51,44,54,52,46,51,53,56,50,49,52,93,44,91,45,49,53,48,46,55,50,57,51,56,53,44,54,52,46,51,53,56,49,55,51,93,44,91,45,49,53,49,46,50,56,49,57,57,53,44,54,51,46,57,57,55,50,54,53,93,44,91,45,49,53,49,46,55,57,51,57,55,54,44,54,52,46,48,54,57,52,51,93,44,91,45,49,53,50,46,48,53,53,55,53,56,44,54,51,46,57,57,55,50,52,50,93,44,91,45,49,53,50,46,48,53,53,49,51,50,44,54,51,46,56,50,52,48,48,54,93,44,91,45,49,53,50,46,50,50,57,50,53,54,44,54,51,46,56,50,52,48,48,49,93,44,91,45,49,53,50,46,50,50,56,52,51,57,44,54,51,46,54,53,48,55,54,93,44,91,45,49,53,50,46,56,55,51,52,49,44,54,51,46,54,53,48,55,52,53,93,44,91,45,49,53,50,46,56,55,51,51,57,50,44,54,51,46,52,55,55,53,93,44,91,45,49,53,50,46,56,49,48,57,51,49,44,54,51,46,51,52,55,53,54,51,93,44,91,45,49,53,50,46,52,50,56,48,57,56,44,54,51,46,51,48,52,50,53,57,93,44,91,45,49,53,50,46,52,50,56,48,56,52,44,54,51,46,49,56,51,49,55,49,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,57,44,34,98,101,100,115,34,58,54,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,51,53,48,51,53,57,44,51,56,46,48,56,55,53,57,52,93,44,91,45,57,57,46,51,53,48,50,56,57,44,51,56,46,48,48,48,55,52,53,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,56,46,57,49,51,49,51,54,44,51,56,46,48,48,48,52,53,49,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,57,46,48,51,50,51,48,57,44,51,56,46,50,54,49,50,50,55,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,87,121,97,110,100,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,52,53,44,34,98,101,100,115,34,58,49,51,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,52,46,56,55,50,52,52,50,44,51,57,46,48,53,57,48,56,56,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,57,48,48,49,57,49,44,51,57,46,50,48,50,57,49,49,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,105,120,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,51,46,51,54,54,51,57,56,44,50,57,46,54,54,53,55,48,49,93,44,91,45,56,51,46,52,56,49,50,54,52,44,50,57,46,54,51,48,51,50,57,93,44,91,45,56,51,46,52,52,57,52,53,54,44,50,57,46,52,56,51,51,53,49,93,44,91,45,56,51,46,50,51,56,54,55,57,44,50,57,46,51,48,56,54,49,93,44,91,45,56,51,46,50,51,57,56,53,57,44,50,57,46,50,53,48,57,57,93,44,91,45,56,51,46,48,54,56,53,50,50,44,50,57,46,51,52,51,57,53,51,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,117,115,99,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,53,48,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,51,53,52,52,49,56,44,52,51,46,51,50,50,50,53,55,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,51,46,52,54,54,53,57,50,44,52,51,46,54,54,55,54,50,49,93,44,91,45,56,51,46,52,54,55,52,48,51,44,52,51,46,55,50,56,57,48,57,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,48,34,44,34,78,65,77,69,34,58,34,83,111,117,116,104,101,97,115,116,32,70,97,105,114,98,97,110,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,54,46,52,56,57,53,52,49,44,54,51,46,52,56,50,57,49,51,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,49,49,49,52,56,54,44,54,51,46,50,49,55,55,54,50,93,44,91,45,49,52,53,46,49,53,52,51,57,53,44,54,51,46,50,49,55,55,56,49,93,44,91,45,49,52,53,46,49,53,52,51,56,53,44,54,51,46,49,51,49,49,52,57,93,44,91,45,49,52,52,46,53,56,48,49,53,57,44,54,51,46,49,49,54,57,51,49,93,44,91,45,49,52,51,46,49,51,50,51,51,55,44,54,51,46,49,49,54,57,55,56,93,44,91,45,49,52,51,46,48,51,50,50,51,56,44,54,50,46,57,51,49,55,57,49,93,44,91,45,49,52,51,46,49,54,52,51,53,44,54,50,46,56,51,52,53,54,57,93,44,91,45,49,52,51,46,48,53,55,56,51,52,44,54,50,46,55,55,48,53,52,93,44,91,45,49,52,51,46,49,48,52,57,57,54,44,54,50,46,54,49,52,57,48,53,93,44,91,45,49,52,50,46,56,52,56,53,55,57,44,54,50,46,54,48,48,53,52,55,93,44,91,45,49,52,50,46,55,51,49,50,51,51,44,54,50,46,55,48,56,50,56,50,93,44,91,45,49,52,50,46,51,49,51,53,54,52,44,54,50,46,54,56,51,56,50,56,93,44,91,45,49,52,49,46,57,55,55,51,53,51,44,54,50,46,53,49,48,53,53,57,93,44,91,45,49,52,49,46,57,55,55,51,51,54,44,54,50,46,49,54,51,57,56,51,93,44,91,45,49,52,49,46,56,51,49,56,49,50,44,54,50,46,49,49,55,49,55,56,93,44,91,45,49,52,49,46,56,51,49,56,48,52,44,54,49,46,57,48,52,48,53,51,93,44,91,45,49,52,49,46,48,48,50,50,54,55,44,54,49,46,57,48,52,48,52,55,93,44,91,45,49,52,49,46,48,48,49,52,55,44,54,50,46,53,53,53,53,53,57,93,44,91,45,49,52,49,46,48,48,49,52,48,54,44,54,51,46,50,54,56,55,48,52,93,44,91,45,49,52,49,46,48,48,49,51,50,54,44,54,52,46,52,50,51,53,50,57,93,44,91,45,49,52,49,46,48,48,49,55,51,51,44,54,53,46,50,57,55,49,49,51,93,44,91,45,49,52,49,46,48,48,50,52,55,50,44,54,53,46,56,51,57,52,50,49,93,44,91,45,49,52,49,46,51,51,54,50,50,52,44,54,53,46,55,49,49,54,49,52,93,44,91,45,49,52,49,46,51,56,55,56,52,50,44,54,53,46,54,49,52,51,57,53,93,44,91,45,49,52,49,46,55,56,57,48,53,44,54,53,46,53,48,49,53,52,54,93,44,91,45,49,52,49,46,56,53,53,55,54,49,44,54,53,46,52,52,53,55,56,54,93,44,91,45,49,52,50,46,49,52,50,57,50,50,44,54,53,46,52,54,51,49,55,52,93,44,91,45,49,52,50,46,52,56,55,51,48,49,44,54,53,46,51,55,49,56,57,56,93,44,91,45,49,52,50,46,54,54,51,55,55,50,44,54,53,46,51,55,49,56,55,54,93,44,91,45,49,52,50,46,55,51,49,57,44,54,53,46,50,51,51,54,51,57,93,44,91,45,49,52,50,46,56,54,52,51,52,52,44,54,53,46,49,52,48,51,56,55,93,44,91,45,49,52,51,46,48,52,52,48,53,53,44,54,53,46,49,51,50,51,50,55,93,44,91,45,49,52,51,46,52,54,57,54,54,55,44,54,52,46,57,56,50,49,56,57,93,44,91,45,49,52,51,46,53,51,51,55,52,56,44,54,52,46,55,55,56,55,53,53,93,44,91,45,49,52,51,46,55,53,50,48,57,49,44,54,52,46,54,52,55,54,49,56,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,52,46,53,53,50,53,50,54,44,54,52,46,54,48,48,54,52,53,93,44,91,45,49,52,52,46,57,56,53,51,51,49,44,54,52,46,53,54,56,54,48,57,93,44,91,45,49,52,53,46,48,56,50,55,56,55,44,54,52,46,53,48,55,51,52,57,93,44,91,45,49,52,53,46,51,55,51,57,50,57,44,54,52,46,52,56,51,56,51,54,93,44,91,45,49,52,53,46,52,57,56,48,56,57,44,54,52,46,52,50,51,49,53,53,93,44,91,45,49,52,53,46,55,52,48,48,48,50,44,54,52,46,52,54,48,49,51,50,93,44,91,45,49,52,54,46,48,48,51,55,55,50,44,54,52,46,51,56,49,48,57,49,93,44,91,45,49,52,54,46,49,53,55,53,57,50,44,54,52,46,51,56,50,55,51,93,44,91,45,49,52,54,46,51,52,52,54,55,51,44,54,52,46,50,55,54,51,54,52,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,97,110,100,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,52,52,57,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,50,46,49,55,50,52,49,53,44,51,48,46,55,54,55,57,51,53,93,44,91,45,57,50,46,50,49,49,50,52,51,44,51,48,46,53,54,56,49,50,53,93,44,91,45,57,50,46,52,50,48,55,56,44,51,48,46,53,51,56,56,50,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,50,52,52,55,57,53,44,51,48,46,52,56,48,49,57,51,93,44,91,45,57,50,46,49,55,54,52,52,52,44,51,48,46,52,51,54,56,53,50,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,49,46,56,54,57,50,55,51,44,51,48,46,52,49,55,50,51,53,93,44,91,45,57,49,46,54,57,52,51,44,51,48,46,52,48,49,55,52,56,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,55,51,51,54,55,51,44,51,48,46,55,48,49,55,51,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,105,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,54,55,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,55,46,49,50,48,56,56,51,44,51,53,46,52,53,53,54,54,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,117,99,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,51,55,57,44,34,98,101,100,115,34,58,51,52,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,44,91,45,56,51,46,52,49,53,56,53,49,44,52,49,46,55,51,51,55,57,52,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,55,52,55,50,49,55,44,52,49,46,52,54,54,50,49,54,93,44,91,45,56,51,46,53,54,57,57,51,52,44,52,49,46,54,49,55,49,53,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,49,54,52,53,49,49,44,52,49,46,54,50,51,50,52,55,93,44,91,45,56,50,46,57,57,53,53,55,50,44,52,49,46,56,50,56,57,54,57,93,44,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,56,51,49,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,57,48,46,48,53,48,52,51,55,44,51,53,46,53,49,53,56,57,52,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,56,57,46,57,53,48,50,55,55,44,51,53,46,55,51,56,52,57,52,93,44,91,45,56,57,46,56,50,48,56,55,54,44,51,53,46,55,53,54,56,54,56,93,44,91,45,56,57,46,55,52,50,54,48,54,44,51,53,46,57,48,54,54,53,51,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,82,105,110,99,195,179,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,44,91,45,54,55,46,51,49,57,57,49,49,44,49,56,46,51,52,51,49,56,55,93,44,91,45,54,55,46,50,53,52,50,44,49,56,46,50,53,50,54,51,56,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,48,57,44,34,98,101,100,115,34,58,50,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,54,46,48,51,50,53,53,57,44,51,56,46,51,51,48,54,54,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,56,48,55,55,48,52,44,51,56,46,52,48,52,52,52,51,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,56,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,55,55,52,51,50,50,44,51,56,46,54,49,56,53,57,52,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,48,48,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,49,54,57,53,54,53,44,51,55,46,52,54,52,48,48,52,93,44,91,45,56,53,46,50,52,54,55,53,57,44,51,55,46,52,50,48,50,48,53,93,44,91,45,56,53,46,51,52,49,50,50,44,51,55,46,52,54,57,52,53,56,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,52,46,48,50,49,52,53,50,44,51,53,46,52,48,52,50,50,51,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,51,46,57,53,56,54,53,50,44,51,53,46,50,49,55,48,52,93,44,91,45,56,51,46,56,51,49,52,50,57,44,51,53,46,50,53,54,49,49,55,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,53,56,50,53,53,56,44,51,53,46,52,49,48,52,56,57,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,48,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,50,46,48,55,57,57,52,49,44,51,55,46,55,48,48,49,50,50,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,49,46,55,54,52,55,51,55,44,51,55,46,55,53,50,49,48,56,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,55,50,50,49,51,54,44,51,55,46,56,48,57,53,48,55,93,44,91,45,56,49,46,55,56,53,54,52,49,44,51,55,46,57,51,54,52,48,52,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,80,108,101,97,115,97,110,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,50,50,49,51,51,53,44,51,57,46,51,48,55,52,55,53,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,49,46,48,50,53,55,48,52,44,51,57,46,52,54,50,51,49,55,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,105,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,53,49,49,51,57,49,44,51,55,46,52,56,49,54,55,50,93,44,91,45,56,48,46,55,55,48,48,56,50,44,51,55,46,51,55,50,51,54,51,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,48,46,56,52,57,52,53,49,44,51,55,46,51,52,54,57,48,57,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,50,57,53,49,50,55,44,51,55,46,56,56,57,51,49,49,93,44,91,45,56,49,46,48,55,51,50,52,57,44,51,55,46,56,55,53,56,54,53,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,55,54,57,56,54,54,44,51,55,46,57,56,53,50,55,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,57,56,51,52,55,50,44,51,56,46,50,50,50,53,52,93,44,91,45,56,49,46,48,55,53,48,51,57,44,51,56,46,49,57,54,49,51,54,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,51,51,49,53,48,51,44,51,56,46,49,54,55,53,55,56,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,83,110,111,104,111,109,105,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,54,54,50,48,44,34,98,101,100,115,34,58,56,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,50,46,51,53,48,50,56,57,44,52,56,46,48,56,48,51,49,50,93,44,91,45,49,50,50,46,51,50,56,52,54,51,44,52,55,46,57,54,51,55,54,51,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,49,46,57,57,49,55,55,53,44,52,55,46,55,55,53,51,52,57,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,49,56,48,55,55,54,44,52,55,46,56,57,56,55,54,57,93,44,91,45,49,50,49,46,49,49,56,49,56,51,44,52,55,46,57,57,55,49,48,51,93,44,91,45,49,50,48,46,57,48,55,52,50,53,44,52,56,46,49,54,51,49,56,52,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,69,100,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,51,55,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,52,46,56,52,49,53,55,54,44,51,50,46,57,54,51,50,49,51,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,55,50,50,57,51,56,44,51,50,46,53,50,50,51,52,52,93,44,91,45,49,48,51,46,56,49,52,50,49,54,44,51,50,46,53,50,50,51,54,56,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,82,101,100,32,87,105,108,108,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,48,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,50,52,53,56,48,51,44,52,50,46,55,56,50,52,57,57,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,53,51,55,52,57,49,44,52,50,46,55,49,55,54,50,54,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,117,109,112,104,114,101,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,57,49,57,48,52,51,44,51,54,46,49,51,48,48,52,57,93,44,91,45,56,56,46,48,48,48,56,48,57,44,51,54,46,48,50,56,48,56,57,93,44,91,45,56,55,46,57,50,53,56,51,53,44,51,53,46,57,51,48,52,51,50,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,56,55,52,49,56,50,44,51,53,46,56,49,51,48,50,49,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,55,48,54,57,54,44,51,53,46,57,48,53,56,56,52,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,55,57,56,53,48,56,44,51,54,46,50,52,52,55,53,52,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,57,48,46,48,51,51,48,50,54,44,52,48,46,51,55,55,56,48,54,93,44,91,45,57,48,46,49,49,56,57,54,54,44,52,48,46,50,51,53,50,54,51,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,50,56,55,56,51,55,44,52,48,46,48,54,51,55,56,52,93,44,91,45,57,48,46,49,51,52,50,56,49,44,52,48,46,48,54,50,53,50,52,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,56,57,46,57,55,52,54,48,52,44,52,48,46,49,51,53,55,48,53,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,55,49,52,57,50,55,44,52,48,46,51,49,57,50,49,56,93,44,91,45,56,57,46,55,49,55,49,48,52,44,52,48,46,52,51,53,54,53,53,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,121,116,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,52,48,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,49,46,49,49,52,51,49,57,44,51,55,46,48,50,50,54,49,50,93,44,91,45,56,49,46,50,50,52,54,50,52,44,51,55,46,48,52,55,56,51,53,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,48,56,56,53,49,44,51,54,46,55,54,55,52,50,50,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,54,49,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,56,56,56,56,54,54,44,51,51,46,49,51,56,54,48,51,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,50,46,55,54,56,51,54,53,44,51,50,46,55,54,57,49,48,56,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,53,52,55,57,49,51,44,51,51,46,48,48,56,53,51,51,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,89,97,107,105,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,51,50,53,44,34,98,101,100,115,34,58,50,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,51,55,54,55,53,55,44,52,54,46,55,48,52,54,53,56,93,44,91,45,49,50,49,46,52,53,49,50,53,54,44,52,54,46,53,51,51,56,57,52,93,44,91,45,49,50,49,46,51,57,55,48,49,54,44,52,54,46,51,56,56,48,56,51,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,48,46,56,48,49,50,57,53,44,52,54,46,48,52,49,48,49,52,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,50,48,46,53,49,44,52,54,46,55,51,55,57,52,54,93,44,91,45,49,50,48,46,54,51,51,57,56,49,44,52,54,46,56,50,53,55,55,54,93,44,91,45,49,50,48,46,54,51,52,53,54,50,44,52,54,46,57,49,50,49,51,93,44,91,45,49,50,49,46,48,50,54,54,50,44,52,54,46,57,49,49,51,48,56,93,44,91,45,49,50,49,46,48,57,48,48,53,52,44,52,54,46,57,57,49,48,48,55,93,44,91,45,49,50,49,46,50,53,54,52,52,44,52,55,46,48,56,49,55,55,50,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,52,57,55,51,52,53,44,52,54,46,56,54,50,56,54,54,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,53,50,57,44,34,98,101,100,115,34,58,49,48,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,51,46,57,52,52,49,55,55,44,51,54,46,48,57,49,49,48,51,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,52,46,48,49,55,53,48,57,44,51,54,46,50,48,56,49,52,57,93,44,91,45,57,52,46,51,51,51,53,54,53,44,51,54,46,50,49,52,55,50,55,93,44,91,45,57,52,46,51,57,49,49,50,53,44,51,54,46,48,57,57,51,57,54,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,52,54,48,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,50,51,52,50,53,49,44,51,50,46,50,53,48,51,57,57,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,53,46,52,56,56,44,51,50,46,50,51,53,52,56,52,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,69,97,117,32,67,108,97,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,57,49,44,34,98,101,100,115,34,58,55,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,101,113,117,97,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,52,56,53,54,51,53,44,51,53,46,52,48,54,52,51,51,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,52,52,52,49,52,52,44,51,53,46,50,54,50,54,52,54,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,52,48,51,50,57,56,44,51,53,46,52,57,50,50,56,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,49,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,51,57,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,53,57,56,57,55,49,44,51,48,46,53,48,57,48,48,50,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,52,51,52,51,51,53,44,51,48,46,57,51,55,52,48,53,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,111,99,111,110,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,50,49,55,44,34,98,101,100,115,34,58,52,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,55,53,48,54,57,51,44,51,53,46,49,52,48,51,48,57,93,44,91,45,49,49,48,46,55,53,48,54,57,55,44,51,53,46,56,50,48,53,56,57,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,50,46,54,49,57,55,50,56,44,51,54,46,55,56,50,55,52,52,93,44,91,45,49,49,50,46,54,53,54,51,54,53,44,51,54,46,53,53,51,57,49,53,93,44,91,45,49,49,50,46,54,50,57,52,57,44,51,54,46,51,57,49,54,49,49,93,44,91,45,49,49,50,46,54,56,49,53,55,49,44,51,54,46,51,52,49,54,54,50,93,44,91,45,49,49,50,46,57,48,50,57,52,57,44,51,54,46,50,53,51,55,54,49,93,44,91,45,49,49,51,46,48,48,54,51,52,51,44,51,54,46,50,51,56,55,53,52,93,44,91,45,49,49,51,46,51,49,51,52,50,56,44,51,54,46,49,48,48,48,48,49,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,49,55,52,52,53,56,44,51,53,46,53,48,54,52,52,53,93,44,91,45,49,49,50,46,57,52,52,55,56,57,44,51,53,46,51,53,50,54,48,51,93,44,91,45,49,49,50,46,54,57,52,56,52,54,44,51,53,46,51,49,49,53,56,54,93,44,91,45,49,49,50,46,53,55,55,51,57,57,44,51,53,46,50,52,51,51,57,52,93,44,91,45,49,49,50,46,52,55,50,55,44,51,53,46,50,51,56,51,49,50,93,44,91,45,49,49,50,46,52,52,50,51,44,51,53,46,49,52,57,52,48,56,93,44,91,45,49,49,50,46,51,51,53,55,49,54,44,51,53,46,49,52,56,50,55,57,93,44,91,45,49,49,50,46,51,51,52,53,51,54,44,51,52,46,57,55,51,48,50,52,93,44,91,45,49,49,49,46,55,55,56,50,57,55,44,51,52,46,57,56,49,48,48,55,93,44,91,45,49,49,49,46,55,55,56,50,48,52,44,51,52,46,56,48,51,54,56,53,93,44,91,45,49,49,49,46,53,53,49,57,53,57,44,51,52,46,56,48,50,53,50,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,52,57,49,56,54,54,44,51,52,46,52,50,50,55,52,51,93,44,91,45,49,49,49,46,50,52,54,54,54,49,44,51,52,46,52,53,48,56,48,56,93,44,91,45,49,49,49,46,48,56,55,53,48,52,44,51,52,46,51,57,52,57,57,54,93,44,91,45,49,49,48,46,56,52,56,48,53,57,44,51,52,46,50,54,55,50,48,53,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,83,117,109,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,48,56,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,79,99,101,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,49,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,75,97,110,97,98,101,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,48,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,52,51,50,52,57,50,44,52,53,46,57,56,49,51,57,56,93,44,91,45,57,51,46,53,49,56,48,56,44,52,53,46,57,56,49,55,56,57,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,49,52,50,56,54,57,44,52,53,46,57,56,49,48,48,53,93,44,91,45,57,51,46,48,53,53,48,56,49,44,52,53,46,57,56,49,50,51,51,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,115,104,116,97,98,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,49,51,54,44,34,98,101,100,115,34,58,52,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,44,91,45,56,49,46,48,48,57,56,50,55,44,52,50,46,50,53,49,54,48,50,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,112,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,49,57,46,56,56,52,55,52,57,44,51,56,46,51,53,54,49,56,53,93,44,91,45,49,49,57,46,55,53,51,52,56,49,44,51,56,46,52,49,54,55,53,57,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,53,52,54,48,57,50,44,51,56,46,52,57,57,51,53,93,44,91,45,49,49,57,46,54,49,57,48,54,54,44,51,56,46,54,48,51,53,50,57,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,49,57,46,56,55,55,55,53,44,51,56,46,56,54,56,51,49,49,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,71,97,108,118,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,48,56,57,44,34,98,101,100,115,34,58,55,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,50,51,51,48,56,49,44,50,57,46,52,54,53,53,54,54,93,44,91,45,57,53,46,48,53,54,53,55,53,44,50,57,46,49,57,57,56,53,54,93,44,91,45,57,53,46,48,57,49,54,50,50,44,50,57,46,48,54,50,55,51,57,93,44,91,45,57,52,46,54,54,54,50,50,44,50,57,46,50,56,49,48,52,55,93,44,91,45,57,52,46,54,53,48,51,49,49,44,50,57,46,51,56,50,56,50,93,44,91,45,57,52,46,51,54,57,51,54,49,44,50,57,46,53,48,48,54,50,93,44,91,45,57,52,46,51,55,49,54,50,44,50,57,46,53,57,55,50,48,57,93,44,91,45,57,52,46,57,49,52,51,57,55,44,50,57,46,52,57,54,53,48,53,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,53,46,49,53,49,53,48,53,44,50,57,46,53,48,48,51,56,56,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,108,108,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,53,50,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,56,57,51,54,53,50,44,51,50,46,48,52,55,51,53,49,93,44,91,45,56,53,46,55,57,48,48,52,56,44,51,49,46,57,54,55,50,53,52,93,44,91,45,56,53,46,55,57,49,48,52,55,44,51,49,46,56,56,48,51,53,55,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,53,56,55,51,52,52,44,51,49,46,57,57,55,51,53,53,93,44,91,45,56,53,46,52,50,56,52,55,54,44,51,50,46,48,49,52,57,53,49,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,56,53,54,50,49,56,44,51,50,46,50,51,49,57,55,53,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,53,46,57,57,57,49,53,55,44,51,50,46,50,53,48,53,52,51,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,50,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,53,56,52,50,55,50,44,52,48,46,55,53,55,54,48,56,93,44,91,45,56,56,46,53,55,52,53,48,50,44,52,48,46,54,49,54,53,53,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,50,51,52,57,53,44,52,48,46,54,49,56,50,48,56,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,57,51,48,56,56,49,44,52,49,46,49,48,53,57,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,114,101,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,50,46,55,54,48,54,57,44,51,56,46,56,53,52,56,55,53,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,52,53,53,49,55,57,44,51,56,46,56,52,52,53,55,55,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,52,50,52,54,55,55,44,51,57,46,49,51,55,57,55,50,93,44,91,45,56,50,46,53,51,54,51,48,54,44,51,57,46,49,56,48,55,53,55,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,50,53,50,51,44,34,98,101,100,115,34,58,49,52,56,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,57,54,48,55,51,51,44,51,48,46,49,54,51,52,49,53,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,50,54,49,52,54,53,44,50,57,46,53,57,51,48,52,52,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,49,53,49,53,48,53,44,50,57,46,53,48,48,51,56,56,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,53,46,48,48,49,54,52,50,44,50,57,46,54,54,52,51,56,56,93,44,91,45,57,52,46,57,49,57,54,55,49,44,50,57,46,54,56,56,52,53,52,93,44,91,45,57,52,46,57,48,56,54,53,52,44,50,57,46,56,50,53,49,56,49,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,53,46,50,54,52,49,51,56,44,51,48,46,48,51,50,48,54,57,93,44,91,45,57,53,46,52,50,52,50,49,54,44,51,48,46,49,49,53,52,57,49,93,44,91,45,57,53,46,54,48,49,49,51,50,44,51,48,46,49,51,50,55,56,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,49,57,50,44,34,98,101,100,115,34,58,52,48,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,56,52,52,56,52,51,44,52,50,46,54,51,55,57,56,53,93,44,91,45,55,49,46,54,54,52,54,48,49,44,52,50,46,54,49,49,53,57,56,93,44,91,45,55,49,46,53,51,49,51,55,55,44,52,50,46,53,50,48,51,53,50,93,44,91,45,55,49,46,53,56,53,50,49,44,52,50,46,51,49,48,57,53,50,93,44,91,45,55,49,46,53,56,50,57,49,44,52,50,46,49,57,53,53,53,57,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,49,46,49,54,52,55,48,50,44,52,50,46,51,48,51,56,51,93,44,91,45,55,49,46,49,53,55,48,51,54,44,52,50,46,51,51,48,51,57,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,49,46,49,51,53,52,48,53,44,52,50,46,53,57,57,48,56,93,44,91,45,55,49,46,50,53,54,49,56,56,44,52,50,46,54,53,55,49,52,53,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,57,52,54,51,55,44,52,50,46,54,57,55,48,52,50,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,86,101,103,97,32,66,97,106,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,55,49,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,44,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,52,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,79,110,116,97,114,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,55,50,44,34,98,101,100,115,34,58,51,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,52,56,53,52,49,56,44,52,51,46,48,51,52,53,54,52,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,53,57,56,56,49,53,44,52,50,46,54,55,49,57,54,53,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,51,49,51,48,48,52,44,52,50,46,55,54,49,50,54,53,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,55,46,49,51,52,51,51,53,44,52,51,46,48,51,57,57,50,54,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,86,97,108,100,101,122,45,67,111,114,100,111,118,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,48,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,52,57,52,50,57,54,44,54,50,46,57,53,55,56,54,52,93,44,91,45,49,52,54,46,52,51,54,56,57,57,44,54,50,46,56,53,54,57,57,49,93,44,91,45,49,52,54,46,52,50,51,57,56,52,44,54,50,46,50,53,48,53,49,49,93,44,91,45,49,52,54,46,57,55,57,56,48,55,44,54,50,46,50,53,48,52,57,55,93,44,91,45,49,52,54,46,57,52,50,54,48,49,44,54,49,46,56,49,55,50,55,50,93,44,91,45,49,52,54,46,57,52,50,53,53,57,44,54,49,46,52,55,48,54,55,53,93,44,91,45,49,52,55,46,50,48,54,53,57,55,44,54,49,46,52,50,54,50,54,53,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,56,46,52,55,50,48,54,53,44,54,48,46,56,52,56,53,50,93,44,91,45,49,52,56,46,55,51,56,51,54,51,44,54,48,46,56,52,56,53,52,54,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,56,46,54,53,55,49,49,57,44,54,48,46,55,51,50,57,55,54,93,44,91,45,49,52,56,46,54,54,52,52,55,44,54,48,46,52,49,53,49,56,51,93,44,91,45,49,52,56,46,53,54,51,55,49,53,44,54,48,46,52,49,53,49,55,50,93,44,91,45,49,52,56,46,53,56,54,49,56,44,53,57,46,57,51,56,53,56,53,93,44,91,45,49,52,56,46,57,52,56,55,54,50,44,53,57,46,56,57,50,55,49,56,93,44,91,45,49,52,56,46,50,49,56,53,48,54,44,53,57,46,56,55,53,54,52,93,44,91,45,49,52,55,46,57,53,54,52,51,57,44,53,57,46,55,52,52,49,51,49,93,44,91,45,49,52,55,46,54,56,55,50,52,44,53,57,46,55,52,49,54,56,93,44,91,45,49,52,55,46,51,51,52,56,50,55,44,53,57,46,56,51,51,56,55,52,93,44,91,45,49,52,55,46,50,52,49,55,52,44,53,57,46,57,57,56,51,49,55,93,44,91,45,49,52,55,46,49,48,49,57,52,44,54,48,46,48,56,49,51,51,55,93,44,91,45,49,52,54,46,57,51,57,50,55,57,44,54,48,46,49,48,51,56,52,56,93,44,91,45,49,52,54,46,49,55,57,51,48,57,44,54,48,46,50,56,48,48,53,54,93,44,91,45,49,52,53,46,56,50,52,51,50,51,44,54,48,46,51,49,53,49,49,55,93,44,91,45,49,52,53,46,51,49,55,54,56,55,44,54,48,46,49,55,57,54,57,49,93,44,91,45,49,52,52,46,55,55,54,48,49,53,44,54,48,46,49,50,57,53,57,50,93,44,91,45,49,52,52,46,53,51,57,54,56,52,44,54,48,46,48,49,48,49,52,57,93,44,91,45,49,52,52,46,55,55,55,55,57,56,44,53,57,46,56,50,57,57,51,53,93,44,91,45,49,52,52,46,54,55,54,55,55,44,53,57,46,55,50,55,51,57,53,93,44,91,45,49,52,52,46,52,49,48,53,48,57,44,53,57,46,55,52,54,50,55,52,93,44,91,45,49,52,52,46,49,52,52,48,55,56,44,53,57,46,57,49,57,52,53,50,93,44,91,45,49,52,51,46,56,57,53,50,49,44,53,57,46,57,52,50,54,52,55,93,44,91,45,49,52,51,46,56,57,51,51,50,53,44,54,48,46,48,50,52,49,54,54,93,44,91,45,49,52,51,46,49,57,51,53,49,57,44,54,48,46,53,50,49,56,50,56,93,44,91,45,49,52,49,46,55,57,48,54,49,57,44,54,48,46,53,50,49,56,57,57,93,44,91,45,49,52,49,46,55,57,48,54,48,49,44,54,48,46,52,51,53,50,51,56,93,44,91,45,49,52,49,46,50,49,51,52,53,49,44,54,48,46,52,51,53,50,54,56,93,44,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,44,91,45,49,52,49,46,48,48,49,57,57,53,44,54,49,46,51,48,51,53,54,56,93,44,91,45,49,52,49,46,48,48,50,50,54,55,44,54,49,46,57,48,52,48,52,55,93,44,91,45,49,52,49,46,56,51,49,56,48,52,44,54,49,46,57,48,52,48,53,51,93,44,91,45,49,52,49,46,56,51,49,56,49,50,44,54,50,46,49,49,55,49,55,56,93,44,91,45,49,52,49,46,57,55,55,51,51,54,44,54,50,46,49,54,51,57,56,51,93,44,91,45,49,52,49,46,57,55,55,51,53,51,44,54,50,46,53,49,48,53,53,57,93,44,91,45,49,52,50,46,51,49,51,53,54,52,44,54,50,46,54,56,51,56,50,56,93,44,91,45,49,52,50,46,55,51,49,50,51,51,44,54,50,46,55,48,56,50,56,50,93,44,91,45,49,52,50,46,56,52,56,53,55,57,44,54,50,46,54,48,48,53,52,55,93,44,91,45,49,52,51,46,49,48,52,57,57,54,44,54,50,46,54,49,52,57,48,53,93,44,91,45,49,52,51,46,48,53,55,56,51,52,44,54,50,46,55,55,48,53,52,93,44,91,45,49,52,51,46,49,54,52,51,53,44,54,50,46,56,51,52,53,54,57,93,44,91,45,49,52,51,46,48,51,50,50,51,56,44,54,50,46,57,51,49,55,57,49,93,44,91,45,49,52,51,46,49,51,50,51,51,55,44,54,51,46,49,49,54,57,55,56,93,44,91,45,49,52,52,46,53,56,48,49,53,57,44,54,51,46,49,49,54,57,51,49,93,44,91,45,49,52,53,46,49,53,52,51,56,53,44,54,51,46,49,51,49,49,52,57,93,44,91,45,49,52,53,46,49,53,52,51,57,53,44,54,51,46,50,49,55,55,56,49,93,44,91,45,49,52,54,46,49,49,49,52,56,54,44,54,51,46,50,49,55,55,54,50,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,93,93,44,91,91,91,45,49,52,54,46,53,48,56,50,56,44,53,57,46,51,57,48,55,50,55,93,44,91,45,49,52,54,46,52,48,50,52,55,57,44,53,57,46,51,51,52,55,54,50,93,44,91,45,49,52,54,46,49,52,57,53,51,53,44,53,57,46,52,49,55,49,55,53,93,44,91,45,49,52,54,46,50,57,55,56,54,51,44,53,57,46,53,56,51,57,48,51,93,44,91,45,49,52,54,46,52,50,51,55,53,57,44,53,57,46,53,53,56,55,49,52,93,44,91,45,49,52,54,46,53,48,56,50,56,44,53,57,46,51,57,48,55,50,55,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,117,116,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,50,48,48,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,54,46,57,48,54,55,52,50,44,51,50,46,53,51,54,57,55,55,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,54,53,51,52,49,57,44,51,50,46,51,57,55,50,52,55,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,55,49,52,50,49,57,44,51,50,46,55,48,53,54,57,52,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,50,55,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,49,57,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,50,57,49,49,48,54,44,51,50,46,49,55,56,56,50,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,57,57,48,57,54,55,44,51,50,46,49,52,55,50,55,52,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,51,46,49,55,51,50,53,50,44,51,50,46,52,53,50,53,51,51,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,114,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,50,51,44,34,98,101,100,115,34,58,49,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,49,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,49,46,55,49,56,49,48,57,44,51,48,46,55,52,52,56,48,54,93,44,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,44,91,45,56,49,46,52,48,48,52,56,50,44,51,48,46,55,54,54,52,50,54,93,44,91,45,56,49,46,51,48,54,52,51,53,44,51,48,46,57,57,48,54,52,52,93,44,91,45,56,49,46,52,50,51,55,55,53,44,51,48,46,57,57,48,56,57,50,93,44,91,45,56,49,46,53,54,53,49,49,54,44,51,49,46,48,57,49,57,52,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,116,101,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,57,54,49,44,34,98,101,100,115,34,58,49,57,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,71,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,49,34,44,34,78,65,77,69,34,58,34,80,101,99,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,57,55,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,50,46,53,54,54,57,51,55,44,51,48,46,50,56,51,50,54,57,93,44,91,45,49,48,50,46,51,52,51,48,56,53,44,51,48,46,50,56,52,49,49,54,93,44,91,45,49,48,50,46,51,52,50,57,56,54,44,51,48,46,53,57,56,55,53,57,93,44,91,45,49,48,50,46,49,51,56,52,48,54,44,51,48,46,53,57,55,53,50,49,93,44,91,45,49,48,50,46,49,51,55,55,55,56,44,51,48,46,54,53,53,57,56,50,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,49,46,56,51,52,53,50,56,44,51,48,46,55,53,55,57,52,57,93,44,91,45,49,48,49,46,56,55,52,50,55,54,44,51,48,46,57,49,50,50,51,54,93,44,91,45,49,48,49,46,57,56,52,53,50,55,44,51,48,46,57,56,55,52,52,53,93,44,91,45,49,48,50,46,50,57,50,54,56,49,44,51,49,46,48,51,54,54,55,55,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,52,51,48,49,50,51,44,51,49,46,49,57,51,57,49,56,93,44,91,45,49,48,50,46,54,55,51,50,52,52,44,51,49,46,51,50,56,49,48,53,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,56,50,53,49,49,54,44,51,49,46,50,54,54,57,49,52,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,80,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,54,54,57,54,51,44,51,50,46,54,57,50,52,57,53,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,51,46,55,49,57,56,53,57,44,51,50,46,53,51,49,55,54,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,49,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,54,51,50,51,49,55,44,51,52,46,53,50,56,53,56,55,93,44,91,45,56,51,46,54,50,51,50,57,54,44,51,52,46,55,51,50,49,57,52,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,55,50,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,53,52,55,57,49,51,44,51,51,46,48,48,56,53,51,51,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,50,55,50,51,53,51,44,51,50,46,57,51,55,55,57,54,93,44,91,45,56,50,46,50,57,49,49,56,44,51,51,46,48,54,50,56,50,55,93,44,91,45,56,50,46,50,51,51,48,54,50,44,51,51,46,50,50,55,55,52,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,79,99,111,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,53,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,54,56,48,48,54,54,44,52,53,46,50,48,52,57,57,52,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,52,56,51,55,51,50,44,52,53,46,49,49,54,56,56,55,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,50,52,56,50,49,51,44,52,52,46,56,53,50,55,51,57,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,55,54,48,48,55,49,44,52,52,46,57,57,48,53,51,93,44,91,45,56,56,46,49,50,49,49,53,50,44,52,53,46,48,50,51,53,56,49,93,44,91,45,56,56,46,49,56,54,51,53,53,44,52,53,46,49,57,55,57,55,52,93,44,91,45,56,56,46,51,48,57,48,54,51,44,52,53,46,50,48,49,53,56,93,44,91,45,56,56,46,51,48,53,56,49,49,44,52,53,46,51,55,52,54,49,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,55,34,44,34,78,65,77,69,34,58,34,78,97,99,111,103,100,111,99,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,53,56,44,34,98,101,100,115,34,58,51,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,57,54,53,50,50,51,44,51,49,46,54,57,51,56,56,53,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,52,46,55,50,56,52,53,54,44,51,49,46,52,53,55,49,52,55,93,44,91,45,57,52,46,53,53,52,56,51,56,44,51,49,46,52,51,53,49,50,51,93,44,91,45,57,52,46,52,54,54,54,55,54,44,51,49,46,51,55,56,48,48,57,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,51,49,49,49,44,51,49,46,53,56,56,52,56,50,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,50,52,50,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,52,56,52,52,50,55,44,52,49,46,54,48,50,53,57,49,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,55,57,55,55,52,55,44,52,49,46,52,49,54,56,51,52,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,49,46,55,57,48,57,55,50,44,52,49,46,49,56,52,49,48,49,93,44,91,45,55,49,46,55,57,49,52,56,44,52,49,46,50,55,50,49,54,53,93,44,91,45,55,49,46,53,48,57,52,52,50,44,52,49,46,51,48,55,55,51,50,93,44,91,45,55,49,46,52,48,57,48,57,57,44,52,49,46,52,54,56,50,48,50,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,93,93,44,91,91,91,45,55,49,46,54,55,56,56,48,55,44,52,49,46,49,53,56,57,49,50,93,44,91,45,55,49,46,54,49,49,54,55,51,44,52,49,46,48,57,55,52,49,51,93,44,91,45,55,49,46,52,55,54,57,50,53,44,52,49,46,49,54,56,49,53,55,93,44,91,45,55,49,46,52,57,50,49,57,54,44,52,49,46,50,52,48,56,55,54,93,44,91,45,55,49,46,54,50,52,53,48,52,44,52,49,46,50,55,52,49,50,57,93,44,91,45,55,49,46,54,55,56,56,48,55,44,52,49,46,49,53,56,57,49,50,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,79,107,97,110,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,51,56,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,54,52,57,57,51,51,44,52,56,46,51,57,56,49,51,57,93,44,91,45,49,50,48,46,51,52,54,50,56,52,44,52,56,46,49,57,57,57,56,54,93,44,91,45,49,50,48,46,51,54,49,50,56,56,44,52,56,46,49,53,55,53,54,57,93,44,91,45,49,50,48,46,49,52,51,57,51,49,44,52,56,46,48,54,53,52,52,52,93,44,91,45,49,50,48,46,48,52,56,54,52,54,44,52,55,46,57,54,48,54,50,56,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,49,57,46,56,57,53,51,53,44,52,56,46,48,53,48,48,52,52,93,44,91,45,49,49,57,46,54,56,50,57,56,49,44,52,56,46,48,57,50,53,49,51,93,44,91,45,49,49,57,46,54,53,50,52,54,56,44,52,56,46,48,48,48,50,50,49,93,44,91,45,49,49,57,46,52,51,54,50,53,55,44,52,56,46,48,55,54,54,56,56,93,44,91,45,49,49,57,46,51,52,51,53,50,51,44,52,56,46,48,52,57,52,51,50,93,44,91,45,49,49,57,46,49,53,48,57,56,51,44,52,56,46,49,52,54,48,54,55,93,44,91,45,49,49,57,46,48,53,54,57,55,44,52,56,46,49,51,54,57,55,52,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,44,91,45,49,50,48,46,48,51,55,53,53,52,44,52,56,46,57,57,57,52,52,52,93,44,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,44,91,45,49,50,48,46,55,54,56,53,49,53,44,52,56,46,57,53,52,52,57,93,44,91,45,49,50,48,46,55,51,53,52,50,55,44,52,56,46,55,56,54,52,56,55,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,83,112,111,107,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,56,55,53,44,34,98,101,100,115,34,58,49,56,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,56,46,48,52,55,55,55,57,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,55,46,55,57,52,52,53,56,93,44,91,45,49,49,55,46,54,57,55,55,55,52,44,52,55,46,56,53,54,50,55,56,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,111,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,56,46,57,50,54,48,50,53,44,52,53,46,51,55,56,54,51,55,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,54,55,53,56,50,49,44,52,53,46,55,50,50,57,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,57,51,51,50,50,50,44,52,53,46,57,56,50,50,55,54,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,119,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,57,50,53,49,55,52,44,52,53,46,57,56,49,48,53,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,72,117,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,54,51,49,44,34,98,101,100,115,34,58,49,56,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,52,55,53,44,34,98,101,100,115,34,58,49,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,52,50,48,51,54,51,44,52,48,46,57,48,54,53,48,50,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,50,51,55,50,50,55,44,52,48,46,55,50,51,53,52,50,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,71,117,97,100,97,108,117,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,49,51,55,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,56,46,48,56,57,50,55,55,44,50,57,46,54,56,51,57,51,49,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,49,50,50,53,55,52,44,50,57,46,51,55,56,53,52,57,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,55,51,53,55,50,44,50,57,46,54,57,49,49,57,56,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,54,51,54,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,56,54,50,54,56,52,44,52,56,46,50,52,51,54,53,56,93,44,91,45,49,50,50,46,54,52,50,50,53,54,44,52,56,46,48,57,51,55,55,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,51,50,56,52,54,51,44,52,55,46,57,54,51,55,54,51,93,44,91,45,49,50,50,46,51,53,48,50,56,57,44,52,56,46,48,56,48,51,49,50,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,50,46,53,57,49,57,52,52,44,52,56,46,52,49,55,55,53,56,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,55,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,87,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,55,52,57,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,55,49,53,55,49,53,44,51,56,46,56,51,50,49,51,54,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,52,55,54,56,52,55,44,51,56,46,53,57,50,50,56,54,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,50,50,51,54,56,51,44,51,56,46,54,53,50,48,54,52,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,93,44,91,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,53,49,54,52,50,44,51,56,46,55,51,56,51,51,55,93,44,91,45,55,55,46,52,57,57,52,51,44,51,56,46,55,51,55,49,51,55,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,50,48,53,56,49,44,51,56,46,55,54,50,50,56,55,93,44,91,45,55,55,46,52,50,55,51,51,50,44,51,56,46,55,53,51,53,57,56,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,49,53,54,44,34,98,101,100,115,34,58,49,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,53,46,57,57,52,54,50,57,44,51,57,46,57,53,50,52,50,57,93,44,91,45,55,53,46,57,56,54,56,50,51,44,51,57,46,56,57,50,49,57,50,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,53,50,51,56,49,54,44,51,57,46,57,52,52,49,50,52,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,53,55,51,51,51,56,44,52,48,46,49,57,53,51,48,51,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,56,54,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,48,46,56,52,57,52,53,49,44,51,55,46,51,52,54,57,48,57,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,82,111,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,56,57,55,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,52,52,54,48,53,52,44,51,53,46,57,56,53,57,56,52,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,53,51,57,57,54,51,44,51,53,46,54,55,48,52,54,53,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,108,97,108,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,52,56,55,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,56,56,49,48,56,93,44,91,45,49,50,50,46,57,52,57,49,54,55,44,52,55,46,56,54,54,56,50,50,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,51,46,50,52,55,57,49,57,44,52,56,46,50,56,52,53,53,56,93,44,91,45,49,50,51,46,53,52,49,50,49,54,44,52,56,46,50,50,52,53,53,51,93,44,91,45,49,50,52,46,48,49,50,48,53,54,44,52,56,46,50,57,54,54,55,49,93,44,91,45,49,50,52,46,55,52,57,55,52,44,52,56,46,52,57,57,55,56,51,93,44,91,45,49,50,52,46,56,49,54,57,57,51,44,52,56,46,51,56,53,52,55,53,93,44,91,45,49,50,52,46,55,54,49,51,56,55,44,52,56,46,50,57,53,54,56,56,93,44,91,45,49,50,52,46,56,52,56,53,51,55,44,52,56,46,49,55,52,48,48,53,93,44,91,45,49,50,52,46,55,56,53,49,56,55,44,52,56,46,48,56,55,49,49,53,93,44,91,45,49,50,52,46,55,57,49,49,54,50,44,52,55,46,57,54,49,55,48,53,93,44,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,50,49,52,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,44,91,45,49,49,56,46,50,49,52,52,56,51,44,52,56,46,56,56,56,49,54,49,93,44,91,45,49,49,56,46,49,48,52,57,54,44,52,56,46,54,53,51,53,48,51,93,44,91,45,49,49,56,46,50,48,54,53,48,55,44,52,56,46,52,55,48,50,57,54,93,44,91,45,49,49,56,46,49,51,57,55,57,49,44,52,56,46,50,54,55,51,48,56,93,44,91,45,49,49,56,46,50,52,56,54,48,54,44,52,56,46,49,51,52,50,53,53,93,44,91,45,49,49,56,46,50,51,51,52,57,56,44,52,56,46,48,54,51,52,56,53,93,44,91,45,49,49,56,46,52,48,48,56,48,55,44,52,56,46,48,50,56,54,56,50,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,50,49,50,51,50,51,44,52,55,46,57,52,53,52,57,51,93,44,91,45,49,49,56,46,48,55,56,49,56,50,44,52,55,46,56,48,48,48,54,50,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,55,46,54,57,55,55,55,52,44,52,55,46,56,53,54,50,55,56,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,55,46,55,57,52,52,53,56,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,56,46,48,52,55,55,55,57,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,53,48,50,51,55,49,44,52,56,46,49,51,52,55,48,56,93,44,91,45,49,49,55,46,52,57,57,57,55,53,44,52,56,46,54,53,54,49,56,55,93,44,91,45,49,49,55,46,53,54,51,56,53,56,44,52,56,46,56,51,54,54,55,49,93,44,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,44,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,111,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,57,57,46,57,56,49,49,57,51,44,52,48,46,52,51,56,50,57,49,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,52,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,55,49,57,54,50,54,44,51,51,46,54,56,48,50,53,51,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,69,115,99,97,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,53,50,50,44,34,98,101,100,115,34,58,49,54,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,54,50,54,50,50,52,44,51,48,46,56,52,54,54,54,52,93,44,91,45,56,55,46,51,57,51,50,57,52,44,51,48,46,54,50,55,50,49,56,93,44,91,45,56,55,46,52,52,53,49,48,51,44,51,48,46,53,50,56,57,48,57,93,44,91,45,56,55,46,51,54,57,51,56,51,44,51,48,46,52,51,49,57,52,56,93,44,91,45,56,55,46,52,57,57,57,56,44,51,48,46,51,50,56,57,53,55,93,44,91,45,56,55,46,53,49,56,51,52,54,44,51,48,46,50,50,57,53,48,54,93,44,91,45,56,55,46,50,57,54,52,53,55,44,51,48,46,50,55,50,54,57,93,44,91,45,56,54,46,57,49,54,54,48,55,44,51,48,46,51,49,56,55,50,52,93,44,91,45,56,54,46,57,50,48,49,49,51,44,51,48,46,51,56,54,53,54,55,93,44,91,45,56,55,46,49,55,56,57,54,56,44,51,48,46,51,51,52,53,57,57,93,44,91,45,56,55,46,49,50,52,57,54,56,44,51,48,46,53,48,48,49,57,54,93,44,91,45,56,55,46,50,54,48,54,55,55,44,51,48,46,54,50,49,51,54,51,93,44,91,45,56,55,46,51,49,50,52,48,57,44,51,48,46,55,51,52,55,55,93,44,91,45,56,55,46,50,56,50,50,57,44,51,48,46,57,50,52,56,50,57,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,57,34,44,34,78,65,77,69,34,58,34,84,97,114,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,57,57,55,55,44,34,98,101,100,115,34,58,54,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,71,101,111,114,103,101,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,50,48,50,44,34,98,101,100,115,34,58,54,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,54,46,57,48,57,51,57,51,44,51,56,46,56,57,50,56,53,50,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,54,46,55,52,55,53,55,44,51,56,46,54,49,55,51,51,53,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,54,57,56,50,54,56,44,51,56,46,57,56,51,54,52,55,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,57,52,55,54,52,55,44,51,54,46,54,55,53,55,53,49,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,54,49,55,55,52,44,51,54,46,56,56,48,55,55,51,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,56,51,56,55,57,53,44,50,57,46,48,50,53,51,50,55,93,44,91,45,57,54,46,55,57,50,49,51,51,44,50,56,46,57,49,56,56,48,51,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,51,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,51,55,52,54,57,44,51,51,46,56,49,56,53,53,50,93,44,91,45,57,55,46,50,53,53,54,51,57,44,51,51,46,56,54,51,55,48,50,93,44,91,45,57,55,46,49,53,52,51,54,55,44,51,51,46,55,50,52,48,57,52,93,44,91,45,57,55,46,48,57,53,54,52,52,44,51,51,46,55,50,57,50,50,50,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,57,34,44,34,78,65,77,69,34,58,34,84,119,105,103,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,104,111,110,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,48,54,52,44,34,98,101,100,115,34,58,49,48,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,49,46,48,48,49,54,57,53,44,52,48,46,57,56,55,55,56,51,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,53,52,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,53,46,56,53,54,50,49,56,44,51,50,46,50,51,49,57,55,53,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,52,56,57,51,52,56,44,51,50,46,52,57,54,57,51,55,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,55,57,56,53,56,53,44,51,50,46,53,56,49,48,56,57,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,56,55,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,55,34,44,34,78,65,77,69,34,58,34,83,119,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,56,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,50,46,48,48,56,55,44,51,56,46,53,48,48,48,51,56,93,44,91,45,57,50,46,49,52,57,50,57,49,44,51,56,46,52,51,49,49,53,50,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,56,54,57,52,56,57,44,51,56,46,54,54,51,57,52,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,75,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,48,56,51,57,44,34,98,101,100,115,34,58,49,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,69,108,32,68,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,54,49,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,48,46,56,50,51,50,56,51,44,51,56,46,53,53,57,54,56,55,93,44,91,45,49,50,48,46,54,50,56,52,50,56,44,51,56,46,53,48,51,50,48,52,93,44,91,45,49,50,48,46,50,55,52,53,50,50,44,51,56,46,53,53,57,52,53,50,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,49,57,46,56,55,55,55,53,44,51,56,46,56,54,56,51,49,49,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,50,48,46,49,56,52,48,57,56,44,51,57,46,48,51,49,48,49,52,93,44,91,45,49,50,48,46,52,51,53,50,52,44,51,57,46,48,50,56,51,57,55,93,44,91,45,49,50,48,46,53,55,50,51,53,50,44,51,56,46,57,49,52,52,93,44,91,45,49,50,48,46,55,51,48,49,55,52,44,51,57,46,48,48,51,57,53,56,93,44,91,45,49,50,48,46,57,51,52,54,53,51,44,51,56,46,57,54,51,55,57,49,93,44,91,45,49,50,49,46,48,53,50,57,49,49,44,51,56,46,57,48,48,49,52,52,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,75,101,114,115,104,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,54,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,55,54,57,57,50,54,44,51,52,46,51,55,55,49,49,49,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,48,46,56,54,57,53,50,52,44,51,52,46,49,56,50,50,55,49,93,44,91,45,56,48,46,55,49,57,51,49,56,44,51,52,46,48,54,56,57,55,50,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,52,50,48,52,56,52,44,51,52,46,50,57,51,48,55,52,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,51,50,55,53,57,44,51,52,46,52,57,55,55,54,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,53,53,48,53,53,50,44,51,52,46,53,54,48,49,49,54,93,44,91,45,56,48,46,54,53,56,52,49,55,44,51,52,46,52,55,56,54,49,50,93,44,91,45,56,48,46,55,52,51,51,52,53,44,51,52,46,53,51,57,57,49,54,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,54,46,57,51,51,52,55,44,51,54,46,52,48,49,56,55,93,44,91,45,55,54,46,55,55,57,52,54,55,44,51,54,46,51,54,50,52,54,57,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,79,116,101,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,53,48,57,51,54,52,44,51,56,46,49,55,50,53,49,52,93,44,91,45,49,48,51,46,54,49,57,49,55,50,44,51,56,46,49,49,51,51,53,53,93,44,91,45,49,48,51,46,56,51,53,54,49,54,44,51,56,46,49,49,51,51,52,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,48,53,56,49,57,54,44,51,55,46,54,52,52,48,52,57,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,50,51,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,44,91,45,49,50,51,46,56,55,53,54,57,56,44,52,51,46,54,48,56,52,48,55,93,44,91,45,49,50,51,46,56,55,53,54,50,56,44,52,51,46,53,49,53,57,52,55,93,44,91,45,49,50,51,46,55,54,49,53,50,56,44,52,51,46,52,50,50,50,57,52,93,44,91,45,49,50,51,46,55,48,52,55,53,50,44,52,51,46,50,53,55,55,52,49,93,44,91,45,49,50,51,46,55,48,50,49,52,52,44,52,51,46,48,56,55,48,56,51,93,44,91,45,49,50,51,46,56,50,49,49,49,56,44,52,50,46,57,57,54,50,57,49,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,52,52,53,52,53,54,44,52,50,46,55,48,51,48,50,53,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,49,53,50,50,51,51,44,52,50,46,55,53,53,56,51,53,93,44,91,45,49,50,50,46,55,57,52,55,55,54,44,52,50,46,55,55,56,50,50,49,93,44,91,45,49,50,50,46,53,54,48,50,55,51,44,52,50,46,57,51,57,49,56,53,93,44,91,45,49,50,50,46,52,48,49,48,50,53,44,52,50,46,57,57,54,54,51,50,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,50,56,50,53,56,53,44,52,51,46,48,54,55,55,49,57,93,44,91,45,49,50,50,46,48,57,51,55,55,54,44,52,51,46,48,55,54,50,53,55,93,44,91,45,49,50,49,46,57,56,48,53,53,52,44,52,51,46,50,54,53,49,56,93,44,91,45,49,50,50,46,48,50,50,54,54,50,44,52,51,46,51,54,50,51,48,52,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,55,52,49,55,49,54,44,52,51,46,52,51,55,51,57,53,93,44,91,45,49,50,50,46,55,52,49,56,52,53,44,52,51,46,53,52,52,54,53,52,93,44,91,45,49,50,51,46,49,48,55,54,56,54,44,52,51,46,53,52,48,48,49,93,44,91,45,49,50,51,46,49,51,55,51,49,57,44,52,51,46,55,55,57,54,55,93,44,91,45,49,50,51,46,51,52,56,50,52,54,44,52,51,46,55,56,48,49,55,93,44,91,45,49,50,51,46,53,50,57,49,53,51,44,52,51,46,56,51,48,48,54,49,93,44,91,45,49,50,51,46,54,49,57,48,49,50,44,52,51,46,57,50,49,49,49,55,93,44,91,45,49,50,51,46,56,50,55,48,48,52,44,52,51,46,57,52,52,56,51,55,93,44,91,45,49,50,51,46,57,52,54,50,57,49,44,52,51,46,56,54,50,54,56,50,93,44,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,44,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,53,56,54,44,34,98,101,100,115,34,58,51,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,52,57,53,57,57,44,52,48,46,57,56,55,49,56,49,93,44,91,45,55,53,46,53,55,52,53,57,44,52,48,46,57,53,49,51,50,51,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,51,48,48,53,57,52,44,52,48,46,56,53,57,53,54,51,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,53,46,49,53,54,53,48,55,44,52,49,46,49,53,48,51,52,49,93,44,91,45,55,53,46,49,50,57,55,50,49,44,52,49,46,50,53,50,49,48,49,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,52,53,48,55,49,53,44,51,53,46,57,54,55,52,57,51,93,44,91,45,57,51,46,53,50,51,54,51,57,44,51,53,46,56,56,49,53,57,50,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,53,49,57,53,55,53,44,51,53,46,55,51,52,52,50,50,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,118,97,108,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,44,91,45,57,56,46,57,57,57,56,57,44,52,56,46,55,49,56,49,50,57,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,44,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,49,52,48,54,54,56,44,51,54,46,49,53,57,50,51,49,93,44,91,45,57,55,46,49,52,48,57,54,56,44,51,54,46,50,52,54,52,51,53,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,55,46,48,51,50,49,48,54,44,51,54,46,51,51,51,51,53,52,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,111,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,57,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,105,110,116,101,32,67,111,117,112,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,53,56,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,51,56,48,54,50,44,51,48,46,55,53,56,56,48,52,93,44,91,45,57,49,46,53,53,51,48,49,57,44,51,48,46,55,51,48,55,57,56,93,44,91,45,57,49,46,53,49,53,54,50,54,44,51,48,46,56,54,49,51,55,56,93,44,91,45,57,49,46,54,54,49,51,55,50,44,51,48,46,56,53,55,48,57,57,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,56,48,53,57,54,51,44,51,48,46,57,55,50,53,53,56,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,49,46,55,51,51,54,55,51,44,51,48,46,55,48,49,55,51,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,52,49,52,55,54,44,51,48,46,53,49,49,53,49,54,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,71,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,48,54,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,52,48,53,57,56,49,44,51,51,46,56,51,53,56,57,54,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,53,50,53,48,55,51,44,51,51,46,55,50,49,50,51,54,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,51,55,56,50,50,50,44,51,51,46,53,48,50,52,49,49,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,49,56,57,56,49,50,44,51,51,46,53,52,55,50,51,56,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,48,52,51,57,57,51,44,51,51,46,55,54,51,53,57,53,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,54,46,50,49,53,53,50,53,44,51,51,46,57,56,55,52,50,49,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,49,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,55,51,48,48,54,51,44,51,50,46,51,53,50,55,51,51,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,55,51,48,49,53,50,44,51,50,46,53,55,55,50,52,56,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,104,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,52,57,44,34,98,101,100,115,34,58,54,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,52,46,48,52,51,50,49,51,44,51,49,46,54,50,51,53,55,51,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,50,55,54,57,53,54,44,51,56,46,50,50,55,49,50,54,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,50,54,55,55,54,57,44,51,56,46,48,53,55,49,55,49,93,44,91,45,56,54,46,49,55,56,57,51,44,51,56,46,48,49,48,56,49,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,54,46,48,51,50,53,53,57,44,51,56,46,51,51,48,54,54,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,110,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,54,46,53,48,52,51,50,57,44,52,55,46,57,57,49,51,56,54,93,44,91,45,49,49,54,46,53,48,53,49,48,52,44,52,55,46,56,57,48,49,52,50,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,51,50,57,54,48,49,44,52,56,46,48,49,55,55,50,50,93,44,91,45,49,49,54,46,50,51,51,49,49,51,44,52,56,46,48,54,56,56,57,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,55,56,52,56,55,56,44,52,56,46,53,48,48,52,55,50,93,44,91,45,49,49,54,46,55,56,53,49,55,52,44,52,56,46,56,52,55,52,48,50,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,97,116,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,57,57,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,53,46,50,54,52,55,54,50,44,51,52,46,56,53,52,50,55,55,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,48,54,49,54,52,56,44,51,52,46,56,49,57,52,55,56,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,97,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,51,55,50,52,55,54,44,51,49,46,55,48,49,53,49,57,93,44,91,45,57,50,46,50,56,50,48,56,49,44,51,49,46,53,48,51,52,56,54,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,51,57,51,49,50,51,44,52,52,46,54,52,48,51,55,53,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,50,54,56,56,56,50,44,52,52,46,51,54,52,54,53,51,93,44,91,45,54,56,46,57,57,57,52,53,53,44,52,52,46,50,48,50,55,50,49,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,56,48,52,54,49,53,44,52,52,46,52,53,56,52,49,49,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,57,46,49,56,51,55,51,50,44,52,52,46,54,52,52,48,50,51,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,51,50,55,44,34,98,101,100,115,34,58,50,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,54,46,57,52,56,53,55,57,44,51,57,46,49,50,57,53,57,55,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,97,108,116,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,48,56,48,53,44,34,98,101,100,115,34,58,51,51,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,49,55,53,51,51,55,44,52,48,46,54,48,51,57,56,49,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,49,46,57,52,54,52,53,52,44,52,48,46,52,50,52,53,57,52,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,57,52,54,50,56,57,44,52,48,46,56,50,49,55,57,93,44,91,45,49,49,50,46,48,48,54,53,54,54,44,52,48,46,57,50,49,56,52,54,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,72,97,114,116,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,52,55,51,48,44,34,98,101,100,115,34,58,51,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,50,46,56,56,55,48,54,44,52,49,46,57,55,51,49,50,49,93,44,91,45,55,51,46,48,49,54,54,55,53,44,52,49,46,55,57,56,49,56,51,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,50,46,57,52,54,51,53,44,52,49,46,53,53,54,55,57,55,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,55,49,51,56,57,55,44,52,49,46,54,50,55,55,48,53,93,44,91,45,55,50,46,53,48,53,52,51,49,44,52,49,46,54,52,54,57,57,57,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,53,49,56,51,51,44,52,49,46,56,53,54,56,57,57,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,87,105,110,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,53,51,56,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,50,46,50,49,54,57,56,44,52,49,46,57,53,56,49,54,49,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,49,53,49,55,52,55,44,52,49,46,54,54,55,53,49,54,93,44,91,45,55,49,46,57,53,49,57,51,54,44,52,49,46,54,51,52,51,50,56,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,50,53,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,44,91,45,56,49,46,52,52,53,49,52,51,44,50,53,46,55,51,55,53,55,54,93,44,91,45,56,49,46,51,52,55,50,51,49,44,50,53,46,54,51,54,55,50,55,93,44,91,45,56,49,46,50,48,53,55,48,57,44,50,53,46,52,49,48,55,53,49,93,44,91,45,56,49,46,50,51,52,48,52,52,44,50,53,46,50,51,52,53,50,50,93,44,91,45,56,49,46,49,56,52,52,48,57,44,50,53,46,49,50,53,48,48,49,93,44,91,45,56,49,46,48,57,56,52,56,57,44,50,53,46,48,54,54,52,55,49,93,44,91,45,56,48,46,57,54,52,50,56,56,44,50,52,46,56,49,57,57,48,55,93,44,91,45,56,49,46,48,54,52,52,55,44,50,52,46,55,57,49,49,49,54,93,44,91,45,56,49,46,50,48,50,51,50,50,44,50,52,46,56,54,56,51,53,50,93,44,91,45,56,49,46,52,48,50,52,55,51,44,50,52,46,56,56,49,56,50,55,93,44,91,45,56,49,46,55,50,51,53,50,56,44,50,52,46,55,50,53,53,50,52,93,44,91,45,56,50,46,48,50,54,54,52,51,44,50,52,46,54,48,55,54,54,54,93,44,91,45,56,50,46,49,54,52,54,57,50,44,50,52,46,54,50,57,52,55,51,93,44,91,45,56,50,46,49,55,53,48,57,56,44,50,52,46,52,57,57,54,49,55,93,44,91,45,56,50,46,48,54,55,49,55,49,44,50,52,46,53,50,51,55,49,53,93,44,91,45,56,49,46,57,52,54,52,52,49,44,50,52,46,51,57,57,51,52,56,93,44,91,45,56,49,46,55,49,49,56,51,49,44,50,52,46,52,50,57,55,51,51,93,44,91,45,56,49,46,53,51,57,57,50,52,44,50,52,46,52,56,54,48,51,52,93,44,91,45,56,49,46,52,55,52,55,51,51,44,50,52,46,53,53,51,52,53,53,93,44,91,45,56,49,46,50,55,49,54,57,44,50,52,46,53,57,55,48,57,54,93,44,91,45,56,49,46,49,52,55,54,56,54,44,50,52,46,54,52,57,48,54,52,93,44,91,45,56,49,46,48,52,55,54,52,56,44,50,52,46,54,52,48,50,52,93,44,91,45,56,48,46,55,56,51,51,55,53,44,50,52,46,55,54,49,50,54,93,44,91,45,56,48,46,52,53,51,51,54,53,44,50,52,46,57,54,51,54,57,56,93,44,91,45,56,48,46,51,57,48,52,51,53,44,50,53,46,48,53,55,49,56,57,93,44,91,45,56,48,46,50,52,57,55,55,51,44,50,53,46,49,55,57,52,55,57,93,44,91,45,56,48,46,50,49,55,56,54,50,44,50,53,46,50,57,53,50,52,55,93,44,91,45,56,48,46,49,53,48,50,52,55,44,50,53,46,51,49,52,49,52,57,93,44,91,45,56,48,46,50,54,53,52,55,50,44,50,53,46,51,53,52,50,57,54,93,44,91,45,56,48,46,51,55,50,49,50,49,44,50,53,46,51,49,48,50,49,53,93,44,91,45,56,48,46,52,50,57,51,48,54,44,50,53,46,50,51,53,54,54,49,93,44,91,45,56,48,46,54,53,49,50,55,57,44,50,53,46,49,57,50,53,57,54,93,44,91,45,56,48,46,55,48,53,51,55,57,44,50,53,46,49,52,57,48,49,55,93,44,91,45,56,48,46,56,53,56,49,54,55,44,50,53,46,49,55,54,54,48,55,93,44,91,45,56,48,46,56,55,51,49,57,44,50,53,46,51,54,51,57,57,51,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,93,93,44,91,91,91,45,56,50,46,57,56,55,52,55,55,44,50,52,46,54,50,53,51,55,57,93,44,91,45,56,50,46,56,52,57,48,53,51,44,50,52,46,53,55,54,55,52,56,93,44,91,45,56,50,46,55,54,54,54,56,49,44,50,52,46,54,54,55,57,52,93,44,91,45,56,50,46,56,57,57,57,50,56,44,50,52,46,55,49,55,55,55,56,93,44,91,45,56,50,46,57,56,55,52,55,55,44,50,52,46,54,50,53,51,55,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,117,115,99,97,114,97,119,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,50,54,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,49,46,54,49,54,48,51,44,52,48,46,51,54,56,49,49,56,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,50,55,53,51,49,57,44,52,48,46,51,48,51,52,51,52,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,49,46,50,54,52,55,52,52,44,52,48,46,53,54,53,48,52,50,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,49,48,49,44,34,98,101,100,115,34,58,49,50,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,48,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,55,56,52,55,57,51,44,51,57,46,50,54,50,56,56,56,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,56,55,50,50,49,52,44,51,57,46,48,50,49,51,48,52,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,32,111,102,32,116,104,101,32,87,111,111,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,44,91,45,57,53,46,50,51,53,54,48,54,44,52,56,46,56,56,49,52,53,93,44,91,45,57,53,46,48,57,49,50,56,50,44,52,56,46,57,49,57,49,55,51,93,44,91,45,57,53,46,48,56,57,56,54,51,44,52,56,46,55,49,51,48,54,50,93,44,91,45,57,53,46,51,52,50,55,51,44,52,56,46,55,49,51,48,50,56,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,50,49,49,57,54,54,44,52,56,46,53,51,57,57,54,49,93,44,91,45,57,53,46,50,49,48,57,53,51,44,52,56,46,51,54,53,57,55,49,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,52,46,52,51,48,50,55,51,44,52,56,46,55,48,48,57,48,57,93,44,91,45,57,52,46,53,57,50,48,57,57,44,52,56,46,55,49,57,49,50,93,44,91,45,57,52,46,54,57,48,57,48,50,44,52,56,46,55,55,55,57,57,57,93,44,91,45,57,52,46,54,56,52,51,52,55,44,52,56,46,56,56,51,57,53,56,93,44,91,45,57,52,46,56,50,53,53,51,53,44,52,57,46,50,57,52,51,53,52,93,44,91,45,57,52,46,57,53,50,48,54,57,44,52,57,46,51,54,56,55,51,51,93,44,91,45,57,53,46,49,53,51,51,57,53,44,52,57,46,51,56,52,52,55,57,93,44,91,45,57,53,46,49,53,51,49,57,49,44,52,56,46,57,57,56,56,55,93,44,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,53,49,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,48,48,55,55,54,44,52,50,46,56,54,51,48,53,49,93,44,91,45,49,49,50,46,56,49,54,53,55,56,44,52,50,46,56,54,51,50,51,49,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,54,53,54,53,53,50,44,52,51,46,48,50,49,57,52,52,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,49,46,53,56,56,48,52,57,44,52,51,46,50,56,49,56,52,49,93,44,91,45,49,49,49,46,56,50,50,52,57,52,44,52,51,46,50,56,50,50,56,54,93,44,91,45,49,49,49,46,56,50,50,52,55,53,44,52,51,46,51,54,54,48,51,53,93,44,91,45,49,49,50,46,48,52,51,56,50,49,44,52,51,46,51,54,54,55,48,56,93,44,91,45,49,49,50,46,49,48,51,50,57,56,44,52,51,46,52,50,53,48,53,55,93,44,91,45,49,49,50,46,53,50,48,48,50,52,44,52,51,46,52,50,53,49,55,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,57,51,54,56,51,53,44,52,51,46,52,52,57,51,56,54,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,98,111,32,82,111,106,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,48,53,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,44,91,45,54,55,46,50,54,48,54,56,44,49,55,46,57,50,56,53,52,93,44,91,45,54,55,46,49,48,56,54,51,53,44,49,55,46,56,57,53,52,48,55,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,117,109,97,99,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,54,54,44,34,98,101,100,115,34,58,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,55,51,57,49,49,50,44,49,56,46,48,55,48,55,55,56,93,44,91,45,54,53,46,54,57,57,51,51,53,44,49,56,46,49,49,54,49,49,51,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,117,110,99,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,52,48,50,44,34,98,101,100,115,34,58,49,54,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,54,50,53,53,57,57,44,51,53,46,48,54,52,54,56,54,93,44,91,45,56,50,46,52,57,52,48,48,55,44,51,52,46,56,57,54,50,49,53,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,52,54,54,53,48,51,44,51,52,46,54,54,53,49,56,52,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,50,51,56,48,53,52,44,51,52,46,53,56,54,57,53,54,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,50,50,54,51,50,53,44,51,52,46,56,53,50,52,56,56,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,121,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,57,57,46,56,51,55,56,50,53,44,52,51,46,54,56,57,48,55,49,93,44,91,45,57,57,46,54,50,51,53,56,55,44,52,51,46,55,52,50,52,49,52,93,44,91,45,57,57,46,54,50,51,53,55,56,44,52,51,46,52,57,57,56,53,57,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,57,46,52,48,54,57,54,49,44,52,51,46,55,48,53,50,55,55,93,44,91,45,57,57,46,52,49,48,49,53,44,52,51,46,55,55,52,54,49,57,93,44,91,45,57,57,46,51,49,48,56,50,54,44,52,51,46,56,53,53,50,49,54,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,57,46,51,53,51,55,50,44,52,51,46,57,57,53,51,50,57,93,44,91,45,57,57,46,53,54,50,53,51,54,44,52,52,46,49,48,49,53,49,57,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,54,53,52,53,51,54,44,52,52,46,49,48,49,54,56,57,93,44,91,45,57,57,46,56,56,52,52,56,53,44,52,52,46,49,50,57,53,56,50,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,49,48,48,46,51,54,55,50,52,55,44,52,52,46,49,57,52,54,50,49,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,48,46,51,54,54,49,55,52,44,52,51,46,56,52,54,57,55,56,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,114,101,109,112,101,97,108,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,52,51,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,53,50,57,55,52,49,44,52,52,46,50,52,54,55,55,55,93,44,91,45,57,49,46,54,49,50,51,51,49,44,52,52,46,49,54,56,56,48,57,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,51,48,55,52,55,56,44,52,52,46,48,54,52,56,55,54,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,89,111,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,55,55,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,50,56,55,57,57,56,44,51,56,46,56,51,57,57,51,49,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,49,46,57,52,48,50,56,53,44,51,56,46,53,51,51,51,56,52,93,44,91,45,49,50,49,46,54,57,53,49,52,55,44,51,56,46,53,50,51,49,53,54,93,44,91,45,49,50,49,46,54,57,52,48,49,52,44,51,56,46,51,49,52,56,53,54,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,53,48,50,57,56,50,44,51,56,46,52,52,48,55,49,56,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,55,50,51,51,52,54,44,51,56,46,56,48,51,55,53,57,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,49,34,44,34,78,65,77,69,34,58,34,83,116,101,114,108,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,48,46,56,54,53,50,53,54,44,51,49,46,53,54,50,50,57,52,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,53,34,44,34,78,65,77,69,34,58,34,87,105,110,107,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,48,50,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,51,46,48,54,52,53,49,44,51,50,46,48,48,48,52,50,52,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,50,46,48,49,56,56,56,55,44,52,51,46,55,48,56,54,49,56,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,49,51,57,48,53,49,44,52,51,46,52,55,54,54,55,54,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,49,46,50,50,56,51,51,49,44,52,51,46,55,57,53,48,52,57,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,49,56,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,50,46,50,50,52,52,54,49,44,51,56,46,56,54,52,56,48,51,93,44,91,45,49,49,50,46,50,49,56,51,53,54,44,51,56,46,55,50,55,51,54,49,93,44,91,45,49,49,50,46,51,48,57,57,53,51,44,51,56,46,54,55,54,50,57,93,44,91,45,49,49,50,46,52,52,55,53,49,55,44,51,56,46,54,56,49,50,55,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,56,53,51,50,57,55,44,51,57,46,48,51,50,57,56,52,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,54,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,54,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,49,56,48,51,56,52,44,51,49,46,56,49,52,53,52,54,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,56,46,48,48,55,48,55,55,44,51,50,46,49,56,53,51,49,51,93,44,91,45,56,56,46,48,49,57,49,52,53,44,51,50,46,50,56,53,50,52,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,52,48,57,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,53,49,57,54,49,44,51,56,46,54,57,55,49,57,56,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,50,55,56,53,53,51,44,51,56,46,54,57,49,51,52,51,93,44,91,45,56,55,46,50,52,54,54,44,51,56,46,56,48,55,55,48,49,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,52,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,56,52,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,51,46,57,49,57,55,56,57,44,52,55,46,57,53,53,57,53,93,44,91,45,49,48,51,46,55,56,52,51,57,52,44,52,56,46,48,53,57,52,57,49,93,44,91,45,49,48,51,46,54,48,56,49,55,52,44,52,56,46,49,49,52,49,50,52,93,44,91,45,49,48,51,46,52,56,53,48,55,50,44,52,56,46,48,48,54,55,50,53,93,44,91,45,49,48,51,46,50,55,55,50,54,54,44,52,56,46,48,53,56,48,50,51,93,44,91,45,49,48,51,46,50,48,49,56,57,44,52,56,46,49,51,53,50,48,56,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,50,46,56,50,56,49,54,51,44,52,56,46,51,55,50,54,52,49,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,50,48,50,44,34,98,101,100,115,34,58,49,51,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,54,56,49,53,48,56,44,52,54,46,57,55,56,52,56,49,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,54,46,55,54,49,54,57,51,44,52,54,46,57,51,52,53,53,56,93,44,91,45,57,54,46,56,51,52,56,51,57,44,52,55,46,48,48,55,50,53,52,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,50,55,57,50,48,55,44,51,55,46,52,53,51,50,57,50,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,116,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,70,114,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,52,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,48,49,44,34,98,101,100,115,34,58,49,51,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,53,50,50,52,56,44,52,49,46,53,49,49,48,51,53,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,78,101,111,115,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,54,53,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,51,46,48,55,51,54,51,51,44,51,56,46,53,57,48,52,51,56,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,50,46,57,54,55,54,51,53,44,51,56,46,51,57,52,49,51,56,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,56,57,55,49,56,57,44,51,56,46,55,53,54,50,49,52,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,55,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,50,46,52,54,56,49,55,55,44,51,55,46,56,57,48,52,54,52,93,44,91,45,49,49,50,46,53,55,56,51,57,55,44,51,55,46,56,56,50,49,52,55,93,44,91,45,49,49,50,46,54,56,57,50,50,49,44,51,55,46,56,48,53,53,57,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,49,46,56,52,48,56,48,57,44,51,55,46,53,51,53,55,56,57,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,48,46,53,48,49,53,57,52,44,51,55,46,54,53,93,44,91,45,49,49,48,46,52,51,55,53,51,56,44,51,55,46,56,48,54,57,50,93,44,91,45,49,49,48,46,51,54,52,49,52,54,44,51,55,46,56,57,50,49,56,53,93,44,91,45,49,49,48,46,50,49,52,57,52,57,44,51,55,46,56,57,50,53,53,53,93,44,91,45,49,49,48,46,48,48,57,52,57,52,44,51,56,46,49,48,57,54,53,54,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,49,48,46,54,56,55,52,48,54,44,51,56,46,49,53,49,51,56,53,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,69,117,114,101,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,54,46,53,57,54,56,49,53,44,52,48,46,57,52,54,52,54,93,44,91,45,49,49,54,46,53,57,48,51,57,54,44,52,48,46,48,55,50,50,55,55,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,53,46,57,48,55,54,53,57,44,51,57,46,52,54,52,52,51,50,93,44,91,45,49,49,53,46,56,49,51,52,55,54,44,51,57,46,53,57,51,53,50,49,93,44,91,45,49,49,53,46,56,51,51,49,48,49,44,51,57,46,55,50,57,52,49,50,93,44,91,45,49,49,53,46,55,57,52,56,54,52,44,51,57,46,56,53,51,49,48,52,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,54,46,48,48,48,56,57,55,44,52,48,46,49,50,55,51,55,54,93,44,91,45,49,49,54,46,49,53,55,56,51,52,44,52,48,46,54,54,54,51,56,57,93,44,91,45,49,49,54,46,49,53,56,49,53,53,44,52,48,46,57,57,57,57,49,50,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,121,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,53,56,54,56,56,54,44,51,51,46,55,51,49,50,51,52,93,44,91,45,57,50,46,55,53,57,48,51,53,44,51,51,46,53,51,48,57,53,52,93,44,91,45,57,50,46,55,48,53,48,57,51,44,51,51,46,52,51,49,50,49,53,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,52,52,49,54,55,55,44,51,51,46,50,55,51,54,52,55,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,51,56,50,48,54,44,51,51,46,51,52,53,57,55,49,93,44,91,45,57,50,46,51,49,49,48,55,57,44,51,51,46,52,57,57,55,56,50,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,48,34,44,34,78,65,77,69,34,58,34,70,97,105,114,98,97,110,107,115,32,78,111,114,116,104,32,83,116,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,54,53,51,44,34,98,101,100,115,34,58,49,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,52,46,49,48,52,55,52,52,44,54,52,46,56,52,57,50,51,49,93,44,91,45,49,52,51,46,57,50,49,48,57,52,44,54,53,46,48,53,56,55,56,93,44,91,45,49,52,51,46,57,55,51,54,51,57,44,54,53,46,49,49,57,51,48,52,93,44,91,45,49,52,52,46,51,51,49,51,55,55,44,54,53,46,49,48,55,55,48,55,93,44,91,45,49,52,52,46,52,54,48,48,50,44,54,53,46,48,54,48,55,49,49,93,44,91,45,49,52,52,46,57,56,51,53,49,52,44,54,53,46,49,51,54,57,56,56,93,44,91,45,49,52,53,46,50,50,53,57,52,52,44,54,53,46,48,54,57,50,49,54,93,44,91,45,49,52,53,46,53,49,57,52,51,54,44,54,53,46,48,54,50,54,56,50,93,44,91,45,49,52,53,46,54,51,51,55,56,57,44,54,53,46,49,53,51,55,57,49,93,44,91,45,49,52,54,46,48,56,49,48,50,56,44,54,53,46,50,52,57,57,52,50,93,44,91,45,49,52,54,46,48,48,55,56,57,57,44,54,53,46,51,53,57,52,51,52,93,44,91,45,49,52,54,46,50,48,53,55,48,52,44,54,53,46,52,53,50,57,57,54,93,44,91,45,49,52,54,46,53,52,56,54,53,52,44,54,53,46,51,52,53,48,48,51,93,44,91,45,49,52,54,46,57,48,51,49,52,50,44,54,53,46,50,56,51,51,55,53,93,44,91,45,49,52,55,46,51,49,54,56,48,57,44,54,53,46,50,55,53,50,51,50,93,44,91,45,49,52,55,46,53,53,55,55,55,49,44,54,53,46,50,48,57,56,57,53,93,44,91,45,49,52,56,46,54,54,49,49,57,57,44,54,53,46,50,48,57,56,55,53,93,44,91,45,49,52,56,46,54,52,56,50,48,55,44,54,52,46,53,56,53,51,55,49,93,44,91,45,49,52,56,46,53,53,48,55,52,50,44,54,52,46,54,49,55,50,48,56,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,55,46,55,53,57,50,44,54,52,46,50,53,55,50,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,54,46,51,52,52,54,55,51,44,54,52,46,50,55,54,51,54,52,93,44,91,45,49,52,54,46,49,53,55,53,57,50,44,54,52,46,51,56,50,55,51,93,44,91,45,49,52,54,46,48,48,51,55,55,50,44,54,52,46,51,56,49,48,57,49,93,44,91,45,49,52,53,46,55,52,48,48,48,50,44,54,52,46,52,54,48,49,51,50,93,44,91,45,49,52,53,46,52,57,56,48,56,57,44,54,52,46,52,50,51,49,53,53,93,44,91,45,49,52,53,46,51,55,51,57,50,57,44,54,52,46,52,56,51,56,51,54,93,44,91,45,49,52,53,46,48,56,50,55,56,55,44,54,52,46,53,48,55,51,52,57,93,44,91,45,49,52,52,46,57,56,53,51,51,49,44,54,52,46,53,54,56,54,48,57,93,44,91,45,49,52,52,46,53,53,50,53,50,54,44,54,52,46,54,48,48,54,52,53,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,51,55,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,50,56,57,55,56,52,44,51,55,46,55,54,49,48,55,56,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,51,51,48,51,49,50,44,51,51,46,49,51,55,56,49,56,93,44,91,45,57,48,46,52,50,56,55,55,52,44,51,51,46,49,48,55,57,51,50,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,56,57,46,57,48,50,53,48,49,44,51,50,46,57,50,55,57,52,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,57,48,46,50,57,53,48,50,57,44,51,51,46,51,54,49,55,56,52,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,79,107,116,105,98,98,101,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,56,49,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,54,55,49,53,50,54,44,51,51,46,53,54,53,49,51,53,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,101,105,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,54,55,49,44,49,56,46,50,50,51,48,53,50,93,44,91,45,54,53,46,54,53,52,55,50,56,44,49,56,46,49,51,51,51,51,53,93,44,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,44,91,45,54,53,46,53,53,52,54,52,51,44,49,56,46,49,56,52,55,54,55,93,44,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,44,91,45,54,53,46,52,50,52,52,51,49,44,49,56,46,51,57,48,56,56,93,44,91,45,54,53,46,52,54,57,49,51,50,44,49,56,46,51,57,54,52,49,93,44,91,45,54,53,46,54,50,52,54,48,53,44,49,56,46,50,56,55,55,52,53,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,111,114,111,122,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,70,101,114,103,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,55,51,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,49,48,46,49,50,55,54,57,57,44,52,55,46,50,55,49,57,49,93,44,91,45,49,48,57,46,55,53,54,53,54,56,44,52,55,46,49,56,53,54,57,52,93,44,91,45,49,48,57,46,55,53,53,52,50,51,44,52,54,46,56,57,54,48,50,51,93,44,91,45,49,48,57,46,55,57,55,52,54,57,44,52,54,46,56,54,55,48,51,56,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,51,56,57,50,48,56,44,52,54,46,55,53,49,51,53,49,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,56,46,54,48,56,57,53,52,44,52,55,46,48,57,56,49,50,54,93,44,91,45,49,48,56,46,55,51,54,56,51,56,44,52,55,46,48,57,56,50,49,56,93,44,91,45,49,48,56,46,55,49,57,49,56,57,44,52,55,46,50,55,48,51,52,50,93,44,91,45,49,48,56,46,53,57,48,56,51,53,44,52,55,46,51,48,54,53,49,54,93,44,91,45,49,48,56,46,51,49,53,52,56,49,44,52,55,46,51,49,53,49,53,50,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,54,55,49,52,44,52,55,46,54,49,57,53,53,54,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,57,52,50,55,52,53,44,52,55,46,55,57,49,56,50,52,93,44,91,45,49,48,57,46,50,55,55,51,56,50,44,52,55,46,55,57,50,52,51,53,93,44,91,45,49,48,57,46,52,49,49,53,48,54,44,52,55,46,55,50,52,54,49,55,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,56,50,51,52,48,49,44,52,55,46,55,49,53,53,55,57,93,44,91,45,49,48,57,46,56,52,53,50,50,49,44,52,55,46,53,52,54,55,57,53,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,97,114,114,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,55,54,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,51,49,44,34,98,101,100,115,34,58,50,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,52,53,51,49,50,49,44,51,50,46,56,53,57,57,51,53,93,44,91,45,57,51,46,52,52,49,50,49,50,44,51,50,46,52,49,48,52,51,49,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,50,51,54,54,53,54,44,51,50,46,52,49,48,48,55,49,93,44,91,45,57,51,46,49,52,55,49,57,51,44,51,50,46,52,53,53,49,55,51,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,51,46,50,51,55,51,56,49,44,51,50,46,55,49,54,50,53,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,56,51,48,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,52,57,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,54,46,54,57,48,55,49,57,44,51,54,46,56,52,52,51,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,51,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,51,46,48,48,49,48,49,55,44,52,51,46,54,48,53,56,49,54,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,50,46,54,56,55,49,57,49,44,52,51,46,56,53,53,53,57,57,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,77,101,114,114,105,109,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,52,53,50,44,34,98,101,100,115,34,58,53,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,50,46,48,57,48,49,52,54,44,52,51,46,51,50,50,53,53,51,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,49,46,57,49,51,50,49,53,44,52,51,46,50,48,55,48,57,57,93,44,91,45,55,49,46,56,53,54,49,44,52,51,46,49,49,53,49,51,53,93,44,91,45,55,49,46,54,54,55,55,55,49,44,52,51,46,49,53,50,53,51,52,93,44,91,45,55,49,46,54,52,49,50,57,49,44,52,51,46,48,53,52,49,54,56,93,44,91,45,55,49,46,53,49,55,52,54,55,44,52,51,46,48,54,56,57,48,57,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,53,53,48,48,51,44,52,51,46,52,53,50,55,48,49,93,44,91,45,55,49,46,54,49,50,52,50,54,44,52,51,46,52,51,55,56,57,51,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,48,49,52,44,34,98,101,100,115,34,58,57,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,55,46,48,49,56,54,52,56,44,52,48,46,48,49,51,57,52,55,93,44,91,45,55,54,46,57,53,52,57,51,50,44,51,57,46,56,53,54,56,53,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,52,55,51,53,56,44,51,57,46,57,52,55,51,53,50,93,44,91,45,55,54,46,53,51,52,53,50,52,44,52,48,46,48,53,49,51,52,56,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,117,116,104,101,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,53,51,50,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,49,53,49,53,51,53,44,51,53,46,52,48,55,53,56,49,93,44,91,45,56,49,46,57,54,56,55,56,56,44,51,53,46,50,53,55,55,54,52,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,55,48,50,56,53,51,44,51,53,46,51,53,55,51,48,52,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,57,54,55,54,49,57,44,51,53,46,53,50,54,48,48,55,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,97,100,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,117,108,108,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,49,51,44,34,98,101,100,115,34,58,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,49,49,49,57,57,50,44,51,51,46,57,57,50,51,56,53,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,54,46,55,54,51,57,57,57,44,51,51,46,57,55,52,49,56,55,93,44,91,45,56,54,46,54,56,55,54,57,55,44,51,52,46,48,56,48,55,51,53,93,44,91,45,56,54,46,53,57,57,55,56,53,44,51,52,46,49,50,49,55,50,93,44,91,45,56,54,46,53,49,57,54,48,51,44,51,52,46,50,53,49,55,54,54,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,52,48,44,34,98,101,100,115,34,58,49,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,52,46,57,48,53,55,56,56,44,51,51,46,53,55,51,51,55,56,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,54,53,54,52,51,51,44,51,51,46,54,53,57,52,48,57,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,55,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,51,53,51,54,54,57,44,51,53,46,56,54,49,51,54,53,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,48,46,57,56,55,48,50,55,44,52,51,46,56,52,57,49,51,50,93,44,91,45,49,48,48,46,54,55,57,51,50,50,44,52,51,46,55,49,49,54,51,54,93,44,91,45,49,48,48,46,53,53,52,54,56,55,44,52,51,46,55,51,55,50,52,55,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,51,54,54,49,55,52,44,52,51,46,56,52,54,57,55,56,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,48,54,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,56,52,57,53,51,54,44,51,52,46,57,48,48,48,48,54,93,44,91,45,55,57,46,57,52,54,49,50,50,44,51,53,46,49,49,56,53,57,51,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,48,34,44,34,78,65,77,69,34,58,34,72,97,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,44,91,45,49,51,53,46,57,53,50,54,52,53,44,53,57,46,54,54,50,49,54,54,93,44,91,45,49,51,54,46,49,57,50,57,48,52,44,53,57,46,54,52,48,48,50,55,93,44,91,45,49,51,54,46,51,48,53,48,50,50,44,53,57,46,52,54,52,53,49,56,93,44,91,45,49,51,54,46,52,55,55,49,53,54,44,53,57,46,52,54,53,56,50,52,93,44,91,45,49,51,54,46,52,56,56,52,48,50,44,53,57,46,50,53,57,50,57,93,44,91,45,49,51,53,46,57,54,57,56,52,55,44,53,57,46,49,55,57,55,52,93,44,91,45,49,51,53,46,55,49,48,51,56,51,44,53,57,46,49,48,49,52,57,49,93,44,91,45,49,51,53,46,53,54,54,56,54,53,44,53,56,46,57,54,51,56,50,93,44,91,45,49,51,53,46,55,53,53,51,50,51,44,53,56,46,55,52,53,57,53,52,93,44,91,45,49,51,53,46,52,50,50,54,56,55,44,53,56,46,54,51,49,52,49,54,93,44,91,45,49,51,53,46,52,55,54,49,51,57,44,53,56,46,52,55,53,51,52,55,93,44,91,45,49,51,53,46,52,52,57,54,56,55,44,53,56,46,51,49,55,48,55,51,93,44,91,45,49,51,53,46,50,53,48,48,50,44,53,56,46,49,54,54,55,93,44,91,45,49,51,53,46,48,48,48,52,51,50,44,53,56,46,49,49,56,48,54,52,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,53,46,50,49,57,49,50,56,44,53,56,46,57,55,52,57,55,50,93,44,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,44,91,45,49,51,52,46,52,56,51,51,57,53,44,53,57,46,49,51,49,54,48,51,93,44,91,45,49,51,52,46,55,48,48,55,49,54,44,53,57,46,50,52,57,48,49,49,93,44,91,45,49,51,52,46,57,53,57,57,48,53,44,53,57,46,50,56,48,57,50,54,93,44,91,45,49,51,53,46,48,51,48,53,50,53,44,53,57,46,51,52,54,51,52,56,93,44,91,45,49,51,53,46,51,55,53,48,50,44,53,57,46,51,53,48,48,51,51,93,44,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,105,108,108,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,51,46,54,54,55,48,55,51,44,52,54,46,57,55,57,55,55,53,93,44,91,45,49,48,51,46,54,48,57,53,57,50,44,52,54,46,57,55,57,56,53,52,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,51,46,50,51,49,48,53,54,44,52,54,46,57,56,48,50,57,54,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,51,46,48,51,50,51,54,54,44,52,55,46,51,50,56,54,56,54,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,116,101,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,50,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,97,115,99,111,110,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,52,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,53,52,53,51,49,51,44,51,56,46,54,55,54,56,56,50,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,56,50,57,51,55,49,44,51,55,46,50,56,49,51,54,53,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,54,49,56,49,53,56,44,51,55,46,49,56,51,57,48,54,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,55,48,56,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,53,46,48,56,53,52,53,49,44,52,52,46,55,56,54,56,48,49,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,50,55,55,54,49,49,44,51,51,46,53,50,55,54,51,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,111,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,51,52,44,34,98,101,100,115,34,58,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,56,51,51,51,51,53,44,51,52,46,50,54,52,50,54,52,93,44,91,45,57,48,46,53,56,48,54,56,49,44,51,52,46,52,49,48,53,53,49,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,97,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,53,55,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,57,49,53,53,54,53,44,51,48,46,49,49,51,50,56,53,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,48,46,57,53,57,56,54,57,44,50,57,46,57,55,55,57,50,52,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,89,117,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,52,57,51,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,54,50,57,48,56,57,44,51,57,46,50,48,52,54,55,56,93,44,91,45,49,50,49,46,53,52,51,51,48,54,44,51,56,46,57,55,50,52,48,52,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,50,54,54,57,49,49,44,51,57,46,50,55,49,54,48,57,93,44,91,45,49,50,49,46,49,50,50,51,49,53,44,51,57,46,51,55,56,56,50,54,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,49,52,57,57,48,55,44,51,57,46,53,50,54,52,52,54,93,44,91,45,49,50,49,46,51,48,53,49,50,50,44,51,57,46,53,49,57,53,56,53,93,44,91,45,49,50,49,46,52,48,55,53,50,55,44,51,57,46,51,51,57,55,53,52,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,54,49,44,34,98,101,100,115,34,58,50,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,55,46,48,50,53,53,57,54,44,51,51,46,49,54,53,55,57,53,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,54,46,54,49,48,48,48,51,44,51,51,46,48,55,48,48,48,51,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,53,48,51,49,50,55,44,51,51,46,49,55,57,49,52,52,93,44,91,45,56,54,46,51,53,55,51,52,44,51,51,46,50,57,54,57,49,55,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,51,55,56,50,50,50,44,51,51,46,53,48,50,52,49,49,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,54,55,52,52,49,56,44,51,51,46,52,54,54,53,50,49,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,79,117,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,54,51,53,54,57,55,44,51,56,46,51,51,50,49,52,56,93,44,91,45,49,48,56,46,49,51,50,51,56,44,51,56,46,51,51,49,53,55,51,93,44,91,45,49,48,56,46,48,56,54,54,48,52,44,51,56,46,50,53,53,50,48,50,93,44,91,45,49,48,55,46,57,51,55,53,56,56,44,51,56,46,50,49,56,57,57,50,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,55,46,57,48,48,49,57,51,44,51,56,46,48,50,54,50,52,57,93,44,91,45,49,48,55,46,55,57,53,52,54,57,44,51,55,46,57,56,56,53,50,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,53,49,54,56,51,44,51,56,46,48,54,57,55,52,49,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,57,57,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,50,56,52,49,52,57,44,51,52,46,57,53,52,49,55,50,93,44,91,45,49,48,51,46,50,56,52,51,49,55,44,51,52,46,56,54,52,57,57,93,44,91,45,49,48,51,46,52,57,53,54,53,51,44,51,52,46,54,57,49,51,57,51,93,44,91,45,49,48,51,46,55,48,53,55,56,56,44,51,52,46,54,57,50,52,52,54,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,55,52,48,48,54,54,44,51,52,46,51,48,51,48,53,54,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,51,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,56,46,55,52,57,49,53,56,44,51,53,46,49,49,54,51,52,54,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,57,51,56,44,34,98,101,100,115,34,58,57,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,110,122,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,53,50,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,56,54,54,44,34,98,101,100,115,34,58,50,54,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,44,91,45,55,57,46,48,49,49,53,54,51,44,52,50,46,57,56,53,50,53,54,93,44,91,45,55,56,46,57,48,53,54,53,57,44,52,50,46,57,50,51,51,53,55,93,44,91,45,55,56,46,57,57,57,55,54,44,52,50,46,56,48,52,51,54,56,93,44,91,45,55,57,46,51,49,50,49,51,54,44,52,50,46,54,56,54,56,48,53,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,56,46,56,57,53,57,57,57,44,52,50,46,52,52,48,56,48,55,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,56,48,50,48,53,49,44,52,51,46,48,54,53,55,56,49,93,44,91,45,55,56,46,56,51,57,51,53,44,52,51,46,48,49,57,52,53,51,93,44,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,49,51,51,44,34,98,101,100,115,34,58,50,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,53,50,55,51,50,50,44,51,57,46,49,52,54,57,54,49,93,44,91,45,55,55,46,52,54,48,54,48,50,44,51,57,46,48,55,52,56,52,51,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,54,46,57,52,56,53,55,57,44,51,57,46,49,50,57,53,57,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,53,34,44,34,78,65,77,69,34,58,34,77,97,110,97,115,115,97,115,32,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,50,55,51,51,50,44,51,56,46,55,53,51,53,57,56,93,44,91,45,55,55,46,52,50,48,53,56,49,44,51,56,46,55,54,50,50,56,55,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,56,48,51,44,34,98,101,100,115,34,58,51,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,48,46,57,49,54,49,54,54,44,51,54,46,54,57,52,54,52,93,44,91,45,56,48,46,56,55,55,50,55,52,44,51,54,46,54,57,50,50,49,53,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,57,56,53,44,34,98,101,100,115,34,58,57,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,48,46,57,49,54,53,53,52,44,51,56,46,53,51,52,55,50,53,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,53,52,49,54,49,50,44,51,56,46,54,56,53,50,54,55,93,44,91,45,57,48,46,52,52,48,54,49,55,44,51,56,46,56,50,55,54,53,93,44,91,45,57,48,46,50,57,56,55,52,51,44,51,56,46,56,56,55,55,53,57,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,53,52,54,56,51,49,44,51,56,46,56,55,52,48,48,57,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,56,50,50,55,50,52,44,51,56,46,56,55,54,51,57,50,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,66,101,110,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,49,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,49,46,51,49,56,54,56,57,44,51,54,46,54,49,48,51,50,56,93,44,91,45,49,50,49,46,51,50,56,54,57,55,44,51,54,46,53,53,52,55,52,93,44,91,45,49,50,49,46,48,52,48,55,57,55,44,51,54,46,51,50,51,57,54,57,93,44,91,45,49,50,48,46,56,54,51,57,56,55,44,51,54,46,50,57,49,57,51,49,93,44,91,45,49,50,48,46,55,54,49,52,56,51,44,51,54,46,50,48,51,53,56,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,53,57,54,53,54,50,44,51,54,46,51,50,56,52,56,56,93,44,91,45,49,50,48,46,54,48,51,55,48,54,44,51,54,46,52,56,56,50,52,50,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,49,46,49,52,49,53,50,51,44,51,54,46,56,51,54,54,53,54,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,52,56,56,57,52,57,44,51,54,46,57,56,51,49,52,56,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,81,117,101,101,110,32,65,110,110,101,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,54,46,48,49,48,50,57,50,44,51,57,46,50,51,57,53,49,55,93,44,91,45,55,54,46,49,49,55,48,53,56,44,51,57,46,49,48,55,48,57,56,93,44,91,45,55,54,46,50,53,55,57,57,53,44,51,57,46,48,49,49,56,49,56,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,53,46,56,51,52,57,52,56,44,51,57,46,49,48,56,52,51,55,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,117,108,108,111,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,56,50,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,49,46,57,49,56,54,53,50,44,51,50,46,52,49,53,48,55,51,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,49,46,56,49,54,50,56,44,51,50,46,50,51,55,52,55,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,53,51,48,57,50,49,44,51,50,46,51,57,48,51,56,53,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,54,56,55,57,50,55,44,51,50,46,53,52,54,48,55,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,50,54,44,34,98,101,100,115,34,58,49,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,50,46,56,57,49,54,48,53,44,51,55,46,53,49,57,48,56,51,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,56,51,49,52,55,51,44,51,55,46,52,54,54,57,57,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,53,56,56,54,50,55,44,51,55,46,52,52,54,50,53,57,93,44,91,45,56,50,46,54,50,52,48,57,49,44,51,55,46,53,48,54,50,55,53,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,55,54,50,49,57,44,51,55,46,55,53,53,56,53,54,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,111,97,100,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,54,51,57,50,54,49,44,52,54,46,55,51,56,49,56,93,44,91,45,49,49,49,46,54,52,48,48,57,53,44,52,54,46,53,56,50,52,54,51,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,49,46,55,56,52,53,54,53,44,52,54,46,48,52,57,56,49,51,93,44,91,45,49,49,49,46,54,54,48,52,50,50,44,52,54,46,48,52,57,49,57,50,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,52,49,57,54,49,56,44,52,53,46,57,57,54,51,50,50,93,44,91,45,49,49,49,46,51,52,54,54,53,50,44,52,54,46,49,56,55,55,56,53,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,49,46,49,49,56,49,50,51,44,52,54,46,51,49,54,57,55,93,44,91,45,49,49,49,46,48,53,54,57,57,54,44,52,54,46,51,57,56,49,50,50,93,44,91,45,49,49,49,46,50,52,54,53,49,57,44,52,54,46,52,51,56,49,48,57,93,44,91,45,49,49,49,46,51,50,48,49,56,49,44,52,54,46,53,54,57,52,48,49,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,57,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,50,46,56,56,55,54,53,55,44,51,50,46,48,55,57,56,57,49,93,44,91,45,56,50,46,55,50,56,56,48,54,44,51,50,46,48,48,54,55,48,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,53,57,55,54,55,49,44,51,50,46,48,49,51,57,55,57,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,114,97,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,48,56,50,44,34,98,101,100,115,34,58,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,49,56,55,54,55,57,44,51,53,46,48,56,49,48,56,54,93,44,91,45,55,55,46,49,48,57,49,56,57,44,51,53,46,48,54,55,50,48,54,93,44,91,45,55,55,46,49,48,56,56,53,49,44,51,52,46,56,51,48,55,56,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,54,46,54,57,51,48,49,56,44,51,52,46,56,54,57,49,56,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,55,56,48,53,56,54,44,51,52,46,57,53,48,52,51,52,93,44,91,45,55,54,46,57,54,55,50,57,55,44,51,53,46,48,52,48,54,53,53,93,44,91,45,55,54,46,57,56,55,50,54,54,44,51,53,46,49,53,52,57,53,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,111,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,53,46,51,57,54,53,52,57,44,52,48,46,49,50,52,55,48,49,93,44,91,45,57,53,46,52,49,57,57,57,57,44,52,48,46,48,53,48,52,52,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,48,56,53,48,48,51,44,51,57,46,56,54,49,56,56,51,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,53,46,48,55,49,55,48,51,44,52,48,46,50,54,48,56,53,57,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,53,34,44,34,78,65,77,69,34,58,34,76,105,112,115,99,111,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,48,51,48,56,55,51,44,52,53,46,55,55,57,49,53,57,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,57,48,52,49,49,57,44,52,54,46,48,56,51,55,51,52,93,44,91,45,49,50,51,46,49,49,53,57,48,52,44,52,54,46,49,56,53,50,54,56,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,108,111,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,53,54,49,44,34,98,101,100,115,34,58,49,48,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,55,50,57,53,54,54,44,51,52,46,50,57,53,49,57,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,55,57,56,51,55,44,51,51,46,56,51,53,53,54,50,93,44,91,45,55,57,46,52,57,54,52,56,54,44,51,51,46,55,55,53,51,53,55,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,52,57,49,55,49,52,44,51,51,46,57,52,54,53,50,50,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,111,117,110,116,114,97,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,53,50,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,56,50,56,49,54,51,44,52,56,46,51,55,50,54,52,49,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,50,46,54,48,56,51,54,44,52,56,46,48,52,54,51,53,49,93,44,91,45,49,48,50,46,53,54,53,57,48,50,44,52,55,46,57,54,57,48,50,56,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,51,56,53,54,52,55,44,52,55,46,56,52,55,55,55,50,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,49,46,57,50,50,49,50,51,44,52,56,46,48,50,51,49,55,51,93,44,91,45,49,48,49,46,57,50,50,50,51,55,44,52,56,46,51,55,50,51,51,93,44,91,45,49,48,49,46,57,55,51,50,56,50,44,52,56,46,53,52,54,52,56,53,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,51,55,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,51,46,48,51,55,48,52,56,44,51,55,46,52,55,52,52,55,52,93,44,91,45,49,49,51,46,50,53,51,52,57,44,51,55,46,52,56,50,49,54,55,93,44,91,45,49,49,51,46,50,53,51,51,52,44,51,55,46,53,50,56,57,56,51,93,44,91,45,49,49,51,46,52,55,52,48,50,57,44,51,55,46,53,50,57,48,56,53,93,44,91,45,49,49,51,46,53,56,55,55,57,55,44,51,55,46,54,48,52,54,49,49,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,105,103,32,72,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,54,55,52,52,53,52,44,52,54,46,48,52,51,54,49,93,44,91,45,49,48,55,46,56,56,49,56,52,54,44,52,53,46,56,57,57,50,51,51,93,44,91,45,49,48,56,46,48,52,55,51,53,50,44,52,53,46,56,57,57,52,55,57,93,44,91,45,49,48,56,46,48,54,57,55,53,50,44,52,53,46,53,49,56,53,51,53,93,44,91,45,49,48,56,46,49,57,51,50,48,53,44,52,53,46,53,49,56,53,51,56,93,44,91,45,49,48,56,46,51,49,54,51,55,52,44,52,53,46,52,54,48,53,48,57,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,54,56,50,50,50,51,44,52,53,46,52,51,51,49,51,50,93,44,91,45,49,48,56,46,54,57,57,54,49,54,44,52,53,46,50,49,55,55,48,57,93,44,91,45,49,48,56,46,49,50,50,49,56,52,44,52,53,46,50,49,54,51,49,55,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,55,46,48,56,52,56,56,54,44,52,52,46,57,57,54,54,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,55,54,56,48,49,52,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,55,50,57,53,52,51,44,52,53,46,51,53,49,52,56,93,44,91,45,49,48,54,46,55,50,57,53,55,49,44,52,53,46,54,55,50,56,53,93,44,91,45,49,48,54,46,57,49,50,57,53,57,44,52,53,46,54,56,51,57,49,53,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,55,46,49,55,54,51,53,56,44,52,53,46,57,53,54,55,54,49,93,44,91,45,49,48,55,46,52,50,53,49,50,56,44,52,53,46,57,53,54,54,55,52,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,48,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,56,46,57,55,54,54,53,56,44,52,49,46,52,53,49,55,54,49,93,44,91,45,55,57,46,48,57,51,53,56,56,44,52,49,46,52,50,51,50,56,54,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,56,46,57,53,57,49,53,55,44,52,49,46,51,54,50,49,54,49,93,44,91,45,55,56,46,55,51,53,50,56,44,52,49,46,50,54,50,57,49,53,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,54,52,54,54,54,54,44,52,49,46,50,53,51,55,55,56,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,50,53,51,57,53,57,44,52,49,46,52,48,52,55,50,49,93,44,91,45,55,56,46,52,50,48,48,50,56,44,52,49,46,52,48,53,48,52,54,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,52,56,51,52,48,57,44,52,49,46,54,50,57,56,57,56,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,51,46,52,52,52,49,48,56,44,52,50,46,48,57,48,55,48,56,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,51,46,52,56,48,48,56,50,44,52,50,46,52,51,55,50,54,55,93,44,91,45,49,48,51,46,52,56,48,52,48,51,44,52,50,46,55,56,52,57,54,54,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,57,49,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,55,53,53,54,49,52,44,51,49,46,54,48,57,55,53,49,93,44,91,45,56,57,46,54,48,50,56,56,57,44,51,49,46,53,51,56,56,51,54,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,50,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,51,55,48,48,54,54,44,51,57,46,48,52,56,51,55,53,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,55,48,50,44,34,98,101,100,115,34,58,50,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,57,57,51,51,49,55,44,51,56,46,52,56,56,53,52,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,53,46,56,48,55,55,48,52,44,51,56,46,52,48,52,52,52,51,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,53,56,54,48,51,51,44,51,56,46,52,53,48,48,57,50,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,55,57,51,53,56,52,44,51,56,46,54,48,52,56,49,52,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,111,121,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,49,51,44,34,98,101,100,115,34,58,49,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,69,115,116,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,49,50,54,57,52,56,44,51,55,46,54,52,50,52,50,49,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,51,46,56,50,51,48,51,44,51,55,46,54,53,57,56,55,50,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,57,48,54,50,53,49,44,51,55,46,55,53,57,51,54,51,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,110,103,115,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,54,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,50,50,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,54,46,55,57,51,49,51,50,44,50,57,46,53,55,55,51,55,56,93,44,91,45,57,54,46,53,54,48,53,53,53,44,50,57,46,51,51,53,52,51,57,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,51,52,57,50,49,55,44,50,57,46,52,48,54,48,53,50,93,44,91,45,57,54,46,51,48,55,54,55,50,44,50,57,46,53,49,52,53,50,51,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,50,53,54,54,57,54,44,50,57,46,54,54,55,48,54,49,93,44,91,45,57,54,46,51,51,48,56,54,57,44,50,57,46,56,49,52,52,52,57,93,44,91,45,57,54,46,52,49,51,50,56,51,44,50,57,46,56,50,52,57,56,53,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,53,48,57,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,55,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,69,118,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,50,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,49,46,57,56,48,48,52,49,44,51,50,46,48,56,49,53,48,50,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,56,49,54,50,56,44,51,50,46,50,51,55,52,55,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,55,34,44,34,78,65,77,69,34,58,34,87,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,48,34,44,34,78,65,77,69,34,58,34,66,101,116,104,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,54,48,46,51,53,48,49,52,44,54,49,46,56,49,57,48,55,49,93,44,91,45,49,54,48,46,55,55,53,50,52,52,44,54,49,46,55,51,56,53,50,55,93,44,91,45,49,54,49,46,49,50,54,56,49,50,44,54,49,46,53,57,57,53,52,93,44,91,45,49,54,49,46,52,52,57,54,49,49,44,54,49,46,53,54,56,56,51,56,93,44,91,45,49,54,50,46,48,49,51,52,51,56,44,54,49,46,52,55,55,48,53,55,93,44,91,45,49,54,50,46,53,48,53,55,54,49,44,54,49,46,53,53,54,52,50,54,93,44,91,45,49,54,51,46,49,55,49,51,53,52,44,54,49,46,52,52,57,48,55,49,93,44,91,45,49,54,51,46,52,50,56,56,54,54,44,54,49,46,52,54,50,50,56,93,44,91,45,49,54,51,46,54,53,53,51,57,44,54,49,46,51,51,53,56,50,55,93,44,91,45,49,54,51,46,57,56,53,49,51,56,44,54,49,46,51,55,50,48,48,51,93,44,91,45,49,54,51,46,57,50,48,56,55,52,44,54,49,46,50,49,48,54,57,50,93,44,91,45,49,54,52,46,50,49,49,55,56,49,44,54,49,46,48,56,50,50,54,50,93,44,91,45,49,54,52,46,50,51,57,55,50,55,44,54,48,46,57,56,55,49,49,57,93,44,91,45,49,54,52,46,53,50,57,57,49,49,44,54,48,46,57,52,48,55,57,54,93,44,91,45,49,54,52,46,54,49,54,53,56,53,44,54,48,46,57,55,57,48,52,57,93,44,91,45,49,54,53,46,48,48,48,53,49,52,44,54,48,46,57,54,51,54,51,53,93,44,91,45,49,54,53,46,50,53,52,49,54,50,44,54,48,46,57,49,55,49,48,56,93,44,91,45,49,54,53,46,49,50,51,51,54,57,44,54,48,46,55,51,54,54,50,55,93,44,91,45,49,54,53,46,53,49,56,50,54,51,44,54,48,46,53,54,54,48,49,54,93,44,91,45,49,54,53,46,52,50,54,53,51,44,54,48,46,52,55,52,51,56,51,93,44,91,45,49,54,53,46,50,51,53,52,49,49,44,54,48,46,52,50,53,49,53,93,44,91,45,49,54,52,46,57,55,49,57,49,54,44,54,48,46,50,55,55,48,49,57,93,44,91,45,49,54,52,46,55,52,56,56,49,44,54,48,46,50,52,48,51,49,51,93,44,91,45,49,54,52,46,51,54,52,51,51,50,44,53,57,46,57,57,57,50,50,51,93,44,91,45,49,54,52,46,52,49,53,54,57,54,44,53,57,46,56,56,52,56,54,55,93,44,91,45,49,54,52,46,48,49,51,51,44,53,57,46,54,51,55,55,53,57,93,44,91,45,49,54,51,46,55,54,48,57,54,49,44,53,57,46,54,51,57,55,49,54,93,44,91,45,49,54,51,46,55,56,52,51,55,51,44,53,57,46,55,52,48,53,54,57,93,44,91,45,49,54,51,46,49,52,53,56,54,51,44,53,57,46,55,57,53,54,52,50,93,44,91,45,49,54,50,46,56,54,56,54,54,49,44,53,57,46,55,56,48,51,56,49,93,44,91,45,49,54,50,46,55,48,55,53,53,57,44,53,57,46,56,56,48,49,55,53,93,44,91,45,49,54,50,46,52,52,57,56,52,56,44,53,57,46,56,56,52,54,49,54,93,44,91,45,49,54,50,46,51,54,52,51,52,49,44,53,57,46,56,49,48,56,54,57,93,44,91,45,49,54,50,46,49,55,56,51,50,57,44,53,57,46,56,49,52,56,52,50,93,44,91,45,49,54,49,46,56,55,49,50,54,54,44,53,57,46,53,50,52,55,57,49,93,44,91,45,49,54,50,46,48,53,51,54,49,50,44,53,57,46,52,48,56,57,57,93,44,91,45,49,54,50,46,49,54,54,54,48,52,44,53,57,46,50,55,53,48,55,53,93,44,91,45,49,54,50,46,49,48,50,49,57,56,44,53,57,46,49,50,56,55,53,50,93,44,91,45,49,54,49,46,56,56,49,55,54,53,44,53,56,46,57,52,52,49,52,54,93,44,91,45,49,54,49,46,56,53,49,50,48,49,44,53,56,46,56,48,55,57,56,51,93,44,91,45,49,54,49,46,57,54,51,48,50,56,44,53,56,46,55,50,54,50,51,51,93,44,91,45,49,54,50,46,49,54,56,53,50,50,44,53,56,46,55,49,48,50,55,54,93,44,91,45,49,54,50,46,50,55,48,52,49,49,44,53,56,46,54,50,50,49,50,54,93,44,91,45,49,54,50,46,49,51,50,50,49,55,44,53,56,46,53,55,49,51,55,54,93,44,91,45,49,54,49,46,56,54,53,48,53,50,44,53,56,46,53,54,54,48,56,55,93,44,91,45,49,54,49,46,54,52,48,50,52,57,44,53,56,46,53,48,50,51,50,54,93,44,91,45,49,54,49,46,51,52,49,56,52,44,53,56,46,54,48,55,48,57,49,93,44,91,45,49,54,49,46,49,57,56,49,56,51,44,53,56,46,55,51,57,51,51,55,93,44,91,45,49,54,49,46,51,54,52,57,51,49,44,53,56,46,56,50,54,48,50,49,93,44,91,45,49,54,49,46,48,51,49,52,52,49,44,53,56,46,56,51,57,55,53,50,93,44,91,45,49,54,49,46,48,51,49,52,52,56,44,53,56,46,57,57,57,51,57,51,93,44,91,45,49,54,48,46,56,54,52,55,48,51,44,53,56,46,57,57,57,51,57,52,93,44,91,45,49,54,48,46,56,49,50,49,51,51,44,53,57,46,48,56,54,48,55,55,93,44,91,45,49,54,48,46,56,49,50,49,52,44,53,57,46,50,53,57,52,51,56,93,44,91,45,49,54,48,46,54,52,51,55,49,54,44,53,57,46,50,53,57,52,52,93,44,91,45,49,54,48,46,52,55,53,50,57,54,44,53,57,46,51,52,54,49,50,50,93,44,91,45,49,54,48,46,52,49,56,54,52,44,53,57,46,52,51,50,56,93,44,91,45,49,54,48,46,52,49,56,54,52,55,44,53,57,46,54,48,54,49,53,50,93,44,91,45,49,54,48,46,50,52,56,53,48,51,44,53,57,46,54,48,54,49,53,52,93,44,91,45,49,54,48,46,50,52,56,53,49,44,53,57,46,55,55,57,53,48,49,93,44,91,45,49,54,48,46,48,49,55,52,50,51,44,53,57,46,55,55,57,53,48,52,93,44,91,45,49,54,48,46,48,49,55,52,51,44,53,57,46,57,53,50,56,52,54,93,44,91,45,49,53,57,46,56,52,53,53,50,52,44,53,57,46,57,53,50,56,52,56,93,44,91,45,49,53,57,46,56,52,53,53,51,51,44,54,48,46,49,50,54,49,56,54,93,44,91,45,49,53,57,46,55,56,49,57,48,54,44,54,48,46,50,49,50,56,53,52,93,44,91,45,49,53,57,46,54,48,56,49,57,54,44,54,48,46,50,49,50,56,53,54,93,44,91,45,49,53,57,46,54,48,56,50,48,52,44,54,48,46,51,56,54,49,56,56,93,44,91,45,49,53,57,46,52,51,52,52,57,55,44,54,48,46,51,56,54,49,57,93,44,91,45,49,53,57,46,51,54,54,50,48,54,44,54,48,46,52,55,50,56,53,54,93,44,91,45,49,53,57,46,51,54,54,50,49,53,44,54,48,46,54,52,54,49,55,57,93,44,91,45,49,53,57,46,49,57,48,54,53,55,44,54,48,46,54,52,54,49,56,49,93,44,91,45,49,53,57,46,48,49,53,49,48,52,44,54,48,46,55,51,50,56,52,51,93,44,91,45,49,53,56,46,57,52,49,57,50,54,44,54,48,46,57,48,54,49,54,50,93,44,91,45,49,53,55,46,56,55,55,50,50,52,44,54,48,46,57,48,54,49,55,50,93,44,91,45,49,53,55,46,53,50,50,51,51,50,44,54,48,46,57,57,50,56,51,52,93,44,91,45,49,53,55,46,49,54,55,52,50,56,44,54,48,46,57,57,50,56,51,57,93,44,91,45,49,53,55,46,49,54,55,52,50,44,54,48,46,57,48,54,49,56,51,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,52,46,54,49,52,50,49,53,44,54,48,46,57,48,54,50,48,52,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,51,46,52,52,48,56,55,55,44,54,49,46,49,54,54,49,57,54,93,44,91,45,49,53,51,46,52,56,53,53,55,53,44,54,49,46,52,50,54,49,53,51,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,51,46,48,55,48,49,50,51,44,54,50,46,50,48,54,48,49,53,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,50,48,53,57,57,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,49,49,57,51,52,55,93,44,91,45,49,53,51,46,55,54,49,56,55,49,44,54,50,46,49,49,57,51,51,53,93,44,91,45,49,53,51,46,55,54,49,56,55,53,44,54,50,46,48,51,50,54,56,57,93,44,91,45,49,53,53,46,52,57,55,54,52,53,44,54,50,46,48,51,50,54,53,57,93,44,91,45,49,53,55,46,48,54,51,56,53,50,44,54,50,46,48,51,50,54,51,52,93,44,91,45,49,53,55,46,48,54,51,56,54,52,44,54,50,46,49,49,57,50,55,49,93,44,91,45,49,53,56,46,53,51,49,51,54,49,44,54,50,46,49,49,57,50,54,52,93,44,91,45,49,53,56,46,53,51,49,51,53,49,44,54,50,46,48,51,50,54,50,93,44,91,45,49,53,57,46,50,54,53,48,51,53,44,54,50,46,48,51,50,53,57,56,93,44,91,45,49,53,57,46,50,54,53,48,51,55,44,54,49,46,57,52,53,57,53,55,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,93,93,44,91,91,91,45,49,54,55,46,53,53,56,50,50,56,44,54,48,46,50,50,52,51,53,55,93,44,91,45,49,54,55,46,51,56,53,53,56,44,54,48,46,48,50,49,50,48,55,93,44,91,45,49,54,54,46,57,52,48,54,50,50,44,53,57,46,57,49,49,57,48,56,93,44,91,45,49,54,54,46,54,50,54,49,50,54,44,53,57,46,55,57,55,48,54,49,93,44,91,45,49,54,54,46,52,50,57,54,55,49,44,53,57,46,56,48,49,54,51,54,93,44,91,45,49,54,54,46,49,57,54,54,49,51,44,53,57,46,55,48,51,51,56,52,93,44,91,45,49,54,54,46,48,53,55,56,57,51,44,53,57,46,54,57,53,53,51,53,93,44,91,45,49,54,53,46,56,50,52,56,53,57,44,53,57,46,56,48,54,55,52,54,93,44,91,45,49,54,53,46,52,57,53,52,55,44,53,57,46,56,55,48,49,56,52,93,44,91,45,49,54,53,46,52,48,50,52,53,56,44,53,57,46,57,55,48,52,52,56,93,44,91,45,49,54,53,46,53,55,51,49,55,51,44,54,48,46,48,55,53,48,54,51,93,44,91,45,49,54,53,46,53,54,49,53,49,57,44,54,48,46,51,48,49,55,50,54,93,44,91,45,49,54,53,46,55,51,56,52,54,53,44,54,48,46,52,48,53,54,48,57,93,44,91,45,49,54,54,46,48,48,53,55,57,56,44,54,48,46,52,49,57,53,55,51,93,44,91,45,49,54,54,46,49,53,50,52,51,50,44,54,48,46,53,49,48,55,52,55,93,44,91,45,49,54,54,46,51,52,57,56,50,51,44,54,48,46,52,49,55,55,52,53,93,44,91,45,49,54,54,46,53,50,56,56,51,57,44,54,48,46,52,52,52,50,55,93,44,91,45,49,54,54,46,55,51,57,51,51,55,44,54,48,46,51,56,55,56,54,49,93,44,91,45,49,54,54,46,57,52,51,55,55,56,44,54,48,46,50,55,56,49,48,51,93,44,91,45,49,54,55,46,51,48,57,56,51,44,54,48,46,50,57,48,55,49,56,93,44,91,45,49,54,55,46,53,53,56,50,50,56,44,54,48,46,50,50,52,51,53,55,93,93,93,44,91,91,91,45,49,55,51,46,50,51,50,50,51,49,44,54,48,46,54,53,52,51,52,93,44,91,45,49,55,51,46,49,52,48,50,50,51,44,54,48,46,53,55,53,53,51,51,93,44,91,45,49,55,51,46,49,54,55,56,49,56,44,54,48,46,52,56,49,48,56,93,44,91,45,49,55,50,46,57,49,48,50,50,56,44,54,48,46,51,51,57,54,50,51,93,44,91,45,49,55,50,46,53,57,54,49,50,53,44,54,48,46,50,53,56,54,50,50,93,44,91,45,49,55,50,46,52,48,55,53,50,54,44,54,48,46,50,55,56,55,54,52,93,44,91,45,49,55,50,46,49,56,57,52,56,56,44,54,48,46,50,53,48,56,49,54,93,44,91,45,49,55,50,46,49,48,57,48,57,44,54,48,46,51,49,52,48,49,50,93,44,91,45,49,55,50,46,51,57,51,53,55,44,54,48,46,52,51,54,53,48,54,93,44,91,45,49,55,50,46,54,56,55,56,52,44,54,48,46,52,56,48,49,50,93,44,91,45,49,55,50,46,57,52,51,56,52,57,44,54,48,46,54,53,48,55,93,44,91,45,49,55,50,46,57,56,57,55,54,50,44,54,48,46,55,51,49,56,49,49,93,44,91,45,49,55,51,46,49,53,56,54,51,50,44,54,48,46,55,50,56,55,55,93,44,91,45,49,55,51,46,50,51,50,50,51,49,44,54,48,46,54,53,52,51,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,55,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,53,50,55,49,49,55,44,51,50,46,49,51,52,53,53,54,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,54,53,56,50,49,49,44,51,50,46,56,56,55,57,49,51,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,71,119,105,110,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,50,50,57,56,44,34,98,101,100,115,34,58,49,48,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,50,53,57,56,50,50,44,51,51,46,57,49,56,57,48,49,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,56,54,56,57,51,49,44,51,52,46,48,48,52,55,56,54,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,56,54,56,48,51,44,51,52,46,48,57,56,50,56,49,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,52,57,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,54,52,54,54,48,50,44,52,53,46,52,52,49,54,51,53,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,49,53,52,52,52,51,44,52,53,46,55,50,53,54,49,54,93,44,91,45,57,50,46,53,50,56,49,57,56,44,52,53,46,55,50,56,54,56,93,44,91,45,57,50,46,53,50,57,49,48,55,44,52,53,46,54,52,50,48,55,54,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,54,52,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,79,114,111,99,111,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,48,55,48,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,57,51,51,55,55,53,44,52,49,46,52,56,56,50,55,57,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,48,48,34,44,34,78,65,77,69,34,58,34,78,101,119,112,111,114,116,32,78,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,49,52,53,44,34,98,101,100,115,34,58,54,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,54,50,56,50,48,53,44,51,55,46,48,57,50,55,53,53,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,52,48,53,56,50,49,44,51,52,46,56,49,51,48,51,56,93,44,91,45,57,57,46,52,50,51,50,48,49,44,51,52,46,55,50,53,48,50,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,54,54,54,53,49,50,44,51,52,46,53,48,55,49,50,49,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,54,57,52,53,50,56,44,51,52,46,51,55,56,50,49,56,93,44,91,45,57,57,46,53,54,57,54,57,54,44,51,52,46,52,49,56,52,49,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,50,54,49,50,55,53,44,51,52,46,52,48,51,53,48,56,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,50,51,56,48,54,44,51,52,46,52,50,53,48,48,57,93,44,91,45,57,57,46,49,57,54,56,48,49,44,51,52,46,53,52,50,51,56,54,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,97,110,100,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,50,56,51,56,53,54,44,52,55,46,52,56,54,54,51,56,93,44,91,45,49,49,52,46,57,56,50,50,54,53,44,52,55,46,51,57,54,56,48,52,93,44,91,45,49,49,52,46,57,54,56,57,55,56,44,52,55,46,51,49,50,54,50,53,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,54,56,55,50,57,53,44,52,55,46,50,55,52,51,49,93,44,91,45,49,49,52,46,52,50,51,56,53,56,44,52,55,46,50,49,48,48,57,49,93,44,91,45,49,49,52,46,50,53,51,53,56,52,44,52,55,46,49,50,49,48,48,55,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,52,46,50,48,51,48,50,54,44,52,55,46,51,53,53,55,52,54,93,44,91,45,49,49,52,46,51,53,51,48,56,44,52,55,46,51,56,57,56,53,93,44,91,45,49,49,52,46,51,53,48,51,54,52,44,52,55,46,54,48,50,49,52,50,93,44,91,45,49,49,52,46,53,56,51,55,54,44,52,55,46,54,48,49,55,49,56,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,54,48,52,53,56,52,44,52,55,46,56,55,53,54,48,53,93,44,91,45,49,49,52,46,57,56,57,51,52,52,44,52,55,46,56,55,50,56,48,55,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,53,46,49,53,52,53,50,55,44,52,56,46,48,49,55,54,57,50,93,44,91,45,49,49,53,46,49,56,53,49,57,54,44,52,55,46,57,49,57,48,48,52,93,44,91,45,49,49,53,46,53,50,52,54,57,53,44,52,55,46,57,48,56,53,57,52,93,44,91,45,49,49,53,46,54,51,55,48,51,54,44,52,56,46,48,55,52,54,52,54,93,44,91,45,49,49,53,46,54,57,56,55,54,52,44,52,56,46,50,51,56,52,57,56,93,44,91,45,49,49,54,46,48,48,57,50,51,55,44,52,56,46,49,53,57,54,54,57,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,53,46,56,50,51,55,55,52,44,52,55,46,55,53,50,54,49,49,93,44,91,45,49,49,53,46,55,50,50,55,49,52,44,52,55,46,54,57,52,56,53,53,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,71,108,97,115,115,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,57,56,52,50,48,52,44,51,53,46,54,54,48,55,56,51,93,44,91,45,57,52,46,48,55,51,57,53,56,44,51,53,46,54,54,50,52,54,51,93,44,91,45,57,52,46,48,50,56,57,57,55,44,51,53,46,53,48,56,48,51,53,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,48,56,50,55,57,56,44,51,53,46,50,49,53,57,49,51,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,51,46,57,50,48,49,53,55,44,51,53,46,50,50,57,53,56,53,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,106,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,54,50,53,51,54,49,44,51,54,46,51,57,50,53,57,53,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,51,56,55,44,34,98,101,100,115,34,58,51,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,32,79,114,101,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,44,91,45,49,49,55,46,53,54,51,56,53,56,44,52,56,46,56,51,54,54,55,49,93,44,91,45,49,49,55,46,52,57,57,57,55,53,44,52,56,46,54,53,54,49,56,55,93,44,91,45,49,49,55,46,53,48,50,51,55,49,44,52,56,46,49,51,52,55,48,56,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,55,46,48,51,50,51,52,53,44,52,56,46,57,57,57,50,48,49,93,44,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,48,56,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,50,46,51,56,53,54,52,55,44,52,55,46,56,52,55,55,55,50,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,50,54,48,57,53,49,44,52,55,46,55,56,49,52,48,57,93,44,91,45,49,48,50,46,50,54,53,52,53,50,44,52,55,46,54,50,52,51,48,55,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,48,51,54,54,52,56,44,52,55,46,53,55,50,55,48,53,93,44,91,45,49,48,49,46,56,57,50,48,49,55,44,52,55,46,53,48,53,49,51,51,93,44,91,45,49,48,49,46,52,51,54,53,50,49,44,52,55,46,53,54,52,49,53,55,93,44,91,45,49,48,49,46,52,52,48,49,51,57,44,52,55,46,52,55,55,50,57,57,93,44,91,45,49,48,49,46,51,52,53,55,51,53,44,52,55,46,50,57,49,56,57,55,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,48,54,48,52,50,52,44,52,55,46,50,57,51,50,57,51,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,48,46,55,52,57,51,55,44,52,55,46,49,53,55,50,52,53,93,44,91,45,49,48,48,46,55,52,57,51,51,52,44,52,55,46,51,50,55,54,56,53,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,54,55,50,50,54,50,44,52,55,46,54,55,52,49,50,56,93,44,91,45,49,48,48,46,53,56,53,48,54,50,44,52,55,46,54,55,52,48,56,56,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,111,111,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,56,54,55,48,50,49,44,52,53,46,54,57,51,51,57,49,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,49,46,57,48,54,54,50,56,44,52,53,46,53,50,49,49,52,55,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,49,46,55,48,48,52,55,51,44,52,53,46,51,55,56,53,51,49,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,52,56,49,56,56,56,44,52,53,46,50,53,56,49,50,56,93,44,91,45,49,50,49,46,52,56,50,49,54,56,44,52,53,46,53,49,57,54,48,52,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,48,52,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,57,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,48,57,48,55,49,55,44,51,49,46,54,50,48,54,48,57,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,55,57,52,53,52,56,44,51,49,46,55,48,50,48,55,54,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,56,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,51,48,56,51,49,49,44,51,55,46,55,56,55,49,56,54,93,44,91,45,57,49,46,51,49,48,54,53,53,44,51,55,46,55,48,48,48,52,56,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,55,57,46,57,51,53,51,54,52,44,51,55,46,57,53,52,51,54,53,93,44,91,45,55,57,46,56,56,55,51,50,57,44,51,55,46,56,57,50,57,55,49,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,56,57,55,51,51,53,44,51,56,46,49,57,51,51,56,49,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,79,116,116,101,114,32,84,97,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,57,50,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,108,97,113,117,101,109,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,57,48,46,48,54,55,50,52,50,44,50,57,46,55,51,56,54,54,52,93,44,91,45,56,57,46,57,56,48,56,49,50,44,50,57,46,53,56,48,49,53,53,93,44,91,45,56,57,46,57,55,55,52,55,44,50,57,46,52,52,57,51,55,49,93,44,91,45,56,57,46,57,48,50,50,54,55,44,50,57,46,50,57,50,50,56,52,93,44,91,45,56,57,46,56,57,57,54,54,52,44,50,57,46,49,53,53,48,48,57,93,44,91,45,56,57,46,54,49,48,52,50,55,44,50,57,46,49,57,56,54,51,53,93,44,91,45,56,57,46,53,48,50,51,49,57,44,50,57,46,49,53,56,51,55,54,93,44,91,45,56,57,46,52,54,51,52,50,52,44,50,57,46,48,56,50,56,50,93,44,91,45,56,57,46,52,56,55,54,52,44,50,56,46,56,56,55,51,55,49,93,44,91,45,56,57,46,51,56,52,55,50,55,44,50,56,46,56,55,49,53,48,51,93,44,91,45,56,57,46,50,55,57,54,48,52,44,50,56,46,57,55,55,55,56,51,93,44,91,45,56,57,46,49,51,51,50,56,52,44,50,56,46,57,49,57,55,50,56,93,44,91,45,56,56,46,57,50,55,56,48,57,44,50,57,46,49,49,55,50,55,53,93,44,91,45,56,56,46,57,52,50,48,53,52,44,50,57,46,50,53,51,55,52,50,93,44,91,45,56,57,46,48,54,57,52,50,54,44,50,57,46,50,57,52,50,57,55,93,44,91,45,56,57,46,49,51,55,54,49,50,44,50,57,46,51,56,49,52,50,57,93,44,91,45,56,56,46,56,55,57,50,51,53,44,50,57,46,54,52,55,52,48,57,93,44,91,45,56,57,46,52,56,52,53,57,49,44,50,57,46,54,49,55,53,53,49,93,44,91,45,56,57,46,55,50,49,48,52,53,44,50,57,46,55,53,55,54,53,50,93,44,91,45,56,57,46,56,54,57,55,50,44,50,57,46,55,57,53,52,53,49,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,111,110,116,111,116,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,111,114,101,104,111,117,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,57,50,44,34,98,101,100,115,34,58,49,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,49,46,57,55,53,48,50,54,44,51,50,46,55,49,49,52,50,56,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,49,46,55,51,57,54,53,49,44,51,50,46,53,54,49,50,57,57,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,53,54,54,51,54,51,44,51,50,46,56,53,53,53,54,49,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,117,108,108,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,53,53,55,50,55,44,51,56,46,48,55,51,56,52,49,93,44,91,45,56,53,46,55,49,50,53,55,56,44,51,56,46,48,56,55,51,49,49,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,54,52,51,50,53,52,44,51,55,46,56,51,52,48,51,51,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,50,57,44,34,98,101,100,115,34,58,49,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,55,46,49,49,50,51,54,50,44,51,50,46,52,56,56,54,53,93,44,91,45,56,55,46,52,50,51,49,53,51,44,51,50,46,52,56,50,57,54,53,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,51,50,53,54,52,52,44,51,50,46,49,57,54,50,55,50,93,44,91,45,56,55,46,49,55,55,56,54,44,51,50,46,48,52,55,53,49,52,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,54,46,57,48,56,51,48,50,44,51,50,46,50,50,53,48,50,56,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,57,48,54,55,52,50,44,51,50,46,53,51,54,57,55,55,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,52,57,50,56,48,50,44,51,49,46,55,50,51,54,48,56,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,49,53,54,53,54,56,44,51,49,46,56,52,49,55,49,51,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,51,50,55,52,57,57,44,51,49,46,57,52,49,50,54,49,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,44,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,48,57,50,51,55,44,52,56,46,49,53,57,54,54,57,93,44,91,45,49,49,53,46,54,57,56,55,54,52,44,52,56,46,50,51,56,52,57,56,93,44,91,45,49,49,53,46,54,51,55,48,51,54,44,52,56,46,48,55,52,54,52,54,93,44,91,45,49,49,53,46,53,50,52,54,57,53,44,52,55,46,57,48,56,53,57,52,93,44,91,45,49,49,53,46,49,56,53,49,57,54,44,52,55,46,57,49,57,48,48,52,93,44,91,45,49,49,53,46,49,53,52,53,50,55,44,52,56,46,48,49,55,54,57,50,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,53,46,48,50,48,48,55,57,44,52,56,46,50,50,53,57,53,52,93,44,91,45,49,49,52,46,56,52,56,48,57,56,44,52,56,46,50,50,54,49,50,53,93,44,91,45,49,49,52,46,56,52,57,56,48,51,44,52,56,46,53,55,51,53,48,50,93,44,91,45,49,49,52,46,56,56,56,53,57,44,52,56,46,54,53,56,55,54,53,93,44,91,45,49,49,52,46,54,57,50,52,53,44,52,56,46,54,56,48,49,51,54,93,44,91,45,49,49,52,46,54,52,56,49,51,52,44,52,56,46,55,55,57,51,51,50,93,44,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,76,111,114,101,110,122,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,84,111,97,32,65,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,50,50,44,34,98,101,100,115,34,58,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,52,46,54,53,57,57,52,50,44,52,54,46,56,48,51,55,49,54,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,52,46,55,55,57,49,50,49,44,52,54,46,51,57,52,50,49,53,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,51,50,55,50,56,54,44,52,54,46,50,56,57,56,49,55,93,44,91,45,57,52,46,51,52,50,57,49,44,52,54,46,56,48,53,53,50,57,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,55,55,54,48,55,52,44,52,55,46,50,55,55,57,56,54,93,44,91,45,57,52,46,48,50,53,57,56,49,44,52,55,46,51,53,49,51,56,56,93,44,91,45,57,52,46,49,49,55,57,57,57,44,52,55,46,52,56,48,55,52,52,93,44,91,45,57,52,46,51,50,55,53,51,49,44,52,55,46,52,49,53,56,52,52,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,114,99,104,117,108,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,56,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,54,46,54,55,56,51,53,52,44,51,55,46,50,50,56,53,54,54,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,55,46,49,50,56,55,51,55,44,51,55,46,51,57,50,52,48,57,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,89,97,122,111,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,57,48,46,52,52,57,56,57,51,44,51,50,46,57,50,51,50,57,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,55,53,57,55,53,51,44,51,50,46,56,51,53,55,54,51,93,44,91,45,57,48,46,54,57,51,48,54,49,44,51,50,46,55,53,52,50,57,55,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,48,52,57,49,50,57,44,51,50,46,55,51,53,54,55,52,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,79,117,116,97,103,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,55,53,52,44,34,98,101,100,115,34,58,53,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,55,51,54,56,48,50,44,52,52,46,53,57,48,54,48,53,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,49,57,48,52,54,53,44,52,52,46,53,56,54,55,57,57,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,56,57,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,51,46,56,51,52,55,49,57,44,51,56,46,57,51,55,57,48,57,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,52,56,55,56,56,53,44,51,57,46,50,50,56,56,55,53,93,44,91,45,57,51,46,54,53,48,53,50,54,44,51,57,46,50,52,56,50,49,52,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,52,46,48,50,56,56,50,50,44,51,57,46,49,57,49,53,57,53,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,51,51,54,44,34,98,101,100,115,34,58,50,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,56,46,49,50,53,53,51,57,44,51,53,46,54,48,51,49,48,55,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,55,53,49,51,51,57,44,51,53,46,56,50,55,55,57,52,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,57,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,50,46,57,53,55,56,49,55,44,52,48,46,54,52,53,49,52,56,93,44,91,45,56,50,46,57,53,56,52,48,49,44,52,48,46,52,57,48,54,54,52,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,50,46,57,50,57,53,56,56,44,52,48,46,51,53,56,49,50,51,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,54,52,54,53,48,51,44,52,48,46,51,52,53,48,55,54,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,54,50,55,55,54,55,44,52,48,46,55,48,57,51,53,50,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,51,46,56,55,52,54,53,49,44,52,54,46,53,48,56,51,50,57,93,44,91,45,49,49,51,46,55,56,50,48,51,50,44,52,54,46,51,53,57,53,49,56,93,44,91,45,49,49,51,46,55,53,51,50,52,54,44,52,54,46,49,49,50,56,93,44,91,45,49,49,51,46,54,52,56,51,53,56,44,52,53,46,57,54,53,48,51,56,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,50,55,56,48,49,50,44,52,54,46,48,52,53,50,54,56,93,44,91,45,49,49,51,46,50,56,52,53,51,50,44,52,54,46,50,50,50,55,56,51,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,51,46,48,51,56,55,48,50,44,52,54,46,55,51,53,53,52,93,44,91,45,49,49,51,46,49,49,53,54,49,52,44,52,54,46,55,49,51,51,56,55,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,52,49,54,53,57,57,44,52,54,46,56,51,50,49,49,51,93,44,91,45,49,49,51,46,52,55,57,56,53,54,44,52,54,46,55,52,52,55,49,52,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,70,111,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,52,55,50,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,50,56,57,51,51,50,44,51,53,46,51,52,53,50,49,49,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,48,50,56,57,57,55,44,51,53,46,53,48,56,48,51,53,93,44,91,45,57,52,46,48,55,51,57,53,56,44,51,53,46,54,54,50,52,54,51,93,44,91,45,57,51,46,57,56,52,50,48,52,44,51,53,46,54,54,48,55,56,51,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,66,117,114,110,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,48,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,51,57,51,54,52,54,44,51,48,46,56,52,50,57,54,93,44,91,45,57,56,46,52,49,56,53,57,52,44,51,48,46,54,52,53,57,50,54,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,55,46,57,54,50,56,54,44,51,48,46,55,56,53,54,52,49,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,54,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,54,34,44,34,78,65,77,69,34,58,34,83,116,101,46,32,71,101,110,101,118,105,101,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,55,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,51,50,50,56,55,44,51,55,46,57,56,49,55,51,49,93,44,91,45,57,48,46,52,53,57,49,51,51,44,51,55,46,56,55,56,57,50,52,93,44,91,45,57,48,46,50,48,48,50,48,56,44,51,55,46,54,54,57,54,50,56,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,56,57,46,57,56,56,49,48,56,44,51,55,46,57,54,49,55,52,57,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,71,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,56,53,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,99,68,111,110,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,53,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,51,53,54,50,52,54,44,51,53,46,55,48,49,49,48,55,93,44,91,45,57,49,46,51,54,57,53,55,44,51,53,46,53,50,54,51,54,50,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,53,56,52,54,56,55,44,51,53,46,52,52,50,51,49,49,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,50,53,49,53,53,53,44,51,53,46,51,53,55,53,54,49,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,72,117,100,115,112,101,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,53,46,57,57,55,49,53,50,44,51,49,46,51,56,55,50,51,93,44,91,45,49,48,53,46,56,54,57,50,57,52,44,51,49,46,50,56,56,57,53,53,93,44,91,45,49,48,53,46,55,55,52,48,50,56,44,51,49,46,49,54,56,52,55,52,93,44,91,45,49,48,53,46,54,52,56,56,51,57,44,51,49,46,49,49,53,56,55,55,93,44,91,45,49,48,53,46,53,53,55,50,50,54,44,51,48,46,57,56,57,54,55,51,93,44,91,45,49,48,53,46,51,56,54,55,50,52,44,51,48,46,56,53,51,51,48,54,93,44,91,45,49,48,53,46,50,49,55,55,56,51,44,51,48,46,56,48,53,57,52,54,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,57,48,57,49,50,52,44,51,49,46,50,52,54,54,48,57,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,97,112,105,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,53,52,54,44,34,98,101,100,115,34,58,49,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,54,51,49,57,52,52,44,51,49,46,51,57,48,52,55,56,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,57,49,51,48,49,57,44,51,49,46,51,54,56,50,51,54,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,50,46,56,50,57,54,53,49,44,51,49,46,50,53,50,50,56,49,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,53,50,52,54,52,54,44,51,48,46,56,57,51,51,50,56,93,44,91,45,57,50,46,51,56,48,56,52,51,44,51,49,46,48,48,48,57,50,57,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,50,48,56,55,56,53,44,51,48,46,57,54,52,55,51,52,93,44,91,45,57,50,46,50,51,51,50,51,44,51,49,46,51,50,49,53,52,53,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,51,51,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,49,46,50,55,48,51,56,49,44,52,49,46,48,52,55,51,57,50,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,50,49,56,55,55,55,44,51,51,46,50,57,54,52,48,50,93,44,91,45,57,52,46,50,51,49,51,51,51,44,51,51,46,50,52,49,48,55,51,93,44,91,45,57,52,46,52,54,56,52,52,50,44,51,51,46,50,57,52,51,49,51,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,55,57,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,52,48,34,44,34,78,65,77,69,34,58,34,87,105,110,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,44,91,45,55,56,46,49,55,49,54,50,44,51,57,46,49,52,51,49,55,52,93,44,91,45,55,56,46,49,52,56,56,57,53,44,51,57,46,49,55,53,51,53,50,93,44,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,117,112,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,54,50,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,56,46,49,52,55,49,50,57,44,51,52,46,57,48,50,53,48,54,93,44,91,45,55,56,46,49,57,56,54,52,50,44,51,52,46,55,52,49,54,51,55,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,55,46,54,53,49,48,52,53,44,51,52,46,57,50,51,51,52,49,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,55,54,57,49,55,55,44,51,53,46,49,52,53,53,55,54,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,97,121,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,51,51,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,49,56,50,57,57,57,44,51,53,46,54,55,48,54,50,53,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,50,46,56,51,50,50,52,52,44,51,53,46,51,49,56,51,50,52,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,55,54,53,56,57,51,44,51,53,46,53,54,55,52,57,53,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,51,46,48,55,51,57,49,56,44,51,53,46,55,57,48,48,53,53,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,50,48,49,44,34,98,101,100,115,34,58,50,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,50,56,49,54,56,54,44,52,52,46,52,55,49,57,57,56,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,50,46,57,49,56,57,55,55,44,52,52,46,53,52,51,50,53,93,44,91,45,57,50,46,55,57,50,55,49,53,44,52,52,46,53,52,51,50,52,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,51,46,48,48,53,57,55,56,44,52,52,46,55,55,49,54,56,53,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,72,97,114,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,49,57,46,56,57,54,57,54,57,44,52,51,46,49,55,57,48,49,55,93,44,91,45,49,49,57,46,57,51,50,54,49,49,44,52,51,46,49,55,56,57,54,51,93,44,91,45,49,49,57,46,57,52,51,55,55,57,44,52,50,46,55,52,54,51,55,49,93,44,91,45,49,49,57,46,51,54,53,51,51,55,44,52,50,46,55,52,56,57,53,56,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,56,46,50,49,52,54,57,56,44,52,50,46,50,55,53,56,57,49,93,44,91,45,49,49,56,46,50,50,56,55,57,51,44,52,50,46,57,49,52,54,50,53,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,56,49,54,56,57,44,52,52,46,48,52,55,56,50,56,93,44,91,45,49,49,56,46,56,49,54,57,51,49,44,52,51,46,57,54,48,55,51,51,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,57,46,55,55,53,52,48,50,44,52,51,46,57,53,57,48,56,54,93,44,91,45,49,49,57,46,55,55,55,53,50,56,44,52,51,46,54,57,55,57,53,55,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,117,110,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,53,46,56,55,51,50,57,57,44,49,55,46,57,51,55,57,53,53,93,44,91,45,54,53,46,56,49,54,52,52,57,44,49,55,46,57,54,53,53,48,52,93,44,91,45,54,53,46,56,54,55,56,48,50,44,49,56,46,48,50,54,48,48,55,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,57,48,46,48,50,53,57,53,51,44,52,52,46,48,57,49,55,52,56,93,44,91,45,56,57,46,57,54,50,54,48,49,44,52,51,46,57,55,57,50,51,54,93,44,91,45,56,57,46,57,54,49,50,50,49,44,52,51,46,56,54,52,48,50,55,93,44,91,45,56,57,46,56,54,53,49,51,50,44,52,51,46,55,56,51,52,49,52,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,52,56,51,49,53,51,44,52,48,46,51,56,50,52,57,50,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,57,53,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,55,53,48,51,52,53,44,51,57,46,49,52,55,54,50,50,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,50,57,48,50,56,52,44,51,55,46,56,51,49,49,56,50,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,50,53,55,50,57,56,44,51,55,46,54,51,48,57,48,51,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,118,111,121,101,108,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,56,50,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,50,51,51,50,51,44,51,49,46,51,50,49,53,52,53,93,44,91,45,57,50,46,50,48,56,55,56,53,44,51,48,46,57,54,52,55,51,52,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,49,46,56,48,53,57,54,51,44,51,48,46,57,55,50,53,53,56,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,54,55,55,51,48,50,44,51,49,46,49,56,56,48,52,55,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,84,97,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,57,48,56,53,56,55,44,51,52,46,55,55,50,54,52,49,93,44,91,45,57,48,46,48,50,57,49,52,52,44,51,52,46,55,48,56,49,55,54,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,50,52,51,57,50,52,44,51,52,46,54,48,50,49,53,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,54,54,57,49,54,44,51,52,46,54,56,53,55,56,54,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,49,48,48,46,51,56,55,48,51,54,44,52,53,46,56,54,57,49,52,50,93,44,91,45,49,48,48,46,51,48,57,48,49,51,44,52,53,46,55,48,55,56,52,50,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,97,116,105,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,54,55,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,115,115,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,52,57,48,51,51,44,51,55,46,49,53,57,52,54,50,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,101,114,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,48,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,48,49,48,53,52,56,44,52,49,46,48,55,50,55,54,49,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,55,48,53,52,57,55,44,52,49,46,51,48,57,49,51,52,93,44,91,45,57,56,46,48,53,51,49,51,55,44,52,49,46,50,57,51,49,50,51,93,44,91,45,57,56,46,50,55,53,52,48,56,44,52,49,46,50,54,52,51,52,49,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,50,46,55,55,51,51,54,57,44,52,50,46,55,56,53,50,54,53,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,50,46,55,52,50,50,54,57,44,52,50,46,48,57,50,51,56,56,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,50,46,48,52,48,50,56,44,52,50,46,48,57,54,55,52,52,93,44,91,45,49,48,50,46,48,54,54,54,56,57,44,52,50,46,52,52,51,52,54,51,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,97,114,108,105,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,57,56,57,55,57,55,44,51,54,46,57,49,57,51,51,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,78,97,116,114,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,49,48,44,34,98,101,100,115,34,58,51,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,54,46,54,53,52,55,56,49,44,52,50,46,52,51,49,48,57,52,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,53,57,52,56,57,55,44,52,51,46,52,57,49,52,55,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,53,49,55,48,51,49,44,52,51,46,52,55,50,54,53,57,93,44,91,45,49,48,55,46,53,48,49,52,50,53,44,52,50,46,55,56,49,52,53,56,93,44,91,45,49,48,55,46,53,52,51,53,50,54,44,52,50,46,55,56,49,53,53,56,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,49,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,55,57,54,56,52,54,44,51,49,46,54,50,50,57,50,57,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,52,46,48,50,53,54,50,51,44,51,49,46,55,49,48,48,50,50,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,50,55,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,52,54,53,54,48,53,44,51,57,46,54,48,48,55,54,57,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,56,51,56,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,54,46,57,52,48,54,53,54,44,51,50,46,48,53,50,48,56,55,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,52,51,53,50,51,51,44,51,50,46,52,48,56,57,56,54,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,51,52,52,56,52,51,44,51,49,46,52,51,48,49,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,51,56,51,55,48,53,44,51,49,46,50,57,49,49,52,51,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,49,57,52,56,50,52,44,51,49,46,50,48,55,53,57,93,44,91,45,56,50,46,48,57,50,55,50,44,51,49,46,50,55,54,49,49,57,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,57,52,52,44,34,98,101,100,115,34,58,51,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,108,97,103,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,49,51,57,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,44,91,45,56,49,46,51,50,52,48,53,57,44,50,57,46,54,50,53,54,49,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,53,50,48,53,57,54,44,50,57,46,53,48,48,50,52,57,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,52,49,55,50,57,44,50,57,46,50,54,49,49,53,54,93,44,91,45,56,49,46,49,53,48,48,56,49,44,50,57,46,50,54,53,57,53,55,93,44,91,45,56,49,46,49,53,53,56,56,49,44,50,57,46,52,49,48,57,53,52,93,44,91,45,56,49,46,48,52,53,55,48,54,44,50,57,46,52,51,50,52,54,50,93,44,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,50,46,56,56,50,57,57,56,44,51,49,46,57,51,57,57,55,93,44,91,45,57,50,46,57,52,50,50,52,53,44,51,49,46,56,53,52,50,54,56,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,54,49,57,57,55,54,44,51,49,46,55,48,57,53,55,50,93,44,91,45,57,50,46,54,49,57,50,50,52,44,51,49,46,55,57,55,49,52,57,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,54,52,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,57,48,46,52,51,49,57,51,44,52,49,46,52,53,54,56,51,52,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,56,57,46,56,54,56,49,53,50,44,52,49,46,49,52,57,52,57,51,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,56,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,44,91,45,49,50,52,46,49,52,55,54,51,56,44,52,52,46,55,54,57,49,49,51,93,44,91,45,49,50,52,46,49,53,51,52,50,56,44,52,52,46,52,54,53,48,51,54,93,44,91,45,49,50,52,46,49,56,55,52,48,57,44,52,52,46,50,55,54,56,55,49,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,51,46,55,50,48,48,55,49,44,52,52,46,52,51,51,51,55,52,93,44,91,45,49,50,51,46,53,57,55,54,55,55,44,52,52,46,52,51,51,49,48,57,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,55,50,53,48,48,49,44,52,52,46,55,51,57,48,52,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,49,48,50,44,34,98,101,100,115,34,58,50,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,48,46,57,55,56,49,49,53,44,52,51,46,51,53,56,57,49,52,93,44,91,45,55,48,46,56,49,56,49,57,53,44,52,51,46,50,51,56,51,51,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,53,55,53,48,57,52,44,52,50,46,57,49,55,49,50,54,93,44,91,45,55,48,46,53,50,56,56,56,50,44,52,51,46,48,48,53,55,54,57,93,44,91,45,55,48,46,52,48,54,50,52,51,44,52,51,46,49,48,50,48,57,50,93,44,91,45,55,48,46,53,49,57,54,54,54,44,52,51,46,49,57,49,48,49,53,93,44,91,45,55,48,46,52,57,51,50,51,44,52,51,46,50,56,54,56,50,57,93,44,91,45,55,48,46,51,54,57,50,49,57,44,52,51,46,51,50,50,50,50,93,44,91,45,55,48,46,50,50,50,48,57,44,52,51,46,52,54,54,56,55,56,93,44,91,45,55,48,46,52,57,50,48,48,57,44,52,51,46,54,48,54,55,54,57,93,44,91,45,55,48,46,53,52,57,57,54,53,44,52,51,46,55,49,53,55,57,54,93,44,91,45,55,48,46,54,53,57,51,54,57,44,52,51,46,55,57,48,51,56,54,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,100,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,57,51,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,56,56,51,57,52,56,44,52,53,46,49,53,48,50,50,52,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,57,34,44,34,78,65,77,69,34,58,34,83,116,101,119,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,53,46,48,54,50,48,54,44,51,50,46,49,51,50,52,56,54,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,51,51,56,55,44,34,98,101,100,115,34,58,50,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,50,52,55,56,57,52,44,52,48,46,52,48,54,54,48,53,93,44,91,45,55,52,46,51,57,51,52,51,56,44,52,48,46,50,55,57,53,52,56,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,52,48,54,55,49,44,52,48,46,49,55,50,52,48,50,93,44,91,45,55,52,46,50,54,49,52,53,53,44,52,48,46,49,54,55,48,51,51,93,44,91,45,55,52,46,50,51,48,54,51,52,44,52,48,46,49,48,57,53,54,49,93,44,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,44,91,45,55,51,46,56,57,56,50,48,56,44,52,48,46,50,55,52,51,53,51,93,44,91,45,55,51,46,56,56,54,54,53,50,44,52,48,46,52,56,57,55,57,52,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,48,46,55,53,49,56,49,44,51,54,46,50,56,51,56,51,54,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,51,49,57,56,50,44,51,54,46,50,53,57,49,52,52,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,49,50,53,52,56,55,44,51,54,46,50,51,49,50,51,50,93,44,91,45,57,48,46,48,54,51,53,57,52,44,51,54,46,51,56,52,50,51,53,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,97,117,108,107,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,52,49,54,44,34,98,101,100,115,34,58,51,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,52,57,57,57,56,53,44,51,53,46,49,54,57,53,55,53,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,53,57,51,53,56,53,44,51,53,46,48,49,49,55,54,49,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,50,50,57,56,57,51,44,51,52,46,57,50,55,53,53,56,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,49,50,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,75,101,111,107,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,48,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,53,54,48,48,55,49,44,51,57,46,49,56,55,52,51,93,44,91,45,57,48,46,51,49,51,50,56,57,44,51,57,46,49,55,52,50,56,57,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,44,91,45,57,49,46,55,56,55,57,50,56,44,52,55,46,53,52,54,56,49,55,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,49,46,48,50,51,49,50,54,44,52,55,46,52,54,52,57,56,50,93,44,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,44,91,45,57,49,46,50,53,48,49,49,50,44,52,56,46,48,56,52,48,56,55,93,44,91,45,57,49,46,52,50,57,54,52,50,44,52,56,46,48,52,56,54,48,56,93,44,91,45,57,49,46,55,49,49,56,52,52,44,52,56,46,49,49,52,54,48,53,93,44,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,53,34,44,34,78,65,77,69,34,58,34,84,114,111,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,55,52,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,55,54,56,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,44,91,45,49,50,52,46,49,54,48,55,48,52,44,52,49,46,50,56,57,50,57,51,93,44,91,45,49,50,52,46,50,52,55,52,51,44,52,49,46,48,57,50,50,50,52,93,44,91,45,49,50,52,46,49,56,50,54,57,52,44,52,49,46,48,48,49,51,49,51,93,44,91,45,49,50,52,46,50,51,50,54,50,50,44,52,48,46,56,54,57,50,56,54,93,44,91,45,49,50,52,46,52,52,55,54,55,55,44,52,48,46,53,50,57,55,48,57,93,44,91,45,49,50,52,46,52,55,56,54,50,53,44,52,48,46,52,50,50,49,48,50,93,44,91,45,49,50,52,46,51,57,50,55,55,55,44,52,48,46,50,48,57,55,57,57,93,44,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,51,46,53,52,51,55,52,57,44,52,48,46,55,51,57,48,49,53,93,44,91,45,49,50,51,46,54,49,53,56,50,55,44,52,48,46,57,49,52,48,54,56,93,44,91,45,49,50,51,46,52,52,55,57,53,54,44,52,48,46,57,52,51,55,53,56,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,52,55,52,48,56,53,44,52,49,46,51,54,54,49,57,51,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,55,55,48,53,53,49,44,52,49,46,52,54,52,49,57,51,93,44,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,105,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,56,56,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,49,53,54,53,56,57,44,51,54,46,51,48,55,55,48,54,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,52,51,49,44,34,98,101,100,115,34,58,55,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,51,49,49,53,52,52,44,52,53,46,49,52,51,55,55,56,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,50,50,55,54,57,54,44,52,53,46,49,50,52,53,51,51,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,110,32,72,111,109,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,56,46,48,57,50,55,56,50,44,52,50,46,57,55,51,57,50,49,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,48,49,51,48,55,50,44,52,50,46,55,54,50,50,49,57,93,44,91,45,57,55,46,56,55,53,53,51,49,44,52,50,46,56,53,56,54,53,54,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,54,57,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,50,46,54,51,55,50,51,44,51,54,46,48,54,53,56,50,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,54,52,55,55,54,57,44,51,54,46,49,52,54,52,48,52,93,44,91,45,56,50,46,54,50,57,54,52,49,44,51,54,46,52,49,49,53,52,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,56,52,48,52,56,49,44,51,54,46,51,55,48,54,57,56,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,54,46,57,56,54,54,49,44,51,55,46,48,52,57,54,57,55,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,53,49,48,51,54,44,51,54,46,56,52,53,48,56,50,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,115,101,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,50,52,48,44,34,98,101,100,115,34,58,56,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,52,56,54,52,51,51,44,52,49,46,53,55,48,53,52,53,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,52,54,55,49,48,56,44,52,49,46,52,55,54,52,53,57,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,80,101,109,98,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,49,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,55,46,49,48,53,52,52,50,44,52,56,46,54,56,57,54,52,56,93,44,91,45,57,55,46,50,51,52,49,50,56,44,52,56,46,57,52,55,56,57,56,93,44,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,44,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,51,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,50,46,49,48,56,56,57,50,44,52,51,46,49,50,57,50,53,56,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,48,48,55,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,51,46,51,57,48,52,57,53,44,51,49,46,51,54,52,49,52,55,93,44,91,45,57,51,46,52,52,50,53,53,52,44,51,49,46,50,55,54,55,49,54,93,44,91,45,57,51,46,53,51,52,57,49,57,44,51,49,46,50,55,54,53,55,57,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,53,50,52,55,51,57,44,51,49,46,48,51,57,48,48,55,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,52,50,49,49,48,50,44,51,48,46,56,56,51,49,51,56,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,56,50,57,54,53,49,44,51,49,46,50,53,50,50,56,49,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,80,101,110,111,98,115,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,55,52,56,44,34,98,101,100,115,34,58,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,56,50,55,48,51,57,44,52,53,46,54,56,52,56,50,54,93,44,91,45,54,56,46,57,53,56,57,49,44,52,53,46,54,54,50,49,57,53,93,44,91,45,54,56,46,57,54,52,54,53,51,44,52,53,46,53,49,50,51,54,55,93,44,91,45,54,56,46,56,53,55,50,57,55,44,52,53,46,53,50,55,51,48,49,93,44,91,45,54,56,46,55,55,54,48,54,49,44,52,53,46,50,52,48,51,49,55,93,44,91,45,54,56,46,56,53,54,53,56,55,44,52,53,46,49,52,50,55,56,51,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,49,56,51,55,51,50,44,52,52,46,54,52,52,48,50,51,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,56,46,52,52,53,50,49,57,44,52,52,46,55,54,51,48,49,52,93,44,91,45,54,56,46,53,48,49,48,57,53,44,52,52,46,57,56,48,55,49,56,93,44,91,45,54,56,46,51,55,53,56,57,50,44,52,52,46,57,57,55,51,55,51,93,44,91,45,54,56,46,51,57,54,57,48,51,44,52,53,46,48,56,51,50,57,54,93,44,91,45,54,56,46,50,55,48,52,57,55,44,52,53,46,49,48,48,49,50,49,93,44,91,45,54,56,46,51,48,51,55,49,52,44,52,53,46,50,50,49,53,51,49,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,55,46,57,51,57,55,54,44,52,53,46,50,54,55,56,52,53,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,56,46,52,51,51,48,50,56,44,52,53,46,53,55,56,52,56,50,93,44,91,45,54,56,46,52,50,54,49,54,57,44,52,53,46,56,55,48,56,50,57,93,44,91,45,54,56,46,52,51,54,52,52,51,44,52,54,46,51,56,50,49,50,49,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,84,97,108,98,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,49,49,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,50,52,48,49,53,44,51,56,46,54,54,51,50,48,52,93,44,91,45,55,54,46,48,50,51,52,52,53,44,51,56,46,53,55,51,56,55,53,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,54,46,48,49,53,48,52,53,44,51,56,46,55,50,56,54,56,55,93,44,91,45,55,53,46,56,57,54,55,55,52,44,51,56,46,56,49,53,49,48,57,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,55,54,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,49,55,55,56,51,56,44,51,52,46,52,55,55,48,49,55,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,82,105,118,101,114,115,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,51,50,56,54,44,34,98,101,100,115,34,58,51,54,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,53,51,51,57,57,57,44,51,51,46,55,49,48,51,53,53,93,44,91,45,49,49,55,46,52,49,50,57,56,55,44,51,51,46,54,53,57,48,52,53,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,51,55,48,57,50,53,44,51,51,46,52,57,48,53,52,57,93,44,91,45,49,49,55,46,50,52,49,50,55,49,44,51,51,46,52,51,49,57,57,51,93,44,91,45,49,49,55,46,48,51,48,56,54,49,44,51,51,46,52,50,54,57,51,49,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,53,46,54,48,57,54,53,53,44,51,51,46,52,50,54,56,55,51,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,52,46,53,50,52,50,49,53,44,51,51,46,53,53,51,48,54,56,93,44,91,45,49,49,52,46,52,57,54,52,56,57,44,51,51,46,54,57,54,57,48,49,93,44,91,45,49,49,52,46,53,51,52,49,52,54,44,51,51,46,57,50,53,49,56,55,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,53,46,51,49,54,48,54,53,44,51,52,46,48,55,55,56,52,51,93,44,91,45,49,49,53,46,51,49,54,50,49,50,44,51,52,46,48,51,52,49,49,93,44,91,45,49,49,54,46,51,48,48,54,51,49,44,51,52,46,48,51,50,53,52,52,93,44,91,45,49,49,54,46,57,50,57,53,53,56,44,51,52,46,48,51,52,49,49,51,93,44,91,45,49,49,55,46,50,50,53,51,55,50,44,51,52,46,48,48,52,51,49,52,93,44,91,45,49,49,55,46,53,53,56,51,49,50,44,51,52,46,48,51,51,52,53,49,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,120,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,49,57,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,53,50,48,53,56,49,44,51,54,46,50,54,56,56,50,52,93,44,91,45,57,50,46,52,48,57,49,55,53,44,51,54,46,49,51,52,54,56,52,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,116,116,97,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,56,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,56,57,46,57,48,50,53,48,49,44,51,50,46,57,50,55,57,52,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,55,51,48,49,53,52,44,51,50,46,57,50,57,57,50,52,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,51,49,54,52,48,56,44,51,51,46,50,56,53,53,53,54,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,116,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,50,50,44,34,98,101,100,115,34,58,50,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,117,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,50,52,57,48,50,49,44,51,55,46,54,51,53,53,52,54,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,51,50,49,56,52,44,51,55,46,51,48,57,50,57,50,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,57,57,53,44,34,98,101,100,115,34,58,50,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,54,52,48,57,56,54,44,51,51,46,57,57,57,52,51,51,93,44,91,45,56,48,46,53,57,55,55,49,53,44,51,51,46,55,55,55,53,49,50,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,51,57,55,49,51,49,44,51,51,46,55,54,55,56,50,49,93,44,91,45,56,48,46,50,53,53,57,48,52,44,51,51,46,56,48,51,55,48,56,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,56,48,46,49,56,48,51,55,49,44,51,51,46,57,53,50,48,48,50,93,44,91,45,56,48,46,51,50,49,55,50,49,44,51,52,46,48,56,48,51,53,54,93,44,91,45,56,48,46,52,56,49,51,49,56,44,51,52,46,49,49,50,54,50,50,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,54,52,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,52,34,44,34,78,65,77,69,34,58,34,76,97,107,101,32,97,110,100,32,80,101,110,105,110,115,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,44,91,45,49,53,56,46,56,57,51,54,48,55,44,53,54,46,55,53,52,52,48,52,93,44,91,45,49,53,57,46,48,53,49,48,56,57,44,53,54,46,54,54,55,54,56,55,93,44,91,45,49,53,57,46,50,55,53,57,51,50,44,53,54,46,54,54,55,54,56,50,93,44,91,45,49,53,57,46,50,55,53,57,50,56,44,53,54,46,53,56,48,57,54,55,93,44,91,45,49,53,57,46,53,56,56,48,52,49,44,53,54,46,53,56,48,57,54,49,93,44,91,45,49,53,57,46,53,56,56,48,51,54,44,53,54,46,52,57,52,50,52,53,93,44,91,45,49,53,57,46,57,48,48,49,52,57,44,53,54,46,52,57,52,50,51,57,93,44,91,45,49,53,57,46,57,48,48,49,51,51,44,53,54,46,51,50,48,56,48,51,93,44,91,45,49,53,57,46,56,48,54,51,56,57,44,53,54,46,51,50,48,56,48,53,93,44,91,45,49,53,57,46,56,48,54,52,48,54,44,53,53,46,57,55,51,57,49,57,93,44,91,45,49,53,57,46,56,54,55,57,55,49,44,53,53,46,56,56,55,49,57,51,93,44,91,45,49,53,57,46,53,54,49,51,54,44,53,53,46,56,56,55,49,57,55,93,44,91,45,49,53,57,46,53,54,49,52,53,49,44,53,53,46,54,51,56,52,52,51,93,44,91,45,49,53,57,46,52,52,54,56,54,56,44,53,53,46,54,51,56,53,51,49,93,44,91,45,49,53,56,44,53,53,46,54,51,57,52,52,52,93,44,91,45,49,53,55,46,48,49,49,51,56,57,44,53,54,46,50,57,54,51,50,56,93,44,91,45,49,53,54,46,51,50,56,54,49,49,44,53,54,46,55,53,93,44,91,45,49,53,54,46,51,50,56,48,50,51,44,53,55,46,48,53,51,50,56,56,93,44,91,45,49,53,54,46,51,53,53,51,57,50,44,53,55,46,49,53,57,57,51,49,93,44,91,45,49,53,54,46,55,53,48,56,49,53,44,53,55,46,49,54,50,56,55,56,93,44,91,45,49,53,54,46,55,53,48,55,56,44,53,55,46,50,51,53,55,57,53,93,44,91,45,49,53,54,46,51,55,48,50,51,53,44,53,55,46,53,50,50,51,54,56,93,44,91,45,49,53,54,46,50,48,56,48,50,49,44,53,55,46,53,50,50,57,54,51,93,44,91,45,49,53,53,46,55,54,56,48,50,50,44,53,55,46,54,54,56,50,54,49,93,44,91,45,49,53,53,46,54,57,51,55,55,51,44,53,55,46,55,57,55,57,56,55,93,44,91,45,49,53,53,46,53,51,56,56,51,44,53,55,46,55,57,57,56,48,54,93,44,91,45,49,53,53,46,51,51,48,50,52,53,44,53,55,46,56,55,54,51,52,51,93,44,91,45,49,53,53,46,51,51,49,57,52,53,44,53,56,46,49,57,51,50,56,51,93,44,91,45,49,53,53,46,48,53,55,55,52,49,44,53,56,46,50,51,54,50,48,57,93,44,91,45,49,53,53,46,48,48,56,49,51,50,44,53,56,46,50,57,48,57,48,53,93,44,91,45,49,53,52,46,55,51,48,51,54,57,44,53,56,46,51,48,52,54,54,57,93,44,91,45,49,53,52,46,52,54,53,55,52,49,44,53,56,46,51,54,49,51,53,54,93,44,91,45,49,53,52,46,51,48,51,52,52,55,44,53,56,46,52,54,48,51,56,53,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,52,46,54,52,50,53,52,53,44,53,56,46,54,53,50,55,52,55,93,44,91,45,49,53,52,46,54,57,53,48,51,54,44,53,56,46,55,51,57,52,51,49,93,44,91,45,49,53,52,46,54,57,53,49,48,53,44,53,57,46,48,56,54,49,53,57,93,44,91,45,49,53,52,46,55,52,56,56,54,49,44,53,57,46,50,53,57,53,49,56,93,44,91,45,49,53,52,46,52,49,50,48,49,51,44,53,57,46,50,53,57,53,50,52,93,44,91,45,49,53,52,46,52,49,50,48,50,56,44,53,57,46,52,51,50,56,56,50,93,44,91,45,49,53,52,46,49,50,51,51,50,49,44,53,57,46,52,51,50,56,56,55,93,44,91,45,49,53,51,46,57,53,51,49,56,49,44,53,57,46,53,49,57,53,54,57,93,44,91,45,49,53,51,46,57,53,51,49,57,56,44,53,57,46,54,57,50,57,49,56,93,44,91,45,49,53,51,46,55,56,51,48,54,56,44,53,57,46,54,57,50,57,50,54,93,44,91,45,49,53,51,46,54,53,54,57,55,55,44,53,57,46,55,55,57,54,48,55,93,44,91,45,49,53,51,46,54,53,54,57,56,44,54,48,46,49,50,54,50,55,55,93,44,91,45,49,53,51,46,53,50,56,51,57,50,44,54,48,46,49,50,54,50,56,49,93,44,91,45,49,53,51,46,53,50,56,52,52,49,44,54,48,46,52,55,50,57,51,57,93,44,91,45,49,53,51,46,51,57,55,50,55,54,44,54,48,46,52,55,50,57,52,56,93,44,91,45,49,53,51,46,51,57,55,50,56,52,44,54,48,46,56,49,57,53,56,49,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,52,46,54,49,52,50,49,53,44,54,48,46,57,48,54,50,48,52,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,54,46,48,48,48,49,52,53,44,53,57,46,54,57,50,56,55,57,93,44,91,45,49,53,54,46,49,54,53,48,54,54,44,53,57,46,54,48,54,50,48,50,93,44,91,45,49,53,54,46,53,48,53,51,52,57,44,53,57,46,54,48,54,49,57,57,93,44,91,45,49,53,54,46,54,55,53,52,56,57,44,53,57,46,53,49,57,53,50,49,93,44,91,45,49,53,54,46,55,54,57,57,54,53,44,53,57,46,51,52,54,49,54,54,93,44,91,45,49,53,55,46,49,48,54,56,49,52,44,53,57,46,51,52,54,49,54,50,93,44,91,45,49,53,55,46,50,55,53,50,51,51,44,53,57,46,50,53,57,52,56,50,93,44,91,45,49,53,55,46,49,57,54,51,48,54,44,53,57,46,48,56,54,49,50,50,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,48,52,53,52,57,54,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,54,49,54,54,54,54,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,56,46,48,54,57,56,50,50,44,53,56,46,52,57,48,51,49,55,93,44,91,45,49,53,56,46,51,54,49,52,44,53,55,46,57,54,50,54,56,54,93,44,91,45,49,53,56,46,56,57,51,52,56,50,44,53,54,46,57,57,57,56,52,49,93,44,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,55,50,57,52,51,51,44,51,55,46,52,57,52,53,56,53,93,44,91,45,56,49,46,54,53,52,52,51,49,44,51,55,46,53,50,51,51,49,50,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,51,48,52,49,51,44,51,55,46,53,52,54,53,54,52,93,44,91,45,56,49,46,52,50,55,55,56,49,44,51,55,46,55,52,57,51,53,50,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,55,54,52,55,51,55,44,51,55,46,55,53,50,49,48,56,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,75,101,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,51,48,53,51,44,34,98,101,100,115,34,58,49,53,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,50,48,46,49,57,51,57,49,56,44,51,53,46,54,49,52,51,53,57,93,44,91,45,49,50,48,46,48,56,54,54,55,52,44,51,53,46,53,50,54,53,53,52,93,44,91,45,49,49,57,46,56,56,48,48,52,53,44,51,53,46,52,51,57,49,51,51,93,44,91,45,49,49,57,46,56,56,48,49,55,50,44,51,53,46,51,53,49,50,49,49,93,44,91,45,49,49,57,46,56,48,57,52,52,57,44,51,53,46,50,54,51,53,56,52,93,44,91,45,49,49,57,46,54,54,54,54,54,51,44,51,53,46,50,54,50,53,50,55,93,44,91,45,49,49,57,46,54,54,55,48,53,54,44,51,53,46,49,55,52,56,48,57,93,44,91,45,49,49,57,46,53,53,51,54,52,49,44,51,53,46,49,55,57,57,55,53,93,44,91,45,49,49,57,46,52,55,50,55,49,57,44,51,53,46,48,55,54,56,56,53,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,50,55,54,57,52,54,44,51,52,46,56,55,57,54,55,53,93,44,91,45,49,49,57,46,50,52,51,54,52,53,44,51,52,46,56,49,52,49,55,56,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,56,46,56,53,52,48,49,44,51,52,46,56,49,55,51,51,57,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,55,46,54,51,50,48,49,49,44,51,52,46,56,50,50,50,55,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,56,46,54,50,57,57,55,53,44,51,53,46,55,56,57,53,56,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,67,111,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,55,49,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,55,46,48,57,53,54,52,52,44,51,51,46,55,50,57,50,50,50,93,44,91,45,57,55,46,49,53,52,51,54,55,44,51,51,46,55,50,52,48,57,52,93,44,91,45,57,55,46,50,53,53,54,51,57,44,51,51,46,56,54,51,55,48,50,93,44,91,45,57,55,46,51,55,52,54,57,44,51,51,46,56,49,56,53,53,50,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,53,52,44,34,98,101,100,115,34,58,51,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,48,46,57,52,56,55,53,54,44,51,51,46,51,48,56,48,52,55,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,53,48,50,55,57,44,51,51,46,51,51,52,52,57,54,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,50,53,53,54,52,50,44,51,51,46,51,48,48,48,48,50,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,51,53,52,53,51,57,44,51,51,46,52,51,48,52,48,56,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,54,53,57,48,50,44,51,51,46,52,55,48,57,56,50,93,44,91,45,56,48,46,56,48,55,54,51,49,44,51,51,46,54,48,52,48,56,49,93,44,91,45,56,48,46,57,54,53,52,56,57,44,51,51,46,54,50,53,50,56,50,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,49,57,55,55,54,53,44,52,53,46,49,50,48,54,48,52,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,57,50,53,51,52,51,44,52,53,46,51,55,57,51,53,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,80,114,111,118,105,100,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,52,53,51,51,44,34,98,101,100,115,34,58,50,56,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,80,104,101,108,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,55,56,57,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,54,51,50,52,51,49,44,51,56,46,48,53,48,57,53,49,93,44,91,45,57,49,46,56,57,53,51,52,55,44,51,56,46,48,53,49,49,57,57,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,49,46,56,48,54,50,49,57,44,51,55,46,55,57,49,50,56,54,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,114,101,110,116,105,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,54,48,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,51,51,48,54,57,57,44,51,52,46,55,52,48,55,50,49,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,56,57,44,34,98,101,100,115,34,58,51,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,51,53,48,48,48,54,44,51,54,46,55,56,48,54,56,49,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,57,53,56,53,51,52,44,51,54,46,55,50,55,50,52,53,93,44,91,45,56,52,46,48,54,53,55,53,53,44,51,54,46,56,53,51,57,54,49,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,52,49,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,55,48,48,54,51,44,52,49,46,52,48,49,57,56,50,93,44,91,45,56,54,46,55,56,51,52,55,51,44,52,49,46,50,56,53,52,54,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,49,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,48,53,55,44,34,98,101,100,115,34,58,57,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,57,54,50,56,54,44,51,48,46,55,56,53,54,52,49,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,55,46,57,53,54,55,51,52,44,51,48,46,54,50,56,50,52,57,93,44,91,45,57,55,46,56,49,49,56,54,51,44,51,48,46,52,52,55,48,49,56,93,44,91,45,57,55,46,53,57,54,50,51,54,44,51,48,46,53,48,49,53,49,51,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,55,46,50,55,49,52,49,56,44,51,48,46,55,51,53,54,57,50,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,54,50,53,50,56,56,44,51,48,46,56,55,48,52,51,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,97,116,105,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,53,46,57,56,55,53,53,49,44,49,55,46,57,48,56,57,50,51,93,44,91,45,54,53,46,56,55,51,50,57,57,44,49,55,46,57,51,55,57,53,53,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,69,109,97,110,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,57,57,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,52,54,57,56,50,51,44,51,50,46,54,53,48,56,56,50,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,52,57,57,57,55,49,44,51,50,46,52,57,56,51,55,56,93,44,91,45,56,50,46,51,56,54,49,48,54,44,51,50,46,52,52,48,51,55,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,51,53,52,53,52,54,44,51,50,46,50,57,50,49,57,52,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,50,53,50,55,53,55,44,51,50,46,51,53,51,51,49,93,44,91,45,56,50,46,49,52,56,51,51,56,44,51,50,46,53,50,48,52,50,57,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,50,46,48,56,50,52,52,44,51,50,46,54,54,51,48,54,49,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,116,97,104,111,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,54,52,54,48,52,44,51,49,46,57,54,49,49,52,49,93,44,91,45,57,49,46,55,55,57,57,50,56,44,51,49,46,56,56,49,52,56,49,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,49,46,56,53,53,57,48,56,44,51,49,46,52,57,54,48,49,93,44,91,45,57,49,46,56,50,54,57,50,54,44,51,49,46,53,57,49,54,55,49,93,44,91,45,57,49,46,55,48,53,57,52,56,44,51,49,46,54,52,50,56,54,51,93,44,91,45,57,49,46,54,57,52,52,54,57,44,51,49,46,55,51,53,50,56,54,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,51,49,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,55,55,49,51,48,54,44,52,49,46,48,55,55,56,49,54,93,44,91,45,55,53,46,55,51,49,57,51,44,52,49,46,48,48,56,50,50,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,53,55,52,53,57,44,52,48,46,57,53,49,51,50,51,93,44,91,45,55,53,46,52,57,53,57,57,44,52,48,46,57,56,55,49,56,49,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,54,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,85,110,105,99,111,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,52,51,55,50,53,49,44,51,54,46,49,53,52,55,48,57,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,112,97,114,116,97,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,50,49,57,53,44,34,98,101,100,115,34,58,57,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,50,46,50,50,54,51,50,53,44,51,52,46,56,53,50,52,56,56,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,48,55,49,51,49,53,44,51,52,46,55,48,51,55,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,49,46,55,56,51,51,57,44,51,52,46,56,51,55,49,50,53,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,55,53,53,48,56,51,44,51,52,46,57,51,48,50,56,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,77,97,114,97,116,104,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,50,54,52,44,34,98,101,100,115,34,58,52,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,57,46,50,50,52,50,49,52,44,52,53,46,49,49,56,53,54,55,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,57,48,46,49,57,55,55,54,53,44,52,53,46,49,50,48,54,48,52,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,69,108,107,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,50,53,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,54,46,49,53,56,49,53,53,44,52,48,46,57,57,57,57,49,50,93,44,91,45,49,49,54,46,49,53,55,56,51,52,44,52,48,46,54,54,54,51,56,57,93,44,91,45,49,49,54,46,48,48,48,56,57,55,44,52,48,46,49,50,55,51,55,54,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,52,46,57,48,49,56,50,53,44,52,48,46,49,50,50,48,56,50,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,54,46,48,52,53,51,55,51,44,52,49,46,57,57,54,51,51,49,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,97,120,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,55,48,49,53,50,50,44,51,56,46,56,55,57,48,52,53,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,48,46,55,56,53,49,55,55,44,51,56,46,53,53,55,54,52,57,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,53,48,56,54,53,53,44,51,56,46,54,52,53,53,53,51,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,52,55,51,55,54,56,44,51,56,46,56,50,57,48,57,56,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,101,120,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,67,111,99,104,114,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,52,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,56,52,50,44,34,98,101,100,115,34,58,53,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,53,51,57,56,52,44,52,48,46,53,48,54,49,53,52,93,44,91,45,55,56,46,53,54,52,48,56,53,44,52,48,46,51,55,48,54,48,57,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,49,51,48,48,56,49,44,52,48,46,52,56,49,57,57,93,44,91,45,55,56,46,50,50,49,57,55,44,52,48,46,54,55,52,53,51,57,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,105,99,107,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,53,49,50,49,48,51,44,51,55,46,57,49,51,53,51,53,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,49,56,50,55,48,54,44,51,55,46,57,48,52,49,52,52,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,57,51,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,53,55,51,56,44,51,54,46,56,50,48,48,51,50,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,82,97,109,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,52,57,51,44,34,98,101,100,115,34,58,49,57,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,50,50,55,54,57,54,44,52,53,46,49,50,52,53,51,51,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,116,116,108,101,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,51,56,57,53,51,44,51,51,46,53,52,54,55,51,57,93,44,91,45,57,52,46,50,57,49,50,49,50,44,51,51,46,53,56,49,52,55,56,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,51,46,57,51,53,54,48,54,44,51,51,46,53,53,48,49,55,54,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,57,54,53,54,51,55,44,51,51,46,54,54,57,55,51,54,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,52,46,49,56,49,56,49,44,51,51,46,55,56,56,56,53,50,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,53,53,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,52,55,56,56,48,54,44,51,57,46,51,51,55,52,49,54,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,53,54,51,54,56,44,51,57,46,49,57,53,52,49,53,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,51,49,49,55,49,52,44,51,57,46,48,56,51,54,49,53,93,44,91,45,49,49,57,46,51,49,48,55,48,50,44,51,56,46,57,57,48,55,49,57,93,44,91,45,49,49,57,46,52,50,48,56,51,55,44,51,56,46,57,53,52,55,49,53,93,44,91,45,49,49,57,46,52,48,54,50,55,57,44,51,56,46,55,51,51,51,54,50,93,44,91,45,49,49,57,46,51,52,57,56,56,52,44,51,56,46,55,50,57,49,57,51,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,56,46,57,48,54,56,54,49,44,51,56,46,52,49,52,54,55,55,93,44,91,45,49,49,56,46,57,48,50,49,50,52,44,51,56,46,56,53,50,49,53,56,93,44,91,45,49,49,57,46,48,49,52,53,50,56,44,51,56,46,56,53,49,51,93,44,91,45,49,49,57,46,48,49,52,56,51,55,44,51,56,46,57,52,51,51,50,51,93,44,91,45,49,49,56,46,57,50,57,55,51,55,44,51,57,46,48,55,51,54,57,56,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,56,46,55,53,52,48,49,52,44,51,57,46,49,49,50,48,50,51,93,44,91,45,49,49,57,46,49,49,56,49,57,51,44,51,57,46,51,56,56,53,49,54,93,44,91,45,49,49,57,46,48,55,55,57,56,56,44,51,57,46,55,50,50,52,52,49,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,54,55,57,44,34,98,101,100,115,34,58,49,51,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,50,46,49,57,56,54,50,54,44,50,54,46,55,55,48,56,57,50,93,44,91,45,56,50,46,51,51,53,48,52,44,50,54,46,55,56,55,57,52,54,93,44,91,45,56,50,46,51,50,49,57,49,44,50,54,46,54,54,53,48,55,57,93,44,91,45,56,50,46,50,51,54,52,53,51,44,50,54,46,52,55,55,51,93,44,91,45,56,50,46,49,49,50,50,50,49,44,50,54,46,51,55,55,55,53,53,93,44,91,45,56,49,46,57,55,56,49,50,54,44,50,54,46,51,57,57,54,57,50,93,44,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,44,91,45,56,49,46,54,53,55,57,44,50,54,46,51,49,55,53,54,51,93,44,91,45,56,49,46,54,53,57,53,48,54,44,50,54,46,52,50,49,48,55,55,93,44,91,45,56,49,46,53,54,50,49,56,44,50,54,46,52,50,50,54,50,53,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,74,111,115,101,112,104,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,52,56,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,56,57,48,54,53,55,44,52,50,46,53,48,48,53,51,56,93,44,91,45,49,50,51,46,57,57,56,55,56,44,52,50,46,52,57,57,57,54,50,93,44,91,45,49,50,52,46,48,50,53,57,56,52,44,52,50,46,51,53,57,52,48,57,93,44,91,45,49,50,51,46,56,57,50,54,53,49,44,52,50,46,51,53,51,50,57,51,93,44,91,45,49,50,51,46,55,57,50,56,51,52,44,52,50,46,50,50,52,51,49,52,93,44,91,45,49,50,51,46,56,53,56,53,52,57,44,52,50,46,49,51,53,49,49,54,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,52,52,53,52,53,54,44,52,50,46,55,48,51,48,50,53,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,110,97,116,195,173,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,57,50,44,34,98,101,100,115,34,58,53,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,44,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,51,55,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,53,51,49,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,49,53,56,48,49,56,44,51,53,46,51,54,50,54,48,55,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,54,46,49,52,51,54,53,50,44,51,53,46,54,54,49,55,52,55,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,101,109,104,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,56,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,56,49,57,56,56,57,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,49,52,46,54,48,50,51,54,50,44,52,52,46,53,57,52,56,53,54,93,44,91,45,49,49,52,46,52,53,49,56,52,44,52,52,46,54,49,49,55,52,49,93,44,91,45,49,49,52,46,51,51,57,49,57,54,44,52,52,46,55,57,51,53,57,52,93,44,91,45,49,49,52,46,48,55,53,57,51,55,44,52,52,46,55,52,53,53,55,56,93,44,91,45,49,49,52,46,48,49,57,50,48,52,44,52,52,46,54,53,49,53,52,49,93,44,91,45,49,49,51,46,56,49,54,50,49,53,44,52,52,46,52,57,51,57,54,51,93,44,91,45,49,49,51,46,53,48,49,53,49,57,44,52,52,46,52,50,50,51,48,51,93,44,91,45,49,49,51,46,51,51,57,54,49,55,44,52,52,46,51,49,54,51,49,51,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,50,46,56,49,51,55,57,50,44,52,52,46,50,51,48,50,56,49,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,51,46,48,48,49,57,55,56,44,52,52,46,52,52,57,56,53,55,93,44,91,45,49,49,51,46,49,48,49,54,49,56,44,52,52,46,55,50,57,52,54,53,93,44,91,45,49,49,51,46,50,52,55,49,57,50,44,52,52,46,56,50,50,57,53,52,93,44,91,45,49,49,51,46,52,53,53,48,55,49,44,52,52,46,56,54,53,52,50,52,93,44,91,45,49,49,51,46,52,53,50,48,52,52,44,52,53,46,48,53,57,49,55,52,93,44,91,45,49,49,51,46,53,55,54,55,50,53,44,52,53,46,49,51,49,50,51,55,93,44,91,45,49,49,51,46,55,55,51,55,53,51,44,52,53,46,52,48,54,51,53,57,93,44,91,45,49,49,51,46,56,48,54,52,51,49,44,52,53,46,54,48,49,54,51,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,52,46,50,54,57,56,57,50,44,52,53,46,52,56,52,53,53,50,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,54,54,54,50,50,51,44,52,53,46,52,55,49,51,50,53,93,44,91,45,49,49,52,46,55,57,51,50,48,55,44,52,53,46,52,51,54,51,51,52,93,44,91,45,49,49,52,46,54,48,51,57,52,44,52,53,46,50,57,53,56,50,54,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,52,46,55,51,50,50,55,44,52,53,46,49,53,49,49,53,53,93,44,91,45,49,49,52,46,55,51,49,57,54,44,52,52,46,56,56,48,57,52,54,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,54,46,56,50,57,51,55,49,44,51,55,46,50,56,49,51,54,53,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,54,54,49,56,56,44,51,55,46,53,52,49,57,51,52,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,56,49,55,53,49,52,44,51,55,46,54,55,51,56,49,52,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,97,114,112,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,51,53,49,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,50,48,55,54,52,56,44,52,48,46,57,57,53,54,50,56,93,44,91,45,57,54,46,48,53,54,50,53,54,44,52,49,46,48,54,53,51,53,54,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,67,111,108,113,117,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,48,54,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,52,46,48,48,51,56,55,54,44,51,49,46,48,52,49,53,56,50,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,53,48,57,56,49,44,51,49,46,50,48,54,49,56,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,54,54,55,52,50,50,44,52,54,46,51,55,54,49,49,55,93,44,91,45,57,54,46,53,57,57,54,54,44,52,54,46,51,51,48,52,56,49,93,44,91,45,57,54,46,53,53,52,52,51,54,44,52,54,46,48,56,52,49,56,54,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,52,54,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,57,48,46,48,51,54,51,49,54,44,51,56,46,50,50,51,50,52,54,93,44,91,45,57,48,46,48,51,53,56,54,55,44,51,56,46,49,51,53,55,51,54,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,56,57,46,57,56,56,49,48,56,44,51,55,46,57,54,49,55,52,57,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,56,57,46,56,52,52,55,56,54,44,51,55,46,57,48,53,53,55,50,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,75,101,110,110,101,98,101,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,53,52,53,44,34,98,101,100,115,34,58,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,48,55,53,55,52,55,44,52,52,46,50,48,54,49,54,56,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,54,57,46,54,53,54,55,52,50,44,52,52,46,49,50,50,51,57,50,93,44,91,45,54,57,46,54,53,48,49,55,49,44,52,52,46,50,55,57,54,50,53,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,51,57,51,49,50,51,44,52,52,46,54,52,48,51,55,53,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,54,51,51,49,49,56,44,52,52,46,55,48,48,51,55,51,93,44,91,45,54,57,46,54,48,53,55,52,54,44,52,52,46,53,55,55,50,54,52,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,55,48,46,48,52,48,50,49,53,44,52,52,46,53,56,56,55,50,50,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,109,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,53,57,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,54,57,57,53,54,49,44,51,54,46,55,56,57,51,49,54,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,53,50,52,56,48,56,44,51,54,46,55,48,55,53,52,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,54,56,50,55,56,54,44,51,54,46,57,51,50,57,51,52,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,82,111,111,115,101,118,101,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,49,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,55,52,48,48,54,54,44,51,52,46,51,48,51,48,53,54,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,51,46,56,52,49,54,57,49,44,51,52,46,48,56,49,57,48,57,93,44,91,45,49,48,51,46,56,52,49,57,51,51,44,51,51,46,56,49,57,50,93,44,91,45,49,48,51,46,55,49,54,56,56,53,44,51,51,46,56,49,57,53,53,56,93,44,91,45,49,48,51,46,55,49,56,51,51,51,44,51,51,46,54,53,54,50,49,93,44,91,45,49,48,51,46,53,48,57,55,53,57,44,51,51,46,54,53,55,50,54,50,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,57,52,57,44,34,98,101,100,115,34,58,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,52,49,55,53,53,56,44,51,57,46,56,53,51,55,55,54,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,55,53,55,50,52,49,44,51,57,46,56,50,51,52,56,52,93,44,91,45,55,56,46,55,54,51,50,48,54,44,52,48,46,48,53,55,48,48,53,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,56,57,48,56,51,54,44,52,48,46,50,52,57,53,51,57,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,48,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,54,57,57,53,54,49,44,51,54,46,55,56,57,51,49,54,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,57,52,57,50,55,54,44,51,54,46,56,54,52,52,55,51,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,117,105,108,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,53,56,50,44,34,98,101,100,115,34,58,49,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,48,53,50,44,34,98,101,100,115,34,58,49,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,52,55,51,52,57,50,44,52,51,46,54,51,52,49,48,51,93,44,91,45,49,49,54,46,52,55,51,53,57,55,44,52,51,46,52,53,57,50,49,56,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,53,46,57,55,56,54,53,49,44,52,51,46,49,49,51,52,51,50,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,57,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,52,52,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,50,52,56,49,56,51,44,52,48,46,53,48,55,48,51,52,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,50,46,57,53,56,52,48,49,44,52,48,46,52,57,48,54,54,52,93,44,91,45,56,50,46,57,53,55,56,49,55,44,52,48,46,54,52,53,49,52,56,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,52,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,57,49,53,57,54,49,44,51,57,46,55,53,55,50,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,48,51,56,50,55,44,51,57,46,52,52,56,52,51,53,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,54,52,53,57,57,44,51,57,46,55,48,51,51,54,56,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,51,51,48,48,57,50,44,52,48,46,55,52,56,50,53,55,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,49,51,51,55,53,50,44,52,48,46,53,57,54,55,51,52,93,44,91,45,56,56,46,57,56,52,55,50,50,44,52,48,46,54,54,52,57,53,51,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,53,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,54,51,44,34,98,101,100,115,34,58,51,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,49,55,52,50,52,44,51,51,46,50,57,54,55,55,49,93,44,91,45,56,50,46,48,57,50,53,57,50,44,51,51,46,50,51,48,48,56,52,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,49,46,57,49,56,51,51,55,44,51,51,46,51,51,50,56,52,50,93,44,91,45,56,49,46,57,51,52,49,51,54,44,51,51,46,52,54,56,51,51,55,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,57,57,46,56,57,51,51,55,50,44,51,53,46,57,56,53,50,57,53,93,44,91,45,57,57,46,55,49,55,49,48,49,44,51,53,46,56,53,57,55,54,57,93,44,91,45,57,57,46,53,53,56,52,56,54,44,51,53,46,56,54,53,57,56,56,93,44,91,45,57,57,46,52,57,53,56,49,50,44,51,53,46,57,55,56,55,51,50,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,57,46,53,57,54,48,55,57,44,51,54,46,49,54,52,48,54,49,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,56,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,49,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,48,48,50,57,48,50,44,52,50,46,52,55,48,54,51,56,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,50,46,55,54,56,48,57,44,52,50,46,50,57,54,54,56,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,82,111,117,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,55,52,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,55,46,48,51,55,57,50,56,44,52,48,46,50,50,53,51,55,50,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,54,46,54,51,50,50,53,55,44,52,48,46,51,52,49,53,53,57,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,55,48,54,49,52,57,44,52,48,46,54,49,54,53,57,55,93,44,91,45,49,48,54,46,54,51,54,57,50,50,44,52,48,46,55,56,57,52,56,57,93,44,91,45,49,48,54,46,56,54,57,56,57,49,44,52,48,46,57,53,54,55,50,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,55,46,51,49,52,49,53,51,44,52,48,46,54,48,48,50,56,49,93,44,91,45,49,48,55,46,52,50,56,56,49,51,44,52,48,46,53,52,50,50,48,55,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,49,55,54,44,34,98,101,100,115,34,58,57,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,55,49,51,49,53,44,52,48,46,53,56,51,57,48,51,93,44,91,45,55,52,46,55,55,53,57,55,57,44,52,48,46,53,48,51,54,48,54,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,52,53,57,56,54,51,44,52,48,46,52,57,49,48,52,54,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,53,53,54,48,49,56,44,52,48,46,55,53,56,50,56,56,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,50,46,48,48,56,56,53,55,44,51,57,46,52,49,51,53,54,55,93,44,91,45,49,50,50,46,49,51,54,48,48,54,44,51,57,46,51,56,53,52,57,52,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,55,55,53,48,52,51,44,51,57,46,51,49,49,55,55,56,93,44,91,45,49,50,50,46,54,57,49,51,54,49,44,51,57,46,50,52,55,52,51,49,93,44,91,45,49,50,50,46,53,49,53,51,51,49,44,51,57,46,50,48,57,50,49,53,93,44,91,45,49,50,50,46,52,56,51,56,55,57,44,51,57,46,48,54,54,57,53,53,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,49,46,56,49,57,49,52,50,44,51,56,46,57,56,56,53,53,49,93,44,91,45,49,50,49,46,57,52,53,53,49,52,44,51,57,46,49,55,57,56,52,51,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,105,110,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,53,49,54,56,51,44,51,56,46,48,54,57,55,52,49,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,52,56,50,50,52,53,44,51,55,46,55,54,56,51,53,51,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,49,52,53,49,51,56,44,51,55,46,54,55,53,52,57,55,93,44,91,45,49,48,55,46,49,51,56,49,57,49,44,51,55,46,57,51,56,56,52,56,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,115,115,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,49,53,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,53,53,55,49,57,51,44,52,50,46,54,53,54,55,57,57,93,44,91,45,49,49,51,46,54,53,52,49,52,57,44,52,50,46,53,51,54,49,53,53,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,52,46,48,54,57,49,54,50,44,52,50,46,52,49,55,49,50,52,93,44,91,45,49,49,52,46,50,56,53,52,52,56,44,52,50,46,52,49,55,51,51,51,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,51,46,56,49,52,56,56,52,44,52,49,46,57,56,56,54,53,52,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,51,46,48,48,50,55,57,50,44,52,50,46,53,56,56,48,48,51,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,51,55,53,48,54,50,44,52,50,46,54,56,55,56,51,50,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,73,115,97,110,116,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,55,52,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,48,50,50,50,55,52,44,52,53,46,53,53,55,49,53,52,93,44,91,45,57,51,46,49,52,49,57,55,52,44,52,53,46,53,53,56,49,48,57,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,57,55,50,44,34,98,101,100,115,34,58,49,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,55,54,49,51,49,51,44,52,49,46,57,57,56,56,48,56,93,44,91,45,55,57,46,55,54,50,52,49,56,44,52,50,46,53,49,54,48,55,50,93,44,91,45,56,48,46,48,56,48,50,50,50,44,52,50,46,51,57,52,49,54,50,93,44,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,112,105,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,50,55,57,57,53,51,44,51,49,46,54,57,57,56,54,53,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,57,48,46,49,51,50,53,53,50,44,51,49,46,56,53,54,57,50,51,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,55,34,44,34,78,65,77,69,34,58,34,86,97,110,32,90,97,110,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,53,46,53,57,52,51,44,51,50,46,52,55,57,56,53,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,111,97,110,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,53,56,51,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,49,57,48,55,51,56,44,51,55,46,50,50,55,55,56,51,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,55,57,46,57,54,49,56,57,44,51,55,46,49,51,55,51,52,57,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,93,44,91,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,55,57,46,57,48,53,52,54,44,51,55,46,51,50,49,56,51,53,93,44,91,45,55,57,46,57,52,54,56,49,55,44,51,55,46,50,49,51,48,51,55,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,56,48,46,48,57,51,54,55,53,44,51,55,46,50,56,50,53,48,50,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,117,103,117,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,48,49,44,34,98,101,100,115,34,58,51,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,48,48,53,49,50,57,44,51,55,46,56,56,49,54,57,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,52,51,51,54,55,44,51,56,46,50,50,57,52,57,51,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,93,44,91,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,44,91,45,55,56,46,57,48,51,55,57,53,44,51,56,46,48,57,57,56,48,50,93,44,91,45,55,56,46,56,54,50,54,55,55,44,51,56,46,48,56,57,57,55,50,93,44,91,45,55,56,46,56,57,49,55,55,50,44,51,56,46,48,51,57,52,51,56,93,44,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,93,44,91,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,44,91,45,55,57,46,48,57,51,55,57,49,44,51,56,46,49,56,54,50,56,55,93,44,91,45,55,57,46,48,51,51,55,56,57,44,51,56,46,49,57,57,48,49,56,93,44,91,45,55,57,46,48,50,48,51,48,56,44,51,56,46,49,52,51,55,50,53,93,44,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,48,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,32,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,57,57,57,57,53,57,44,53,56,46,54,52,50,49,54,56,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,54,49,54,54,54,54,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,55,46,48,52,53,52,57,54,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,105,117,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,50,46,52,52,52,48,56,49,44,51,56,46,52,48,53,54,52,54,93,44,91,45,49,49,50,46,51,51,53,53,49,44,51,56,46,51,51,50,51,52,52,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,49,46,56,52,56,55,54,49,44,51,56,46,52,50,52,57,51,51,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,51,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,56,53,57,50,56,44,51,56,46,52,53,54,51,52,56,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,52,46,51,53,51,49,49,50,44,52,53,46,56,50,49,57,54,55,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,68,111,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,52,56,50,44,34,98,101,100,115,34,58,55,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,57,57,57,56,57,51,44,51,48,46,50,49,51,48,57,93,44,91,45,56,53,46,52,52,54,50,56,57,44,50,57,46,57,48,49,48,51,51,93,44,91,45,56,53,46,51,56,56,54,54,57,44,50,57,46,57,50,52,51,53,57,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,52,56,55,57,54,56,44,51,48,46,52,51,54,54,53,53,93,44,91,45,56,53,46,56,53,51,53,44,51,48,46,52,52,48,54,50,51,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,56,53,44,34,98,101,100,115,34,58,51,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,55,46,57,55,51,50,50,50,44,51,52,46,56,56,50,53,53,93,44,91,45,56,55,46,56,51,53,56,51,51,44,51,52,46,55,52,49,50,51,57,93,44,91,45,56,55,46,53,50,52,51,54,51,44,51,52,46,56,51,50,51,56,52,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,50,49,52,57,49,52,44,51,52,46,56,49,54,48,49,49,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,111,117,110,116,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,50,52,52,56,57,56,44,52,48,46,51,48,57,50,53,50,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,50,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,57,46,48,50,53,52,53,51,44,51,57,46,51,52,54,49,49,53,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,53,56,52,50,55,51,44,51,57,46,52,52,55,53,56,50,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,50,52,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,57,46,50,53,48,53,49,51,44,51,57,46,50,49,55,53,49,50,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,49,51,56,49,51,56,44,51,56,46,56,50,52,50,48,57,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,56,48,54,55,57,53,44,51,56,46,57,49,49,53,56,53,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,51,57,54,53,57,52,44,51,57,46,56,51,51,48,53,55,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,51,55,57,56,57,44,51,57,46,53,57,54,55,51,56,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,48,50,52,50,49,57,44,51,57,46,55,50,52,54,56,54,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,57,48,34,44,34,78,65,77,69,34,58,34,68,97,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,49,50,44,34,98,101,100,115,34,58,51,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,51,57,56,48,57,52,44,51,54,46,54,52,52,48,51,55,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,110,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,52,56,48,51,54,49,44,51,52,46,50,54,50,48,51,56,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,54,55,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,50,46,49,51,51,48,49,51,44,51,49,46,55,55,51,52,48,52,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,56,50,51,57,50,49,44,51,49,46,54,53,49,56,48,57,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,50,48,53,49,44,34,98,101,100,115,34,58,52,52,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,52,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,54,54,57,57,54,51,44,51,52,46,49,55,50,53,50,49,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,56,56,48,55,57,44,51,52,46,53,48,54,48,53,51,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,50,53,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,51,46,51,54,51,55,54,54,44,51,53,46,52,50,54,57,50,51,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,51,55,53,52,56,49,44,52,48,46,54,51,51,49,49,54,93,44,91,45,49,49,49,46,49,52,55,50,49,54,44,52,48,46,53,52,57,54,48,50,93,44,91,45,49,49,48,46,57,55,54,48,56,54,44,52,48,46,53,57,50,57,53,52,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,55,53,48,55,51,51,44,52,48,46,55,52,55,55,48,54,93,44,91,45,49,49,48,46,54,53,54,52,56,50,44,52,48,46,55,52,48,50,55,53,93,44,91,45,49,49,48,46,51,55,56,57,54,50,44,52,48,46,55,56,55,49,56,93,44,91,45,49,49,48,46,50,54,48,57,54,55,44,52,48,46,56,51,52,56,50,52,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,49,46,48,52,54,56,49,53,44,52,48,46,57,57,55,56,55,53,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,53,48,55,53,49,44,52,49,46,48,54,51,50,51,52,93,44,91,45,49,49,49,46,52,56,54,49,53,57,44,52,48,46,56,55,51,49,50,52,93,44,91,45,49,49,49,46,53,50,55,52,54,53,44,52,48,46,55,56,53,55,53,50,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,57,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,55,46,52,54,49,51,52,44,51,57,46,56,54,55,56,49,56,93,44,91,45,49,49,55,46,52,57,53,51,52,52,44,51,57,46,55,52,56,51,54,52,93,44,91,45,49,49,55,46,52,56,53,51,51,54,44,51,57,46,53,52,53,51,50,50,93,44,91,45,49,49,55,46,53,56,55,49,52,44,51,57,46,53,49,56,53,50,49,93,44,91,45,49,49,55,46,54,52,54,48,49,49,44,51,57,46,52,50,54,54,48,50,93,44,91,45,49,49,55,46,55,54,51,48,52,54,44,51,57,46,51,53,50,56,51,93,44,91,45,49,49,55,46,55,49,57,57,53,44,51,57,46,50,51,54,56,50,49,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,51,51,49,56,53,55,44,51,57,46,49,54,51,52,51,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,54,46,53,57,48,51,57,54,44,52,48,46,48,55,50,50,55,55,93,44,91,45,49,49,54,46,53,57,54,56,49,53,44,52,48,46,57,52,54,52,54,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,55,46,48,49,56,54,54,52,44,52,48,46,54,52,51,48,51,53,93,44,91,45,49,49,55,46,50,52,54,55,56,56,44,52,48,46,54,52,50,52,52,53,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,115,104,105,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,114,97,99,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,108,111,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,54,55,53,56,50,49,44,52,53,46,55,50,50,57,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,48,53,57,50,52,54,44,52,53,46,55,49,51,48,54,51,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,53,48,55,52,56,44,52,54,46,48,49,56,53,49,54,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,53,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,53,52,54,54,51,49,44,51,56,46,54,55,50,51,56,55,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,52,54,53,51,55,50,44,51,56,46,53,52,57,56,57,56,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,87,97,100,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,52,54,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,52,46,55,55,57,49,50,49,44,52,54,46,51,57,52,50,49,53,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,55,48,34,44,34,78,65,77,69,34,58,34,72,111,112,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,48,56,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,51,50,53,51,50,44,51,55,46,50,54,48,57,51,50,93,44,91,45,55,55,46,50,55,51,54,49,52,44,51,55,46,50,55,56,51,48,56,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,49,55,52,44,34,98,101,100,115,34,58,57,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,49,55,51,44,52,50,46,50,48,52,50,52,49,93,44,91,45,56,57,46,49,55,50,56,48,51,44,52,50,46,49,53,48,52,49,55,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,71,105,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,48,48,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,51,55,50,51,49,55,44,51,51,46,56,50,51,57,50,52,93,44,91,45,49,49,49,46,51,56,54,56,49,50,44,51,51,46,55,53,48,48,52,52,93,44,91,45,49,49,49,46,50,54,49,55,51,44,51,51,46,54,50,50,53,55,49,93,44,91,45,49,49,49,46,49,53,51,51,53,52,44,51,51,46,54,55,55,54,48,54,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,48,46,57,52,54,54,56,52,44,51,51,46,50,53,48,48,53,51,93,44,91,45,49,49,48,46,55,56,51,49,51,54,44,51,50,46,57,56,52,54,54,93,44,91,45,49,49,48,46,54,51,52,52,49,50,44,51,51,46,49,52,50,51,54,54,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,52,53,49,55,51,49,44,51,51,46,51,54,49,53,54,52,93,44,91,45,49,49,48,46,51,52,48,57,52,57,44,51,51,46,52,50,55,48,54,54,93,44,91,45,49,49,48,46,49,54,57,52,55,55,44,51,51,46,52,54,53,55,49,50,93,44,91,45,49,49,48,46,48,48,48,54,52,54,44,51,51,46,52,54,53,57,49,54,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,49,48,46,48,48,48,54,54,44,51,52,46,48,48,48,48,52,54,93,44,91,45,49,49,48,46,55,53,48,54,55,50,44,51,52,46,48,48,48,48,52,56,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,56,52,56,48,53,57,44,51,52,46,50,54,55,50,48,53,93,44,91,45,49,49,49,46,48,56,55,53,48,52,44,51,52,46,51,57,52,57,57,54,93,44,91,45,49,49,49,46,50,52,54,54,54,49,44,51,52,46,52,53,48,56,48,56,93,44,91,45,49,49,49,46,52,57,49,56,54,54,44,51,52,46,52,50,50,55,52,51,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,54,53,57,54,50,50,44,51,52,46,51,56,54,51,52,50,93,44,91,45,49,49,49,46,55,49,50,49,49,56,44,51,52,46,49,53,49,50,55,49,93,44,91,45,49,49,49,46,52,55,55,56,53,51,44,51,52,46,49,53,49,49,48,56,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,87,105,99,111,109,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,55,50,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,56,50,51,55,48,54,44,51,56,46,52,56,49,48,50,50,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,53,46,55,54,57,54,55,49,44,51,56,46,50,56,52,53,56,55,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,51,54,52,54,52,49,44,51,56,46,50,57,48,51,53,57,93,44,91,45,55,53,46,51,48,55,48,49,49,44,51,56,46,51,53,52,55,54,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,53,46,54,57,51,54,55,44,51,56,46,52,54,48,48,56,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,51,46,50,51,50,56,57,53,44,51,56,46,51,51,56,55,56,54,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,49,51,53,48,48,56,44,51,56,46,50,52,50,48,51,55,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,57,54,55,54,51,53,44,51,56,46,51,57,52,49,51,56,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,73,114,101,100,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,53,50,53,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,49,46,48,48,53,53,52,49,44,51,53,46,57,53,56,50,56,55,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,48,46,57,57,52,52,52,53,44,51,53,46,55,48,50,49,49,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,55,55,49,53,56,50,44,51,53,46,54,55,50,49,54,51,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,108,105,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,55,57,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,54,55,49,52,54,51,44,51,54,46,56,53,55,57,53,49,93,44,91,45,55,56,46,55,55,52,55,49,53,44,51,54,46,57,56,48,57,55,54,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,101,114,116,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,53,51,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,55,46,48,57,51,50,50,52,44,51,54,46,53,49,56,50,49,54,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,55,55,57,52,54,55,44,51,54,46,51,54,50,52,54,57,93,44,91,45,55,54,46,57,51,51,52,55,44,51,54,46,52,48,49,56,55,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,50,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,52,53,52,57,49,49,44,52,50,46,55,55,50,57,55,57,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,48,56,51,56,56,51,44,52,50,46,56,57,55,51,53,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,53,52,50,51,54,55,44,52,50,46,57,56,53,53,51,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,53,46,55,48,57,56,52,44,52,55,46,57,54,52,51,51,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,87,104,97,116,99,111,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,56,49,50,44,34,98,101,100,115,34,58,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,44,91,45,49,50,49,46,55,53,57,53,55,50,44,52,56,46,57,57,55,50,57,57,93,44,91,45,49,50,51,46,51,50,50,50,52,44,52,57,46,48,48,50,48,55,50,93,44,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,44,91,45,49,50,50,46,56,49,50,51,52,44,52,56,46,55,55,49,56,53,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,49,46,50,54,49,54,51,56,44,52,56,46,54,52,48,57,49,50,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,48,46,55,51,53,52,50,55,44,52,56,46,55,56,54,52,56,55,93,44,91,45,49,50,48,46,55,54,56,53,49,53,44,52,56,46,57,53,52,52,57,93,44,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,52,49,49,54,57,57,44,52,53,46,53,57,54,48,54,55,93,44,91,45,49,50,48,46,51,54,52,57,53,53,44,52,53,46,52,57,55,50,53,93,44,91,45,49,50,48,46,52,57,48,51,53,57,44,52,53,46,52,54,56,57,52,57,93,44,91,45,49,50,48,46,53,51,50,48,53,57,44,52,53,46,51,55,49,50,52,57,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,50,48,46,48,48,54,53,53,53,44,52,53,46,50,53,55,55,48,54,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,50,48,46,50,49,48,55,55,52,44,52,53,46,55,50,53,57,49,53,93,44,91,45,49,50,48,46,53,48,53,55,52,51,44,52,53,46,54,57,57,57,52,57,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,79,99,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,49,57,51,57,44,34,98,101,100,115,34,58,49,53,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,44,91,45,55,52,46,50,51,48,54,51,52,44,52,48,46,49,48,57,53,54,49,93,44,91,45,55,52,46,50,54,49,52,53,53,44,52,48,46,49,54,55,48,51,51,93,44,91,45,55,52,46,52,48,54,55,49,44,52,48,46,49,55,50,52,48,50,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,51,56,57,55,48,56,44,51,57,46,55,55,51,50,56,51,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,51,56,48,55,57,54,44,51,57,46,52,57,56,53,51,55,93,44,91,45,55,52,46,50,51,50,48,54,50,44,51,57,46,52,55,53,49,57,56,93,44,91,45,55,52,46,48,51,56,49,53,56,44,51,57,46,55,53,48,49,50,93,44,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,56,56,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,56,56,52,57,53,52,44,51,54,46,52,57,48,56,57,49,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,53,54,49,44,34,98,101,100,115,34,58,53,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,56,50,54,48,57,49,44,51,52,46,56,53,53,52,50,56,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,56,46,56,50,54,49,52,52,44,51,52,46,53,48,55,51,55,93,44,91,45,57,56,46,54,54,49,57,56,50,44,51,52,46,53,48,55,52,54,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,53,48,52,57,53,56,44,51,52,46,52,52,57,52,49,52,93,44,91,45,57,56,46,50,57,53,57,50,56,44,51,52,46,52,52,57,48,52,51,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,51,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,57,49,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,71,114,105,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,54,46,49,56,54,52,51,57,44,51,48,46,54,48,54,49,55,53,93,44,91,45,57,54,46,49,48,55,51,54,44,51,48,46,52,49,55,53,56,50,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,101,110,101,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,51,54,49,44,34,98,101,100,115,34,58,49,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,57,51,50,48,55,49,44,52,51,46,50,50,48,51,55,55,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,54,56,57,51,56,52,44,52,50,46,56,55,49,50,54,51,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,115,115,117,109,112,116,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,52,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,49,56,50,56,49,55,44,50,57,46,56,52,54,49,55,50,93,44,91,45,57,49,46,48,57,50,55,52,56,44,50,57,46,56,48,49,53,55,52,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,48,46,57,53,57,56,54,57,44,50,57,46,57,55,55,57,50,52,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,49,51,55,56,55,54,44,51,51,46,56,49,50,49,52,52,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,49,52,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,49,50,48,54,51,44,52,54,46,56,51,49,52,51,56,93,44,91,45,49,48,54,46,49,50,48,51,54,54,44,52,54,46,52,56,51,54,52,56,93,44,91,45,49,48,54,46,49,53,53,49,52,51,44,52,54,46,52,56,51,54,51,52,93,44,91,45,49,48,54,46,49,53,51,52,51,51,44,52,54,46,49,51,55,50,54,93,44,91,45,49,48,54,46,49,57,49,54,50,57,44,52,54,46,49,51,55,49,56,51,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,52,46,57,51,57,50,56,57,44,52,53,46,55,56,54,57,54,52,93,44,91,45,49,48,52,46,57,51,57,50,48,53,44,52,54,46,49,51,54,53,55,53,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,57,48,53,57,56,56,44,52,54,46,52,56,50,50,53,49,93,44,91,45,49,48,52,46,55,51,50,54,55,50,44,52,54,46,52,56,50,50,48,50,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,57,56,52,55,49,52,44,52,54,46,53,52,48,51,56,57,93,44,91,45,49,48,53,46,50,51,57,50,51,56,44,52,54,46,53,52,49,49,56,56,93,44,91,45,49,48,53,46,52,52,57,49,57,54,44,52,54,46,53,55,48,57,54,55,93,44,91,45,49,48,53,46,53,55,54,48,54,51,44,52,54,46,54,53,56,48,48,51,93,44,91,45,49,48,53,46,54,49,56,49,53,56,44,52,54,46,56,51,50,49,52,56,93,44,91,45,49,48,53,46,56,51,50,54,55,52,44,52,54,46,56,54,48,56,50,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,54,46,57,57,50,57,52,54,44,52,53,46,51,50,54,56,56,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,54,56,48,52,53,52,44,52,53,46,52,49,48,52,57,57,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,56,51,56,54,52,56,44,52,53,46,54,52,55,53,48,57,93,44,91,45,57,54,46,54,55,50,54,54,53,44,52,53,46,55,51,50,51,51,54,93,44,91,45,57,54,46,53,56,51,48,56,53,44,52,53,46,56,50,48,48,50,52,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,103,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,51,50,56,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,51,54,48,53,55,56,44,52,49,46,56,56,56,48,49,56,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,57,46,49,55,50,56,48,51,44,52,50,46,49,53,48,52,49,55,93,44,91,45,56,57,46,49,55,51,44,52,50,46,50,48,52,50,52,49,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,55,46,50,53,57,54,51,50,44,52,53,46,57,57,55,49,56,53,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,53,53,52,52,51,54,44,52,54,46,48,56,52,49,56,54,93,44,91,45,57,54,46,53,57,57,54,54,44,52,54,46,51,51,48,52,56,49,93,44,91,45,57,54,46,54,54,55,52,50,50,44,52,54,46,51,55,54,49,49,55,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,53,50,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,52,52,56,57,53,54,44,52,54,46,55,57,55,52,48,49,93,44,91,45,57,48,46,53,52,57,56,56,44,52,54,46,53,56,51,53,53,50,93,44,91,45,57,48,46,53,53,50,50,50,55,44,52,54,46,50,52,48,56,53,49,93,44,91,45,57,48,46,52,50,53,57,55,56,44,52,54,46,50,52,48,52,53,93,44,91,45,57,48,46,51,48,51,48,55,50,44,52,54,46,49,53,52,56,52,57,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,56,57,46,57,50,56,56,51,55,44,52,53,46,57,56,49,57,54,55,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,57,48,46,49,50,48,53,55,50,44,52,54,46,51,51,55,48,51,57,93,44,91,45,57,48,46,50,49,54,49,55,50,44,52,54,46,53,48,49,50,55,50,93,44,91,45,57,48,46,52,49,56,51,57,50,44,52,54,46,53,54,54,48,57,57,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,48,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,52,51,48,50,55,55,44,52,52,46,52,53,53,51,50,49,93,44,91,45,57,50,46,53,53,48,55,51,51,44,52,52,46,51,54,56,53,50,49,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,51,49,56,57,56,54,44,52,52,46,49,57,52,48,53,55,93,44,91,45,57,50,46,51,49,56,57,55,49,44,52,52,46,49,48,55,55,51,52,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,48,55,56,53,51,50,44,52,52,46,49,57,50,57,55,57,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,49,46,57,50,56,50,50,52,44,52,52,46,51,51,53,52,55,51,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,68,101,108,32,78,111,114,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,50,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,44,91,45,49,50,52,46,50,56,53,48,51,49,44,52,49,46,56,53,57,52,56,55,93,44,91,45,49,50,52,46,52,51,56,57,48,57,44,52,49,46,56,50,52,53,48,52,93,44,91,45,49,50,52,46,50,49,49,55,48,54,44,52,49,46,54,56,49,49,57,51,93,44,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,44,91,45,49,50,51,46,55,55,48,53,53,49,44,52,49,46,52,54,52,49,57,51,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,54,49,50,51,57,53,44,52,49,46,52,52,56,57,53,52,93,44,91,45,49,50,51,46,55,49,57,49,55,52,44,52,49,46,53,57,53,54,49,51,93,44,91,45,49,50,51,46,54,54,55,49,49,52,44,52,49,46,54,57,49,54,56,57,93,44,91,45,49,50,51,46,55,48,51,54,56,49,44,52,49,46,56,50,57,52,56,55,93,44,91,45,49,50,51,46,53,54,53,52,52,50,44,52,49,46,57,48,51,49,52,49,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,117,115,104,109,97,116,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,49,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,54,55,49,55,53,44,51,52,46,53,48,54,55,57,52,93,44,91,45,57,53,46,55,55,57,49,51,52,44,51,52,46,53,48,54,54,52,52,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,49,53,49,51,50,51,44,51,52,46,50,52,51,55,51,55,93,44,91,45,57,53,46,48,52,54,53,56,53,44,51,52,46,50,52,51,55,55,54,93,44,91,45,57,53,46,48,52,54,55,52,54,44,51,52,46,53,48,55,50,55,54,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,52,46,57,51,55,53,53,53,44,51,52,46,54,56,48,55,57,50,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,53,49,52,53,49,49,44,51,52,46,53,57,52,49,53,51,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,104,101,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,53,55,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,48,46,57,48,55,52,50,53,44,52,56,46,49,54,51,49,56,52,93,44,91,45,49,50,49,46,49,49,56,49,56,51,44,52,55,46,57,57,55,49,48,51,93,44,91,45,49,50,49,46,49,56,48,55,55,54,44,52,55,46,56,57,56,55,54,57,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,48,46,57,50,52,50,48,55,44,52,55,46,52,51,51,53,56,50,93,44,91,45,49,50,48,46,51,56,57,49,57,55,44,52,55,46,50,54,48,57,51,53,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,49,50,57,53,55,51,44,52,55,46,51,54,54,50,53,49,93,44,91,45,49,50,48,46,50,56,54,53,51,44,52,55,46,51,57,51,49,49,49,93,44,91,45,49,50,48,46,51,49,55,57,56,52,44,52,55,46,52,53,54,57,52,56,93,44,91,45,49,50,48,46,49,57,57,48,52,56,44,52,55,46,54,56,50,50,55,54,93,44,91,45,49,50,48,46,50,48,54,57,48,56,44,52,55,46,55,53,48,54,51,56,93,44,91,45,49,49,57,46,57,57,50,54,55,57,44,52,55,46,55,56,51,49,53,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,50,48,46,48,52,56,54,52,54,44,52,55,46,57,54,48,54,50,56,93,44,91,45,49,50,48,46,49,52,51,57,51,49,44,52,56,46,48,54,53,52,52,52,93,44,91,45,49,50,48,46,51,54,49,50,56,56,44,52,56,46,49,53,55,53,54,57,93,44,91,45,49,50,48,46,51,52,54,50,56,52,44,52,56,46,49,57,57,57,56,54,93,44,91,45,49,50,48,46,54,52,57,57,51,51,44,52,56,46,51,57,56,49,51,57,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,56,53,55,52,50,55,44,52,56,46,53,52,55,54,55,54,93,44,91,45,49,50,49,46,48,54,50,52,53,44,52,56,46,52,54,48,51,54,55,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,114,101,115,113,117,101,32,73,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,50,53,50,48,50,44,52,53,46,54,50,53,57,57,56,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,44,91,45,56,50,46,53,50,48,54,52,44,52,53,46,51,51,53,57,48,50,93,44,91,45,56,51,46,52,56,51,57,55,52,44,52,53,46,55,55,49,57,51,55,93,44,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,55,51,51,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,53,53,54,57,56,55,44,51,53,46,50,56,56,52,52,93,44,91,45,57,55,46,53,53,52,55,57,44,51,53,46,50,50,52,51,50,57,93,44,91,45,57,55,46,51,53,52,49,57,50,44,51,53,46,48,55,54,54,53,54,93,44,91,45,57,55,46,51,52,49,53,48,57,44,51,52,46,57,54,52,48,48,49,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,49,49,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,53,46,48,53,51,50,50,55,44,52,49,46,55,53,49,54,54,50,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,52,46,57,56,49,54,53,50,44,52,49,46,52,55,57,57,52,53,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,55,53,50,51,57,57,44,52,49,46,52,57,51,55,52,51,93,44,91,45,55,52,46,52,56,52,51,54,55,44,52,49,46,53,48,52,50,51,53,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,52,46,51,57,53,48,55,49,44,52,49,46,54,52,52,56,55,54,93,44,91,45,55,52,46,53,55,53,48,56,54,44,52,49,46,55,52,53,50,53,56,93,44,91,45,55,52,46,52,53,51,54,56,53,44,52,49,46,56,55,53,53,57,53,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,53,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,51,52,54,49,52,49,44,51,53,46,50,56,53,57,57,50,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,49,46,57,54,56,55,56,56,44,51,53,46,50,53,55,55,54,52,93,44,91,45,56,50,46,49,53,49,53,51,53,44,51,53,46,52,48,55,53,56,49,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,99,111,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,50,54,50,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,53,55,51,52,50,51,44,51,52,46,57,57,50,50,49,93,44,91,45,55,57,46,53,54,49,56,53,54,44,51,52,46,57,49,48,51,53,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,51,51,48,57,52,57,44,51,52,46,55,55,51,56,50,49,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,51,53,51,51,49,50,44,51,52,46,57,52,50,53,54,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,114,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,51,54,49,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,56,46,55,57,51,52,52,55,44,51,53,46,50,54,53,57,55,54,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,49,50,53,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,57,46,49,49,55,48,57,54,44,51,53,46,54,50,56,49,54,52,93,44,91,45,55,57,46,49,57,57,49,51,54,44,51,53,46,53,53,57,56,52,52,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,50,54,53,55,49,51,44,51,53,46,51,52,53,50,55,57,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,84,105,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,54,46,50,52,50,56,49,50,44,52,48,46,52,48,50,57,49,52,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,87,97,103,111,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,53,48,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,54,51,57,55,55,57,44,51,53,46,55,57,49,56,48,55,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,50,56,50,57,57,50,44,51,53,46,57,48,55,55,48,52,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,53,53,50,53,56,55,44,51,54,46,48,57,49,52,56,54,93,44,91,45,57,53,46,54,49,56,53,50,44,51,54,46,49,54,50,53,49,50,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,55,54,49,55,48,50,44,51,53,46,57,48,49,49,52,55,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,50,51,53,48,49,54,44,52,55,46,55,48,51,53,56,49,93,44,91,45,49,48,52,46,57,55,56,48,57,44,52,55,46,55,48,51,50,57,51,93,44,91,45,49,48,52,46,57,55,56,53,53,51,44,52,55,46,54,49,54,50,55,50,93,44,91,45,49,48,52,46,53,57,51,54,54,52,44,52,55,46,54,49,54,50,57,52,93,44,91,45,49,48,52,46,53,49,51,48,52,57,44,52,55,46,53,50,57,52,52,50,93,44,91,45,49,48,52,46,53,49,51,50,57,50,44,52,55,46,51,53,52,55,49,57,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,49,51,49,56,54,51,44,52,55,46,51,53,51,57,48,49,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,53,49,49,54,57,54,44,52,56,46,49,48,57,56,57,52,93,44,91,45,49,48,52,46,56,50,50,53,56,49,44,52,56,46,49,49,56,57,52,53,93,44,91,45,49,48,53,46,48,51,55,48,57,52,44,52,56,46,48,54,51,52,49,54,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,49,57,53,49,50,50,44,52,55,46,56,54,56,48,56,49,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,104,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,55,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,57,55,55,50,56,52,44,51,51,46,51,48,50,48,50,54,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,49,46,49,57,52,50,55,56,44,51,52,46,48,55,48,57,51,56,93,44,91,45,57,49,46,50,49,52,51,51,56,44,51,51,46,57,55,50,52,48,51,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,53,52,56,54,54,56,44,51,51,46,57,55,54,55,57,57,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,52,53,48,51,50,53,44,51,51,46,55,56,48,52,49,53,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,49,51,48,52,52,53,44,51,51,46,54,48,54,48,51,52,93,44,91,45,57,49,46,48,54,56,50,57,44,51,51,46,55,49,54,52,55,55,93,44,91,45,57,49,46,48,55,51,48,49,49,44,51,51,46,56,53,55,52,52,57,93,44,91,45,57,49,46,48,49,49,53,49,44,51,51,46,57,50,52,55,51,51,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,86,105,101,113,117,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,44,91,45,54,53,46,54,50,55,52,57,49,44,49,56,46,48,56,51,52,49,51,93,44,91,45,54,53,46,53,52,57,54,57,57,44,49,56,46,48,50,56,52,52,57,93,44,91,45,54,53,46,50,52,57,54,44,49,56,46,48,56,52,51,48,53,93,44,91,45,54,53,46,50,55,56,51,49,54,44,49,56,46,49,57,55,57,49,56,93,44,91,45,54,53,46,52,54,52,52,50,53,44,49,56,46,50,50,50,50,49,52,93,44,91,45,54,53,46,53,53,52,54,52,51,44,49,56,46,49,56,52,55,54,55,93,44,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,49,50,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,56,46,48,51,52,55,56,56,44,51,53,46,55,49,55,50,54,49,93,44,91,45,56,56,46,48,51,53,56,51,55,44,51,53,46,54,50,49,56,51,57,93,44,91,45,56,55,46,57,55,52,54,51,44,51,53,46,53,50,49,48,50,53,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,55,46,57,55,51,49,56,44,51,53,46,52,53,57,57,54,56,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,55,52,51,55,53,44,51,53,46,54,54,51,57,53,50,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,56,55,52,49,56,50,44,51,53,46,56,49,51,48,50,49,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,51,49,55,44,34,98,101,100,115,34,58,49,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,48,48,53,57,55,56,44,52,52,46,55,55,49,54,56,53,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,52,48,34,44,34,78,65,77,69,34,58,34,80,111,114,116,115,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,51,49,49,44,34,98,101,100,115,34,58,52,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,50,56,57,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,55,57,46,57,50,53,53,57,55,44,51,57,46,57,50,52,55,57,53,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,57,46,52,49,55,53,53,56,44,51,57,46,56,53,51,55,55,54,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,53,48,53,49,56,56,44,52,48,46,49,52,48,53,54,56,93,44,91,45,55,57,46,54,51,56,57,57,52,44,52,48,46,48,56,50,56,53,57,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,52,49,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,57,46,49,51,52,52,53,54,44,51,57,46,51,49,50,53,48,49,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,50,57,54,54,54,51,44,51,57,46,49,57,56,52,48,54,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,48,52,53,57,53,51,44,51,56,46,57,50,56,55,49,93,44,91,45,55,57,46,48,56,57,54,53,53,44,51,57,46,48,51,56,50,48,56,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,104,101,110,97,110,100,111,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,54,56,48,52,53,54,44,51,56,46,57,50,53,51,49,51,93,44,91,45,55,56,46,55,56,56,48,51,49,44,51,56,46,56,56,53,49,50,51,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,53,52,56,56,50,56,44,51,56,46,55,51,56,54,53,53,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,51,48,48,52,49,52,44,51,56,46,57,52,51,53,57,50,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,73,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,54,57,51,48,54,53,44,51,49,46,53,50,51,57,53,52,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,55,54,54,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,49,46,56,52,51,48,48,57,44,50,57,46,53,50,49,48,48,52,93,44,91,45,56,49,46,55,55,54,50,48,53,44,50,57,46,52,56,55,52,52,56,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,53,50,48,53,57,54,44,50,57,46,53,48,48,50,52,57,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,53,50,53,50,51,44,50,57,46,55,53,57,52,57,55,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,56,49,50,52,51,44,50,57,46,56,51,54,52,57,93,44,91,45,56,49,46,57,51,57,52,50,55,44,50,57,46,55,52,55,52,57,55,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,50,55,54,57,53,54,44,51,56,46,50,50,55,49,50,54,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,51,48,56,56,54,56,44,51,56,46,51,57,52,48,54,57,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,52,57,52,56,55,56,44,52,48,46,48,51,54,52,53,51,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,48,54,55,57,49,56,44,52,49,46,55,52,50,48,57,57,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,111,195,173,122,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,44,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,54,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,52,57,55,56,52,57,44,52,50,46,52,49,53,57,57,56,93,44,91,45,49,49,50,46,54,53,51,57,56,57,44,52,50,46,52,49,54,49,54,57,93,44,91,45,49,49,50,46,54,53,52,48,50,56,44,52,50,46,51,50,56,56,55,50,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,111,117,108,116,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,56,46,53,56,52,50,55,51,44,51,57,46,52,52,55,53,56,50,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,72,111,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,54,52,44,34,98,101,100,115,34,58,52,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,55,55,52,54,57,52,44,51,55,46,49,57,56,49,50,55,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,53,50,49,54,48,57,44,51,55,46,49,48,53,51,52,52,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,51,56,56,55,48,55,44,51,55,46,50,54,50,49,56,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,51,53,49,56,57,51,44,51,55,46,52,50,53,54,53,53,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,52,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,53,46,57,53,55,50,54,56,44,52,54,46,50,56,56,57,51,49,93,44,91,45,49,49,53,46,55,56,48,56,49,56,44,52,54,46,50,54,55,50,53,93,44,91,45,49,49,53,46,54,50,56,57,53,55,44,52,54,46,52,55,51,54,49,56,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,57,50,50,51,49,50,44,52,54,46,56,50,56,54,48,50,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,54,46,51,50,57,53,52,44,52,54,46,54,50,55,57,53,55,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,52,53,49,55,57,50,44,52,54,46,53,48,48,54,57,56,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,56,56,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,53,48,48,56,57,49,44,51,54,46,55,51,51,50,53,52,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,53,56,49,48,57,52,44,51,54,46,57,48,52,54,54,55,93,44,91,45,56,51,46,55,56,49,50,49,50,44,51,54,46,56,48,50,54,57,51,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,111,119,32,87,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,56,53,53,44,34,98,101,100,115,34,58,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,52,46,51,52,50,57,49,44,52,54,46,56,48,53,53,50,57,93,44,91,45,57,52,46,51,50,55,50,56,54,44,52,54,46,50,56,57,56,49,55,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,51,55,52,53,57,50,44,52,54,46,49,53,55,48,57,51,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,56,49,49,52,54,52,44,52,54,46,53,56,52,50,51,56,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,195,177,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,55,57,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,48,57,46,50,50,54,48,55,44,51,50,46,53,50,57,48,57,54,93,44,91,45,49,48,57,46,50,48,54,50,52,57,44,51,50,46,54,51,53,56,48,51,93,44,91,45,49,48,57,46,50,52,53,48,48,53,44,51,50,46,55,52,49,57,56,53,93,44,91,45,49,48,57,46,52,57,53,55,52,44,51,51,46,48,55,56,52,48,57,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,55,57,57,55,56,50,44,51,51,46,52,56,56,51,49,52,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,49,48,46,48,48,48,54,52,54,44,51,51,46,52,54,53,57,49,54,93,44,91,45,49,49,48,46,49,54,57,52,55,55,44,51,51,46,52,54,53,55,49,50,93,44,91,45,49,49,48,46,51,52,48,57,52,57,44,51,51,46,52,50,55,48,54,54,93,44,91,45,49,49,48,46,52,53,49,55,51,49,44,51,51,46,51,54,49,53,54,52,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,70,114,97,110,99,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,52,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,49,46,48,52,53,52,51,44,51,53,46,48,48,49,48,52,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,48,57,57,50,48,49,44,51,52,46,57,49,49,55,57,54,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,48,46,52,48,48,52,51,56,44,51,53,46,49,52,56,50,51,49,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,69,99,104,111,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,54,48,52,51,48,55,44,51,48,46,55,49,51,55,49,53,93,44,91,45,56,50,46,55,54,54,49,53,57,44,51,48,46,55,51,50,52,48,52,93,44,91,45,56,50,46,56,52,54,52,48,53,44,51,48,46,56,51,52,57,52,57,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,51,46,49,50,52,56,54,53,44,51,48,46,56,48,51,54,53,53,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,48,34,44,34,78,65,77,69,34,58,34,68,105,108,108,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,55,46,49,54,55,52,50,44,54,48,46,57,48,54,49,56,51,93,44,91,45,49,53,55,46,49,54,55,52,50,56,44,54,48,46,57,57,50,56,51,57,93,44,91,45,49,53,55,46,53,50,50,51,51,50,44,54,48,46,57,57,50,56,51,52,93,44,91,45,49,53,55,46,56,55,55,50,50,52,44,54,48,46,57,48,54,49,55,50,93,44,91,45,49,53,56,46,57,52,49,57,50,54,44,54,48,46,57,48,54,49,54,50,93,44,91,45,49,53,57,46,48,49,53,49,48,52,44,54,48,46,55,51,50,56,52,51,93,44,91,45,49,53,57,46,49,57,48,54,53,55,44,54,48,46,54,52,54,49,56,49,93,44,91,45,49,53,57,46,51,54,54,50,49,53,44,54,48,46,54,52,54,49,55,57,93,44,91,45,49,53,57,46,51,54,54,50,48,54,44,54,48,46,52,55,50,56,53,54,93,44,91,45,49,53,57,46,52,51,52,52,57,55,44,54,48,46,51,56,54,49,57,93,44,91,45,49,53,57,46,54,48,56,50,48,52,44,54,48,46,51,56,54,49,56,56,93,44,91,45,49,53,57,46,54,48,56,49,57,54,44,54,48,46,50,49,50,56,53,54,93,44,91,45,49,53,57,46,55,56,49,57,48,54,44,54,48,46,50,49,50,56,53,52,93,44,91,45,49,53,57,46,56,52,53,53,51,51,44,54,48,46,49,50,54,49,56,54,93,44,91,45,49,53,57,46,56,52,53,53,50,52,44,53,57,46,57,53,50,56,52,56,93,44,91,45,49,54,48,46,48,49,55,52,51,44,53,57,46,57,53,50,56,52,54,93,44,91,45,49,54,48,46,48,49,55,52,50,51,44,53,57,46,55,55,57,53,48,52,93,44,91,45,49,54,48,46,50,52,56,53,49,44,53,57,46,55,55,57,53,48,49,93,44,91,45,49,54,48,46,50,52,56,53,48,51,44,53,57,46,54,48,54,49,53,52,93,44,91,45,49,54,48,46,52,49,56,54,52,55,44,53,57,46,54,48,54,49,53,50,93,44,91,45,49,54,48,46,52,49,56,54,52,44,53,57,46,52,51,50,56,93,44,91,45,49,54,48,46,52,55,53,50,57,54,44,53,57,46,51,52,54,49,50,50,93,44,91,45,49,54,48,46,54,52,51,55,49,54,44,53,57,46,50,53,57,52,52,93,44,91,45,49,54,48,46,56,49,50,49,52,44,53,57,46,50,53,57,52,51,56,93,44,91,45,49,54,48,46,56,49,50,49,51,51,44,53,57,46,48,56,54,48,55,55,93,44,91,45,49,54,48,46,56,54,52,55,48,51,44,53,56,46,57,57,57,51,57,52,93,44,91,45,49,54,49,46,48,51,49,52,52,56,44,53,56,46,57,57,57,51,57,51,93,44,91,45,49,54,49,46,48,51,49,52,52,49,44,53,56,46,56,51,57,55,53,50,93,44,91,45,49,54,49,46,51,54,52,57,51,49,44,53,56,46,56,50,54,48,50,49,93,44,91,45,49,54,49,46,49,57,56,49,56,51,44,53,56,46,55,51,57,51,51,55,93,44,91,45,49,54,49,46,51,52,49,56,52,44,53,56,46,54,48,55,48,57,49,93,44,91,45,49,54,49,46,49,55,55,48,51,55,44,53,56,46,54,48,55,48,54,56,93,44,91,45,49,54,49,46,49,53,56,57,49,56,44,53,56,46,53,49,50,51,56,51,93,44,91,45,49,54,48,46,57,51,51,52,51,54,44,53,56,46,52,57,54,49,48,57,93,44,91,45,49,54,48,46,56,48,49,55,55,51,44,53,56,46,53,53,49,52,50,56,93,44,91,45,49,54,48,46,54,48,49,54,50,56,44,53,56,46,55,57,51,51,50,51,93,44,91,45,49,54,48,46,54,48,56,55,49,53,44,53,56,46,56,52,51,54,50,49,93,44,91,45,49,54,48,46,51,52,51,48,56,55,44,53,56,46,56,56,48,53,52,50,93,44,91,45,49,54,48,46,50,57,55,54,48,49,44,53,56,46,55,57,57,49,53,93,44,91,45,49,53,57,46,56,57,51,56,54,49,44,53,56,46,55,49,53,48,51,54,93,44,91,45,49,53,57,46,55,48,49,54,57,52,44,53,56,46,55,57,54,51,57,55,93,44,91,45,49,53,57,46,53,52,52,54,56,53,44,53,56,46,55,55,56,52,49,57,93,44,91,45,49,53,57,46,49,53,49,51,56,56,44,53,56,46,52,49,53,55,55,51,93,44,91,45,49,53,57,46,48,49,56,55,50,50,44,53,56,46,51,51,52,49,52,93,44,91,45,49,53,56,46,56,49,48,51,50,57,44,53,56,46,51,52,55,49,53,49,93,44,91,45,49,53,56,46,54,48,53,50,51,53,44,53,56,46,52,53,53,53,57,50,93,44,91,45,49,53,56,46,50,49,51,48,51,50,44,53,56,46,53,52,50,54,48,52,93,44,91,45,49,53,56,46,48,54,57,56,50,50,44,53,56,46,52,57,48,51,49,55,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,55,46,57,57,57,57,53,57,44,53,56,46,54,52,50,49,54,56,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,49,57,54,51,48,54,44,53,57,46,48,56,54,49,50,50,93,44,91,45,49,53,55,46,50,55,53,50,51,51,44,53,57,46,50,53,57,52,56,50,93,44,91,45,49,53,55,46,49,48,54,56,49,52,44,53,57,46,51,52,54,49,54,50,93,44,91,45,49,53,54,46,55,54,57,57,54,53,44,53,57,46,51,52,54,49,54,54,93,44,91,45,49,53,54,46,54,55,53,52,56,57,44,53,57,46,53,49,57,53,50,49,93,44,91,45,49,53,54,46,53,48,53,51,52,57,44,53,57,46,54,48,54,49,57,57,93,44,91,45,49,53,54,46,49,54,53,48,54,54,44,53,57,46,54,48,54,50,48,50,93,44,91,45,49,53,54,46,48,48,48,49,52,53,44,53,57,46,54,57,50,56,55,57,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,93,93,44,91,91,91,45,49,54,48,46,53,52,52,48,53,56,44,53,56,46,54,56,55,56,51,56,93,44,91,45,49,54,48,46,51,57,54,56,54,49,44,53,56,46,53,53,51,57,49,57,93,44,91,45,49,54,48,46,51,48,49,48,50,57,44,53,56,46,53,51,53,55,53,56,93,44,91,45,49,54,48,46,48,57,54,57,55,51,44,53,56,46,54,57,55,50,56,51,93,44,91,45,49,54,48,46,49,51,55,54,49,56,44,53,56,46,55,52,56,56,57,56,93,44,91,45,49,54,48,46,52,49,54,48,51,57,44,53,56,46,55,57,56,52,52,53,93,44,91,45,49,54,48,46,53,52,52,48,53,56,44,53,56,46,54,56,55,56,51,56,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,57,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,51,46,57,55,56,54,48,55,44,51,48,46,53,50,50,54,56,55,93,44,91,45,56,52,46,48,55,52,54,57,49,44,51,48,46,52,51,52,51,48,50,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,48,55,53,52,53,53,44,51,48,46,48,51,52,54,50,54,93,44,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,44,91,45,56,51,46,57,49,53,51,54,57,44,51,48,46,50,52,52,55,55,57,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,55,50,49,55,50,44,51,48,46,52,51,52,51,53,52,93,44,91,45,56,51,46,55,51,54,57,53,52,44,51,48,46,53,48,55,53,54,57,93,44,91,45,56,51,46,54,48,52,49,56,54,44,51,48,46,53,56,49,57,49,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,105,100,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,51,52,51,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,109,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,49,46,48,53,57,52,51,49,44,51,49,46,50,56,49,56,53,56,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,57,56,51,48,48,50,44,51,49,46,51,52,56,54,55,49,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,52,55,51,44,34,98,101,100,115,34,58,50,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,101,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,54,48,49,56,53,56,44,51,51,46,56,56,57,55,53,93,44,91,45,56,53,46,54,51,56,53,55,57,44,51,51,46,54,52,56,52,49,51,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,49,50,51,44,34,98,101,100,115,34,58,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,52,46,57,52,53,53,53,49,44,52,48,46,51,52,57,48,57,57,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,52,46,49,52,55,55,49,52,44,52,48,46,53,50,52,51,56,57,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,99,107,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,50,49,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,53,55,53,55,50,51,44,51,53,46,53,48,56,56,54,52,93,44,91,45,57,57,46,53,55,53,56,50,44,51,53,46,52,50,49,54,53,53,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,57,57,46,55,56,50,55,50,55,44,51,53,46,49,49,54,57,52,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,111,100,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,51,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,50,55,52,44,34,98,101,100,115,34,58,49,54,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,51,46,56,49,52,50,56,50,44,52,49,46,54,48,48,52,53,54,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,52,50,50,56,53,52,44,52,49,46,53,49,49,52,52,52,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,48,56,44,34,98,101,100,115,34,58,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,55,53,48,50,53,55,44,51,49,46,57,55,51,50,48,55,93,44,91,45,56,49,46,55,54,53,51,53,55,44,51,49,46,56,55,52,53,52,93,44,91,45,56,49,46,54,52,49,55,54,49,44,51,49,46,55,54,53,52,53,49,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,52,51,53,55,54,44,51,49,46,54,52,50,48,53,53,93,44,91,45,56,49,46,50,54,49,56,54,56,44,51,49,46,54,53,48,49,52,50,93,44,91,45,56,49,46,49,55,53,49,52,56,44,51,49,46,53,51,57,54,54,93,44,91,45,56,49,46,48,57,53,51,56,51,44,51,49,46,53,50,48,57,56,49,93,44,91,45,56,49,46,48,53,49,53,50,49,44,51,49,46,55,48,53,49,57,56,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,51,55,54,57,53,52,44,51,49,46,56,52,56,50,53,55,93,44,91,45,56,49,46,52,48,52,51,56,56,44,51,49,46,57,49,57,55,48,49,93,44,91,45,56,49,46,53,57,50,51,57,49,44,51,49,46,57,55,50,52,54,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,57,34,44,34,78,65,77,69,34,58,34,78,97,118,97,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,56,51,44,34,98,101,100,115,34,58,49,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,50,51,52,50,53,49,44,51,50,46,50,53,48,51,57,57,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,52,54,54,53,52,50,44,50,55,46,48,53,52,55,49,49,93,44,91,45,57,56,46,52,49,55,56,56,51,44,50,55,46,48,53,53,50,56,53,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,54,52,56,44,34,98,101,100,115,34,58,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,55,57,48,56,55,53,44,51,54,46,48,51,54,55,49,53,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,54,49,51,51,50,56,44,51,53,46,55,57,48,51,51,49,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,76,97,114,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,57,50,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,54,53,50,57,57,50,44,52,49,46,53,54,53,48,49,52,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,111,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,50,50,56,55,57,54,44,52,54,46,52,49,49,51,48,54,93,44,91,45,49,49,55,46,52,49,57,51,51,52,44,52,54,46,51,56,51,49,51,57,93,44,91,45,49,49,55,46,52,49,57,52,56,50,44,52,54,46,49,50,49,57,53,54,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,54,46,57,50,49,51,53,44,52,54,46,49,54,52,53,49,52,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,84,114,97,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,54,46,53,56,51,48,56,53,44,52,53,46,56,50,48,48,50,52,93,44,91,45,57,54,46,54,55,50,54,54,53,44,52,53,46,55,51,50,51,51,54,93,44,91,45,57,54,46,56,51,56,54,52,56,44,52,53,46,54,52,55,53,48,57,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,57,48,46,49,51,52,50,56,49,44,52,48,46,48,54,50,53,50,52,93,44,91,45,57,48,46,50,56,55,56,51,55,44,52,48,46,48,54,51,55,56,52,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,49,49,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,52,46,49,49,48,49,50,52,44,51,51,46,54,50,53,49,49,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,51,46,57,51,48,56,54,51,44,51,51,46,54,53,49,56,50,51,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,117,110,105,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,55,46,48,51,53,53,52,57,44,52,48,46,54,55,54,57,49,56,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,52,57,55,53,48,54,44,52,48,46,53,56,49,55,52,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,53,52,48,49,52,49,44,52,48,46,51,57,57,50,50,49,93,44,91,45,55,55,46,50,56,57,53,57,50,44,52,48,46,53,49,56,52,53,55,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,99,75,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,48,54,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,52,56,51,52,48,57,44,52,49,46,54,50,57,56,57,56,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,97,114,118,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,50,51,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,55,46,53,54,51,48,48,52,44,51,52,46,54,56,49,49,56,53,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,49,52,51,57,55,51,44,51,52,46,53,48,54,54,48,54,93,44,91,45,57,55,46,49,52,50,54,55,49,44,51,52,46,54,51,55,49,50,54,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,50,56,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,48,54,52,56,57,55,44,52,49,46,55,57,49,54,55,51,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,54,46,49,50,57,49,56,54,44,52,49,46,57,54,53,49,51,54,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,51,48,57,54,52,53,44,52,50,46,48,49,53,49,56,55,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,53,53,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,55,46,54,49,56,49,56,49,44,51,54,46,56,48,52,50,54,55,93,44,91,45,49,48,55,46,52,53,49,52,52,53,44,51,54,46,57,48,52,48,51,54,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,44,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,32,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,49,54,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,54,54,54,52,55,50,44,51,50,46,51,49,55,52,52,52,93,44,91,45,57,51,46,55,54,52,55,54,51,44,51,50,46,51,52,53,54,52,54,93,44,91,45,57,51,46,57,53,49,48,56,53,44,51,50,46,49,57,53,53,52,53,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,53,52,49,51,53,51,44,51,50,46,49,48,53,56,56,93,44,91,45,57,51,46,53,50,51,52,49,54,44,51,50,46,49,55,54,57,57,49,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,114,101,115,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,49,51,48,44,34,98,101,100,115,34,58,51,48,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,57,46,51,49,50,49,56,54,44,51,55,46,51,53,50,55,50,53,93,44,91,45,49,49,57,46,51,51,48,53,55,51,44,51,55,46,50,48,53,55,57,49,93,44,91,45,49,49,57,46,51,56,54,53,50,49,44,51,55,46,49,52,57,53,51,93,44,91,45,49,49,57,46,53,53,57,52,49,50,44,51,55,46,49,52,51,54,49,57,93,44,91,45,49,49,57,46,53,54,50,57,55,57,44,51,55,46,48,54,52,48,57,53,93,44,91,45,49,49,57,46,54,57,48,55,55,57,44,51,55,46,48,49,49,57,56,55,93,44,91,45,49,49,57,46,56,49,51,55,51,52,44,51,54,46,56,53,48,52,49,50,93,44,91,45,49,50,48,46,48,55,57,52,53,56,44,51,54,46,56,50,53,51,52,53,93,44,91,45,49,50,48,46,49,56,56,56,51,44,51,54,46,55,55,54,52,48,56,93,44,91,45,49,50,48,46,51,55,48,50,53,54,44,51,54,46,55,56,52,57,52,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,48,46,54,48,51,55,48,54,44,51,54,46,52,56,56,50,52,50,93,44,91,45,49,50,48,46,53,57,54,53,54,50,44,51,54,46,51,50,56,52,56,56,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,54,52,56,55,56,52,44,51,54,46,49,48,55,57,57,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,49,57,46,57,53,57,50,49,44,51,54,46,49,56,49,52,48,51,93,44,91,45,49,49,57,46,57,53,57,50,50,55,44,51,54,46,52,48,48,57,55,53,93,44,91,45,49,49,57,46,54,54,54,50,57,44,51,54,46,52,49,56,57,54,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,52,54,54,51,50,50,44,51,54,46,53,55,53,50,51,56,93,44,91,45,49,49,57,46,51,48,53,49,48,50,44,51,54,46,53,55,51,55,50,53,93,44,91,45,49,49,57,46,51,48,52,54,50,53,44,51,54,46,54,54,48,54,48,54,93,44,91,45,49,49,56,46,57,56,52,55,55,57,44,51,54,46,54,53,55,49,52,55,93,44,91,45,49,49,56,46,57,56,50,52,52,49,44,51,54,46,55,52,49,54,52,54,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,51,54,48,56,51,49,44,51,54,46,56,56,55,55,51,52,93,44,91,45,49,49,56,46,52,50,50,53,57,53,44,51,55,46,48,50,52,51,54,93,44,91,45,49,49,56,46,53,48,51,49,48,51,44,51,55,46,48,57,53,50,50,49,93,44,91,45,49,49,56,46,54,53,52,53,57,51,44,51,55,46,49,52,49,56,50,54,93,44,91,45,49,49,56,46,55,49,54,48,49,54,44,51,55,46,51,50,56,50,48,56,93,44,91,45,49,49,56,46,55,56,54,55,51,54,44,51,55,46,51,52,51,51,56,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,69,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,49,50,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,57,56,48,57,48,53,44,51,52,46,50,49,49,53,48,53,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,98,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,56,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,52,50,56,52,55,54,44,51,50,46,48,49,52,57,53,49,93,44,91,45,56,53,46,53,56,55,51,52,52,44,51,49,46,57,57,55,51,53,53,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,54,54,50,54,57,50,44,51,49,46,55,56,51,51,49,57,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,52,49,54,48,51,56,44,51,49,46,55,48,54,54,54,52,93,44,91,45,56,53,46,50,49,54,48,55,54,44,51,49,46,55,48,50,52,48,57,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,49,56,53,48,54,55,44,51,50,46,48,54,49,55,48,56,93,44,91,45,56,53,46,50,53,55,55,52,55,44,51,50,46,49,52,56,50,53,49,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,108,97,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,55,56,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,56,46,56,48,53,56,51,52,44,51,52,46,54,56,57,53,54,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,54,54,55,53,56,56,44,51,52,46,52,54,57,54,52,53,93,44,91,45,55,56,46,52,52,53,51,50,44,51,52,46,51,55,55,52,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,49,55,54,53,48,49,44,51,52,46,52,54,53,51,53,54,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,51,50,52,53,50,44,51,52,46,54,54,54,48,57,53,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,51,46,48,52,49,55,49,51,44,51,54,46,53,48,48,52,51,57,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,97,110,103,97,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,54,54,49,44,34,98,101,100,115,34,58,49,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,56,57,46,57,56,52,55,52,53,44,51,57,46,55,49,56,48,55,57,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,53,51,53,48,50,56,44,51,57,46,54,52,49,49,51,56,93,44,91,45,56,57,46,52,48,57,52,55,53,44,51,57,46,55,52,51,53,51,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,52,48,52,57,56,52,44,51,57,46,57,49,56,49,56,55,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,54,57,56,50,53,57,44,51,57,46,57,55,53,51,48,57,93,44,91,45,56,57,46,55,54,57,49,54,56,44,51,57,46,57,48,50,51,53,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,51,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,52,51,49,55,53,56,44,51,54,46,57,52,50,53,57,51,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,51,52,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,53,46,50,51,53,55,53,55,44,51,54,46,49,48,53,55,53,50,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,50,50,50,53,50,52,44,51,53,46,56,55,55,51,54,52,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,50,55,50,54,54,52,44,51,53,46,55,56,55,55,49,56,93,44,91,45,56,53,46,50,53,51,53,49,56,44,51,53,46,55,54,54,57,50,55,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,55,50,48,55,50,55,44,51,53,46,57,57,52,57,49,52,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,79,116,115,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,51,57,55,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,51,50,50,51,53,55,44,52,50,46,52,55,52,55,51,55,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,52,46,56,53,54,54,56,57,44,52,50,46,52,55,51,57,57,54,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,69,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,50,52,55,55,52,56,44,51,57,46,52,54,55,49,57,57,93,44,91,45,49,49,49,46,51,48,48,57,48,53,44,51,57,46,52,54,55,50,51,55,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,51,48,53,55,48,49,44,51,56,46,52,57,57,57,57,56,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,48,57,46,57,57,52,50,56,51,44,51,56,46,53,50,55,49,49,56,93,44,91,45,49,49,48,46,48,56,49,57,51,57,44,51,56,46,55,53,54,54,54,54,93,44,91,45,49,49,48,46,49,54,50,53,50,57,44,51,56,46,56,54,51,57,50,50,93,44,91,45,49,49,48,46,49,53,54,50,50,50,44,51,57,46,48,51,50,54,53,52,93,44,91,45,49,49,48,46,48,55,55,50,55,44,51,57,46,50,55,53,56,54,57,93,44,91,45,49,49,48,46,48,50,50,49,54,54,44,51,57,46,51,53,50,48,49,56,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,49,46,48,55,55,53,52,53,44,51,57,46,52,54,57,55,52,51,93,44,91,45,49,49,49,46,48,56,53,51,53,53,44,51,57,46,53,50,49,49,55,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,55,51,48,51,50,53,44,52,55,46,57,48,48,49,54,57,93,44,91,45,49,49,56,46,53,51,49,50,57,55,44,52,55,46,56,55,52,56,55,56,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,52,48,48,56,48,55,44,52,56,46,48,50,56,54,56,50,93,44,91,45,49,49,56,46,50,51,51,52,57,56,44,52,56,46,48,54,51,52,56,53,93,44,91,45,49,49,56,46,50,52,56,54,48,54,44,52,56,46,49,51,52,50,53,53,93,44,91,45,49,49,56,46,49,51,57,55,57,49,44,52,56,46,50,54,55,51,48,56,93,44,91,45,49,49,56,46,50,48,54,53,48,55,44,52,56,46,52,55,48,50,57,54,93,44,91,45,49,49,56,46,49,48,52,57,54,44,52,56,46,54,53,51,53,48,51,93,44,91,45,49,49,56,46,50,49,52,52,56,51,44,52,56,46,56,56,56,49,54,49,93,44,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,44,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,87,105,98,97,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,51,52,49,54,56,44,52,55,46,50,52,53,51,57,50,93,44,91,45,49,48,52,46,51,48,54,48,54,50,44,52,55,46,48,52,50,48,52,54,93,44,91,45,49,48,52,46,52,49,50,49,50,52,44,52,54,46,57,48,52,48,48,51,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,52,49,55,57,57,56,44,52,54,46,54,56,52,56,57,50,93,44,91,45,49,48,52,46,51,53,52,56,51,53,44,52,54,46,54,52,49,52,48,57,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,49,51,49,56,54,51,44,52,55,46,51,53,51,57,48,49,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,53,46,57,50,52,54,56,53,44,51,51,46,56,50,53,54,50,52,93,44,91,45,49,48,54,46,48,53,50,54,54,50,44,51,51,46,56,50,53,54,48,54,93,44,91,45,49,48,54,46,48,53,50,55,49,56,44,51,51,46,54,53,48,50,57,55,93,44,91,45,49,48,54,46,51,55,51,54,54,44,51,51,46,54,54,48,53,48,52,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,53,46,55,50,55,49,55,49,44,51,51,46,51,57,48,54,51,51,93,44,91,45,49,48,53,46,55,50,53,57,53,55,44,51,51,46,51,48,52,56,51,52,93,44,91,45,49,48,53,46,51,49,55,51,55,54,44,51,51,46,51,48,53,57,55,55,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,52,46,57,48,53,52,50,52,44,51,51,46,49,51,56,57,48,52,93,44,91,45,49,48,52,46,56,57,50,52,51,51,44,51,51,46,51,57,56,49,57,57,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,53,46,51,49,51,50,49,56,44,51,52,46,50,54,48,48,51,49,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,57,57,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,53,46,49,49,56,53,44,51,54,46,49,54,49,54,51,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,50,56,50,57,57,50,44,51,53,46,57,48,55,55,48,52,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,49,50,55,49,54,51,44,51,53,46,56,49,50,55,53,53,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,89,101,108,108,111,119,32,77,101,100,105,99,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,54,56,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,53,46,54,48,52,48,48,49,44,52,52,46,54,50,57,57,52,53,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,51,54,48,52,44,52,52,46,53,52,49,55,54,50,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,53,46,56,52,55,52,53,50,44,52,52,46,56,57,49,55,57,57,93,44,91,45,57,53,46,56,52,57,48,48,57,44,52,52,46,56,48,53,51,52,55,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,72,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,53,50,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,53,46,57,52,53,51,44,51,50,46,57,55,57,56,55,55,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,53,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,57,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,49,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,53,49,48,57,52,53,44,51,50,46,54,50,48,51,50,56,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,49,49,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,54,46,57,52,48,50,51,53,44,51,54,46,52,53,53,53,50,53,93,44,91,45,57,54,46,55,51,55,50,51,57,44,51,54,46,53,53,48,48,56,56,93,44,91,45,57,54,46,55,49,48,55,54,57,44,51,54,46,52,51,55,54,53,54,93,44,91,45,57,54,46,54,51,53,55,50,55,44,51,54,46,52,50,53,57,48,56,93,44,91,45,57,54,46,53,49,53,50,50,57,44,51,54,46,50,57,56,51,51,50,93,44,91,45,57,54,46,52,51,51,56,49,50,44,51,54,46,50,56,53,56,56,57,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,48,48,49,50,50,54,44,51,54,46,49,54,49,50,57,54,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,54,46,55,53,50,51,55,53,44,51,54,46,55,56,50,48,57,50,93,44,91,45,57,54,46,56,56,57,52,55,53,44,51,54,46,55,53,49,50,51,93,44,91,45,57,54,46,57,51,49,57,52,51,44,51,54,46,54,56,54,48,57,55,93,44,91,45,57,55,46,48,54,52,49,48,55,44,51,54,46,54,56,52,50,48,55,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,54,56,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,51,46,56,52,48,55,51,51,44,51,53,46,49,52,51,56,52,49,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,56,51,49,52,50,57,44,51,53,46,50,53,54,49,49,55,93,44,91,45,56,51,46,57,53,56,54,53,50,44,51,53,46,50,49,55,48,52,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,52,46,50,49,49,51,57,53,44,51,53,46,50,54,53,54,50,49,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,101,99,111,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,54,52,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,56,51,44,34,98,101,100,115,34,58,52,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,54,50,52,48,57,49,44,51,55,46,53,48,54,50,55,53,93,44,91,45,56,50,46,53,56,56,54,50,55,44,51,55,46,52,52,54,50,53,57,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,50,46,49,49,55,51,48,52,44,51,55,46,53,53,57,50,50,54,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,52,53,54,49,51,52,44,51,55,46,54,54,56,55,57,53,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,51,55,48,56,57,44,50,57,46,56,56,55,57,51,52,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,50,46,57,49,56,55,48,56,44,50,57,46,56,50,52,48,56,51,93,44,91,45,56,50,46,57,48,51,57,53,54,44,50,57,46,56,50,52,50,57,52,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,57,54,51,49,49,50,44,50,57,46,57,57,51,48,53,93,44,91,45,56,51,46,49,54,50,52,53,55,44,51,48,46,49,49,48,48,50,50,93,44,91,45,56,51,46,50,50,54,51,54,44,51,48,46,49,49,52,54,50,49,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,116,97,119,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,50,57,44,34,98,101,100,115,34,58,54,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,48,46,57,57,52,52,52,53,44,51,53,46,55,48,50,49,49,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,49,46,49,52,50,51,51,56,44,51,53,46,56,50,55,52,51,52,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,101,97,116,104,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,54,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,52,49,56,52,55,52,44,51,55,46,54,57,48,55,50,57,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,52,48,51,57,56,56,44,51,55,46,51,51,56,51,51,50,93,44,91,45,56,51,46,49,57,57,55,51,52,44,51,55,46,52,49,52,54,54,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,48,53,48,50,48,49,44,51,55,46,53,50,53,51,49,52,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,51,46,48,56,57,55,57,54,44,51,55,46,54,51,50,49,54,55,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,67,104,105,108,100,114,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,54,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,82,105,112,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,53,57,50,49,54,54,44,51,54,46,54,55,57,51,54,56,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,84,97,122,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,56,53,50,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,54,53,56,48,48,51,44,52,48,46,53,54,55,52,51,56,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,56,57,46,55,49,55,49,48,52,44,52,48,46,52,51,53,54,53,53,93,44,91,45,56,57,46,55,49,52,57,50,55,44,52,48,46,51,49,57,50,49,56,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,51,51,48,48,57,50,44,52,48,46,55,52,56,50,53,55,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,51,46,57,48,49,48,49,44,51,48,46,52,49,50,49,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,55,56,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,55,56,34,44,34,78,65,77,69,34,58,34,76,101,120,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,44,91,45,55,57,46,52,53,53,54,54,55,44,51,55,46,55,54,53,50,49,57,93,44,91,45,55,57,46,52,50,48,56,50,52,44,51,55,46,55,56,56,57,57,56,93,44,91,45,55,57,46,52,51,55,51,51,55,44,51,55,46,55,57,52,55,56,52,93,44,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,83,104,97,114,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,52,53,52,52,51,55,44,51,54,46,51,51,53,52,54,53,93,44,91,45,57,49,46,53,54,53,56,54,54,44,51,54,46,51,51,55,52,93,44,91,45,57,49,46,53,54,54,48,55,56,44,51,54,46,50,52,57,57,52,53,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,49,46,54,56,50,50,55,55,44,51,54,46,48,48,48,53,51,53,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,52,54,51,49,57,56,44,51,53,46,57,51,54,56,49,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,51,52,57,56,51,52,44,51,54,46,50,51,48,57,54,55,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,50,55,52,57,52,44,51,54,46,51,55,52,49,50,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,114,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,49,54,49,44,34,98,101,100,115,34,58,55,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,52,46,57,52,53,53,53,49,44,52,48,46,51,52,57,48,57,57,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,54,46,49,56,53,51,48,55,44,52,48,46,57,51,51,57,55,51,93,44,91,45,49,48,54,46,48,53,51,55,55,57,44,52,48,46,56,49,50,54,54,50,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,84,121,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,51,53,51,54,54,57,44,51,53,46,56,54,49,51,54,53,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,54,46,48,48,56,51,52,56,44,51,53,46,56,57,53,56,48,50,93,44,91,45,55,53,46,57,53,52,51,55,52,44,51,53,46,57,57,48,48,54,52,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,82,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,54,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,51,46,50,56,49,54,56,54,44,52,52,46,52,55,49,57,57,56,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,50,54,52,57,50,55,44,51,56,46,56,52,51,56,51,51,93,44,91,45,57,49,46,52,49,53,56,51,50,44,51,56,46,56,52,53,51,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,51,49,51,48,57,51,44,51,56,46,55,48,54,55,49,53,93,44,91,45,57,49,46,49,51,50,53,51,53,44,51,56,46,53,57,56,50,55,57,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,49,46,49,49,49,50,53,49,44,51,56,46,56,55,50,55,48,57,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,52,50,55,44,34,98,101,100,115,34,58,55,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,53,56,51,50,56,57,44,51,54,46,56,51,48,50,56,50,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,50,56,49,55,53,44,51,55,46,48,56,48,53,57,55,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,54,49,56,49,53,56,44,51,55,46,49,56,51,57,48,54,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,100,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,51,54,49,44,34,98,101,100,115,34,58,50,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,51,46,57,53,49,48,56,53,44,51,50,46,49,57,53,53,52,53,93,44,91,45,57,51,46,55,54,52,55,54,51,44,51,50,46,51,52,53,54,52,54,93,44,91,45,57,51,46,54,54,54,52,55,50,44,51,50,46,51,49,55,52,52,52,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,54,49,53,49,51,44,51,50,46,51,52,56,51,51,50,93,44,91,45,57,51,46,55,53,54,50,48,54,44,51,50,46,53,51,55,48,51,55,93,44,91,45,57,51,46,55,51,54,54,49,44,51,50,46,53,55,57,56,52,53,93,44,91,45,57,51,46,56,49,57,49,54,57,44,51,50,46,55,51,54,48,48,50,93,44,91,45,57,51,46,55,56,51,50,51,51,44,51,50,46,55,56,52,51,54,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,52,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,50,55,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,84,105,108,108,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,49,57,54,56,48,49,44,51,52,46,53,52,50,51,56,54,93,44,91,45,57,57,46,50,51,56,48,54,44,51,52,46,52,50,53,48,48,57,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,49,56,57,55,55,54,44,51,52,46,50,49,52,51,53,55,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,56,46,56,56,55,49,49,50,44,51,52,46,49,54,56,50,54,93,44,91,45,57,56,46,54,57,48,48,55,50,44,51,52,46,49,51,51,49,53,53,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,54,48,57,54,54,44,51,52,46,51,51,51,55,50,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,54,54,49,57,56,50,44,51,52,46,53,48,55,52,54,93,44,91,45,57,56,46,56,50,54,49,52,52,44,51,52,46,53,48,55,51,55,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,57,46,48,48,49,49,48,55,44,51,52,46,53,57,52,51,54,54,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,49,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,54,52,56,52,53,53,44,51,53,46,49,53,50,56,57,54,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,55,55,48,48,56,50,44,51,55,46,51,55,50,51,54,51,93,44,91,45,56,48,46,53,49,49,51,57,49,44,51,55,46,52,56,49,54,55,50,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,50,57,57,55,56,57,44,51,55,46,53,48,56,50,55,49,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,53,48,54,54,57,53,44,51,55,46,54,57,49,49,53,56,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,119,105,116,122,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,72,105,99,107,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,56,46,57,48,51,52,56,44,51,54,46,53,55,54,56,54,52,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,101,110,101,118,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,57,49,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,52,56,53,55,54,44,51,49,46,49,57,57,56,56,54,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,52,48,49,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,48,52,55,51,57,52,44,52,49,46,49,48,52,55,56,54,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,56,46,57,51,48,56,56,49,44,52,49,46,49,48,53,57,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,57,50,55,50,51,52,44,51,56,46,56,49,50,49,54,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,54,46,51,57,48,51,57,56,44,51,56,46,56,50,53,56,53,56,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,52,53,55,51,48,53,44,52,52,46,50,52,50,57,53,51,93,44,91,45,49,49,54,46,49,48,51,48,55,50,44,52,52,46,50,51,54,52,48,57,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,50,55,51,48,54,57,44,52,52,46,49,53,49,50,50,55,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,53,46,56,50,55,57,50,44,52,51,46,54,48,55,54,54,55,93,44,91,45,49,49,53,46,54,52,53,56,48,50,44,52,51,46,55,48,48,50,54,93,44,91,45,49,49,53,46,53,48,56,55,50,50,44,52,51,46,56,56,52,56,53,53,93,44,91,45,49,49,53,46,49,51,54,50,48,57,44,52,51,46,57,56,51,56,53,57,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,53,46,48,52,55,55,50,44,52,52,46,48,53,48,54,53,53,93,44,91,45,49,49,53,46,48,50,52,49,56,49,44,52,52,46,49,53,53,52,55,56,93,44,91,45,49,49,53,46,49,54,55,54,56,52,44,52,52,46,50,48,50,56,52,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,48,46,57,49,50,57,49,56,44,52,52,46,48,55,49,53,50,50,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,57,48,52,53,55,57,44,52,52,46,49,53,56,50,57,56,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,101,114,113,117,105,109,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,53,57,48,49,48,55,44,51,54,46,50,51,56,56,54,50,93,44,91,45,55,54,46,53,55,51,48,55,51,44,51,54,46,49,49,49,55,53,55,93,44,91,45,55,54,46,52,48,50,57,53,55,44,51,54,46,48,55,50,56,54,55,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,48,55,56,55,48,54,44,51,48,46,52,51,56,49,49,54,93,44,91,45,56,50,46,57,53,53,57,44,51,48,46,52,49,51,52,56,54,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,55,49,55,55,55,51,44,51,48,46,51,50,49,51,57,49,93,44,91,45,56,50,46,54,52,53,53,53,53,44,51,48,46,52,48,54,52,49,55,93,44,91,45,56,50,46,55,50,54,53,56,51,44,51,48,46,53,53,57,52,56,54,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,50,55,50,54,49,50,44,51,48,46,54,50,55,54,56,55,93,44,91,45,56,51,46,50,50,48,48,56,55,44,51,48,46,52,50,50,52,56,52,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,48,34,44,34,78,65,77,69,34,58,34,77,97,116,97,110,117,115,107,97,45,83,117,115,105,116,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,54,52,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,49,46,51,51,50,55,56,52,44,54,49,46,52,50,54,50,51,57,93,44,91,45,49,53,49,46,51,51,50,56,48,50,44,54,49,46,50,53,50,57,51,54,93,44,91,45,49,53,48,46,57,55,52,48,49,52,44,54,49,46,50,53,50,57,52,93,44,91,45,49,53,48,46,57,55,52,48,49,55,44,54,49,46,49,54,54,50,56,55,93,44,91,45,49,53,48,46,55,55,53,56,54,51,44,54,49,46,48,55,57,52,54,54,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,52,57,46,57,56,55,52,57,53,44,54,49,46,50,50,52,48,54,52,93,44,91,45,49,52,57,46,55,52,56,51,54,57,44,54,49,46,51,57,55,51,55,49,93,44,91,45,49,52,57,46,51,53,57,52,52,44,54,49,46,52,56,52,48,50,53,93,44,91,45,49,52,57,46,49,56,48,48,54,50,44,54,49,46,52,50,54,50,53,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,55,46,50,48,54,53,57,55,44,54,49,46,52,50,54,50,54,53,93,44,91,45,49,52,54,46,57,52,50,53,53,57,44,54,49,46,52,55,48,54,55,53,93,44,91,45,49,52,54,46,57,52,50,54,48,49,44,54,49,46,56,49,55,50,55,50,93,44,91,45,49,52,54,46,57,55,57,56,48,55,44,54,50,46,50,53,48,52,57,55,93,44,91,45,49,52,54,46,52,50,51,57,56,52,44,54,50,46,50,53,48,53,49,49,93,44,91,45,49,52,54,46,52,51,54,56,57,57,44,54,50,46,56,53,54,57,57,49,93,44,91,45,49,52,54,46,52,57,52,50,57,54,44,54,50,46,57,53,55,56,54,52,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,52,56,57,53,52,49,44,54,51,46,52,56,50,57,49,51,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,56,46,48,50,53,54,50,55,44,54,51,46,52,55,55,54,48,57,93,44,91,45,49,52,56,46,48,50,53,54,49,56,44,54,51,46,51,51,51,50,51,51,93,44,91,45,49,52,57,46,53,50,54,49,52,56,44,54,51,46,51,51,51,50,49,55,93,44,91,45,49,53,48,46,55,50,48,57,49,54,44,54,51,46,48,54,51,49,56,52,93,44,91,45,49,53,49,46,56,57,52,48,49,53,44,54,50,46,55,57,56,48,53,56,93,44,91,45,49,53,49,46,56,57,51,55,56,52,44,54,50,46,55,50,53,56,54,52,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,49,54,44,34,98,101,100,115,34,58,51,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,101,118,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,51,46,48,54,56,53,50,50,44,50,57,46,51,52,51,57,53,51,93,44,91,45,56,51,46,50,51,57,56,53,57,44,50,57,46,50,53,48,57,57,93,44,91,45,56,51,46,49,55,49,56,48,54,44,50,57,46,49,56,53,57,50,49,93,44,91,45,56,51,46,49,52,52,48,56,44,50,57,46,48,55,50,56,52,93,44,91,45,56,51,46,48,55,54,44,50,57,46,48,52,49,56,49,57,93,44,91,45,56,50,46,57,53,48,48,55,56,44,50,57,46,48,55,54,48,53,57,93,44,91,45,56,50,46,56,53,49,50,55,56,44,50,57,46,48,49,55,51,56,57,93,44,91,45,56,50,46,56,52,56,50,52,56,44,50,56,46,57,49,52,53,50,57,93,44,91,45,56,50,46,55,49,49,53,51,44,50,57,46,48,51,48,57,56,56,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,53,51,52,56,54,44,50,57,46,50,49,52,54,56,93,44,91,45,56,50,46,52,48,51,50,51,55,44,50,57,46,50,49,53,54,50,51,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,53,53,54,55,54,54,44,50,57,46,52,56,48,48,53,53,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,117,114,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,116,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,51,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,44,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,54,53,51,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,51,52,48,56,52,55,44,51,48,46,51,53,55,57,57,53,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,53,52,52,50,51,50,44,51,48,46,54,52,56,51,54,56,93,44,91,45,56,57,46,53,52,52,53,49,44,51,48,46,53,49,54,56,54,50,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,54,51,49,54,49,52,44,51,48,46,50,53,55,48,49,51,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,53,34,44,34,78,65,77,69,34,58,34,87,105,108,99,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,101,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,49,56,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,53,50,51,52,49,54,44,51,50,46,49,55,54,57,57,49,93,44,91,45,57,51,46,53,52,49,51,53,51,44,51,50,46,49,48,53,56,56,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,50,51,56,52,55,44,51,49,46,57,55,50,55,56,49,93,44,91,45,57,51,46,49,51,54,49,50,55,44,51,50,46,48,53,54,50,50,52,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,51,46,50,49,51,57,56,56,44,51,50,46,50,51,54,48,54,53,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,49,56,53,44,34,98,101,100,115,34,58,50,48,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,52,46,49,57,50,50,56,55,44,51,53,46,57,57,53,52,56,56,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,51,46,57,53,48,52,56,49,44,51,53,46,56,55,53,51,54,50,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,54,53,52,54,48,53,44,51,53,46,57,55,49,57,51,55,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,79,120,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,51,50,53,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,44,91,45,55,49,46,48,51,51,53,50,52,44,52,52,46,54,57,55,54,51,55,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,55,49,53,52,49,56,44,52,51,46,57,54,49,56,49,53,93,44,91,45,55,48,46,56,50,49,56,48,51,44,52,52,46,48,55,55,48,56,57,93,44,91,45,55,48,46,54,50,52,51,50,57,44,52,52,46,49,55,49,48,51,54,93,44,91,45,55,48,46,54,48,51,55,56,52,44,52,52,46,48,52,49,53,51,54,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,51,51,52,48,57,52,44,52,52,46,50,49,48,55,53,51,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,50,56,48,55,52,56,44,52,52,46,53,54,57,54,49,57,93,44,91,45,55,48,46,53,49,48,53,57,56,44,52,52,46,54,50,55,50,49,54,93,44,91,45,55,48,46,54,49,53,48,51,44,52,52,46,55,57,53,54,51,52,93,44,91,45,55,48,46,55,54,57,50,50,56,44,52,52,46,55,51,50,50,50,56,93,44,91,45,55,48,46,55,55,57,56,52,50,44,52,53,46,48,49,56,51,55,57,93,44,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,44,91,45,55,48,46,57,56,57,49,50,44,52,53,46,51,51,52,49,51,55,93,44,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,50,48,48,51,44,34,98,101,100,115,34,58,51,48,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,50,56,57,56,55,51,44,51,57,46,50,51,55,49,48,55,93,44,91,45,57,52,46,52,54,49,53,57,44,51,57,46,49,50,48,51,55,50,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,49,34,44,34,78,65,77,69,34,58,34,84,111,119,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,51,46,56,48,52,57,54,50,44,51,52,46,56,57,53,57,51,52,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,54,53,54,50,57,55,44,51,52,46,56,55,56,56,50,51,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,54,51,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,56,57,46,54,53,52,52,50,54,44,51,50,46,48,49,51,54,55,56,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,54,46,56,53,51,49,53,52,44,52,51,46,55,57,50,55,49,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,55,49,50,53,48,49,44,52,51,46,57,56,49,51,50,54,93,44,91,45,49,49,54,46,53,55,50,50,50,52,44,52,51,46,57,56,48,52,56,53,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,83,104,111,115,104,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,53,46,48,52,55,56,53,55,44,52,54,46,57,54,57,53,51,50,93,44,91,45,49,49,53,46,51,52,48,56,52,57,44,52,55,46,50,54,50,56,53,93,44,91,45,49,49,53,46,55,52,54,54,49,57,44,52,55,46,52,52,50,51,49,49,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,55,50,50,55,49,52,44,52,55,46,54,57,52,56,53,53,93,44,91,45,49,49,53,46,56,50,51,55,55,52,44,52,55,46,55,53,50,54,49,49,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,54,46,50,51,51,49,49,51,44,52,56,46,48,54,56,56,57,93,44,91,45,49,49,54,46,51,50,57,54,48,49,44,52,56,46,48,49,55,55,50,50,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,72,121,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,52,52,53,52,49,56,44,51,53,46,51,50,57,50,54,52,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,48,54,53,55,55,52,44,51,53,46,49,50,52,57,51,55,93,44,91,45,55,54,46,48,48,54,57,51,54,44,51,53,46,48,48,54,48,51,49,93,44,91,45,55,53,46,55,51,54,54,50,44,51,53,46,49,52,48,53,54,53,93,44,91,45,55,53,46,56,49,52,48,50,49,44,51,53,46,53,48,48,49,56,50,93,44,91,45,55,53,46,57,48,49,51,52,50,44,51,53,46,54,54,56,57,53,50,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,53,56,56,49,57,49,44,51,53,46,54,50,48,54,53,52,93,44,91,45,55,54,46,53,56,53,51,50,44,51,53,46,52,53,53,48,55,53,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,77,99,67,114,97,99,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,50,56,52,44,34,98,101,100,115,34,58,49,48,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,56,46,49,54,48,51,56,57,44,51,55,46,54,53,54,49,51,49,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,57,48,54,57,51,57,44,51,55,46,56,48,55,53,57,51,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,84,117,114,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,52,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,49,54,48,53,52,52,44,52,51,46,49,54,57,57,55,56,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,99,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,51,54,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,48,55,51,57,49,56,44,51,53,46,55,57,48,48,53,53,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,53,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,51,46,51,57,56,51,48,51,44,51,54,46,53,51,52,56,56,53,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,49,49,57,51,57,51,44,51,54,46,53,49,52,50,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,55,49,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,55,46,57,56,49,53,56,53,44,51,53,46,50,57,53,54,55,56,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,56,46,49,56,57,54,54,49,44,51,53,46,51,56,52,51,48,51,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,54,50,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,52,57,49,55,49,52,44,51,51,46,57,52,54,53,50,50,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,51,51,50,52,53,56,44,51,51,46,57,57,52,57,57,55,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,52,56,48,55,49,50,44,51,52,46,50,56,56,48,56,49,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,117,97,121,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,55,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,50,50,53,50,55,53,44,49,55,46,57,50,52,54,53,50,93,44,91,45,54,54,46,49,56,55,51,52,50,44,49,55,46,56,55,55,48,51,54,93,44,91,45,54,54,46,48,54,52,53,48,51,44,49,55,46,57,48,52,56,50,53,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,53,55,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,51,52,54,55,49,44,51,48,46,57,48,53,52,50,55,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,56,57,46,57,57,52,50,48,49,44,51,48,46,54,54,53,52,51,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,83,116,111,100,100,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,49,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,49,53,56,48,53,44,51,54,46,55,50,50,57,55,54,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,56,57,46,55,48,48,57,53,50,44,51,54,46,54,50,55,52,53,51,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,54,56,54,54,50,44,51,54,46,57,50,56,50,57,51,93,44,91,45,56,57,46,55,56,54,56,49,57,44,51,55,46,48,56,55,56,50,52,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,57,53,57,49,57,54,44,51,55,46,48,53,52,51,56,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,68,111,111,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,57,53,56,56,49,55,44,51,50,46,50,53,50,49,48,53,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,116,101,97,114,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,56,49,57,44,34,98,101,100,115,34,58,53,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,52,46,55,54,50,57,51,52,44,52,53,46,52,49,50,56,54,49,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,51,56,51,53,53,54,44,52,53,46,51,50,54,55,48,53,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,49,49,54,55,54,53,44,52,53,46,51,50,56,48,49,57,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,97,117,110,100,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,50,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,52,54,51,56,54,57,44,52,49,46,48,52,53,48,56,51,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,53,54,56,57,55,55,44,52,49,46,52,51,51,50,52,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,50,51,49,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,51,46,55,53,54,54,49,44,52,53,46,50,57,52,55,50,49,93,44,91,45,57,51,46,53,55,57,51,57,44,52,53,46,50,57,50,49,50,50,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,48,49,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,49,51,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,52,54,54,48,48,50,44,51,54,46,51,54,57,49,56,54,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,51,57,56,51,48,51,44,51,54,46,53,51,52,56,56,53,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,97,103,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,48,57,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,54,54,49,52,56,57,44,51,51,46,57,57,48,56,49,56,93,44,91,45,57,55,46,56,55,55,51,56,55,44,51,51,46,56,53,48,50,51,54,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,51,52,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,82,97,99,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,57,56,44,34,98,101,100,115,34,58,52,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,49,56,56,51,48,54,44,52,50,46,54,54,57,55,48,57,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,104,97,119,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,56,46,54,48,53,49,53,57,44,52,52,46,54,55,56,51,51,49,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,56,46,50,52,56,50,49,51,44,52,52,46,56,53,50,55,51,57,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,55,51,54,49,57,52,44,52,52,46,56,53,54,51,55,54,93,44,91,45,56,56,46,55,51,53,53,52,56,44,52,52,46,57,52,51,49,55,56,93,44,91,45,56,56,46,57,56,49,51,49,57,44,52,52,46,57,52,50,55,52,53,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,117,100,117,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,48,57,50,53,50,44,52,49,46,54,48,50,48,53,53,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,55,52,52,50,48,52,44,52,49,46,54,48,50,49,56,53,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,55,46,51,50,51,54,50,44,51,54,46,48,49,48,56,55,55,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,55,56,50,44,34,98,101,100,115,34,58,56,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,56,49,52,54,50,55,44,52,51,46,52,56,51,53,55,56,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,55,51,56,51,57,54,44,52,51,46,49,54,52,55,54,54,93,44,91,45,55,53,46,53,53,50,55,55,52,44,52,51,46,48,51,55,53,53,52,93,44,91,45,55,53,46,53,52,50,56,48,51,44,52,50,46,57,51,49,55,55,52,93,44,91,45,55,53,46,52,51,55,49,54,55,44,52,50,46,56,54,51,51,49,57,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,50,49,57,49,48,54,44,52,51,46,48,53,50,52,54,57,93,44,91,45,55,53,46,48,54,57,49,54,53,44,52,51,46,50,50,55,51,51,51,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,53,51,51,53,44,52,51,46,52,49,57,55,53,54,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,54,46,53,48,50,54,57,44,51,57,46,50,57,56,48,54,55,93,44,91,45,49,48,54,46,52,57,51,54,52,57,44,51,57,46,49,57,56,51,50,54,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,49,56,51,57,55,50,44,51,57,46,51,48,57,51,53,52,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,105,116,116,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,56,50,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,55,49,54,49,53,55,44,51,53,46,49,56,57,51,53,50,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,54,46,48,56,56,55,57,50,44,51,53,46,48,52,57,56,55,53,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,53,46,56,56,50,49,57,54,44,51,52,46,54,56,48,53,51,52,93,44,91,45,57,53,46,56,56,49,57,56,55,44,51,52,46,53,57,51,53,50,56,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,53,49,52,53,49,49,44,51,52,46,53,57,52,49,53,51,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,53,48,55,55,51,56,44,51,53,46,48,50,57,50,54,53,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,53,46,51,52,57,53,50,53,44,51,53,46,49,54,48,48,50,49,93,44,91,45,57,53,46,52,53,53,48,49,56,44,51,53,46,49,54,48,53,55,53,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,111,100,100,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,54,48,52,51,48,49,44,51,57,46,50,56,54,48,52,55,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,87,105,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,52,50,52,57,48,54,44,51,57,46,49,51,53,54,55,57,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,50,53,48,50,53,50,44,51,57,46,48,51,53,48,55,52,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,49,46,48,52,50,50,56,44,52,52,46,50,51,55,53,49,52,93,44,91,45,55,49,46,50,53,49,57,53,55,44,52,52,46,50,52,52,50,54,54,93,44,91,45,55,49,46,51,48,54,48,51,54,44,52,52,46,49,51,55,50,55,50,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,51,54,54,51,53,53,44,52,52,46,48,54,56,53,50,52,93,44,91,45,55,49,46,51,54,49,57,54,53,44,52,51,46,57,49,53,57,51,56,93,44,91,45,55,49,46,53,54,52,54,48,51,44,52,51,46,56,57,51,49,55,50,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,50,53,56,50,53,57,44,52,51,46,53,55,49,51,52,53,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,84,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,48,50,53,55,48,52,44,51,57,46,52,54,50,51,49,55,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,55,49,54,49,50,50,44,51,57,46,52,55,53,53,51,49,93,44,91,45,56,48,46,56,52,51,55,51,49,44,51,57,46,53,56,51,56,56,53,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,32,83,117,101,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,56,51,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,51,46,57,51,54,48,51,50,44,52,52,46,51,51,57,54,54,53,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,49,57,46,57,57,50,54,55,57,44,52,55,46,55,56,51,49,53,93,44,91,45,49,50,48,46,50,48,54,57,48,56,44,52,55,46,55,53,48,54,51,56,93,44,91,45,49,50,48,46,49,57,57,48,52,56,44,52,55,46,54,56,50,50,55,54,93,44,91,45,49,50,48,46,51,49,55,57,56,52,44,52,55,46,52,53,54,57,52,56,93,44,91,45,49,50,48,46,50,56,54,53,51,44,52,55,46,51,57,51,49,49,49,93,44,91,45,49,50,48,46,49,50,57,53,55,51,44,52,55,46,51,54,54,50,53,49,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,48,52,55,48,52,44,52,55,46,51,49,57,57,57,52,93,44,91,45,49,49,57,46,56,55,53,55,54,44,52,55,46,52,51,55,52,57,50,93,44,91,45,49,49,57,46,53,51,51,49,50,51,44,52,55,46,52,52,49,50,48,55,93,44,91,45,49,49,57,46,53,51,50,56,56,57,44,52,55,46,53,50,55,55,53,54,93,44,91,45,49,49,57,46,51,52,49,55,54,55,44,52,55,46,54,49,50,51,56,56,93,44,91,45,49,49,57,46,50,49,50,52,49,44,52,55,46,56,48,48,54,57,53,93,44,91,45,49,49,57,46,50,49,50,50,50,53,44,52,55,46,56,56,55,55,48,56,93,44,91,45,49,49,57,46,49,48,51,56,55,51,44,52,55,46,57,54,49,55,54,51,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,57,46,48,53,54,57,55,44,52,56,46,49,51,54,57,55,52,93,44,91,45,49,49,57,46,49,53,48,57,56,51,44,52,56,46,49,52,54,48,54,55,93,44,91,45,49,49,57,46,51,52,51,53,50,51,44,52,56,46,48,52,57,52,51,50,93,44,91,45,49,49,57,46,52,51,54,50,53,55,44,52,56,46,48,55,54,54,56,56,93,44,91,45,49,49,57,46,54,53,50,52,54,56,44,52,56,46,48,48,48,50,50,49,93,44,91,45,49,49,57,46,54,56,50,57,56,49,44,52,56,46,48,57,50,53,49,51,93,44,91,45,49,49,57,46,56,57,53,51,53,44,52,56,46,48,53,48,48,52,52,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,116,116,97,114,97,117,103,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,54,56,54,44,34,98,101,100,115,34,58,50,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,56,57,53,57,57,57,44,52,50,46,52,52,48,56,48,55,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,55,55,54,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,52,48,49,48,52,49,44,52,51,46,54,51,48,57,51,51,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,54,56,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,114,98,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,51,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,56,46,52,54,52,57,53,49,44,51,55,46,51,56,52,48,56,54,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,57,49,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,52,49,51,54,54,57,44,51,55,46,55,49,51,57,52,49,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,50,53,53,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,54,54,53,55,55,53,44,51,49,46,50,54,55,53,57,49,93,44,91,45,56,53,46,52,56,53,56,53,52,44,51,49,46,50,52,54,48,57,54,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,77,97,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,49,51,44,34,98,101,100,115,34,58,52,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,50,48,46,50,50,55,50,56,54,44,51,55,46,49,54,51,52,93,44,91,45,49,50,48,46,52,55,54,54,57,50,44,51,55,46,48,57,54,51,57,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,51,55,48,50,53,54,44,51,54,46,55,56,52,57,52,93,44,91,45,49,50,48,46,49,56,56,56,51,44,51,54,46,55,55,54,52,48,56,93,44,91,45,49,50,48,46,48,55,57,52,53,56,44,51,54,46,56,50,53,51,52,53,93,44,91,45,49,49,57,46,56,49,51,55,51,52,44,51,54,46,56,53,48,52,49,50,93,44,91,45,49,49,57,46,54,57,48,55,55,57,44,51,55,46,48,49,49,57,56,55,93,44,91,45,49,49,57,46,53,54,50,57,55,57,44,51,55,46,48,54,52,48,57,53,93,44,91,45,49,49,57,46,53,53,57,52,49,50,44,51,55,46,49,52,51,54,49,57,93,44,91,45,49,49,57,46,51,56,54,53,50,49,44,51,55,46,49,52,57,53,51,93,44,91,45,49,49,57,46,51,51,48,53,55,51,44,51,55,46,50,48,53,55,57,49,93,44,91,45,49,49,57,46,51,49,50,49,56,54,44,51,55,46,51,53,50,55,50,53,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,57,46,49,50,52,51,49,50,44,51,55,46,55,51,51,57,52,52,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,53,56,51,53,56,53,44,51,55,46,53,54,48,51,51,53,93,44,91,45,49,49,57,46,54,53,49,49,57,49,44,51,55,46,52,49,55,56,51,50,93,44,91,45,49,49,57,46,55,54,49,56,48,57,44,51,55,46,52,49,55,49,49,52,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,101,110,116,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,68,97,103,103,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,48,57,46,56,55,48,50,48,55,44,52,48,46,55,54,51,56,50,57,93,44,91,45,49,48,57,46,51,57,52,52,57,49,44,52,48,46,56,53,56,49,54,54,93,44,91,45,49,48,57,46,50,48,51,50,53,44,52,48,46,56,53,56,52,48,49,93,44,91,45,49,48,57,46,49,54,49,48,54,51,44,52,48,46,54,56,51,56,49,55,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,50,55,49,55,52,54,44,52,49,46,57,56,54,48,57,53,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,53,46,50,56,54,53,49,49,44,52,50,46,54,48,53,56,50,54,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,97,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,53,56,53,44,34,98,101,100,115,34,58,52,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,49,46,51,53,54,54,56,50,44,51,53,46,51,51,48,54,48,52,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,71,117,97,100,97,108,117,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,50,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,50,57,48,51,57,54,44,51,52,46,54,48,54,55,54,54,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,52,46,56,57,50,48,50,51,44,51,52,46,54,48,52,52,50,54,93,44,91,45,49,48,52,46,52,52,52,55,54,50,44,51,52,46,54,48,52,57,53,50,93,44,91,45,49,48,52,46,51,51,57,55,50,53,44,51,52,46,54,57,50,50,51,52,93,44,91,45,49,48,52,46,51,51,57,56,49,55,44,51,52,46,55,55,57,48,54,50,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,52,46,49,50,53,49,51,54,44,51,53,46,50,49,53,54,57,54,93,44,91,45,49,48,53,46,50,57,49,49,54,57,44,51,53,46,50,49,54,52,56,57,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,111,108,100,101,110,32,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,52,48,50,57,48,54,44,52,54,46,50,49,57,55,48,54,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,48,57,46,54,48,53,49,53,51,44,52,54,46,48,52,52,57,57,52,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,52,49,54,50,50,55,44,52,54,46,49,51,50,51,55,49,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,55,55,57,50,55,50,44,52,54,46,50,55,55,51,57,56,93,44,91,45,49,48,56,46,56,54,50,50,55,55,44,52,54,46,51,54,52,53,56,54,93,44,91,45,49,48,56,46,57,48,52,57,48,52,44,52,54,46,53,55,54,57,48,56,93,44,91,45,49,48,57,46,48,48,57,57,56,50,44,52,54,46,54,50,49,49,55,50,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,57,46,51,56,57,50,48,56,44,52,54,46,55,53,49,51,53,49,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,49,55,50,44,34,98,101,100,115,34,58,49,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,52,57,50,49,52,57,44,51,53,46,54,56,54,57,48,51,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,52,49,49,55,51,52,44,51,53,46,50,53,52,54,54,51,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,49,53,56,53,56,57,44,51,53,46,51,52,55,53,51,55,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,56,46,49,50,53,53,51,57,44,51,53,46,54,48,51,49,48,55,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,108,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,50,50,48,48,44,34,98,101,100,115,34,58,52,54,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,48,50,54,49,48,55,44,51,55,46,49,54,54,56,49,93,44,91,45,49,50,49,46,55,53,55,54,44,51,55,46,48,52,57,54,51,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,52,56,56,57,52,57,44,51,54,46,57,56,51,49,52,56,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,49,46,52,48,52,54,51,54,44,51,55,46,49,53,53,57,56,57,93,44,91,45,49,50,49,46,52,53,52,48,48,57,44,51,55,46,50,56,52,48,53,93,44,91,45,49,50,49,46,52,49,50,53,52,57,44,51,55,46,51,56,57,52,51,53,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,50,46,49,57,48,52,48,50,44,51,55,46,52,51,49,52,55,50,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,55,48,56,44,34,98,101,100,115,34,58,50,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,53,49,56,56,52,52,44,51,51,46,49,52,56,50,57,55,93,44,91,45,55,57,46,54,52,51,51,48,49,44,51,51,46,49,50,51,52,53,51,93,44,91,45,55,57,46,56,52,49,48,54,55,44,51,50,46,57,49,50,52,54,57,93,44,91,45,55,57,46,57,53,54,52,51,51,44,51,50,46,56,53,57,55,57,49,93,44,91,45,56,48,46,48,53,53,53,57,53,44,51,50,46,57,57,56,55,49,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,48,55,57,48,50,56,44,51,50,46,57,50,55,56,49,49,93,44,91,45,56,48,46,49,53,55,50,54,53,44,51,50,46,56,49,56,49,56,55,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,52,53,51,54,51,44,51,50,46,55,51,57,57,93,44,91,45,56,48,46,52,48,51,50,56,50,44,51,50,46,54,53,49,54,50,50,93,44,91,45,56,48,46,52,49,54,53,56,54,44,51,50,46,53,52,54,51,49,56,93,44,91,45,56,48,46,50,50,51,53,57,44,51,50,46,52,56,50,53,54,53,93,44,91,45,56,48,46,48,56,56,56,55,55,44,51,50,46,53,52,57,48,50,57,93,44,91,45,55,57,46,57,55,57,48,48,50,44,51,50,46,53,53,56,48,55,52,93,44,91,45,55,57,46,55,57,56,50,53,53,44,51,50,46,54,55,53,54,51,50,93,44,91,45,55,57,46,55,54,48,48,55,52,44,51,50,46,55,51,56,50,53,55,93,44,91,45,55,57,46,53,51,52,54,56,57,44,51,50,46,56,55,48,48,49,50,93,44,91,45,55,57,46,52,52,48,49,56,49,44,51,50,46,57,53,56,57,49,54,93,44,91,45,55,57,46,51,50,50,50,53,55,44,51,50,46,57,53,54,48,55,56,93,44,91,45,55,57,46,50,54,49,56,51,44,51,51,46,48,52,57,55,57,51,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,49,54,56,44,34,98,101,100,115,34,58,52,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,53,49,54,53,56,50,44,52,54,46,55,50,55,54,51,56,93,44,91,45,49,49,57,46,54,53,57,49,56,57,44,52,54,46,54,52,48,51,51,51,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,54,54,57,57,55,52,44,52,53,46,56,53,54,57,48,56,93,44,91,45,49,49,57,46,53,55,49,54,48,50,44,52,53,46,57,50,53,52,55,56,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,49,50,54,51,50,50,44,52,53,46,57,51,50,55,56,52,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,56,46,57,55,52,54,54,52,44,52,54,46,49,51,57,53,50,51,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,57,46,50,54,55,50,48,50,44,52,54,46,50,56,52,54,50,53,93,44,91,45,49,49,57,46,50,55,48,51,50,44,52,54,46,53,50,49,51,49,49,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,50,53,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,51,54,44,34,98,101,100,115,34,58,50,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,50,46,56,52,55,55,49,51,44,52,49,46,52,51,48,51,50,54,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,44,91,45,56,50,46,51,57,56,51,52,56,44,52,49,46,54,55,54,53,50,52,93,44,91,45,56,50,46,55,50,54,52,50,55,44,52,49,46,54,57,56,51,48,56,93,44,91,45,56,50,46,55,56,55,52,48,50,44,52,49,46,53,56,55,55,51,56,93,44,91,45,56,50,46,55,49,57,50,51,54,44,52,49,46,52,56,50,52,50,51,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,48,55,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,56,54,56,52,44,34,98,101,100,115,34,58,53,48,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,50,57,56,55,52,51,44,51,56,46,56,56,55,55,53,57,93,44,91,45,57,48,46,52,52,48,54,49,55,44,51,56,46,56,50,55,54,53,93,44,91,45,57,48,46,53,52,49,54,49,50,44,51,56,46,54,56,53,50,54,55,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,53,57,49,49,50,51,44,51,56,46,53,48,49,54,53,50,93,44,91,45,57,48,46,52,49,50,53,49,57,44,51,56,46,53,48,48,56,53,51,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,51,50,48,53,48,52,44,51,56,46,53,57,52,49,55,55,93,44,91,45,57,48,46,50,53,49,55,52,53,44,51,56,46,55,49,56,56,56,55,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,84,101,104,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,55,51,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,54,56,53,54,55,57,44,52,48,46,52,53,51,49,50,49,93,44,91,45,49,50,50,46,48,49,48,51,49,54,44,52,48,46,52,50,54,53,53,56,93,44,91,45,49,50,50,46,51,49,48,52,49,50,44,52,48,46,51,55,49,48,54,52,93,44,91,45,49,50,50,46,53,49,57,57,56,56,44,52,48,46,51,57,51,54,55,53,93,44,91,45,49,50,50,46,54,53,48,50,54,51,44,52,48,46,51,50,56,54,51,93,44,91,45,49,50,50,46,55,52,56,54,48,56,44,52,48,46,51,54,53,54,57,52,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,57,56,57,48,49,53,44,52,48,46,50,53,48,49,52,53,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,50,46,48,52,52,56,54,53,44,51,57,46,56,56,51,55,55,49,93,44,91,45,49,50,49,46,56,48,52,48,52,49,44,51,57,46,56,56,52,51,52,52,93,44,91,45,49,50,49,46,54,52,54,48,51,50,44,51,57,46,57,56,50,53,50,55,93,44,91,45,49,50,49,46,53,56,54,52,48,55,44,52,48,46,49,48,48,53,50,50,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,51,52,57,44,52,48,46,50,54,52,52,53,52,93,44,91,45,49,50,49,46,52,55,48,51,57,53,44,52,48,46,51,53,48,50,49,51,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,57,56,52,51,44,34,98,101,100,115,34,58,50,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,70,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,97,98,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,56,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,51,46,55,57,52,53,52,56,44,51,49,46,55,48,50,48,55,54,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,54,57,50,54,51,49,44,51,49,46,52,51,55,49,57,50,93,44,91,45,57,51,46,54,56,55,53,49,49,44,51,49,46,51,49,48,56,49,51,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,53,51,52,57,49,57,44,51,49,46,50,55,54,53,55,57,93,44,91,45,57,51,46,52,52,50,53,53,52,44,51,49,46,50,55,54,55,49,54,93,44,91,45,57,51,46,51,57,48,52,57,53,44,51,49,46,51,54,52,49,52,55,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,51,46,50,51,54,54,54,50,44,51,49,46,53,51,56,51,51,57,93,44,91,45,57,51,46,51,51,55,52,53,54,44,51,49,46,53,51,56,49,49,93,44,91,45,57,51,46,51,51,56,57,55,50,44,51,49,46,55,49,52,50,53,57,93,44,91,45,57,51,46,52,52,49,55,52,51,44,51,49,46,55,49,52,52,56,53,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,50,54,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,51,55,49,50,53,54,44,51,57,46,55,53,51,49,50,50,93,44,91,45,57,48,46,51,48,48,54,54,54,44,51,57,46,54,51,54,53,52,49,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,56,57,46,57,56,52,55,52,53,44,51,57,46,55,49,56,48,55,57,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,57,53,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,50,57,49,49,48,54,44,51,50,46,49,55,56,56,50,53,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,114,116,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,52,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,48,52,50,56,56,50,44,51,53,46,57,52,50,50,55,56,93,44,91,45,55,55,46,48,48,53,50,53,44,51,53,46,56,53,56,52,51,51,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,54,56,50,53,51,53,44,51,54,46,48,51,48,57,52,55,93,44,91,45,55,54,46,55,51,54,57,51,51,44,51,54,46,49,53,48,53,56,51,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,49,49,52,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,51,53,56,57,50,50,44,51,53,46,49,54,53,50,56,49,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,56,48,46,48,57,56,49,56,53,44,51,53,46,50,53,53,49,55,51,93,44,91,45,56,48,46,48,53,49,55,51,57,44,51,53,46,51,55,50,53,56,53,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,82,104,101,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,53,46,49,48,55,55,54,50,44,51,53,46,53,55,49,51,53,57,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,52,46,57,49,53,48,52,57,44,51,53,46,52,52,48,55,55,49,93,44,91,45,56,52,46,55,56,50,51,54,54,44,51,53,46,53,57,52,55,57,57,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,54,51,57,49,48,49,44,51,53,46,51,53,52,48,56,54,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,53,48,51,52,44,51,53,46,53,49,55,52,52,53,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,76,101,115,108,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,53,53,49,51,48,51,44,51,55,46,49,54,55,53,49,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,50,54,48,48,50,44,51,54,46,57,54,56,57,53,49,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,50,48,56,49,50,49,44,51,55,46,49,55,52,54,53,57,93,44,91,45,56,51,46,52,54,48,57,57,50,44,51,55,46,50,57,51,56,52,56,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,54,46,48,55,56,53,55,53,44,51,56,46,48,54,48,57,50,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,48,53,50,48,50,49,44,51,55,46,57,53,51,53,55,56,93,44,91,45,55,53,46,57,53,50,54,55,50,44,51,55,46,57,48,54,56,50,55,93,44,91,45,55,53,46,56,48,49,50,52,44,51,55,46,57,49,50,49,55,52,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,53,52,53,56,48,54,44,51,56,46,48,56,54,55,52,57,93,44,91,45,55,53,46,53,52,53,56,57,56,44,51,56,46,49,55,56,55,52,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,55,54,57,54,55,49,44,51,56,46,50,56,52,53,56,55,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,51,53,56,52,51,55,44,52,49,46,49,48,51,56,52,57,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,57,46,48,52,55,51,57,52,44,52,49,46,49,48,52,55,56,54,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,56,46,48,52,50,49,52,50,44,51,55,46,49,55,52,55,53,54,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,67,111,110,99,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,51,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,67,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,118,101,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,48,52,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,52,51,56,56,48,56,44,51,54,46,53,48,49,49,48,50,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,52,49,57,52,51,50,44,51,54,46,50,51,54,49,52,53,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,48,56,50,52,57,55,44,51,54,46,49,57,54,49,55,49,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,117,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,51,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,52,54,55,52,48,51,44,52,51,46,55,50,56,57,48,57,93,44,91,45,56,51,46,52,54,54,53,57,50,44,52,51,46,54,54,55,54,50,49,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,50,46,49,52,53,53,48,49,44,52,51,46,54,57,53,53,56,55,93,44,91,45,56,50,46,50,52,57,57,49,52,44,52,52,46,49,53,56,55,53,49,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,73,111,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,52,55,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,50,46,50,52,57,57,49,52,44,52,52,46,49,53,56,55,53,49,93,44,91,45,56,50,46,51,50,57,53,49,57,44,52,52,46,53,49,50,56,51,52,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,54,49,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,50,46,56,52,52,48,57,51,44,51,49,46,52,48,51,51,50,56,93,44,91,45,56,50,46,56,49,55,53,52,52,44,51,49,46,51,54,52,52,56,54,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,56,51,54,54,51,51,44,51,49,46,54,55,49,51,57,56,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,57,34,44,34,78,65,77,69,34,58,34,87,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,57,57,44,34,98,101,100,115,34,58,50,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,53,57,50,48,55,49,44,51,49,46,48,49,56,52,56,55,93,44,91,45,56,50,46,52,57,48,53,53,56,44,51,48,46,57,54,51,49,54,54,93,44,91,45,56,50,46,52,51,53,56,53,50,44,51,48,46,56,50,48,48,54,56,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,49,52,57,56,55,50,44,51,48,46,55,56,52,51,51,54,93,44,91,45,56,50,46,52,50,48,52,52,50,44,51,48,46,55,57,53,50,50,57,93,44,91,45,56,50,46,52,49,53,54,48,51,44,51,49,46,48,49,51,53,57,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,50,48,56,50,54,50,44,51,49,46,48,56,52,55,54,56,93,44,91,45,56,50,46,50,48,56,55,51,50,44,51,49,46,49,55,48,57,51,56,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,51,56,51,55,48,53,44,51,49,46,50,57,49,49,52,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,56,54,49,56,50,44,52,54,46,48,54,52,55,57,52,93,44,91,45,49,48,49,46,54,55,55,54,49,50,44,52,54,46,48,49,50,56,55,49,93,44,91,45,49,48,49,46,52,57,54,52,50,51,44,52,54,46,48,50,51,55,50,56,93,44,91,45,49,48,49,46,51,48,51,53,49,52,44,52,54,46,49,48,53,53,48,51,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,49,46,48,52,56,53,50,55,44,52,54,46,51,55,49,52,53,93,44,91,45,49,48,49,46,50,57,56,57,56,57,44,52,54,46,51,55,49,52,48,52,93,44,91,45,49,48,49,46,50,57,56,56,50,51,44,52,54,46,54,51,48,52,51,49,93,44,91,45,49,48,49,46,55,49,56,52,54,50,44,52,54,46,54,51,49,50,56,51,93,44,91,45,49,48,49,46,55,49,56,50,50,56,44,52,54,46,55,49,55,56,51,52,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,48,53,49,50,52,44,52,54,46,54,51,48,57,49,55,93,44,91,45,49,48,50,46,48,52,54,55,56,57,44,52,54,46,50,56,51,55,52,54,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,51,48,48,44,34,98,101,100,115,34,58,51,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,50,56,48,50,57,54,44,50,57,46,57,55,50,54,49,56,93,44,91,45,57,48,46,50,52,48,49,55,51,44,50,57,46,56,54,50,49,49,55,93,44,91,45,57,48,46,49,54,55,50,57,55,44,50,57,46,56,49,55,52,48,55,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,49,55,48,51,56,55,44,50,57,46,54,56,51,53,50,51,93,44,91,45,57,48,46,49,51,55,53,48,52,44,50,57,46,52,55,55,49,54,51,93,44,91,45,57,48,46,48,50,48,54,50,50,44,50,57,46,52,50,56,52,54,49,93,44,91,45,57,48,46,48,48,48,48,54,56,44,50,57,46,50,57,52,57,49,50,93,44,91,45,57,48,46,48,57,48,51,51,55,44,50,57,46,49,56,48,53,55,52,93,44,91,45,57,48,46,48,56,57,48,57,50,44,50,57,46,48,57,52,54,52,56,93,44,91,45,56,57,46,56,57,57,54,54,52,44,50,57,46,49,53,53,48,48,57,93,44,91,45,56,57,46,57,48,50,50,54,55,44,50,57,46,50,57,50,50,56,52,93,44,91,45,56,57,46,57,55,55,52,55,44,50,57,46,52,52,57,51,55,49,93,44,91,45,56,57,46,57,56,48,56,49,50,44,50,57,46,53,56,48,49,53,53,93,44,91,45,57,48,46,48,54,55,50,52,50,44,50,57,46,55,51,56,54,54,52,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,57,48,46,49,51,56,53,55,52,44,50,57,46,57,49,56,56,48,53,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,84,97,109,109,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,48,57,51,44,34,98,101,100,115,34,58,49,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,57,48,46,50,52,51,54,52,57,44,51,48,46,51,54,49,53,56,49,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,56,57,46,57,48,51,50,51,52,44,51,48,46,49,57,56,54,54,93,44,91,45,56,57,46,55,57,55,52,49,52,44,51,48,46,49,54,48,55,53,55,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,54,51,49,54,49,52,44,51,48,46,50,53,55,48,49,51,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,55,53,50,56,48,55,44,51,48,46,53,48,50,57,54,50,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,57,57,52,50,48,49,44,51,48,46,54,54,53,52,51,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,52,54,50,54,51,53,44,52,50,46,52,55,48,56,48,50,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,51,46,48,48,50,57,48,50,44,52,50,46,52,55,48,54,51,56,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,51,46,49,50,56,52,55,53,44,51,48,46,48,53,50,53,56,55,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,57,50,50,55,52,52,44,50,57,46,56,49,56,56,48,56,93,44,91,45,57,51,46,56,49,52,51,53,49,44,50,57,46,53,57,54,53,55,54,93,44,91,45,57,51,46,55,55,48,49,52,55,44,50,57,46,54,55,48,56,50,53,93,44,91,45,57,51,46,52,56,55,55,53,52,44,50,57,46,55,49,55,56,49,49,93,44,91,45,57,51,46,49,50,53,49,53,44,50,57,46,55,48,54,50,48,57,93,44,91,45,57,50,46,54,49,55,51,48,54,44,50,57,46,53,50,55,49,50,57,93,44,91,45,57,50,46,54,49,53,54,49,44,51,48,46,48,51,56,49,54,56,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,57,54,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,55,56,52,55,57,51,44,51,57,46,50,54,50,56,56,56,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,53,55,54,50,56,54,44,51,57,46,53,52,52,53,52,55,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,48,56,48,44,34,98,101,100,115,34,58,49,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,48,54,49,50,53,51,44,52,55,46,55,50,48,49,56,55,93,44,91,45,57,51,46,48,54,57,53,44,52,55,46,51,57,51,57,49,53,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,50,46,51,48,49,54,55,54,44,52,54,46,55,54,52,49,51,52,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,50,49,50,51,57,50,44,52,54,46,54,52,57,57,52,49,93,44,91,45,57,50,46,48,56,57,52,57,51,44,52,54,46,55,52,57,50,51,55,93,44,91,45,57,50,46,48,50,48,50,57,52,44,52,54,46,55,48,52,48,52,49,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,49,46,55,56,55,57,50,56,44,52,55,46,53,52,54,56,49,55,93,44,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,44,91,45,57,50,46,48,48,54,53,55,52,44,52,56,46,50,54,53,52,50,51,93,44,91,45,57,50,46,49,54,49,57,56,51,44,52,56,46,51,54,51,51,48,54,93,44,91,45,57,50,46,50,56,56,57,57,52,44,52,56,46,51,52,50,57,57,93,44,91,45,57,50,46,51,55,48,49,48,51,44,52,56,46,50,50,48,50,57,57,93,44,91,45,57,50,46,53,48,55,50,56,53,44,52,56,46,52,52,55,56,55,54,93,44,91,45,57,50,46,54,53,54,48,50,55,44,52,56,46,52,51,54,55,48,57,93,44,91,45,57,50,46,55,50,56,48,52,54,44,52,56,46,53,51,57,50,56,57,93,44,91,45,57,50,46,57,56,52,57,54,51,44,52,56,46,54,50,51,55,51,49,93,44,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,44,91,45,57,51,46,48,57,54,52,56,56,44,52,56,46,48,54,55,56,50,54,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,111,114,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,55,49,51,44,34,98,101,100,115,34,58,49,48,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,49,54,57,56,55,53,44,52,49,46,49,51,55,48,57,55,93,44,91,45,56,49,46,57,55,51,56,57,53,44,52,49,46,49,57,57,56,51,49,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,57,55,49,50,54,50,44,52,49,46,51,53,49,50,54,56,93,44,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,44,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,86,101,103,97,32,65,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,44,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,57,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,51,55,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,57,51,57,49,50,55,44,51,49,46,48,52,50,48,52,56,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,53,46,49,52,53,52,50,54,44,51,48,46,55,49,51,55,57,57,93,44,91,45,57,53,46,48,50,52,52,52,51,44,51,48,46,54,54,48,53,48,51,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,54,53,55,57,57,50,44,51,49,46,48,49,50,48,48,55,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,105,120,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,48,49,55,55,51,44,52,50,46,50,54,52,52,53,51,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,55,50,50,50,51,49,44,52,50,46,53,50,52,54,53,50,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,72,97,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,48,50,53,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,53,51,50,49,55,52,44,51,57,46,53,52,51,57,55,55,93,44,91,45,55,54,46,51,57,49,54,56,56,44,51,57,46,52,54,52,53,51,50,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,54,46,48,52,49,57,55,54,44,51,57,46,52,57,52,50,50,56,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,100,103,101,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,49,53,53,55,44,51,51,46,57,50,57,50,57,93,44,91,45,56,50,46,49,50,52,56,52,50,44,51,51,46,56,52,50,50,56,49,93,44,91,45,56,50,46,49,55,50,56,48,55,44,51,51,46,55,54,53,49,57,52,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,49,46,56,51,54,56,48,51,44,51,51,46,56,54,54,53,48,49,93,44,91,45,56,49,46,56,57,52,53,57,53,44,51,51,46,57,55,53,52,49,53,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,99,99,111,109,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,52,50,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,56,48,49,50,52,44,51,55,46,57,49,50,49,55,52,93,44,91,45,55,53,46,57,53,50,54,55,50,44,51,55,46,57,48,54,56,50,55,93,44,91,45,55,54,46,48,53,50,48,50,49,44,51,55,46,57,53,51,53,55,56,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,53,46,56,51,53,50,49,52,44,51,55,46,53,53,52,50,52,53,93,44,91,45,55,53,46,55,56,55,48,51,44,51,55,46,52,54,52,53,55,56,93,44,91,45,55,53,46,53,57,55,52,52,49,44,51,55,46,52,53,48,57,56,56,93,44,91,45,55,53,46,53,52,49,55,55,57,44,51,55,46,54,48,54,49,52,53,93,44,91,45,55,53,46,52,49,55,48,55,51,44,51,55,46,56,50,49,48,53,93,44,91,45,55,53,46,50,57,54,48,48,52,44,51,55,46,56,52,53,55,53,50,93,44,91,45,55,53,46,49,54,54,52,51,53,44,51,56,46,48,50,55,56,51,52,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,108,117,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,49,54,49,54,53,52,44,52,51,46,57,51,55,54,56,51,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,52,46,48,54,53,55,53,53,44,51,54,46,56,53,51,57,54,49,93,44,91,45,56,51,46,57,53,56,53,51,52,44,51,54,46,55,50,55,50,52,53,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,55,56,49,50,49,50,44,51,54,46,56,48,50,54,57,51,93,44,91,45,56,51,46,53,56,49,48,57,52,44,51,54,46,57,48,52,54,54,55,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,57,53,57,51,56,53,44,51,54,46,57,55,55,49,50,56,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,73,111,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,78,101,119,32,72,97,110,111,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,50,51,49,44,34,98,101,100,115,34,58,56,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,55,46,57,53,54,54,48,53,44,51,52,46,50,51,52,52,57,49,93,44,91,45,55,55,46,57,52,56,52,55,57,44,51,51,46,57,55,49,50,55,52,93,44,91,45,55,55,46,56,57,55,48,49,49,44,51,51,46,55,56,54,56,93,44,91,45,55,55,46,56,57,56,57,55,44,51,51,46,56,53,52,54,51,57,93,44,91,45,55,55,46,55,56,53,53,53,53,44,51,52,46,49,50,53,49,55,49,93,44,91,45,55,55,46,54,55,53,50,55,54,44,51,52,46,50,53,51,49,51,93,44,91,45,55,55,46,56,50,51,49,48,50,44,51,52,46,51,56,57,50,56,55,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,98,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,48,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,57,46,51,54,48,49,50,44,51,54,46,52,48,57,50,55,55,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,56,46,57,53,48,50,48,53,44,51,54,46,52,48,57,50,52,56,93,44,91,45,56,56,46,56,49,53,51,56,57,44,51,54,46,52,50,50,53,50,56,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,108,108,111,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,55,54,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,98,101,109,97,114,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,53,53,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,93,44,91,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,44,91,45,55,56,46,52,56,53,50,48,50,44,51,56,46,48,54,56,57,55,52,93,44,91,45,55,56,46,52,53,52,55,51,50,44,51,56,46,48,52,53,50,55,56,93,44,91,45,55,56,46,52,54,57,53,48,52,44,51,56,46,48,49,49,55,52,53,93,44,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,51,52,52,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,54,46,57,56,56,48,54,44,51,54,46,51,54,57,49,53,52,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,54,57,53,48,54,52,44,51,54,46,52,50,49,51,49,57,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,50,53,52,50,54,50,44,52,54,46,53,52,53,48,56,50,93,44,91,45,49,49,55,46,52,54,52,55,54,57,44,52,54,46,54,57,57,54,50,54,93,44,91,45,49,49,55,46,55,52,48,56,54,56,44,52,54,46,54,57,52,53,56,51,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,55,46,56,54,51,51,52,55,44,52,54,46,52,55,48,54,54,55,93,44,91,45,49,49,55,46,55,51,55,51,48,51,44,52,54,46,52,55,49,52,53,52,93,44,91,45,49,49,55,46,54,49,49,57,48,51,44,52,54,46,51,51,56,52,55,56,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,55,46,52,49,57,52,56,50,44,52,54,46,49,50,49,57,53,54,93,44,91,45,49,49,55,46,52,49,57,51,51,52,44,52,54,46,51,56,51,49,51,57,93,44,91,45,49,49,55,46,50,50,56,55,57,54,44,52,54,46,52,49,49,51,48,54,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,44,91,45,57,49,46,48,50,51,49,50,54,44,52,55,46,52,54,52,57,56,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,48,46,54,53,52,54,54,44,52,55,46,51,48,57,56,50,50,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,57,46,52,56,51,51,56,53,44,52,56,46,48,49,51,55,49,54,93,44,91,45,56,57,46,56,50,48,55,53,51,44,52,56,46,48,49,52,56,57,52,93,44,91,45,56,57,46,56,57,56,56,49,52,44,52,55,46,57,56,56,48,52,57,93,44,91,45,57,48,46,48,50,51,51,51,49,44,52,56,46,48,56,52,55,52,56,93,44,91,45,57,48,46,49,51,50,53,54,55,44,52,56,46,49,49,49,54,55,49,93,44,91,45,57,48,46,51,55,52,55,54,57,44,52,56,46,48,57,48,57,53,52,93,44,91,45,57,48,46,55,54,49,52,48,52,44,52,56,46,48,57,56,51,56,52,93,44,91,45,57,48,46,56,56,53,52,56,44,52,56,46,50,52,53,55,56,52,93,44,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,99,111,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,54,57,54,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,49,50,55,51,53,55,44,51,52,46,57,53,48,49,57,53,93,44,91,45,56,51,46,51,50,52,49,53,44,51,52,46,55,56,55,52,55,57,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,50,46,56,53,53,49,48,51,44,51,52,46,54,48,57,48,48,55,93,44,91,45,56,50,46,56,52,52,56,49,55,44,51,52,46,54,49,56,55,49,57,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,56,57,54,48,50,53,44,51,52,46,55,51,54,53,52,55,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,66,97,116,111,110,32,82,111,117,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,48,57,52,44,34,98,101,100,115,34,58,50,51,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,51,49,53,50,56,50,44,51,48,46,53,57,52,50,56,56,93,44,91,45,57,49,46,49,57,55,50,48,56,44,51,48,46,53,48,55,48,56,56,93,44,91,45,57,49,46,50,52,49,53,48,56,44,51,48,46,51,53,55,53,57,50,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,48,46,57,55,55,53,48,51,44,51,48,46,52,50,48,56,57,57,93,44,91,45,57,48,46,57,55,55,52,48,49,44,51,48,46,53,57,51,52,56,53,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,49,46,50,53,52,52,49,57,44,51,48,46,55,48,53,50,57,52,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,48,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,55,55,52,56,50,44,51,50,46,49,53,51,57,57,51,93,44,91,45,57,48,46,57,53,54,55,56,55,44,51,50,46,48,56,51,53,57,55,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,48,49,51,54,55,54,44,51,49,46,56,54,49,56,53,50,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,121,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,53,51,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,55,55,52,57,53,53,44,51,56,46,53,48,56,57,93,44,91,45,55,54,46,56,55,49,52,54,44,51,56,46,51,56,57,57,51,55,93,44,91,45,55,54,46,56,50,49,50,53,54,44,51,56,46,50,54,56,55,53,56,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,54,49,48,51,56,52,44,51,56,46,49,52,56,53,49,54,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,52,52,53,51,51,52,44,51,56,46,51,48,53,50,49,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,49,52,48,44,34,98,101,100,115,34,58,50,48,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,53,46,51,49,50,51,55,54,44,52,51,46,50,57,52,50,48,53,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,51,55,50,44,34,98,101,100,115,34,58,49,48,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,53,48,51,52,44,51,53,46,53,49,55,52,52,53,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,51,57,48,49,53,52,44,51,53,46,56,51,51,48,54,50,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,52,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,57,46,48,54,56,52,57,56,44,52,53,46,53,56,51,50,52,49,93,44,91,45,49,48,57,46,49,57,49,55,54,49,44,52,53,46,52,54,52,53,48,52,93,44,91,45,49,48,57,46,51,53,54,52,49,55,44,52,53,46,52,54,52,51,50,54,93,44,91,45,49,48,57,46,53,54,49,57,50,52,44,52,53,46,51,54,50,56,52,51,93,44,91,45,49,48,57,46,54,56,55,55,57,50,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,56,46,49,50,50,49,56,52,44,52,53,46,50,49,54,51,49,55,93,44,91,45,49,48,56,46,54,57,57,54,49,54,44,52,53,46,50,49,55,55,48,57,93,44,91,45,49,48,56,46,54,56,50,50,50,51,44,52,53,46,52,51,51,49,51,50,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,112,112,108,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,53,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,52,51,49,51,54,50,44,51,49,46,56,51,55,57,57,51,93,44,91,45,56,50,46,53,50,48,50,53,49,44,51,49,46,56,51,56,51,56,56,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,49,51,51,48,49,51,44,51,49,46,55,55,51,52,48,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,57,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,50,50,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,54,50,50,51,57,52,44,51,49,46,56,53,55,49,57,51,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,67,111,116,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,49,48,48,46,48,52,55,48,50,56,44,51,52,46,50,50,57,55,56,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,54,53,53,56,52,49,44,51,54,46,55,49,51,53,51,57,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,51,54,48,57,48,54,44,51,54,46,53,54,52,55,54,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,55,46,53,49,48,51,54,44,51,54,46,56,52,53,48,56,50,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,93,44,91,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,44,91,45,55,55,46,53,48,57,51,54,53,44,51,54,46,55,49,54,51,57,56,93,44,91,45,55,55,46,53,48,57,50,52,54,44,51,54,46,54,56,50,57,57,56,93,44,91,45,55,55,46,53,53,54,53,50,52,44,51,54,46,54,55,52,56,55,52,93,44,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,54,55,49,44,34,98,101,100,115,34,58,49,55,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,48,53,54,50,54,49,44,50,56,46,49,55,49,53,57,50,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,50,49,52,52,48,57,44,50,55,46,56,50,56,53,53,93,44,91,45,56,49,46,50,57,55,49,49,51,44,50,55,46,56,53,57,53,56,50,93,44,91,45,56,49,46,51,56,49,48,50,50,44,50,55,46,57,56,51,51,57,51,93,44,91,45,56,49,46,51,52,54,52,49,56,44,50,56,46,48,56,52,54,57,54,93,44,91,45,56,49,46,52,53,53,55,53,56,44,50,56,46,48,56,52,56,57,93,44,91,45,56,49,46,53,50,52,50,50,55,44,50,56,46,49,52,50,56,48,53,93,44,91,45,56,49,46,53,53,55,52,53,57,44,50,56,46,50,53,57,51,54,50,93,44,91,45,56,49,46,54,53,55,49,56,57,44,50,56,46,50,53,57,50,49,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,51,34,44,34,78,65,77,69,34,58,34,89,111,117,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,112,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,54,51,54,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,53,46,56,55,57,56,54,44,51,50,46,55,53,52,53,50,56,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,53,46,55,57,56,53,56,53,44,51,50,46,53,56,49,48,56,57,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,54,57,54,55,53,53,44,51,50,46,54,57,55,52,50,57,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,49,50,57,44,34,98,101,100,115,34,58,53,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,56,55,53,52,51,54,44,52,51,46,48,56,48,52,50,50,93,44,91,45,55,49,46,48,50,54,54,56,54,44,52,51,46,49,51,55,57,52,55,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,52,53,48,52,51,54,44,52,50,46,57,51,49,48,50,93,44,91,45,55,49,46,52,50,55,48,54,55,44,52,50,46,56,50,52,56,52,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,49,51,50,56,48,53,44,52,50,46,56,50,49,52,55,54,93,44,91,45,55,48,46,57,50,57,53,57,52,44,52,50,46,56,56,53,48,51,50,93,44,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,44,91,45,55,48,46,53,55,53,48,57,52,44,52,50,46,57,49,55,49,50,54,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,82,105,111,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,53,49,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,54,46,53,56,54,51,55,52,44,51,55,46,55,52,55,56,48,57,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,108,121,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,54,46,54,51,53,53,54,49,44,52,50,46,55,52,48,56,52,55,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,89,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,55,46,51,49,51,48,48,52,44,52,50,46,55,54,49,50,54,53,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,49,52,51,55,57,53,44,52,50,46,53,55,54,56,54,57,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,54,46,56,56,57,56,48,53,44,52,50,46,52,54,51,48,53,52,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,56,57,53,51,52,57,44,52,50,46,54,53,54,50,53,53,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,75,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,51,50,53,55,44,34,98,101,100,115,34,58,52,54,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,50,46,52,52,55,48,49,55,44,52,55,46,53,52,48,48,52,52,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,51,51,52,57,49,52,44,52,55,46,50,53,55,51,54,54,93,44,91,45,49,50,50,46,49,52,51,57,55,54,44,52,55,46,50,53,55,53,50,54,93,44,91,45,49,50,50,46,48,57,52,55,54,52,44,52,55,46,49,57,52,57,55,55,93,44,91,45,49,50,49,46,57,50,56,49,57,53,44,52,55,46,49,52,55,51,53,56,93,44,91,45,49,50,49,46,55,57,54,52,54,52,44,52,55,46,49,55,51,48,53,57,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,51,49,53,53,51,52,44,52,55,46,49,51,51,56,52,52,93,44,91,45,49,50,49,46,51,52,49,50,48,51,44,52,55,46,50,56,49,50,54,49,93,44,91,45,49,50,49,46,52,54,51,57,53,49,44,52,55,46,51,55,48,53,55,56,93,44,91,45,49,50,49,46,49,55,50,49,57,50,44,52,55,46,53,57,48,50,51,51,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,57,57,49,55,55,53,44,52,55,46,55,55,53,51,52,57,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,101,115,99,104,117,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,54,52,48,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,49,46,55,54,56,48,55,44,52,52,46,49,49,53,50,52,53,93,44,91,45,49,50,49,46,56,53,55,48,54,51,44,52,51,46,57,54,53,50,52,56,93,44,91,45,49,50,49,46,57,55,50,57,51,49,44,52,51,46,56,54,49,49,53,54,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,50,48,46,50,53,55,55,55,55,44,52,51,46,54,57,56,55,54,50,93,44,91,45,49,50,48,46,51,55,56,49,48,55,44,52,51,46,55,56,53,52,50,57,93,44,91,45,49,50,48,46,51,55,56,55,52,44,52,51,46,56,55,50,51,54,50,93,44,91,45,49,50,48,46,55,52,55,56,52,56,44,52,51,46,56,55,49,51,51,49,93,44,91,45,49,50,48,46,55,52,56,50,52,57,44,52,51,46,57,53,55,51,49,93,44,91,45,49,50,48,46,57,56,54,53,56,55,44,52,51,46,57,54,48,56,53,50,93,44,91,45,49,50,48,46,57,56,55,50,55,49,44,52,52,46,49,51,52,48,50,54,93,44,91,45,49,50,49,46,49,48,50,55,55,51,44,52,52,46,49,51,56,49,50,53,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,116,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,53,48,51,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,84,111,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,54,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,48,48,52,52,51,54,44,52,56,46,52,52,56,56,56,54,93,44,91,45,49,49,49,46,57,57,48,56,56,57,44,52,56,46,51,57,52,50,54,53,93,44,91,45,49,49,49,46,55,57,53,57,49,44,52,56,46,51,57,51,48,56,49,93,44,91,45,49,49,49,46,54,54,53,55,53,54,44,52,56,46,51,52,57,52,53,54,93,44,91,45,49,49,49,46,54,54,53,53,57,57,44,52,56,46,50,49,57,53,52,57,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,50,55,53,51,48,54,44,52,56,46,50,49,57,53,51,49,93,44,91,45,49,49,49,46,50,54,57,56,54,50,44,52,56,46,57,57,55,50,51,93,44,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,105,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,50,53,48,49,52,57,44,52,50,46,50,57,54,54,55,54,93,44,91,45,55,54,46,52,49,53,51,48,53,44,52,50,46,51,49,56,51,54,56,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,54,46,49,49,54,50,50,53,44,52,50,46,49,56,53,54,49,93,44,91,45,55,54,46,48,56,49,49,51,52,44,52,50,46,50,51,48,52,57,53,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,48,56,49,56,51,52,44,51,48,46,50,53,57,51,53,55,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,55,53,51,56,51,53,44,51,48,46,51,50,57,51,52,56,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,57,48,50,44,34,98,101,100,115,34,58,52,53,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,54,53,54,52,51,51,44,51,51,46,54,53,57,52,48,57,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,52,53,55,55,50,54,44,51,51,46,54,52,56,56,54,54,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,51,52,55,56,49,57,44,51,51,46,57,54,51,50,56,56,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,50,53,56,57,51,52,44,51,52,46,49,48,57,53,51,57,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,51,50,56,50,54,51,44,51,52,46,49,56,54,49,52,52,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,51,56,51,48,50,55,44,51,51,46,57,54,51,56,93,44,91,45,56,52,46,52,55,49,51,51,44,51,51,46,56,50,53,57,48,53,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,48,51,44,34,98,101,100,115,34,58,51,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,53,46,52,52,54,48,50,52,44,51,49,46,56,52,55,57,56,55,93,44,91,45,57,53,46,51,54,54,49,56,55,44,51,49,46,55,50,54,55,53,51,93,44,91,45,57,53,46,50,56,57,54,54,49,44,51,49,46,54,56,51,57,57,55,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,49,52,57,49,57,56,44,51,49,46,53,54,56,56,48,55,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,52,46,57,54,53,50,50,51,44,51,49,46,54,57,51,56,56,53,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,57,56,53,48,51,55,44,51,49,46,56,52,54,49,57,51,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,117,100,114,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,51,53,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,49,46,54,50,57,53,57,56,44,51,57,46,49,52,55,56,53,51,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,49,48,52,51,55,52,44,51,57,46,50,51,57,56,48,57,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,54,56,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,48,46,57,48,48,49,57,54,44,51,50,46,56,51,50,56,49,51,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,54,56,52,56,53,51,44,51,50,46,54,53,54,48,57,55,93,44,91,45,56,48,46,53,48,50,57,52,52,44,51,50,46,52,57,53,54,53,50,93,44,91,45,56,48,46,51,48,53,55,49,49,44,51,50,46,51,57,55,53,56,57,93,44,91,45,56,48,46,50,50,51,53,57,44,51,50,46,52,56,50,53,54,53,93,44,91,45,56,48,46,52,49,54,53,56,54,44,51,50,46,53,52,54,51,49,56,93,44,91,45,56,48,46,52,48,51,50,56,50,44,51,50,46,54,53,49,54,50,50,93,44,91,45,56,48,46,52,53,51,54,51,44,51,50,46,55,51,57,57,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,52,48,50,50,50,54,44,51,51,46,48,53,51,50,51,56,93,44,91,45,56,48,46,54,50,51,56,49,53,44,51,51,46,48,54,54,57,50,55,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,54,53,50,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,50,51,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,51,56,55,51,55,56,44,51,53,46,57,54,52,55,48,56,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,51,49,57,56,50,44,51,54,46,50,53,57,49,52,52,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,114,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,51,53,48,52,48,55,44,52,54,46,48,49,54,51,54,56,93,44,91,45,57,50,46,55,49,50,53,48,51,44,52,53,46,56,57,49,55,48,53,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,53,50,57,49,48,55,44,52,53,46,54,52,50,48,55,54,93,44,91,45,57,50,46,53,50,56,49,57,56,44,52,53,46,55,50,56,54,56,93,44,91,45,57,50,46,49,53,52,52,52,51,44,52,53,46,55,50,53,54,49,54,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,84,111,114,114,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,52,54,51,56,54,56,44,51,52,46,56,55,48,49,57,52,93,44,91,45,49,48,54,46,52,54,57,55,57,44,51,52,46,53,50,49,50,49,55,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,52,49,53,57,55,50,44,51,52,46,50,53,57,56,50,50,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,53,46,51,49,51,50,49,56,44,51,52,46,50,54,48,48,51,49,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,53,46,50,57,48,51,57,54,44,51,52,46,54,48,54,55,54,54,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,54,46,50,52,51,55,54,50,44,51,52,46,57,53,51,51,53,53,93,44,91,45,49,48,54,46,49,52,57,55,51,55,44,51,52,46,56,55,48,49,52,50,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,80,97,99,105,102,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,56,49,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,44,91,45,49,50,52,46,49,50,57,57,53,55,44,52,54,46,52,50,54,57,53,57,93,44,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,44,91,45,49,50,51,46,57,55,54,50,55,53,44,52,54,46,50,54,57,57,48,55,93,44,91,45,49,50,51,46,56,55,49,56,54,57,44,52,54,46,50,51,52,57,52,57,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,55,50,54,53,53,55,44,52,54,46,51,56,52,56,55,50,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,50,48,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,49,55,54,53,48,49,44,51,52,46,52,54,53,51,53,54,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,55,46,56,50,51,49,48,50,44,51,52,46,51,56,57,50,56,55,93,44,91,45,55,55,46,54,55,53,50,55,54,44,51,52,46,50,53,51,49,51,93,44,91,45,55,55,46,52,56,52,53,51,56,44,51,52,46,51,57,57,55,48,53,93,44,91,45,55,55,46,53,55,52,57,50,52,44,51,52,46,52,55,56,54,56,49,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,72,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,57,48,49,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,55,46,55,56,50,55,54,44,51,50,46,51,49,54,52,57,51,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,49,53,52,53,49,54,44,52,52,46,54,56,57,57,52,55,93,44,91,45,49,48,49,46,49,54,54,55,53,51,44,52,52,46,49,54,56,48,56,53,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,48,46,51,54,55,50,52,55,44,52,52,46,49,57,52,54,50,49,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,49,48,48,46,48,56,53,51,51,44,52,52,46,51,48,56,52,53,49,93,44,91,45,49,48,48,46,51,54,53,51,57,44,52,52,46,51,53,53,53,50,52,93,44,91,45,49,48,48,46,51,56,54,51,55,54,44,52,52,46,52,52,48,48,48,56,93,44,91,45,49,48,48,46,53,55,53,55,57,54,44,52,52,46,52,57,49,55,49,51,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,49,48,48,46,54,52,48,48,54,49,44,52,52,46,53,56,51,55,50,51,93,44,91,45,49,48,48,46,54,49,51,56,48,53,44,52,52,46,55,48,55,49,51,53,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,56,50,57,55,57,53,44,52,52,46,55,56,51,50,52,56,93,44,91,45,49,48,49,46,48,50,50,54,49,49,44,52,52,46,55,50,52,49,53,51,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,52,56,54,44,34,98,101,100,115,34,58,49,55,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,49,57,46,56,56,48,55,56,55,44,51,57,46,49,54,53,53,48,57,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,54,55,55,52,55,54,44,51,57,46,50,56,48,56,55,49,93,44,91,45,49,49,57,46,54,57,53,54,52,51,44,51,57,46,53,50,48,48,50,51,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,57,46,51,51,57,50,57,54,44,51,57,46,57,57,56,54,48,57,93,44,91,45,49,49,57,46,51,51,56,53,48,52,44,52,48,46,53,49,55,56,48,53,93,44,91,45,49,49,57,46,51,49,51,48,51,55,44,52,48,46,53,49,56,51,49,52,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,57,46,51,50,57,55,57,49,44,52,48,46,57,54,48,51,57,52,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,49,57,46,57,57,53,55,48,53,44,52,48,46,51,55,53,56,51,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,108,108,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,57,46,48,50,57,56,54,54,44,51,55,46,50,49,49,48,54,53,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,56,46,57,56,57,55,57,55,44,51,54,46,57,49,57,51,51,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,114,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,65,117,103,117,115,116,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,50,55,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,51,49,49,49,44,51,49,46,53,56,56,52,56,50,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,52,46,48,52,52,49,53,52,44,51,49,46,52,48,57,57,55,57,93,44,91,45,57,51,46,57,56,51,50,51,57,44,51,49,46,52,54,54,49,49,52,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,52,46,48,57,48,55,49,55,44,51,49,46,54,50,48,54,48,57,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,83,116,111,114,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,54,57,53,54,52,51,44,51,57,46,53,50,48,48,50,51,93,44,91,45,49,49,57,46,54,55,55,52,55,54,44,51,57,46,50,56,48,56,55,49,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,52,55,56,56,48,54,44,51,57,46,51,51,55,52,49,54,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,57,34,44,34,78,65,77,69,34,58,34,83,99,104,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,49,56,51,53,54,57,44,51,50,46,49,53,56,52,57,51,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,51,52,56,44,34,98,101,100,115,34,58,49,56,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,52,56,50,54,57,53,44,52,49,46,50,49,50,55,55,50,93,44,91,45,55,51,46,55,50,55,55,55,53,44,52,49,46,49,48,48,54,57,54,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,51,46,49,48,55,52,53,50,44,52,49,46,49,54,56,51,57,55,93,44,91,45,55,51,46,48,54,55,56,53,49,44,52,49,46,51,48,48,57,57,54,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,52,52,49,52,54,54,44,52,49,46,52,57,49,50,57,52,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,57,55,51,56,52,49,44,51,49,46,48,57,50,49,53,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,54,55,50,53,57,55,44,51,48,46,57,55,54,50,55,56,93,44,91,45,57,53,46,54,53,54,52,56,55,44,51,49,46,48,55,57,51,51,57,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,111,97,113,117,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,50,50,49,50,44,34,98,101,100,115,34,58,49,51,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,49,46,51,52,52,48,50,52,44,51,56,46,50,50,56,50,54,93,44,91,45,49,50,49,46,52,55,48,57,53,56,44,51,56,46,50,53,57,57,48,50,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,53,53,54,54,53,53,44,51,55,46,53,52,50,55,51,50,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,49,53,53,56,52,57,44,51,55,46,55,49,57,56,52,52,93,44,91,45,49,50,48,46,57,50,50,49,55,52,44,51,55,46,55,52,55,56,48,54,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,87,105,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,53,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,57,46,49,48,56,57,44,51,51,46,49,57,56,48,53,57,93,44,91,45,56,57,46,50,49,51,52,50,50,44,51,51,46,49,57,55,53,52,51,93,44,91,45,56,57,46,50,49,51,57,50,49,44,51,51,46,49,48,57,52,48,50,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,56,56,48,50,52,56,44,51,56,46,52,49,54,49,56,93,44,91,45,56,53,46,48,50,57,56,56,56,44,51,56,46,53,49,48,55,54,53,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,57,51,51,48,56,53,44,51,55,46,57,53,52,49,56,54,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,53,50,48,55,53,53,44,51,56,46,55,48,51,48,57,52,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,53,56,48,53,54,54,44,51,56,46,52,51,48,49,54,57,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,50,51,50,56,57,53,44,51,56,46,51,51,56,55,56,54,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,51,46,48,55,51,54,51,51,44,51,56,46,53,57,48,52,51,56,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,51,46,49,51,52,55,53,52,44,51,56,46,54,51,50,48,49,51,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,51,56,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,117,109,112,104,114,101,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,53,53,53,50,49,49,44,51,51,46,50,55,48,53,51,51,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,52,52,57,56,57,51,44,51,50,46,57,50,51,50,57,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,57,48,46,52,50,56,55,55,52,44,51,51,46,49,48,55,57,51,50,93,44,91,45,57,48,46,51,51,48,51,49,50,44,51,51,46,49,51,55,56,49,56,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,51,56,55,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,48,55,50,50,51,52,44,51,49,46,53,57,52,53,93,44,91,45,56,55,46,57,48,55,51,57,57,44,51,49,46,52,57,52,52,51,56,93,44,91,45,56,55,46,56,56,56,56,53,55,44,51,49,46,51,54,52,48,50,51,93,44,91,45,56,55,46,57,53,48,55,57,53,44,51,49,46,50,57,57,52,54,51,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,56,55,51,56,56,55,44,51,49,46,50,48,49,52,57,54,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,55,48,54,48,52,53,44,51,49,46,52,48,48,57,53,55,93,44,91,45,56,55,46,54,48,51,49,51,55,44,51,49,46,52,48,57,53,53,54,93,44,91,45,56,55,46,53,54,53,55,48,56,44,51,49,46,52,56,49,54,56,51,93,44,91,45,56,55,46,53,54,54,56,52,49,44,51,49,46,54,57,55,49,49,53,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,55,46,54,50,48,49,49,50,44,51,49,46,56,50,55,49,50,51,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,56,46,49,56,48,51,56,52,44,51,49,46,56,49,52,53,52,54,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,51,53,56,48,57,57,44,51,56,46,48,56,53,56,49,55,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,84,114,105,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,55,46,54,53,57,55,50,52,44,51,54,46,57,54,54,51,57,55,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,51,53,50,44,34,98,101,100,115,34,58,56,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,52,56,53,56,53,52,44,51,49,46,50,52,54,48,57,54,93,44,91,45,56,53,46,54,54,53,55,55,53,44,51,49,46,50,54,55,53,57,49,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,52,56,53,55,54,44,51,49,46,49,57,57,56,56,54,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,53,46,48,57,57,54,52,55,44,51,49,46,49,54,52,57,52,50,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,117,114,111,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,108,101,117,116,105,97,110,115,32,69,97,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,44,91,45,49,53,57,46,49,55,51,57,49,52,44,53,54,46,56,49,52,52,53,93,44,91,45,49,53,57,46,57,48,53,49,51,57,44,53,54,46,53,55,56,49,55,53,93,44,91,45,49,54,48,46,50,50,53,52,49,54,44,53,54,46,52,51,51,54,93,44,91,45,49,54,48,46,52,49,51,49,53,55,44,53,54,46,51,50,49,55,51,52,93,44,91,45,49,54,48,46,54,49,54,48,51,53,44,53,54,46,48,54,55,52,50,49,93,44,91,45,49,54,49,46,50,49,49,49,48,56,44,53,54,46,48,54,55,52,49,93,44,91,45,49,54,49,46,56,50,53,55,53,44,53,53,46,57,52,50,54,53,53,93,44,91,45,49,54,50,46,50,56,57,55,57,49,44,53,53,46,55,50,52,56,54,54,93,44,91,45,49,54,50,46,53,52,55,50,50,56,44,53,53,46,53,50,56,55,52,53,93,44,91,45,49,54,50,46,57,51,53,49,54,49,44,53,53,46,51,56,50,48,53,49,93,44,91,45,49,54,51,46,49,53,48,52,53,53,44,53,53,46,50,50,57,53,48,53,93,44,91,45,49,54,51,46,54,51,48,54,57,50,44,53,53,46,48,57,51,50,50,57,93,44,91,45,49,54,51,46,57,53,48,49,55,54,44,53,53,46,48,55,56,56,49,50,93,44,91,45,49,54,52,46,51,48,55,53,50,53,44,53,52,46,57,53,49,52,53,56,93,44,91,45,49,54,52,46,52,49,56,49,53,49,44,53,52,46,57,55,57,53,53,56,93,44,91,45,49,54,52,46,54,49,52,50,53,53,44,53,52,46,57,50,51,56,55,55,93,44,91,45,49,54,52,46,55,56,50,55,56,44,53,52,46,54,57,49,55,48,50,93,44,91,45,49,54,52,46,57,57,57,52,56,50,44,53,52,46,54,50,54,50,52,57,93,44,91,45,49,54,52,46,57,57,53,54,51,44,53,52,46,52,53,55,51,48,57,93,44,91,45,49,54,52,46,57,48,49,50,57,55,44,53,52,46,51,55,52,54,53,49,93,44,91,45,49,54,52,46,54,49,55,49,48,57,44,53,52,46,51,51,56,56,55,52,93,44,91,45,49,54,52,46,52,49,52,57,56,55,44,53,52,46,51,54,56,56,50,51,93,44,91,45,49,54,52,46,49,50,50,54,55,49,44,53,52,46,53,53,54,49,49,57,93,44,91,45,49,54,51,46,55,49,50,55,57,55,44,53,52,46,53,55,48,49,57,49,93,44,91,45,49,54,51,46,53,57,51,53,54,51,44,53,52,46,53,52,49,49,52,93,44,91,45,49,54,51,46,52,49,51,57,51,56,44,53,52,46,54,48,48,51,55,56,93,44,91,45,49,54,51,46,48,53,57,49,52,49,44,53,52,46,54,48,54,50,48,51,93,44,91,45,49,54,50,46,57,54,56,54,48,54,44,53,52,46,55,48,56,55,48,50,93,44,91,45,49,54,51,46,49,48,52,57,51,53,44,53,52,46,56,48,57,51,56,53,93,44,91,45,49,54,50,46,56,57,51,57,48,51,44,53,52,46,56,52,52,50,51,56,93,44,91,45,49,54,50,46,54,53,49,49,48,53,44,53,52,46,57,50,50,49,53,55,93,44,91,45,49,54,50,46,53,53,52,57,51,49,44,53,52,46,55,52,57,51,52,52,93,44,91,45,49,54,50,46,52,53,57,56,55,55,44,53,52,46,54,54,54,53,50,52,93,44,91,45,49,54,50,46,52,55,57,56,49,53,44,53,52,46,53,52,48,57,51,50,93,44,91,45,49,54,50,46,51,54,53,48,51,53,44,53,52,46,53,48,55,54,57,51,93,44,91,45,49,54,50,46,50,51,57,52,51,44,53,52,46,54,51,56,55,48,56,93,44,91,45,49,54,50,46,49,48,52,56,52,54,44,53,52,46,54,49,56,50,56,54,93,44,91,45,49,54,49,46,57,54,54,56,52,52,44,53,52,46,55,49,52,56,48,50,93,44,91,45,49,54,49,46,56,52,49,48,49,54,44,53,52,46,54,56,52,53,49,54,93,44,91,45,49,54,49,46,53,54,52,55,52,52,44,53,52,46,55,57,55,49,57,55,93,44,91,45,49,54,49,46,54,53,57,52,56,49,44,53,52,46,57,53,54,51,56,51,93,44,91,45,49,54,49,46,52,55,48,48,56,54,44,53,52,46,57,52,57,55,50,57,93,44,91,45,49,54,48,46,57,53,51,52,50,52,44,53,53,46,51,50,53,51,54,55,93,44,91,45,49,54,48,46,56,57,57,54,55,54,44,53,53,46,48,57,53,51,53,93,44,91,45,49,54,48,46,53,57,56,54,57,49,44,53,53,46,48,57,52,48,53,54,93,44,91,45,49,54,48,46,53,49,57,52,54,57,44,53,53,46,48,50,53,49,50,51,93,44,91,45,49,54,48,46,51,53,51,54,44,53,53,46,49,57,51,54,53,53,93,44,91,45,49,54,48,46,50,54,49,57,49,57,44,53,53,46,48,51,53,50,48,49,93,44,91,45,49,54,48,46,51,52,51,51,57,51,44,53,52,46,57,51,48,56,56,49,93,44,91,45,49,54,48,46,51,48,50,56,49,50,44,53,52,46,56,50,57,55,52,54,93,44,91,45,49,54,48,46,48,57,56,48,50,51,44,53,52,46,56,56,53,52,49,54,93,44,91,45,49,53,57,46,56,52,54,48,57,57,44,53,52,46,57,48,50,52,51,53,93,44,91,45,49,53,57,46,55,51,52,55,51,53,44,53,52,46,57,57,48,50,52,53,93,44,91,45,49,53,57,46,53,56,48,51,52,49,44,53,52,46,57,56,55,53,57,56,93,44,91,45,49,53,57,46,51,54,50,50,57,55,44,53,52,46,56,50,56,51,49,53,93,44,91,45,49,53,57,46,50,48,49,53,49,53,44,53,52,46,56,51,51,54,55,50,93,44,91,45,49,53,57,46,49,49,49,55,57,49,44,53,52,46,57,49,53,54,57,93,44,91,45,49,53,57,46,50,53,49,53,49,52,44,53,53,46,48,48,54,54,57,57,93,44,91,45,49,53,57,46,50,53,50,56,51,52,44,53,53,46,49,48,54,49,55,49,93,44,91,45,49,53,57,46,52,49,48,56,56,54,44,53,53,46,49,50,51,52,57,54,93,44,91,45,49,53,57,46,51,57,56,48,54,51,44,53,53,46,50,57,51,51,55,93,44,91,45,49,53,57,46,53,52,52,51,51,53,44,53,53,46,51,50,56,52,48,55,93,44,91,45,49,53,57,46,54,54,48,50,48,54,44,53,53,46,50,52,50,57,49,93,44,91,45,49,54,48,46,48,52,49,49,54,50,44,53,53,46,52,52,56,56,55,57,93,44,91,45,49,53,57,46,57,53,49,49,51,56,44,53,53,46,53,48,55,53,56,51,93,44,91,45,49,53,57,46,53,51,56,49,53,51,44,53,53,46,53,51,50,48,48,54,93,44,91,45,49,53,57,46,52,52,54,56,54,56,44,53,53,46,54,51,56,53,51,49,93,44,91,45,49,53,57,46,53,54,49,52,53,49,44,53,53,46,54,51,56,52,52,51,93,44,91,45,49,53,57,46,53,54,49,51,54,44,53,53,46,56,56,55,49,57,55,93,44,91,45,49,53,57,46,56,54,55,57,55,49,44,53,53,46,56,56,55,49,57,51,93,44,91,45,49,53,57,46,56,48,54,52,48,54,44,53,53,46,57,55,51,57,49,57,93,44,91,45,49,53,57,46,56,48,54,51,56,57,44,53,54,46,51,50,48,56,48,53,93,44,91,45,49,53,57,46,57,48,48,49,51,51,44,53,54,46,51,50,48,56,48,51,93,44,91,45,49,53,57,46,57,48,48,49,52,57,44,53,54,46,52,57,52,50,51,57,93,44,91,45,49,53,57,46,53,56,56,48,51,54,44,53,54,46,52,57,52,50,52,53,93,44,91,45,49,53,57,46,53,56,56,48,52,49,44,53,54,46,53,56,48,57,54,49,93,44,91,45,49,53,57,46,50,55,53,57,50,56,44,53,54,46,53,56,48,57,54,55,93,44,91,45,49,53,57,46,50,55,53,57,51,50,44,53,54,46,54,54,55,54,56,50,93,44,91,45,49,53,57,46,48,53,49,48,56,57,44,53,54,46,54,54,55,54,56,55,93,44,91,45,49,53,56,46,56,57,51,54,48,55,44,53,54,46,55,53,52,52,48,52,93,44,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,93,93,44,91,91,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,44,91,45,49,54,54,46,50,50,53,54,52,49,44,53,51,46,57,54,48,50,48,54,93,44,91,45,49,54,53,46,57,54,49,48,56,54,44,53,51,46,57,49,54,50,52,51,93,44,91,45,49,54,53,46,55,56,56,57,54,54,44,53,52,46,48,49,54,50,51,54,93,44,91,45,49,54,53,46,54,53,55,49,55,51,44,53,52,46,48,51,54,51,51,54,93,44,91,45,49,54,53,46,53,49,57,55,54,55,44,53,51,46,57,55,50,48,54,93,44,91,45,49,54,53,46,51,56,48,57,54,53,44,53,52,46,48,49,54,52,51,54,93,44,91,45,49,54,52,46,56,56,49,48,52,56,44,53,52,46,48,52,51,52,50,57,93,44,91,45,49,54,52,46,55,49,52,52,56,53,44,53,52,46,49,54,54,49,49,55,93,44,91,45,49,54,52,46,56,48,53,51,54,57,44,53,52,46,50,56,50,51,57,50,93,44,91,45,49,54,53,46,48,54,54,56,55,49,44,53,52,46,49,56,48,48,56,54,93,44,91,45,49,54,53,46,51,52,53,49,55,55,44,53,52,46,50,53,49,48,51,51,93,44,91,45,49,54,53,46,52,54,50,52,57,51,44,53,52,46,51,52,54,56,50,50,93,44,91,45,49,54,53,46,54,53,53,53,53,44,53,52,46,51,52,55,48,53,49,93,44,91,45,49,54,53,46,55,56,57,49,52,55,44,53,52,46,50,51,57,49,51,56,93,44,91,45,49,54,53,46,57,51,55,50,50,44,53,52,46,50,55,54,57,56,53,93,44,91,45,49,54,54,46,49,54,53,49,49,55,44,53,52,46,49,57,53,48,56,56,93,44,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,93,93,44,91,91,91,45,49,54,51,46,48,49,51,54,57,52,44,53,52,46,51,56,53,48,56,55,93,44,91,45,49,54,50,46,55,48,48,48,56,52,44,53,52,46,50,51,55,57,54,57,93,44,91,45,49,54,50,46,50,56,50,50,48,51,44,53,52,46,51,51,48,57,54,53,93,44,91,45,49,54,50,46,51,53,52,51,53,50,44,53,52,46,52,53,54,54,57,49,93,44,91,45,49,54,50,46,56,56,48,55,48,54,44,53,52,46,53,53,51,50,49,51,93,44,91,45,49,54,51,46,48,49,51,54,57,52,44,53,52,46,51,56,53,48,56,55,93,93,93,44,91,91,91,45,49,53,57,46,57,49,48,51,51,53,44,53,52,46,56,49,52,49,54,56,93,44,91,45,49,53,57,46,56,53,53,50,49,55,44,53,52,46,55,53,55,55,48,52,93,44,91,45,49,53,57,46,53,52,55,56,55,50,44,53,52,46,54,57,57,50,57,54,93,44,91,45,49,53,57,46,52,49,54,55,55,50,44,53,52,46,55,57,50,49,57,55,93,44,91,45,49,53,57,46,53,53,54,49,49,54,44,53,52,46,56,56,48,50,54,50,93,44,91,45,49,53,57,46,55,54,49,48,53,49,44,53,52,46,56,57,49,51,50,52,93,44,91,45,49,53,57,46,57,49,48,51,51,53,44,53,52,46,56,49,52,49,54,56,93,93,93,44,91,91,91,45,49,54,51,46,50,55,48,56,56,55,44,53,53,46,52,51,49,55,49,56,93,44,91,45,49,54,51,46,50,51,53,51,54,50,44,53,53,46,51,54,54,49,49,50,93,44,91,45,49,54,51,46,48,50,55,57,51,56,44,53,53,46,52,50,48,56,51,93,44,91,45,49,54,51,46,49,51,54,53,51,52,44,53,53,46,53,50,53,48,50,52,93,44,91,45,49,54,51,46,50,55,48,56,56,55,44,53,53,46,52,51,49,55,49,56,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,54,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,51,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,50,53,55,57,57,53,44,51,57,46,48,49,49,56,49,56,93,44,91,45,55,54,46,49,49,55,48,53,56,44,51,57,46,49,48,55,48,57,56,93,44,91,45,55,54,46,48,49,48,50,57,50,44,51,57,46,50,51,57,53,49,55,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,57,48,56,48,51,53,44,51,57,46,51,54,52,53,48,49,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,48,56,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,49,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,52,56,50,56,56,57,44,52,52,46,56,57,48,55,49,50,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,50,57,52,44,34,98,101,100,115,34,58,52,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,49,49,50,53,51,53,44,52,52,46,52,51,53,56,56,54,93,44,91,45,49,48,50,46,50,56,52,52,48,52,44,52,52,46,52,52,49,50,51,50,93,44,91,45,49,48,50,46,51,52,49,54,51,53,44,52,52,46,51,52,56,55,55,50,93,44,91,45,49,48,50,46,51,56,56,48,52,53,44,52,52,46,49,52,48,49,56,51,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,50,46,54,56,55,49,57,49,44,52,51,46,56,53,53,53,57,57,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,50,46,49,55,53,50,51,49,44,52,51,46,54,56,55,55,53,54,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,48,49,56,56,56,55,44,52,51,46,55,48,56,54,49,56,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,48,55,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,49,46,50,49,57,53,54,51,44,51,50,46,57,53,51,51,53,93,44,91,45,56,49,46,50,54,49,54,54,50,44,51,50,46,56,51,57,49,51,57,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,48,49,56,52,57,53,44,51,50,46,55,53,48,49,55,50,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,57,48,48,49,57,54,44,51,50,46,56,51,50,56,49,51,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,49,46,53,53,56,56,51,51,44,52,51,46,56,56,51,51,48,53,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,49,56,55,50,53,54,44,52,51,46,57,51,50,49,49,52,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,49,51,48,54,53,57,44,52,52,46,53,48,48,49,51,49,93,44,91,45,49,49,49,46,50,49,57,51,49,57,44,52,52,46,54,50,50,53,50,49,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,53,50,53,54,49,44,52,52,46,54,48,52,55,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,54,49,55,52,51,55,44,52,52,46,52,48,49,50,53,52,93,44,91,45,49,49,49,46,55,57,49,54,50,52,44,52,52,46,52,48,49,54,49,93,44,91,45,49,49,49,46,56,53,50,50,55,54,44,52,52,46,51,49,54,57,57,54,93,44,91,45,49,49,49,46,56,53,55,56,53,49,44,52,52,46,49,56,55,55,53,57,93,44,91,45,49,49,50,46,48,51,51,54,54,52,44,52,52,46,49,52,52,48,52,57,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,49,53,54,51,55,44,52,51,46,57,55,49,50,52,55,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,114,121,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,53,57,50,51,57,49,44,51,49,46,57,55,50,52,54,57,93,44,91,45,56,49,46,52,48,52,51,56,56,44,51,49,46,57,49,57,55,48,49,93,44,91,45,56,49,46,51,55,54,57,53,52,44,51,49,46,56,52,56,50,53,55,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,50,49,50,51,48,57,44,51,49,46,57,49,56,51,53,56,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,105,110,119,105,100,100,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,48,56,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,55,46,57,48,48,51,51,56,44,51,55,46,49,52,51,56,56,50,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,55,46,55,54,53,53,52,44,51,54,46,57,55,52,54,53,53,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,117,99,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,53,57,49,44,34,98,101,100,115,34,58,56,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,50,56,53,53,49,44,50,55,46,50,48,54,48,50,53,93,44,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,44,91,45,56,48,46,50,54,51,53,52,51,44,50,55,46,53,53,54,55,56,50,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,52,50,52,56,44,34,98,101,100,115,34,58,50,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,55,51,48,57,53,55,44,52,50,46,57,56,56,51,55,50,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,52,56,53,52,49,56,44,52,51,46,48,51,52,53,54,52,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,44,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,57,49,52,44,34,98,101,100,115,34,58,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,52,55,54,55,50,57,44,52,51,46,50,50,49,57,56,55,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,54,46,53,50,49,55,50,44,52,51,46,51,56,54,55,53,53,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,51,53,44,34,98,101,100,115,34,58,50,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,51,55,48,52,54,51,44,51,55,46,48,54,51,50,55,56,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,50,46,56,52,54,52,48,53,44,51,48,46,56,51,52,57,52,57,93,44,91,45,56,50,46,55,54,54,49,53,57,44,51,48,46,55,51,50,52,48,52,93,44,91,45,56,50,46,54,48,52,51,48,55,44,51,48,46,55,49,51,55,49,53,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,52,51,53,56,53,50,44,51,48,46,56,50,48,48,54,56,93,44,91,45,56,50,46,52,57,48,53,53,56,44,51,48,46,57,54,51,49,54,54,93,44,91,45,56,50,46,53,57,50,48,55,49,44,51,49,46,48,49,56,52,56,55,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,53,56,50,44,34,98,101,100,115,34,58,52,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,51,55,48,56,57,56,44,51,48,46,56,56,52,56,50,56,93,44,91,45,56,51,46,52,56,50,52,54,49,44,51,48,46,55,53,54,57,51,49,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,51,52,48,56,53,50,44,51,48,46,54,51,54,51,51,54,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,51,46,49,50,52,56,54,53,44,51,48,46,56,48,51,54,53,53,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,51,46,48,52,50,57,50,52,44,51,48,46,57,52,55,50,57,54,93,44,91,45,56,51,46,49,55,57,52,54,53,44,51,48,46,57,53,48,49,50,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,75,97,108,97,119,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,44,91,45,49,53,55,46,48,49,52,54,49,50,44,50,49,46,49,56,50,51,52,57,93,44,91,45,49,53,54,46,57,49,55,49,44,50,49,46,49,54,51,55,49,93,44,91,45,49,53,54,46,56,55,49,49,57,53,44,50,49,46,50,51,49,56,56,55,93,44,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,75,97,117,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,51,55,55,44,34,98,101,100,115,34,58,49,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,57,46,54,49,57,49,57,49,44,50,50,46,50,54,54,56,51,55,93,44,91,45,49,53,57,46,55,53,44,50,50,46,49,57,57,52,52,57,93,44,91,45,49,53,57,46,56,52,56,49,50,52,44,50,50,46,48,55,54,48,55,51,93,44,91,45,49,53,57,46,55,57,51,54,48,49,44,50,49,46,57,51,57,55,56,93,44,91,45,49,53,57,46,54,51,49,50,53,57,44,50,49,46,56,52,54,54,56,56,93,44,91,45,49,53,57,46,52,52,51,57,57,57,44,50,49,46,56,49,55,55,56,57,93,44,91,45,49,53,57,46,50,56,52,51,53,52,44,50,49,46,57,52,48,54,51,55,93,44,91,45,49,53,57,46,50,52,53,55,55,57,44,50,50,46,49,54,54,56,48,56,93,44,91,45,49,53,57,46,51,48,56,55,57,56,44,50,50,46,50,53,93,44,91,45,49,53,57,46,52,48,50,57,50,44,50,50,46,50,57,48,52,55,51,93,44,91,45,49,53,57,46,54,49,57,49,57,49,44,50,50,46,50,54,54,56,51,55,93,93,93,44,91,91,91,45,49,54,48,46,51,48,52,51,54,44,50,49,46,56,53,51,55,57,53,93,44,91,45,49,54,48,46,50,54,53,55,55,56,44,50,49,46,55,52,54,49,56,93,44,91,45,49,54,48,46,49,55,48,51,49,44,50,49,46,55,51,57,53,53,49,93,44,91,45,49,54,48,46,49,50,50,48,49,53,44,50,49,46,56,50,52,57,54,93,44,91,45,49,54,48,46,48,51,49,48,51,50,44,50,49,46,56,54,57,51,54,52,93,44,91,45,49,53,57,46,57,57,55,50,48,53,44,50,49,46,57,57,50,53,49,93,44,91,45,49,54,48,46,48,53,54,55,50,50,44,50,50,46,48,54,56,51,52,53,93,44,91,45,49,54,48,46,49,52,48,52,49,54,44,50,50,46,48,55,51,51,50,50,93,44,91,45,49,54,48,46,49,55,52,48,49,49,44,50,49,46,57,57,49,52,55,57,93,44,91,45,49,54,48,46,50,55,57,57,52,55,44,50,49,46,57,50,48,54,51,56,93,44,91,45,49,54,48,46,51,48,52,51,54,44,50,49,46,56,53,51,55,57,53,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,99,111,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,56,55,48,52,44,34,98,101,100,115,34,58,49,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,44,91,45,56,50,46,55,51,57,48,49,44,52,50,46,56,57,55,53,52,49,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,50,46,55,52,57,57,48,56,44,52,50,46,52,53,49,48,57,50,93,44,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,55,34,44,34,78,65,77,69,34,58,34,84,117,114,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,54,49,50,54,52,50,44,51,49,46,56,48,52,49,50,56,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,55,57,54,56,52,54,44,51,49,46,54,50,50,57,50,57,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,49,34,44,34,78,65,77,69,34,58,34,77,105,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,55,46,50,53,57,48,56,50,44,51,48,46,56,56,57,53,57,54,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,50,55,49,52,49,56,44,51,48,46,55,51,53,54,57,50,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,54,52,49,50,56,44,51,48,46,56,49,56,48,53,49,93,44,91,45,57,54,46,55,53,54,51,51,44,51,48,46,57,50,55,50,48,54,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,112,101,110,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,55,46,48,49,55,52,53,51,44,51,56,46,49,49,56,51,48,49,93,44,91,45,56,55,46,50,50,53,55,48,49,44,51,55,46,57,55,49,54,54,55,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,48,54,57,54,55,53,44,51,55,46,56,48,49,53,49,51,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,55,54,55,51,53,50,44,51,56,46,48,53,54,57,50,52,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,72,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,54,46,48,55,51,54,50,54,44,51,55,46,51,52,56,48,52,53,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,53,46,57,48,54,51,51,54,44,51,55,46,49,52,56,51,55,55,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,54,57,55,51,50,53,44,51,55,46,51,48,49,56,51,56,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,52,46,56,53,48,56,49,54,44,51,55,46,52,50,55,49,52,51,93,44,91,45,56,52,46,55,50,50,56,50,54,44,51,55,46,51,54,48,48,52,51,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,53,53,54,52,54,49,44,51,55,46,51,53,53,55,50,57,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,55,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,44,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,44,91,45,49,48,57,46,53,48,53,51,51,51,44,52,56,46,53,54,55,57,49,93,44,91,45,49,48,57,46,52,54,52,51,49,56,44,52,56,46,52,53,50,54,51,56,93,44,91,45,49,48,57,46,53,49,56,55,56,44,52,56,46,51,57,52,55,50,54,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,52,49,49,53,48,54,44,52,55,46,55,50,52,54,49,55,93,44,91,45,49,48,57,46,50,55,55,51,56,50,44,52,55,46,55,57,50,52,51,53,93,44,91,45,49,48,56,46,57,52,50,55,52,53,44,52,55,46,55,57,49,56,50,52,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,56,56,56,51,49,54,44,52,55,46,57,50,50,55,50,50,93,44,91,45,49,48,56,46,54,50,53,53,56,55,44,52,55,46,57,50,48,52,49,49,93,44,91,45,49,48,56,46,54,48,55,53,55,57,44,52,55,46,57,57,48,57,57,55,93,44,91,45,49,48,56,46,52,51,51,57,56,44,52,55,46,57,55,54,53,53,51,93,44,91,45,49,48,56,46,52,49,49,49,56,54,44,52,56,46,52,52,52,57,56,49,93,44,91,45,49,48,56,46,51,49,57,48,49,49,44,52,56,46,53,54,56,52,51,49,93,44,91,45,49,48,56,46,50,53,57,51,56,52,44,52,56,46,55,52,50,50,50,53,93,44,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,49,48,34,44,34,78,65,77,69,34,58,34,78,111,114,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,53,57,50,44,34,98,101,100,115,34,58,57,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,51,51,50,50,53,55,44,51,54,46,57,54,54,48,57,57,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,57,34,44,34,78,65,77,69,34,58,34,82,101,101,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,51,46,49,56,49,50,50,53,44,51,49,46,51,55,48,50,52,53,93,44,91,45,49,48,51,46,52,54,53,48,53,55,44,51,49,46,52,51,49,57,52,56,93,44,91,45,49,48,51,46,53,48,56,56,48,53,44,51,49,46,54,50,52,49,49,55,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,55,48,48,54,48,51,44,51,49,46,55,52,56,51,57,53,93,44,91,45,49,48,51,46,55,57,54,54,49,50,44,51,49,46,55,55,48,48,49,51,93,44,91,45,49,48,51,46,56,49,52,57,57,44,51,49,46,56,53,50,49,52,50,93,44,91,45,49,48,51,46,57,49,50,50,52,56,44,51,49,46,57,48,50,52,50,52,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,51,52,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,57,54,52,48,57,44,51,55,46,49,49,56,56,56,57,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,54,57,52,44,34,98,101,100,115,34,58,50,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,55,56,49,57,50,49,44,51,52,46,57,51,53,56,52,56,93,44,91,45,56,48,46,55,57,55,52,56,52,44,51,52,46,56,49,57,56,48,51,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,51,53,56,57,50,50,44,51,53,46,49,54,53,50,56,49,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,99,75,101,110,122,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,51,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,48,57,57,54,55,44,52,55,46,54,55,52,53,49,56,93,44,91,45,49,48,50,46,54,52,50,54,54,57,44,52,55,46,54,55,52,48,49,50,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,53,54,53,57,48,50,44,52,55,46,57,54,57,48,50,56,93,44,91,45,49,48,50,46,54,48,56,51,54,44,52,56,46,48,52,54,51,53,49,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,51,46,50,48,49,56,57,44,52,56,46,49,51,53,50,48,56,93,44,91,45,49,48,51,46,50,55,55,50,54,54,44,52,56,46,48,53,56,48,50,51,93,44,91,45,49,48,51,46,52,56,53,48,55,50,44,52,56,46,48,48,54,55,50,53,93,44,91,45,49,48,51,46,54,48,56,49,55,52,44,52,56,46,49,49,52,49,50,52,93,44,91,45,49,48,51,46,55,56,52,51,57,52,44,52,56,46,48,53,57,52,57,49,93,44,91,45,49,48,51,46,57,49,57,55,56,57,44,52,55,46,57,53,53,57,53,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,79,107,97,108,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,55,51,55,44,34,98,101,100,115,34,58,52,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,54,46,56,48,48,53,53,52,44,51,48,46,51,51,52,52,57,50,93,44,91,45,56,54,46,54,52,53,56,54,49,44,51,48,46,51,52,54,49,55,51,93,44,91,45,56,54,46,51,57,55,53,48,52,44,51,48,46,51,50,53,51,53,52,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,109,101,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,55,48,48,44,34,98,101,100,115,34,58,51,56,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,53,53,54,54,53,53,44,51,55,46,53,52,50,55,51,50,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,57,54,48,55,55,44,51,55,46,55,49,56,54,50,57,93,44,91,45,49,50,50,46,48,52,53,52,55,51,44,51,55,46,55,57,56,49,50,54,93,44,91,45,49,50,50,46,49,52,48,53,53,49,44,51,55,46,56,48,52,53,57,52,93,44,91,45,49,50,50,46,50,54,52,48,50,55,44,51,55,46,57,48,51,55,55,53,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,53,52,54,56,51,49,44,51,56,46,56,55,52,48,48,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,53,55,48,49,54,57,44,51,56,46,57,57,51,50,57,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,75,111,115,99,105,117,115,107,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,56,48,54,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,48,55,53,57,51,57,44,52,49,46,48,56,52,56,55,56,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,111,120,117,98,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,114,117,102,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,52,51,48,56,56,52,44,51,53,46,51,55,49,53,54,54,93,44,91,45,57,49,46,51,55,57,55,49,57,44,51,53,46,50,49,53,49,52,57,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,51,54,51,55,54,51,44,51,53,46,48,53,49,56,56,55,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,50,57,51,49,49,49,44,51,52,46,57,56,53,48,57,49,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,48,52,53,52,51,44,51,53,46,48,48,49,48,52,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,50,53,49,53,53,53,44,51,53,46,51,53,55,53,54,49,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,71,108,111,117,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,56,53,50,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,51,54,55,50,51,57,44,51,57,46,55,49,55,53,54,53,93,44,91,45,55,53,46,49,57,57,55,57,51,44,51,57,46,54,54,54,57,57,54,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,98,111,114,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,48,56,55,44,34,98,101,100,115,34,58,49,48,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,48,48,54,49,57,44,52,50,46,57,52,51,55,56,57,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,50,57,52,54,51,55,44,52,50,46,54,57,55,48,52,50,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,52,50,55,48,54,55,44,52,50,46,56,50,52,56,52,93,44,91,45,55,49,46,52,53,48,52,51,54,44,52,50,46,57,51,49,48,50,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,53,49,55,52,54,55,44,52,51,46,48,54,56,57,48,57,93,44,91,45,55,49,46,54,52,49,50,57,49,44,52,51,46,48,53,52,49,54,56,93,44,91,45,55,49,46,54,54,55,55,55,49,44,52,51,46,49,53,50,53,51,52,93,44,91,45,55,49,46,56,53,54,49,44,52,51,46,49,49,53,49,51,53,93,44,91,45,55,49,46,57,49,51,50,49,53,44,52,51,46,50,48,55,48,57,57,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,74,117,100,105,116,104,32,66,97,115,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,55,54,55,49,50,53,44,52,55,46,51,53,57,49,50,56,93,44,91,45,49,49,48,46,55,55,48,54,57,56,44,52,55,46,48,57,54,53,52,54,93,44,91,45,49,49,48,46,54,52,53,50,49,50,44,52,55,46,48,57,53,56,55,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,52,53,52,53,54,54,44,52,54,46,54,55,57,53,52,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,48,57,46,57,54,55,56,44,52,54,46,55,53,48,56,55,53,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,55,57,55,52,54,57,44,52,54,46,56,54,55,48,51,56,93,44,91,45,49,48,57,46,55,53,53,52,50,51,44,52,54,46,56,57,54,48,50,51,93,44,91,45,49,48,57,46,55,53,54,53,54,56,44,52,55,46,49,56,53,54,57,52,93,44,91,45,49,49,48,46,49,50,55,54,57,57,44,52,55,46,50,55,49,57,49,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,52,48,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,51,52,53,50,57,44,51,54,46,48,55,54,52,53,57,93,44,91,45,56,50,46,49,57,49,55,48,53,44,51,53,46,57,57,48,54,51,54,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,50,46,48,51,52,49,48,52,44,51,53,46,57,52,50,48,53,55,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,49,49,53,54,49,52,44,52,54,46,55,49,51,51,56,55,93,44,91,45,49,49,51,46,48,51,56,55,48,50,44,52,54,46,55,51,53,53,52,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,50,46,53,51,51,54,50,53,44,52,54,46,51,51,48,56,57,56,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,51,50,48,56,55,49,44,52,54,46,54,53,53,57,50,55,93,44,91,45,49,49,50,46,53,51,53,53,57,55,44,52,54,46,54,57,57,52,56,50,93,44,91,45,49,49,50,46,53,51,53,55,52,56,44,52,54,46,56,51,52,50,51,52,93,44,91,45,49,49,50,46,55,57,53,54,52,50,44,52,54,46,56,51,49,54,54,53,93,44,91,45,49,49,50,46,55,57,53,56,48,56,44,52,55,46,49,55,55,48,48,52,93,44,91,45,49,49,51,46,48,53,57,48,53,51,44,52,55,46,49,55,57,53,55,93,44,91,45,49,49,51,46,48,53,57,49,57,57,44,52,55,46,52,56,56,53,57,57,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,52,54,54,52,53,44,52,55,46,49,55,57,49,56,54,93,44,91,45,49,49,51,46,51,48,50,57,52,51,44,52,55,46,49,55,57,54,52,51,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,51,46,55,50,53,48,48,49,44,52,52,46,55,51,57,48,52,54,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,49,55,57,51,56,55,44,52,52,46,56,51,53,55,50,57,93,44,91,45,49,50,51,46,48,52,52,57,48,51,44,52,52,46,57,52,52,48,50,56,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,87,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,55,52,56,52,56,53,44,52,53,46,50,48,52,52,52,93,44,91,45,49,50,49,46,54,53,50,48,49,56,44,52,53,46,48,56,54,55,48,54,93,44,91,45,49,50,49,46,56,48,53,54,54,55,44,52,53,46,48,48,54,49,50,52,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,48,56,57,52,56,44,52,52,46,56,50,51,50,55,50,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,48,46,52,53,53,51,56,57,44,52,52,46,56,54,54,48,52,54,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,55,50,51,53,54,57,44,52,53,46,49,51,48,57,49,49,93,44,91,45,49,50,48,46,56,56,57,51,53,55,44,52,53,46,50,48,50,51,48,53,93,44,91,45,49,50,49,46,48,50,52,50,57,52,44,52,53,46,50,49,57,53,51,49,93,44,91,45,49,50,48,46,56,54,56,53,54,57,44,52,53,46,52,48,49,49,52,54,93,44,91,45,49,50,48,46,56,51,56,55,55,50,44,52,53,46,53,49,53,57,52,54,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,49,46,48,56,52,56,54,51,44,52,53,46,54,52,55,57,51,50,93,44,91,45,49,50,49,46,51,51,55,55,49,50,44,52,53,46,55,48,52,56,51,57,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,52,56,50,49,54,56,44,52,53,46,53,49,57,54,48,52,93,44,91,45,49,50,49,46,52,56,49,56,56,56,44,52,53,46,50,53,56,49,50,56,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,51,50,57,55,56,50,44,51,49,46,49,52,51,56,50,49,93,44,91,45,56,56,46,48,50,50,54,52,57,44,51,49,46,49,52,52,50,54,55,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,57,53,48,55,57,53,44,51,49,46,50,57,57,52,54,51,93,44,91,45,56,55,46,56,56,56,56,53,55,44,51,49,46,51,54,52,48,50,51,93,44,91,45,56,55,46,57,48,55,51,57,57,44,51,49,46,52,57,52,52,51,56,93,44,91,45,56,56,46,48,55,50,50,51,52,44,51,49,46,53,57,52,53,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,102,105,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,55,57,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,52,53,55,50,49,55,44,52,49,46,50,53,51,52,56,53,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,52,46,50,50,56,52,53,52,44,52,49,46,52,50,55,56,49,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,98,114,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,52,55,44,34,98,101,100,115,34,58,49,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,53,48,54,54,57,53,44,51,55,46,54,57,49,49,53,56,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,49,54,50,50,48,50,44,51,55,46,56,55,53,49,50,50,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,56,48,46,50,54,52,54,53,51,44,51,56,46,48,52,54,54,49,54,93,44,91,45,56,48,46,51,54,51,50,57,53,44,51,56,46,49,49,52,51,51,49,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,55,49,49,57,54,49,44,51,56,46,48,55,57,49,50,57,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,55,54,57,56,54,54,44,51,55,46,57,56,53,50,55,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,52,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,57,46,49,51,56,49,51,56,44,51,56,46,56,50,52,50,48,57,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,48,44,34,98,101,100,115,34,58,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,52,54,55,51,52,53,44,51,55,46,48,50,50,49,51,54,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,109,101,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,57,56,54,49,57,44,51,55,46,52,56,54,50,54,57,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,55,53,56,54,50,44,51,55,46,50,54,56,55,49,55,93,44,91,45,55,55,46,56,55,55,53,53,54,44,51,55,46,51,54,54,50,52,55,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,51,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,52,46,57,52,50,51,53,51,44,51,49,46,54,49,56,54,54,57,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,54,48,51,48,56,54,44,51,49,46,55,55,50,48,48,49,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,76,117,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,57,50,51,57,57,55,44,51,50,46,54,48,52,51,55,57,93,44,91,45,49,48,55,46,57,50,51,55,54,54,44,51,50,46,53,49,55,52,49,54,93,44,91,45,49,48,56,46,50,50,57,51,52,51,44,51,50,46,53,49,54,56,51,55,93,44,91,45,49,48,56,46,50,50,57,57,53,49,44,51,50,46,48,55,57,56,55,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,50,48,56,52,56,52,44,51,49,46,55,56,51,54,57,56,93,44,91,45,49,48,55,46,50,57,54,55,57,51,44,51,49,46,55,56,51,54,52,49,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,53,34,44,34,78,65,77,69,34,58,34,78,117,101,99,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,52,56,54,44,34,98,101,100,115,34,58,49,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,57,51,52,50,55,52,44,50,55,46,56,56,53,50,48,50,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,55,46,56,52,48,54,55,56,44,50,55,46,53,53,56,51,53,56,93,44,91,45,57,55,46,49,54,53,48,57,55,44,50,55,46,53,54,56,51,93,44,91,45,57,54,46,57,56,52,50,56,49,44,50,55,46,56,48,51,55,56,51,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,55,46,49,56,53,53,55,57,44,50,55,46,56,51,48,50,55,50,93,44,91,45,57,55,46,51,51,55,54,55,55,44,50,55,46,56,56,51,49,54,53,93,44,91,45,57,55,46,53,56,57,52,55,51,44,50,55,46,56,53,54,49,48,49,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,87,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,48,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,84,111,97,32,66,97,106,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,55,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,50,56,57,56,54,44,49,56,46,53,50,52,52,48,51,93,44,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,51,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,53,54,48,44,34,98,101,100,115,34,58,49,50,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,54,56,57,51,53,51,44,51,52,46,53,56,54,52,50,53,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,52,50,53,52,56,50,44,51,52,46,52,55,57,50,55,55,93,44,91,45,56,54,46,51,49,49,49,56,55,44,51,52,46,53,51,57,50,55,55,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,51,53,57,48,51,52,44,51,52,46,54,51,50,54,49,93,44,91,45,56,54,46,51,53,49,49,50,51,44,51,52,46,56,55,51,50,54,53,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,54,54,51,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,51,50,54,50,53,50,44,51,53,46,57,56,53,48,48,56,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,52,53,49,55,50,49,44,51,54,46,51,51,53,54,50,57,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,67,97,109,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,57,50,55,55,50,55,44,51,51,46,48,55,48,51,48,52,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,50,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,48,56,52,52,51,53,44,51,52,46,48,48,50,56,57,51,93,44,91,45,57,55,46,57,52,54,56,48,50,44,51,51,46,57,57,48,56,57,51,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,56,55,55,51,56,55,44,51,51,46,56,53,48,50,51,54,93,44,91,45,57,55,46,54,54,49,52,56,57,44,51,51,46,57,57,48,56,49,56,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,105,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,50,53,48,50,53,50,44,51,57,46,48,51,53,48,55,52,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,49,46,50,50,49,51,51,53,44,51,57,46,51,48,55,52,55,53,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,54,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,56,56,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,53,46,53,57,54,55,53,57,44,51,57,46,48,54,52,54,55,50,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,73,98,101,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,54,57,49,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,49,46,57,57,48,51,57,54,44,50,57,46,57,55,48,51,50,54,93,44,91,45,57,49,46,57,55,57,57,48,56,44,50,57,46,54,53,48,49,50,56,93,44,91,45,57,50,46,48,52,53,54,49,54,44,50,57,46,53,48,53,56,48,54,93,44,91,45,57,49,46,56,52,48,57,51,52,44,50,57,46,51,54,48,49,57,93,44,91,45,57,49,46,53,57,49,56,54,52,44,50,57,46,51,53,57,51,55,53,93,44,91,45,57,49,46,53,57,49,51,44,50,57,46,53,48,55,55,48,49,93,44,91,45,57,49,46,55,50,51,50,53,52,44,50,57,46,54,54,49,50,57,55,93,44,91,45,57,49,46,57,51,53,49,54,50,44,50,57,46,54,55,50,53,55,56,93,44,91,45,57,49,46,55,49,49,49,52,57,44,50,57,46,56,52,54,48,54,53,93,44,91,45,57,49,46,54,50,52,55,48,57,44,50,57,46,57,52,53,50,55,53,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,54,48,48,51,53,52,44,51,48,46,48,51,51,49,54,57,93,44,91,45,57,49,46,54,53,56,56,56,54,44,51,48,46,49,48,56,50,50,54,93,44,91,45,57,49,46,55,54,53,49,54,56,44,51,48,46,49,48,56,52,57,53,93,44,91,45,57,49,46,56,49,57,50,49,54,44,51,48,46,48,52,52,48,49,51,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,53,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,56,34,44,34,78,65,77,69,34,58,34,75,117,115,105,108,118,97,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,44,91,45,49,54,50,46,56,55,48,56,54,49,44,54,51,46,50,53,51,53,53,57,93,44,91,45,49,54,51,46,49,49,56,55,48,50,44,54,51,46,49,48,49,53,53,56,93,44,91,45,49,54,51,46,50,53,50,52,55,57,44,54,51,46,48,57,50,52,53,52,93,44,91,45,49,54,51,46,54,53,56,49,48,49,44,54,51,46,50,52,57,55,49,55,93,44,91,45,49,54,52,46,48,53,49,50,53,54,44,54,51,46,51,49,55,51,53,53,93,44,91,45,49,54,52,46,52,57,53,54,55,51,44,54,51,46,50,53,49,49,53,57,93,44,91,45,49,54,52,46,57,48,54,55,51,54,44,54,51,46,48,52,52,56,57,53,93,44,91,45,49,54,52,46,56,57,53,53,51,51,44,54,50,46,57,52,56,54,51,54,93,44,91,45,49,54,53,46,50,50,49,56,56,56,44,54,50,46,55,50,50,52,54,54,93,44,91,45,49,54,53,46,52,52,56,56,55,44,54,50,46,51,57,49,48,50,50,93,44,91,45,49,54,53,46,55,51,57,53,54,54,44,54,50,46,50,48,52,56,53,50,93,44,91,45,49,54,54,46,48,52,57,50,49,51,44,54,50,46,49,48,56,48,50,50,93,44,91,45,49,54,54,46,49,49,50,53,49,52,44,54,49,46,56,55,51,49,52,52,93,44,91,45,49,54,54,46,49,57,55,55,54,51,44,54,49,46,56,51,52,50,55,51,93,44,91,45,49,54,54,46,50,56,56,54,49,51,44,54,49,46,53,56,48,56,48,57,93,44,91,45,49,54,54,46,49,57,52,52,57,44,54,49,46,52,53,57,56,54,55,93,44,91,45,49,54,53,46,55,56,54,56,56,49,44,54,49,46,49,57,56,49,49,53,93,44,91,45,49,54,53,46,54,54,51,54,53,44,54,49,46,48,53,55,56,48,57,93,44,91,45,49,54,53,46,52,49,54,54,55,44,54,49,46,48,49,50,52,56,93,44,91,45,49,54,53,46,50,53,52,49,54,50,44,54,48,46,57,49,55,49,48,56,93,44,91,45,49,54,53,46,48,48,48,53,49,52,44,54,48,46,57,54,51,54,51,53,93,44,91,45,49,54,52,46,54,49,54,53,56,53,44,54,48,46,57,55,57,48,52,57,93,44,91,45,49,54,52,46,53,50,57,57,49,49,44,54,48,46,57,52,48,55,57,54,93,44,91,45,49,54,52,46,50,51,57,55,50,55,44,54,48,46,57,56,55,49,49,57,93,44,91,45,49,54,52,46,50,49,49,55,56,49,44,54,49,46,48,56,50,50,54,50,93,44,91,45,49,54,51,46,57,50,48,56,55,52,44,54,49,46,50,49,48,54,57,50,93,44,91,45,49,54,51,46,57,56,53,49,51,56,44,54,49,46,51,55,50,48,48,51,93,44,91,45,49,54,51,46,54,53,53,51,57,44,54,49,46,51,51,53,56,50,55,93,44,91,45,49,54,51,46,52,50,56,56,54,54,44,54,49,46,52,54,50,50,56,93,44,91,45,49,54,51,46,49,55,49,51,53,52,44,54,49,46,52,52,57,48,55,49,93,44,91,45,49,54,50,46,53,48,53,55,54,49,44,54,49,46,53,53,54,52,50,54,93,44,91,45,49,54,50,46,48,49,51,52,51,56,44,54,49,46,52,55,55,48,53,55,93,44,91,45,49,54,49,46,52,52,57,54,49,49,44,54,49,46,53,54,56,56,51,56,93,44,91,45,49,54,49,46,49,50,54,56,49,50,44,54,49,46,53,57,57,53,52,93,44,91,45,49,54,48,46,55,55,53,50,52,52,44,54,49,46,55,51,56,53,50,55,93,44,91,45,49,54,48,46,51,53,48,49,52,44,54,49,46,56,49,57,48,55,49,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,54,48,46,57,49,53,57,53,51,44,54,49,46,57,52,53,57,52,51,93,44,91,45,49,54,48,46,57,49,53,57,54,52,44,54,50,46,50,48,53,56,54,54,93,44,91,45,49,54,49,46,48,52,56,49,54,53,44,54,50,46,50,48,53,56,54,57,93,44,91,45,49,54,49,46,48,52,56,49,55,54,44,54,50,46,53,53,50,52,49,93,44,91,45,49,54,48,46,57,57,54,50,48,49,44,54,50,46,53,53,50,52,50,52,93,44,91,45,49,54,48,46,57,57,54,50,49,53,44,54,50,46,56,57,56,57,51,54,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,50,46,48,48,49,55,54,57,44,54,51,46,48,49,49,57,49,57,93,44,91,45,49,54,50,46,48,48,49,55,57,56,44,54,51,46,48,57,56,53,51,54,93,44,91,45,49,54,50,46,51,56,51,48,56,50,44,54,51,46,50,55,49,56,49,54,93,44,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,110,115,108,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,49,50,44,34,98,101,100,115,34,58,51,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,54,53,49,48,52,53,44,51,52,46,57,50,51,51,52,49,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,55,46,53,55,52,57,50,52,44,51,52,46,52,55,56,54,56,49,93,44,91,45,55,55,46,52,56,52,53,51,56,44,51,52,46,51,57,57,55,48,53,93,44,91,45,55,55,46,49,49,55,49,57,56,44,51,52,46,53,56,52,51,54,55,93,44,91,45,55,55,46,48,57,54,57,55,50,44,51,52,46,54,55,50,52,48,49,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,50,54,55,52,51,51,44,51,52,46,57,50,53,53,51,55,93,44,91,45,55,55,46,51,54,54,55,54,56,44,51,52,46,57,48,56,54,53,93,44,91,45,55,55,46,53,48,50,55,55,49,44,51,52,46,57,54,57,54,51,53,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,97,114,105,98,97,117,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,57,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,97,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,53,57,55,55,54,54,44,51,54,46,49,54,52,49,56,50,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,51,53,53,49,57,54,44,51,54,46,50,56,50,53,57,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,52,54,54,48,48,50,44,51,54,46,51,54,57,49,56,54,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,70,114,101,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,48,57,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,53,46,56,55,53,57,51,55,44,51,49,46,55,53,53,53,48,51,93,44,91,45,57,53,46,57,56,51,52,52,57,44,51,49,46,55,56,57,57,55,57,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,105,102,102,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,51,54,50,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,54,56,55,48,56,44,52,48,46,54,55,54,55,53,93,44,91,45,55,55,46,56,52,49,56,50,55,44,52,48,46,53,53,48,48,51,53,93,44,91,45,55,55,46,56,49,54,53,49,51,44,52,48,46,53,48,48,48,55,52,93,44,91,45,55,55,46,57,49,51,56,52,52,44,52,48,46,51,57,56,54,55,57,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,52,57,55,53,48,54,44,52,48,46,53,56,49,55,52,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,114,101,110,115,104,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,54,53,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,52,52,56,54,51,53,44,51,49,46,54,53,53,54,49,55,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,51,57,56,53,51,54,44,51,49,46,52,53,49,51,50,53,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,54,46,49,52,56,51,51,57,44,51,49,46,55,57,48,57,53,49,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,54,46,51,48,50,50,49,55,44,51,49,46,57,54,53,48,54,53,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,50,48,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,57,34,44,34,78,65,77,69,34,58,34,82,117,110,110,101,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,50,51,52,54,51,54,44,51,49,46,53,56,55,49,52,55,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,51,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,44,91,45,49,48,50,46,49,49,54,55,50,51,44,50,57,46,55,57,51,48,51,56,93,44,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,49,46,54,53,56,53,51,44,51,48,46,51,53,55,56,54,49,93,44,91,45,49,48,49,46,55,52,48,52,50,57,44,51,48,46,52,50,48,56,57,55,93,44,91,45,49,48,49,46,54,52,54,53,48,54,44,51,48,46,53,53,49,49,49,50,93,44,91,45,49,48,49,46,54,54,57,56,51,51,44,51,48,46,54,51,55,57,48,55,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,50,46,49,51,55,55,55,56,44,51,48,46,54,53,53,57,56,50,93,44,91,45,49,48,50,46,49,51,56,52,48,54,44,51,48,46,53,57,55,53,50,49,93,44,91,45,49,48,50,46,51,52,50,57,56,54,44,51,48,46,53,57,56,55,53,57,93,44,91,45,49,48,50,46,51,52,51,48,56,53,44,51,48,46,50,56,52,49,49,54,93,44,91,45,49,48,50,46,53,54,54,57,51,55,44,51,48,46,50,56,51,50,54,57,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,82,97,119,108,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,57,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,56,51,54,54,51,51,44,51,49,46,54,55,49,51,57,56,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,53,50,48,50,53,49,44,51,49,46,56,51,56,51,56,56,93,44,91,45,56,50,46,52,51,49,51,54,50,44,51,49,46,56,51,55,57,57,51,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,54,56,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,56,48,52,44,34,98,101,100,115,34,58,52,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,56,53,49,57,53,56,44,51,53,46,51,53,56,50,56,55,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,49,46,53,56,52,48,48,53,44,51,53,46,48,57,49,53,56,52,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,51,55,57,55,49,57,44,51,53,46,50,49,53,49,52,57,93,44,91,45,57,49,46,52,51,48,56,56,52,44,51,53,46,51,55,49,53,54,54,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,53,56,52,54,56,55,44,51,53,46,52,52,50,51,49,49,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,101,102,108,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,56,48,52,44,34,98,101,100,115,34,58,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,50,57,53,48,50,57,44,51,51,46,51,54,49,55,56,52,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,57,48,46,49,48,49,52,48,49,44,51,51,46,52,53,56,57,52,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,56,50,53,56,52,44,51,51,46,56,48,57,51,50,50,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,111,111,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,50,46,54,49,55,49,52,55,44,51,56,46,54,56,48,48,49,51,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,56,52,49,54,49,55,44,51,56,46,57,55,57,56,50,49,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,55,48,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,55,46,54,57,55,49,53,57,44,52,53,46,55,50,50,57,54,93,44,91,45,56,55,46,54,57,54,57,52,54,44,52,53,46,56,57,56,56,52,50,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,54,49,53,53,57,55,44,52,54,46,50,52,54,54,53,51,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,54,57,55,44,34,98,101,100,115,34,58,49,48,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,48,49,49,56,49,44,52,49,46,50,48,53,53,48,56,93,44,91,45,56,56,46,48,49,51,57,49,57,44,52,49,46,50,57,50,52,52,55,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,55,57,48,51,48,51,44,52,49,46,52,54,57,56,52,54,93,44,91,45,56,55,46,55,57,50,55,57,51,44,52,49,46,53,53,56,53,52,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,68,101,97,102,32,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,57,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,57,49,54,52,44,34,98,101,100,115,34,58,56,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,52,54,49,53,57,44,51,57,46,49,50,48,51,55,50,93,44,91,45,57,52,46,50,56,57,56,55,51,44,51,57,46,50,51,55,49,48,55,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,111,97,104,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,50,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,53,56,48,54,56,49,44,51,52,46,52,49,48,53,53,49,93,44,91,45,57,48,46,56,51,51,51,51,53,44,51,52,46,50,54,52,50,54,52,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,54,53,57,52,53,55,44,51,52,46,49,49,56,56,54,55,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,52,53,48,53,55,50,44,51,52,46,50,54,50,52,48,50,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,50,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,101,115,32,77,111,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,48,48,44,34,98,101,100,115,34,58,50,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,48,57,54,57,52,54,44,52,48,46,56,49,49,52,48,51,93,44,91,45,57,48,46,57,54,50,57,49,54,44,52,48,46,57,50,52,57,53,55,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,56,56,44,34,98,101,100,115,34,58,54,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,53,51,55,54,49,54,44,52,49,46,55,55,54,51,57,53,93,44,91,45,57,48,46,55,48,50,49,52,50,44,52,49,46,55,51,55,55,50,56,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,48,46,55,56,51,56,49,50,44,52,49,46,53,57,54,53,51,49,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,48,46,52,54,49,52,51,50,44,52,49,46,53,50,51,53,51,51,93,44,91,45,57,48,46,51,52,51,50,50,56,44,52,49,46,53,56,55,56,51,51,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,48,53,44,34,98,101,100,115,34,58,52,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,50,46,55,50,54,53,56,51,44,51,48,46,53,53,57,52,56,54,93,44,91,45,56,50,46,54,52,53,53,53,53,44,51,48,46,52,48,54,52,49,55,93,44,91,45,56,50,46,55,49,55,55,55,51,44,51,48,46,51,50,49,51,57,49,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,53,54,57,50,56,44,50,57,46,57,55,52,57,56,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,51,48,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,54,46,48,51,55,53,57,49,44,51,48,46,55,48,52,53,55,50,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,53,46,54,49,57,48,49,49,44,51,48,46,55,52,51,56,54,56,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,54,50,54,44,34,98,101,100,115,34,58,49,48,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,57,46,50,52,48,48,55,51,44,51,48,46,54,55,55,49,54,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,51,52,48,56,52,55,44,51,48,46,51,53,55,57,57,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,49,56,51,54,54,57,44,51,48,46,50,49,50,49,53,53,93,44,91,45,56,57,46,48,57,54,52,55,54,44,51,48,46,49,54,53,56,50,57,93,44,91,45,56,56,46,56,56,57,48,51,44,51,48,46,49,51,57,56,52,53,93,44,91,45,56,56,46,55,57,53,49,52,55,44,51,48,46,49,57,57,57,57,52,93,44,91,45,56,56,46,55,57,53,50,56,55,44,51,48,46,51,53,48,51,54,49,93,44,91,45,56,56,46,56,56,51,49,51,44,51,48,46,52,49,56,55,57,56,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,85,116,117,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,52,48,50,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,54,57,50,53,55,50,44,49,56,46,50,49,53,56,56,51,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,97,100,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,53,53,55,44,34,98,101,100,115,34,58,50,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,53,46,48,50,51,54,44,51,53,46,49,50,53,48,55,51,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,54,57,57,57,51,55,44,51,53,46,49,55,48,57,55,52,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,114,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,52,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,51,48,49,54,55,54,44,52,54,46,55,54,52,49,51,52,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,53,48,55,51,50,51,44,51,50,46,54,57,51,55,51,56,93,44,91,45,57,52,46,51,57,48,55,56,51,44,51,50,46,54,57,52,51,55,55,93,44,91,45,57,52,46,50,56,51,48,50,56,44,51,50,46,55,52,54,55,50,57,93,44,91,45,57,52,46,49,55,50,49,51,54,44,51,50,46,54,57,54,57,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,99,104,111,104,97,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,54,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,54,51,48,54,51,49,44,52,50,46,54,50,54,54,55,52,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,54,49,56,56,57,53,44,52,50,46,52,50,52,51,56,57,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,52,53,52,57,49,49,44,52,50,46,55,55,50,57,55,57,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,56,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,52,51,51,56,49,50,44,51,54,46,50,56,53,56,56,57,93,44,91,45,57,54,46,53,49,53,50,50,57,44,51,54,46,50,57,56,51,51,50,93,44,91,45,57,54,46,54,51,53,55,50,55,44,51,54,46,52,50,53,57,48,56,93,44,91,45,57,54,46,55,49,48,55,54,57,44,51,54,46,52,51,55,54,53,54,93,44,91,45,57,54,46,55,51,55,50,51,57,44,51,54,46,53,53,48,48,56,56,93,44,91,45,57,54,46,57,52,48,50,51,53,44,51,54,46,52,53,53,53,50,53,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,55,46,48,51,50,49,48,54,44,51,54,46,51,51,51,51,53,52,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,54,46,56,49,57,48,48,53,44,51,54,46,49,53,56,56,56,54,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,52,48,50,44,34,98,101,100,115,34,58,53,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,54,46,48,56,49,49,51,52,44,52,50,46,50,51,48,52,57,53,93,44,91,45,55,54,46,49,49,54,50,50,53,44,52,50,46,49,56,53,54,49,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,52,50,49,55,55,54,44,52,50,46,48,52,50,48,51,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,54,51,55,49,49,44,52,50,46,49,57,53,54,50,56,93,44,91,45,55,53,46,54,51,56,50,57,57,44,52,50,46,50,52,56,54,56,54,93,44,91,45,55,53,46,56,52,51,55,57,50,44,52,50,46,50,53,57,55,48,55,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,49,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,54,50,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,53,57,54,51,51,56,44,51,48,46,49,49,50,49,48,49,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,116,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,57,51,54,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,56,53,51,54,54,56,44,51,57,46,51,49,56,49,54,53,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,50,46,48,53,53,55,55,57,44,51,57,46,52,54,48,48,53,51,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,49,54,55,51,55,57,44,51,57,46,52,54,54,51,48,55,93,44,91,45,56,50,46,50,56,48,52,49,44,51,57,46,52,55,50,57,48,54,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,56,54,44,34,98,101,100,115,34,58,50,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,48,46,56,54,53,53,48,52,44,52,48,46,52,50,50,57,50,57,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,53,57,57,56,57,53,44,52,48,46,51,49,55,54,54,54,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,57,52,54,54,52,44,52,48,46,52,55,49,51,56,57,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,57,50,48,57,50,44,52,48,46,53,53,54,51,49,53,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,54,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,56,57,54,48,57,52,44,51,56,46,57,55,51,52,48,52,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,56,48,46,49,50,54,49,48,53,44,51,56,46,55,52,53,56,51,54,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,49,56,51,57,51,49,44,51,56,46,53,50,53,51,56,54,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,49,49,54,57,50,44,51,56,46,52,55,51,57,53,51,93,44,91,45,56,48,46,48,50,57,50,48,56,44,51,56,46,52,53,57,49,56,52,93,44,91,45,55,57,46,56,54,51,50,53,44,51,56,46,53,53,48,56,50,93,44,91,45,55,57,46,55,57,56,50,56,51,44,51,56,46,55,48,51,50,49,49,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,53,49,48,48,55,51,44,51,56,46,55,56,48,55,49,50,93,44,91,45,55,57,46,53,51,57,48,55,53,44,51,56,46,56,52,49,52,49,49,93,44,91,45,55,57,46,52,53,53,52,55,50,44,51,56,46,57,50,57,57,49,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,53,48,56,55,54,53,44,51,56,46,57,55,53,49,55,51,93,44,91,45,55,57,46,55,56,53,54,56,53,44,51,57,46,48,51,55,52,48,52,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,52,57,55,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,48,50,53,48,48,49,44,51,57,46,52,48,49,52,52,54,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,56,48,46,49,53,51,53,51,50,44,51,57,46,54,49,48,52,50,54,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,52,57,56,49,53,56,44,51,57,46,53,54,50,56,57,57,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,52,48,48,44,34,98,101,100,115,34,58,51,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,53,46,48,56,51,56,50,51,44,51,57,46,52,53,55,51,53,52,93,44,91,45,55,53,46,50,51,56,52,51,52,44,51,57,46,53,53,57,48,51,57,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,51,50,49,48,50,49,44,51,57,46,50,53,49,51,55,57,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,52,46,57,49,53,54,56,57,44,51,57,46,49,55,53,55,53,53,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,56,53,53,57,55,56,44,51,57,46,52,50,52,50,51,56,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,48,57,50,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,53,48,53,52,52,53,44,51,57,46,52,52,54,49,49,55,93,44,91,45,49,50,48,46,53,55,55,49,56,56,44,51,57,46,53,50,51,49,52,52,93,44,91,45,49,50,48,46,55,53,53,55,50,57,44,51,57,46,52,53,50,54,54,51,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,49,46,49,50,50,51,49,53,44,51,57,46,51,55,56,56,50,54,93,44,91,45,49,50,49,46,50,54,54,57,49,49,44,51,57,46,50,55,49,54,48,57,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,48,52,49,54,48,56,44,51,57,46,48,49,51,55,57,49,93,44,91,45,49,50,48,46,57,54,54,48,56,44,51,57,46,49,50,55,57,50,56,93,44,91,45,49,50,48,46,55,50,55,56,57,51,44,51,57,46,50,56,56,48,56,49,93,44,91,45,49,50,48,46,54,52,53,55,57,53,44,51,57,46,51,49,53,49,53,53,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,52,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,50,46,48,50,48,50,57,52,44,52,54,46,55,48,52,48,52,49,93,44,91,45,57,50,46,48,56,57,52,57,51,44,52,54,46,55,52,57,50,51,55,93,44,91,45,57,50,46,50,49,50,51,57,50,44,52,54,46,54,52,57,57,52,49,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,52,53,44,34,98,101,100,115,34,58,50,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,52,46,54,55,57,49,54,53,44,51,54,46,57,56,48,57,49,52,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,53,53,54,52,54,49,44,51,55,46,51,53,53,55,50,57,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,69,100,103,101,99,111,109,98,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,51,50,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,55,46,55,53,49,51,51,57,44,51,53,46,56,50,55,55,57,52,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,51,57,48,49,53,52,44,51,53,46,56,51,51,48,54,50,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,51,52,50,52,49,56,44,51,53,46,57,48,53,50,54,50,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,53,51,51,49,54,49,44,51,54,46,48,57,48,54,53,57,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,49,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,48,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,50,53,50,50,57,56,44,51,49,46,48,49,56,57,51,49,93,44,91,45,57,52,46,49,50,53,56,50,52,44,51,48,46,54,56,52,48,53,50,93,44,91,45,57,52,46,48,53,48,57,54,44,51,48,46,54,51,56,53,54,56,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,49,49,54,52,54,54,44,51,48,46,52,51,50,54,57,49,93,44,91,45,57,52,46,48,56,50,57,50,44,51,48,46,51,52,53,54,53,52,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,51,46,56,54,53,55,49,49,44,51,48,46,57,52,55,50,49,56,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,51,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,51,46,52,55,49,54,44,51,56,46,49,52,56,54,54,53,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,50,46,51,51,53,53,49,44,51,56,46,51,51,50,51,52,52,93,44,91,45,49,49,50,46,52,52,52,48,56,49,44,51,56,46,52,48,53,54,52,54,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,53,55,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,56,49,56,55,49,53,44,51,52,46,56,55,54,57,53,93,44,91,45,56,52,46,57,50,52,57,48,57,44,51,52,46,55,49,53,57,55,49,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,54,53,55,48,57,56,44,51,52,46,55,50,56,57,48,53,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,57,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,99,97,108,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,50,48,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,51,49,50,51,55,54,44,52,51,46,50,57,52,50,48,53,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,101,110,115,115,101,108,97,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,52,51,49,44,34,98,101,100,115,34,58,50,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,55,54,49,50,54,53,44,52,50,46,54,49,48,51,55,57,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,57,50,50,44,34,98,101,100,115,34,58,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,44,91,45,56,49,46,56,53,48,51,52,44,50,54,46,48,54,50,56,55,50,93,44,91,45,56,49,46,55,49,56,49,51,57,44,50,53,46,55,57,51,48,51,51,93,44,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,49,46,50,54,56,53,53,44,50,54,46,50,53,51,48,52,53,93,44,91,45,56,49,46,50,55,49,55,54,56,44,50,54,46,53,49,55,48,54,57,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,53,54,50,49,56,44,50,54,46,52,50,50,54,50,53,93,44,91,45,56,49,46,54,53,57,53,48,54,44,50,54,46,52,50,49,48,55,55,93,44,91,45,56,49,46,54,53,55,57,44,50,54,46,51,49,55,53,54,51,93,44,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,77,99,75,105,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,56,52,57,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,56,46,52,54,57,52,48,50,44,51,52,46,57,53,57,48,56,49,93,44,91,45,49,48,56,46,52,54,56,55,49,53,44,51,53,46,51,48,54,54,53,56,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,55,46,51,48,56,54,54,55,44,51,53,46,57,57,56,53,53,54,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,101,110,32,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,52,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,51,50,53,50,57,54,44,51,49,46,55,53,54,53,56,52,93,44,91,45,56,51,46,51,50,53,54,49,55,44,51,49,46,54,56,48,54,48,51,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,49,48,50,53,52,50,44,51,52,46,55,51,52,56,54,52,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,48,46,53,49,55,49,54,56,44,51,52,46,54,51,48,57,50,56,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,49,46,48,57,57,50,48,49,44,51,52,46,57,49,49,55,57,54,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,56,53,44,34,98,101,100,115,34,58,49,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,49,55,48,49,57,55,44,51,48,46,51,53,56,57,55,50,93,44,91,45,56,50,46,50,49,48,55,51,51,44,51,48,46,52,50,53,54,52,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,76,97,110,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,49,55,57,52,54,53,44,51,48,46,57,53,48,49,50,56,93,44,91,45,56,51,46,48,52,50,57,50,52,44,51,48,46,57,52,55,50,57,54,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,51,46,49,54,53,48,55,50,44,51,49,46,49,52,55,49,57,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,48,57,56,44,34,98,101,100,115,34,58,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,56,56,49,55,54,56,44,51,51,46,57,53,48,50,57,57,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,54,46,48,52,51,57,57,51,44,51,51,46,55,54,51,53,57,53,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,48,53,48,54,54,57,44,51,51,46,54,55,52,53,57,93,44,91,45,56,53,46,57,57,52,57,51,53,44,51,51,46,53,56,54,52,55,53,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,54,51,56,53,55,57,44,51,51,46,54,52,56,52,49,51,93,44,91,45,56,53,46,54,48,49,56,53,56,44,51,51,46,56,56,57,55,53,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,49,52,44,34,98,101,100,115,34,58,52,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,56,46,56,56,51,49,51,44,51,48,46,52,49,56,55,57,56,93,44,91,45,56,56,46,55,57,53,50,56,55,44,51,48,46,51,53,48,51,54,49,93,44,91,45,56,56,46,55,57,53,49,52,55,44,51,48,46,49,57,57,57,57,52,93,44,91,45,56,56,46,52,54,49,50,56,51,44,51,48,46,49,52,54,54,56,54,93,44,91,45,56,56,46,51,56,52,52,51,49,44,51,48,46,49,53,56,53,52,51,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,50,54,55,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,52,50,55,50,56,53,44,51,56,46,57,56,48,56,54,51,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,97,110,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,52,51,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,49,57,52,48,56,54,44,51,52,46,51,48,49,52,48,55,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,72,97,110,115,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,67,104,97,109,98,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,50,57,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,52,46,57,48,56,54,53,52,44,50,57,46,56,50,53,49,56,49,93,44,91,45,57,52,46,57,49,57,54,55,49,44,50,57,46,54,56,56,52,53,52,93,44,91,45,57,53,46,48,48,49,54,52,50,44,50,57,46,54,54,52,51,56,56,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,52,46,57,49,52,51,57,55,44,50,57,46,52,57,54,53,48,53,93,44,91,45,57,52,46,51,55,49,54,50,44,50,57,46,53,57,55,50,48,57,93,44,91,45,57,52,46,51,54,57,51,54,49,44,50,57,46,53,48,48,54,50,93,44,91,45,57,52,46,51,53,52,56,56,44,50,57,46,53,48,54,51,50,56,93,44,91,45,57,52,46,51,53,55,57,55,54,44,50,57,46,56,56,55,52,54,52,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,81,117,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,53,57,54,51,51,56,44,51,48,46,49,49,50,49,48,49,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,50,57,50,54,50,57,44,51,48,46,49,49,55,54,55,49,93,44,91,45,57,52,46,50,48,51,55,48,57,44,51,48,46,49,56,56,56,49,57,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,52,46,48,56,50,57,50,44,51,48,46,51,52,53,54,53,52,93,44,91,45,57,52,46,49,49,54,52,54,54,44,51,48,46,52,51,50,54,57,49,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,76,105,116,99,104,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,48,51,49,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,52,52,49,52,54,54,44,52,49,46,52,57,49,50,57,52,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,49,53,53,52,57,50,44,52,49,46,53,49,52,51,48,52,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,51,46,48,49,54,54,55,53,44,52,49,46,55,57,56,49,56,51,93,44,91,45,55,50,46,56,56,55,48,54,44,52,49,46,57,55,51,49,50,49,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,97,110,100,117,115,107,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,57,57,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,56,52,55,55,49,51,44,52,49,46,52,51,48,51,50,54,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,51,46,51,51,56,49,57,54,44,52,49,46,52,53,55,53,48,56,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,80,105,115,99,97,116,97,113,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,54,57,46,55,50,56,53,55,55,44,52,53,46,57,55,54,56,56,50,93,44,91,45,54,57,46,55,48,52,50,54,53,44,52,53,46,56,52,54,49,51,54,93,44,91,45,54,57,46,55,56,53,50,53,55,44,52,53,46,54,57,50,55,56,93,44,91,45,54,57,46,55,48,49,54,56,56,44,52,53,46,54,50,55,57,56,50,93,44,91,45,54,57,46,55,55,57,57,50,56,44,52,53,46,53,52,50,55,54,54,93,44,91,45,54,57,46,54,50,48,57,54,55,44,52,53,46,48,49,48,57,53,54,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,56,46,56,53,54,53,56,55,44,52,53,46,49,52,50,55,56,51,93,44,91,45,54,56,46,55,55,54,48,54,49,44,52,53,46,50,52,48,51,49,55,93,44,91,45,54,56,46,56,53,55,50,57,55,44,52,53,46,53,50,55,51,48,49,93,44,91,45,54,56,46,57,54,52,54,53,51,44,52,53,46,53,49,50,51,54,55,93,44,91,45,54,56,46,57,53,56,57,49,44,52,53,46,54,54,50,49,57,53,93,44,91,45,54,56,46,56,50,55,48,51,57,44,52,53,46,54,56,52,56,50,54,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,56,50,49,52,49,52,44,52,54,46,53,55,50,53,49,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,50,55,51,54,51,49,44,51,55,46,49,50,54,57,54,56,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,48,50,57,56,54,54,44,51,55,46,50,49,49,48,54,53,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,79,107,102,117,115,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,52,52,53,53,56,52,44,51,53,46,52,53,56,55,55,49,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,54,46,48,56,55,53,51,44,51,53,46,51,55,54,56,55,55,93,44,91,45,57,54,46,48,56,55,55,55,55,44,51,53,46,53,53,50,48,48,51,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,97,103,105,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,55,55,56,44,34,98,101,100,115,34,58,56,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,51,46,57,51,50,48,55,49,44,52,51,46,50,50,48,51,55,55,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,56,49,55,50,50,56,44,52,51,46,53,50,50,51,52,53,93,44,91,45,56,52,46,48,53,48,57,56,55,44,52,51,46,53,50,52,48,54,52,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,49,55,48,53,55,54,44,52,51,46,52,56,49,57,54,57,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,82,105,111,32,65,114,114,105,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,48,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,55,46,52,53,49,52,52,53,44,51,54,46,57,48,52,48,51,54,93,44,91,45,49,48,55,46,54,49,56,49,56,49,44,51,54,46,56,48,52,50,54,55,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,54,46,56,56,53,48,53,51,44,51,54,46,50,49,54,53,55,93,44,91,45,49,48,54,46,56,56,53,51,49,55,44,51,53,46,57,57,56,57,54,57,93,44,91,45,49,48,54,46,50,52,55,49,54,52,44,51,54,46,48,48,49,52,51,52,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,48,53,52,51,52,54,44,51,53,46,57,51,48,55,56,51,93,44,91,45,49,48,54,46,48,55,49,51,52,57,44,51,54,46,48,48,49,57,55,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,55,51,53,56,56,51,44,51,54,46,49,48,48,49,51,51,93,44,91,45,49,48,53,46,56,53,54,57,52,55,44,51,54,46,50,51,48,52,51,52,93,44,91,45,49,48,54,46,48,53,56,51,54,52,44,51,54,46,50,57,54,57,55,56,93,44,91,45,49,48,53,46,57,54,49,52,49,52,44,51,54,46,51,53,51,48,54,54,93,44,91,45,49,48,53,46,57,51,56,55,53,52,44,51,54,46,52,54,50,52,48,50,93,44,91,45,49,48,53,46,57,55,49,56,51,54,44,51,54,46,54,51,50,52,52,52,93,44,91,45,49,48,53,46,57,55,49,56,56,57,44,51,54,46,56,56,54,50,52,55,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,108,101,100,111,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,53,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,50,46,48,49,50,53,48,52,44,52,52,46,54,57,56,56,50,49,93,44,91,45,55,50,46,49,49,52,53,48,51,44,52,52,46,55,52,57,54,50,52,93,44,91,45,55,50,46,50,54,50,57,54,53,44,52,52,46,53,52,50,51,51,54,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,50,50,51,54,56,57,44,52,52,46,52,50,52,53,55,51,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,48,54,56,52,55,56,44,52,52,46,50,55,48,56,48,49,93,44,91,45,55,49,46,57,56,49,52,50,52,44,52,52,46,51,51,55,51,54,54,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,57,51,51,50,56,56,44,52,52,46,52,52,49,49,55,52,93,44,91,45,55,49,46,57,49,48,48,56,53,44,52,52,46,54,52,55,49,56,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,111,116,101,116,111,117,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,55,57,46,57,54,57,48,55,49,44,51,55,46,53,52,52,52,48,56,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,55,57,46,54,57,48,48,54,44,51,55,46,52,55,54,51,55,52,93,44,91,45,55,57,46,53,57,51,55,48,55,44,51,55,46,52,52,56,56,54,52,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,54,56,51,53,53,52,44,51,55,46,54,54,49,55,54,51,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,56,49,54,54,56,53,44,51,55,46,56,48,48,57,54,52,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,54,55,48,44,34,98,101,100,115,34,58,57,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,51,53,48,44,34,98,101,100,115,34,58,50,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,98,98,101,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,53,51,48,53,54,55,44,51,52,46,48,55,49,57,50,53,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,50,52,55,55,52,55,44,51,52,46,50,49,57,54,49,57,93,44,91,45,56,50,46,51,51,52,50,51,52,44,51,52,46,51,52,50,54,51,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,56,51,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,53,54,56,57,55,55,44,52,49,46,52,51,51,50,52,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,54,46,52,52,51,56,57,56,44,52,49,46,53,50,51,57,51,51,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,97,114,97,115,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,49,52,52,44,34,98,101,100,115,34,58,49,53,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,44,91,45,56,50,46,53,54,52,55,52,44,50,55,46,50,48,53,54,93,44,91,45,56,50,46,52,51,55,51,50,55,44,50,54,46,57,52,54,48,50,53,93,44,91,45,56,50,46,50,53,53,53,50,49,44,50,54,46,57,52,53,50,54,52,93,44,91,45,56,50,46,50,53,53,50,51,55,44,50,55,46,48,51,50,57,55,53,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,50,53,51,53,57,54,44,50,55,46,50,48,56,57,49,54,93,44,91,45,56,50,46,50,53,50,50,54,52,44,50,55,46,51,56,54,50,52,51,93,44,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,77,97,114,113,117,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,50,52,53,51,55,53,44,52,51,46,55,53,57,56,49,51,93,44,91,45,56,57,46,49,54,56,49,50,49,44,52,51,46,56,55,54,52,55,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,77,111,104,97,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,54,52,44,34,98,101,100,115,34,58,54,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,48,52,51,57,52,52,44,51,54,46,49,57,51,51,53,93,44,91,45,49,49,52,46,49,53,51,52,44,51,54,46,48,50,51,49,55,93,44,91,45,49,49,52,46,50,52,51,56,54,53,44,51,54,46,48,49,53,50,54,54,93,44,91,45,49,49,52,46,51,55,48,49,56,49,44,51,54,46,49,52,50,54,50,52,93,44,91,45,49,49,52,46,54,50,55,48,55,57,44,51,54,46,49,52,48,55,54,49,93,44,91,45,49,49,52,46,55,53,52,53,48,56,44,51,54,46,48,56,54,49,55,49,93,44,91,45,49,49,52,46,55,48,56,49,49,50,44,51,53,46,57,48,57,57,51,51,93,44,91,45,49,49,52,46,54,55,56,56,57,50,44,51,53,46,53,48,49,50,55,54,93,44,91,45,49,49,52,46,53,57,53,49,54,51,44,51,53,46,51,50,49,56,56,51,93,44,91,45,49,49,52,46,53,54,57,53,50,57,44,51,53,46,49,54,50,51,49,55,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,52,46,54,50,56,50,55,54,44,51,52,46,56,54,51,53,57,54,93,44,91,45,49,49,52,46,52,55,49,54,50,44,51,52,46,55,49,50,57,54,54,93,44,91,45,49,49,52,46,52,51,53,54,55,49,44,51,52,46,53,57,51,56,52,49,93,44,91,45,49,49,52,46,51,51,57,54,50,55,44,51,52,46,52,53,49,52,51,53,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,48,51,49,49,51,50,44,51,52,46,50,53,57,56,49,57,93,44,91,45,49,49,51,46,54,48,54,48,57,51,44,51,52,46,50,50,57,51,51,52,93,44,91,45,49,49,51,46,53,51,57,53,50,52,44,51,52,46,51,48,54,51,55,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,51,49,51,52,50,56,44,51,54,46,49,48,48,48,48,49,93,44,91,45,49,49,51,46,48,48,54,51,52,51,44,51,54,46,50,51,56,55,53,52,93,44,91,45,49,49,50,46,57,48,50,57,52,57,44,51,54,46,50,53,51,55,54,49,93,44,91,45,49,49,50,46,54,56,49,53,55,49,44,51,54,46,51,52,49,54,54,50,93,44,91,45,49,49,50,46,54,50,57,52,57,44,51,54,46,51,57,49,54,49,49,93,44,91,45,49,49,50,46,54,53,54,51,54,53,44,51,54,46,53,53,51,57,49,53,93,44,91,45,49,49,50,46,54,49,57,55,50,56,44,51,54,46,55,56,50,55,52,52,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,89,97,118,97,112,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,54,52,53,44,34,98,101,100,115,34,58,51,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,50,46,55,52,51,57,53,49,44,51,51,46,57,57,57,56,57,56,93,44,91,45,49,49,50,46,50,55,54,48,52,44,51,51,46,56,56,50,51,49,50,93,44,91,45,49,49,50,46,49,54,51,50,53,51,44,51,52,46,48,52,55,52,55,49,93,44,91,45,49,49,49,46,55,50,53,51,49,44,51,51,46,57,57,57,56,52,57,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,52,55,55,56,53,51,44,51,52,46,49,53,49,49,48,56,93,44,91,45,49,49,49,46,55,49,50,49,49,56,44,51,52,46,49,53,49,50,55,49,93,44,91,45,49,49,49,46,54,53,57,54,50,50,44,51,52,46,51,56,54,51,52,50,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,53,53,49,57,53,57,44,51,52,46,56,48,50,53,50,93,44,91,45,49,49,49,46,55,55,56,50,48,52,44,51,52,46,56,48,51,54,56,53,93,44,91,45,49,49,49,46,55,55,56,50,57,55,44,51,52,46,57,56,49,48,48,55,93,44,91,45,49,49,50,46,51,51,52,53,51,54,44,51,52,46,57,55,51,48,50,52,93,44,91,45,49,49,50,46,51,51,53,55,49,54,44,51,53,46,49,52,56,50,55,57,93,44,91,45,49,49,50,46,52,52,50,51,44,51,53,46,49,52,57,52,48,56,93,44,91,45,49,49,50,46,52,55,50,55,44,51,53,46,50,51,56,51,49,50,93,44,91,45,49,49,50,46,53,55,55,51,57,57,44,51,53,46,50,52,51,51,57,52,93,44,91,45,49,49,50,46,54,57,52,56,52,54,44,51,53,46,51,49,49,53,56,54,93,44,91,45,49,49,50,46,57,52,52,55,56,57,44,51,53,46,51,53,50,54,48,51,93,44,91,45,49,49,51,46,49,55,52,52,53,56,44,51,53,46,53,48,54,52,52,53,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,111,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,57,49,53,44,34,98,101,100,115,34,58,56,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,51,51,50,52,53,56,44,51,51,46,57,57,52,57,57,55,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,49,48,49,48,55,52,44,51,51,46,53,55,50,57,54,57,93,44,91,45,55,56,46,57,50,54,48,55,53,44,51,51,46,53,55,50,54,53,56,93,44,91,45,55,56,46,54,57,49,51,56,50,44,51,51,46,55,53,53,50,56,56,93,44,91,45,55,56,46,52,57,57,51,48,49,44,51,51,46,56,49,50,56,53,50,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,51,48,49,44,34,98,101,100,115,34,58,51,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,53,55,51,51,51,56,44,52,48,46,49,57,53,51,48,51,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,50,50,51,54,49,44,52,48,46,48,57,50,57,48,55,93,44,91,45,55,53,46,49,48,57,52,51,49,44,52,48,46,48,52,53,56,55,52,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,51,54,56,56,48,49,44,52,54,46,51,52,51,50,49,55,93,44,91,45,49,49,54,46,55,49,51,52,57,54,44,52,54,46,51,50,53,53,50,55,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,53,49,52,55,48,55,44,52,54,46,48,51,56,55,53,55,93,44,91,45,49,49,54,46,52,53,52,49,49,55,44,52,54,46,49,57,50,48,51,50,93,44,91,45,49,49,54,46,51,48,51,55,49,51,44,52,54,46,49,54,54,55,55,56,93,44,91,45,49,49,54,46,49,51,51,53,55,44,52,54,46,50,49,53,50,51,49,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,114,101,99,105,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,50,52,50,44,34,98,101,100,115,34,58,50,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,44,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,50,48,34,44,34,78,65,77,69,34,58,34,78,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,48,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,44,91,45,56,50,46,53,57,49,49,52,55,44,51,54,46,57,51,53,51,49,51,93,44,91,45,56,50,46,54,51,51,56,51,49,44,51,54,46,57,53,50,50,55,54,93,44,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,51,56,51,44,34,98,101,100,115,34,58,49,56,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,54,52,48,54,52,51,44,52,48,46,57,54,53,51,51,56,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,53,53,54,48,49,56,44,52,48,46,55,53,56,50,56,56,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,51,48,49,54,56,53,44,52,48,46,57,57,57,49,55,51,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,56,53,53,51,49,51,44,52,48,46,51,56,53,56,57,52,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,78,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,53,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,66,114,97,122,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,57,57,44,34,98,101,100,115,34,58,50,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,52,54,50,53,48,51,44,50,57,46,52,51,57,50,52,93,44,91,45,57,53,46,53,52,57,57,57,52,44,50,57,46,52,51,56,52,51,57,93,44,91,45,57,53,46,53,57,48,55,57,51,44,50,57,46,51,50,55,52,56,53,93,44,91,45,57,53,46,55,53,50,56,54,54,44,50,57,46,51,50,52,53,48,51,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,56,52,49,52,57,57,44,50,57,46,48,57,56,54,50,93,44,91,45,57,53,46,55,54,52,57,51,55,44,50,56,46,57,54,55,51,53,57,93,44,91,45,57,53,46,54,53,53,51,57,56,44,50,56,46,57,53,49,55,49,49,93,44,91,45,57,53,46,52,57,53,54,53,44,50,56,46,55,54,52,56,51,55,93,44,91,45,57,53,46,51,53,51,52,55,49,44,50,56,46,56,49,55,56,54,51,93,44,91,45,57,53,46,48,57,52,51,51,54,44,50,57,46,48,51,50,50,52,93,44,91,45,57,53,46,48,57,49,54,50,50,44,50,57,46,48,54,50,55,51,57,93,44,91,45,57,53,46,48,53,54,53,55,53,44,50,57,46,49,57,57,56,53,54,93,44,91,45,57,53,46,50,51,51,48,56,49,44,50,57,46,52,54,53,53,54,54,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,50,54,49,52,54,53,44,50,57,46,53,57,51,48,52,52,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,57,48,34,44,34,78,65,77,69,34,58,34,83,116,97,117,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,44,91,45,55,57,46,48,50,48,51,48,56,44,51,56,46,49,52,51,55,50,53,93,44,91,45,55,57,46,48,51,51,55,56,57,44,51,56,46,49,57,57,48,49,56,93,44,91,45,55,57,46,48,57,51,55,57,49,44,51,56,46,49,56,54,50,56,55,93,44,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,97,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,48,51,52,44,34,98,101,100,115,34,58,50,51,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,52,46,48,57,50,57,51,56,44,51,57,46,56,51,56,51,52,53,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,49,53,55,54,55,49,44,51,57,46,57,50,50,57,55,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,55,34,44,34,78,65,77,69,34,58,34,84,104,114,111,99,107,109,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,79,103,108,101,116,104,111,114,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,51,46,49,50,54,50,50,57,44,51,52,46,48,52,54,50,49,51,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,49,49,56,55,50,57,44,51,51,46,54,57,56,56,49,56,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,57,56,55,50,56,54,44,51,51,46,55,56,48,55,49,93,44,91,45,56,50,46,56,52,54,54,56,54,44,51,51,46,57,52,48,54,51,57,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,110,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,56,53,53,44,51,53,46,49,55,50,55,55,55,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,50,46,55,49,54,51,51,49,44,51,53,46,48,55,49,55,52,50,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,52,57,57,57,56,53,44,51,53,46,49,54,57,53,55,53,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,52,55,57,50,54,56,44,51,53,46,52,53,53,51,53,55,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,78,111,100,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,52,55,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,48,55,49,55,48,51,44,52,48,46,50,54,48,56,53,57,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,82,97,110,115,111,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,56,54,44,34,98,101,100,115,34,58,51,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,48,53,48,57,56,55,44,52,51,46,53,50,52,48,54,52,93,44,91,45,56,51,46,56,49,55,50,50,56,44,52,51,46,53,50,50,51,52,53,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,57,48,55,54,48,56,44,52,51,46,57,49,48,52,49,53,93,44,91,45,56,52,46,48,52,52,56,52,51,44,52,51,46,57,49,49,49,52,54,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,48,48,53,44,34,98,101,100,115,34,58,52,48,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,49,53,50,48,57,52,44,51,53,46,50,53,53,57,56,57,93,44,91,45,57,48,46,48,54,54,53,57,49,44,51,53,46,49,51,53,57,57,93,44,91,45,57,48,46,49,55,51,54,48,51,44,51,53,46,49,49,56,48,55,51,93,44,91,45,57,48,46,50,48,57,51,57,55,44,51,53,46,48,50,54,53,52,54,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,48,55,53,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,49,46,57,55,52,55,57,52,44,51,57,46,54,55,53,52,56,55,93,44,91,45,49,50,49,46,57,57,52,48,50,49,44,51,57,46,53,51,51,57,50,54,93,44,91,45,49,50,49,46,56,53,54,53,51,50,44,51,57,46,53,51,54,57,48,52,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,52,48,55,53,50,55,44,51,57,46,51,51,57,55,53,52,93,44,91,45,49,50,49,46,51,48,53,49,50,50,44,51,57,46,53,49,57,53,56,53,93,44,91,45,49,50,49,46,49,52,57,57,48,55,44,51,57,46,53,50,54,52,52,54,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,49,51,54,55,49,53,44,51,57,46,54,50,56,49,54,57,93,44,91,45,49,50,49,46,51,54,49,50,48,54,44,51,57,46,56,53,53,52,55,51,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,53,56,54,52,48,55,44,52,48,46,49,48,48,53,50,50,93,44,91,45,49,50,49,46,54,52,54,48,51,50,44,51,57,46,57,56,50,53,50,55,93,44,91,45,49,50,49,46,56,48,52,48,52,49,44,51,57,46,56,56,52,51,52,52,93,44,91,45,49,50,50,46,48,52,52,56,54,53,44,51,57,46,56,56,51,55,55,49,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,50,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,48,53,53,48,56,49,44,52,53,46,57,56,49,50,51,51,93,44,91,45,57,51,46,49,52,50,56,54,57,44,52,53,46,57,56,49,48,48,53,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,50,46,55,49,50,53,48,51,44,52,53,46,56,57,49,55,48,53,93,44,91,45,57,50,46,51,53,48,52,48,55,44,52,54,46,48,49,54,51,54,56,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,97,115,116,114,111,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,53,55,55,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,52,57,50,52,56,50,44,51,48,46,50,49,48,48,49,49,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,55,46,48,56,49,56,51,52,44,51,48,46,50,53,57,51,53,55,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,75,108,105,99,107,105,116,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,57,54,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,50,48,46,56,48,49,50,57,53,44,52,54,46,48,52,49,48,49,52,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,49,46,54,49,50,50,51,50,44,52,54,46,48,52,52,48,57,51,93,44,91,45,49,50,49,46,54,48,57,50,52,54,44,52,53,46,55,56,50,53,49,57,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,51,51,55,55,49,50,44,52,53,46,55,48,52,56,51,57,93,44,91,45,49,50,49,46,48,56,52,56,54,51,44,52,53,46,54,52,55,57,51,50,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,53,48,53,55,52,51,44,52,53,46,54,57,57,57,52,57,93,44,91,45,49,50,48,46,50,49,48,55,55,52,44,52,53,46,55,50,53,57,49,53,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,55,51,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,44,91,45,49,50,51,46,48,48,56,52,56,54,44,52,56,46,55,54,55,48,57,57,93,44,91,45,49,50,51,46,50,54,55,56,55,55,44,52,56,46,54,57,51,57,57,51,93,44,91,45,49,50,51,46,50,49,56,57,50,57,44,52,56,46,53,52,56,55,48,56,93,44,91,45,49,50,51,46,49,49,53,49,51,56,44,52,56,46,52,50,50,56,51,93,44,91,45,49,50,51,46,50,52,55,57,49,57,44,52,56,46,50,56,52,53,53,56,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,55,54,52,52,48,52,44,52,56,46,54,48,48,53,55,55,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,50,46,56,49,50,51,52,44,52,56,46,55,55,49,56,53,93,44,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,55,56,54,44,34,98,101,100,115,34,58,49,50,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,49,57,48,52,54,53,44,52,52,46,53,56,54,55,57,57,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,55,46,56,56,56,48,56,55,44,52,52,46,50,52,48,52,54,49,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,48,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,78,97,116,99,104,105,116,111,99,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,54,51,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,52,52,49,55,52,51,44,51,49,46,55,49,52,52,56,53,93,44,91,45,57,51,46,51,51,56,57,55,50,44,51,49,46,55,49,52,50,53,57,93,44,91,45,57,51,46,51,51,55,52,53,54,44,51,49,46,53,51,56,49,49,93,44,91,45,57,51,46,50,51,54,54,54,50,44,51,49,46,53,51,56,51,51,57,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,50,46,57,49,51,48,49,57,44,51,49,46,51,54,56,50,51,54,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,56,48,54,50,48,54,44,51,49,46,53,57,56,53,52,56,93,44,91,45,57,50,46,57,48,56,51,49,51,44,51,49,46,54,50,53,49,54,57,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,57,52,50,50,52,53,44,51,49,46,56,53,52,50,54,56,93,44,91,45,57,50,46,56,56,50,57,57,56,44,51,49,46,57,51,57,57,55,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,51,46,49,51,54,49,50,55,44,51,50,46,48,53,54,50,50,52,93,44,91,45,57,51,46,50,51,56,52,55,44,51,49,46,57,55,50,55,56,49,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,98,111,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,53,56,55,44,34,98,101,100,115,34,58,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,44,91,45,57,48,46,52,48,57,52,49,51,44,50,57,46,50,51,57,55,51,56,93,44,91,45,57,48,46,51,56,53,53,51,57,44,50,57,46,51,54,55,55,52,57,93,44,91,45,57,48,46,54,49,57,51,48,57,44,50,57,46,53,57,56,48,57,50,93,44,91,45,57,48,46,55,54,54,56,52,57,44,50,57,46,54,57,53,52,55,55,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,50,54,48,54,54,49,44,50,57,46,53,52,52,53,49,93,44,91,45,57,49,46,50,49,50,49,53,55,44,50,57,46,52,50,51,52,50,57,93,44,91,45,57,49,46,51,53,52,50,55,50,44,50,57,46,50,51,57,54,48,54,93,44,91,45,57,49,46,50,57,50,54,56,49,44,50,57,46,49,57,54,49,55,55,93,44,91,45,57,49,46,48,48,54,48,53,52,44,50,57,46,49,49,57,57,57,52,93,44,91,45,57,49,46,48,48,56,55,53,57,44,50,57,46,48,50,54,57,48,50,93,44,91,45,57,48,46,57,48,55,48,56,44,50,56,46,57,57,49,49,51,50,93,44,91,45,57,48,46,55,50,48,55,54,53,44,50,56,46,57,57,50,54,51,93,44,91,45,57,48,46,53,53,50,53,52,55,44,50,57,46,48,51,54,56,48,54,93,44,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,73,114,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,51,46,51,50,53,54,49,55,44,51,49,46,54,56,48,54,48,51,93,44,91,45,56,51,46,51,50,53,50,57,54,44,51,49,46,55,53,54,53,56,52,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,32,83,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,44,91,45,49,52,49,46,48,48,50,55,56,50,44,54,57,46,55,48,51,54,52,56,93,44,91,45,49,52,49,46,51,55,55,56,57,54,44,54,57,46,55,52,52,49,52,55,93,44,91,45,49,52,49,46,53,57,49,52,53,51,44,54,57,46,56,49,52,53,56,50,93,44,91,45,49,52,50,46,48,55,57,48,56,55,44,54,57,46,57,48,56,53,48,50,93,44,91,45,49,52,50,46,55,48,54,50,57,53,44,55,48,46,48,56,56,49,57,54,93,44,91,45,49,52,51,46,50,50,54,52,51,51,44,55,48,46,50,48,49,57,57,56,93,44,91,45,49,52,51,46,57,52,48,53,56,53,44,55,48,46,49,54,57,54,56,53,93,44,91,45,49,52,52,46,53,50,57,49,48,52,44,55,48,46,48,55,57,48,54,49,93,44,91,45,49,52,52,46,54,56,49,52,54,56,44,55,48,46,48,49,53,55,55,51,93,44,91,45,49,52,53,46,48,54,52,57,56,51,44,55,48,46,48,56,55,54,49,49,93,44,91,45,49,52,53,46,50,55,57,51,54,44,55,48,46,48,56,56,57,53,57,93,44,91,45,49,52,53,46,57,56,49,55,56,49,44,55,48,46,50,52,50,51,48,55,93,44,91,45,49,52,54,46,51,55,55,57,49,56,44,55,48,46,50,56,51,55,53,93,44,91,45,49,52,54,46,55,48,56,57,54,51,44,55,48,46,50,56,50,52,51,93,44,91,45,49,52,55,46,51,55,50,53,49,56,44,55,48,46,52,51,48,53,51,57,93,44,91,45,49,52,55,46,55,55,57,52,51,54,44,55,48,46,52,55,49,56,54,57,93,44,91,45,49,52,56,46,48,48,51,53,48,50,44,55,48,46,53,52,53,53,55,57,93,44,91,45,49,52,56,46,52,50,49,51,48,53,44,55,48,46,53,51,50,56,54,52,93,44,91,45,49,52,56,46,53,49,53,52,55,57,44,55,48,46,52,55,55,52,55,53,93,44,91,45,49,52,57,46,48,57,48,52,55,54,44,55,48,46,53,54,53,52,50,93,44,91,45,49,52,57,46,54,55,57,56,55,53,44,55,48,46,54,50,49,52,57,53,93,44,91,45,49,53,48,46,51,52,53,50,52,44,55,48,46,53,53,51,50,51,50,93,44,91,45,49,53,48,46,55,57,53,49,53,50,44,55,48,46,53,52,56,51,53,57,93,44,91,45,49,53,49,46,51,49,52,57,55,55,44,55,48,46,52,54,51,52,50,54,93,44,91,45,49,53,49,46,53,52,56,56,57,49,44,55,48,46,52,57,49,48,56,53,93,44,91,45,49,53,49,46,54,49,50,55,52,44,55,48,46,53,57,51,54,48,52,93,44,91,45,49,53,50,46,49,53,49,56,53,49,44,55,48,46,56,55,53,49,51,49,93,44,91,45,49,53,50,46,53,48,57,55,53,55,44,55,48,46,57,51,52,55,50,54,93,44,91,45,49,53,51,46,50,55,52,51,49,44,55,48,46,57,55,48,57,53,55,93,44,91,45,49,53,51,46,56,57,57,49,55,53,44,55,48,46,57,51,54,50,49,56,93,44,91,45,49,53,52,46,52,51,55,54,55,53,44,55,49,46,48,50,51,53,53,50,93,44,91,45,49,53,52,46,56,50,49,51,49,55,44,55,49,46,49,53,56,57,54,49,93,44,91,45,49,53,53,46,52,53,56,56,54,53,44,55,49,46,50,54,56,53,57,93,44,91,45,49,53,53,46,55,53,54,50,49,53,44,55,49,46,50,56,51,51,56,49,93,44,91,45,49,53,53,46,57,50,54,52,50,56,44,55,49,46,51,53,55,54,56,53,93,44,91,45,49,53,54,46,52,48,48,54,50,54,44,55,49,46,52,51,53,52,48,55,93,44,91,45,49,53,54,46,53,56,50,50,53,50,44,55,49,46,52,50,55,54,55,49,93,44,91,45,49,53,54,46,57,52,48,56,51,44,55,49,46,51,49,49,50,48,52,93,44,91,45,49,53,55,46,53,51,50,52,50,50,44,55,49,46,48,48,55,53,53,52,93,44,91,45,49,53,56,46,49,55,49,52,54,51,44,55,48,46,56,55,49,48,52,55,93,44,91,45,49,53,56,46,53,53,50,55,50,51,44,55,48,46,57,48,50,56,50,56,93,44,91,45,49,53,56,46,55,51,51,57,57,56,44,55,48,46,57,54,51,49,49,57,93,44,91,45,49,53,57,46,50,51,56,52,52,44,55,48,46,57,50,48,50,56,49,93,44,91,45,49,53,57,46,55,53,53,52,54,55,44,55,48,46,56,51,48,53,50,54,93,44,91,45,49,54,48,46,52,49,52,50,49,55,44,55,48,46,53,54,49,50,57,56,93,44,91,45,49,54,48,46,57,48,55,56,54,49,44,55,48,46,52,49,53,55,52,50,93,44,91,45,49,54,49,46,51,49,53,49,51,52,44,55,48,46,51,52,55,50,53,54,93,44,91,45,49,54,49,46,57,52,56,54,53,55,44,55,48,46,51,55,52,55,52,50,93,44,91,45,49,54,50,46,52,54,53,50,50,49,44,55,48,46,50,49,55,50,52,51,93,44,91,45,49,54,50,46,56,49,56,56,49,55,44,54,57,46,57,57,57,48,50,56,93,44,91,45,49,54,51,46,49,51,51,53,54,49,44,54,57,46,56,51,56,55,48,50,93,44,91,45,49,54,51,46,50,56,55,55,55,50,44,54,57,46,54,51,50,51,56,52,93,44,91,45,49,54,51,46,50,56,57,53,56,57,44,54,57,46,52,51,48,51,53,55,93,44,91,45,49,54,51,46,51,56,48,53,56,57,44,54,57,46,51,50,48,50,49,57,93,44,91,45,49,54,51,46,54,53,48,55,57,56,44,54,57,46,49,54,56,54,57,50,93,44,91,45,49,54,52,46,48,50,48,51,54,53,44,54,57,46,48,51,51,49,53,93,44,91,45,49,54,52,46,50,55,57,51,55,57,44,54,56,46,57,55,57,54,49,55,93,44,91,45,49,54,53,46,51,53,55,48,52,56,44,54,56,46,57,48,56,57,51,57,93,44,91,45,49,54,54,46,50,48,48,49,53,49,44,54,56,46,57,51,51,56,50,51,93,44,91,45,49,54,54,46,51,52,55,52,50,56,44,54,56,46,57,48,48,51,56,54,93,44,91,45,49,54,54,46,51,54,55,54,54,52,44,54,56,46,53,55,52,57,57,52,93,44,91,45,49,54,54,46,53,48,50,56,55,50,44,54,56,46,52,53,54,49,48,57,93,44,91,45,49,54,54,46,56,52,57,57,56,49,44,54,56,46,52,48,49,54,52,52,93,44,91,45,49,54,54,46,57,52,50,48,52,49,44,54,56,46,51,48,50,53,57,52,93,44,91,45,49,54,54,46,54,53,49,57,56,51,44,54,56,46,50,56,56,51,49,56,93,44,91,45,49,54,54,46,50,56,53,51,44,54,56,46,50,50,52,51,54,55,93,44,91,45,49,54,53,46,57,54,54,48,52,50,44,54,56,46,48,55,50,52,57,50,93,44,91,45,49,54,53,46,53,57,54,48,52,54,44,54,56,46,48,51,52,55,50,55,93,44,91,45,49,54,52,46,52,57,57,52,51,55,44,54,56,46,48,51,52,55,52,56,93,44,91,45,49,54,52,46,52,57,57,52,54,51,44,54,56,46,50,48,55,56,57,93,44,91,45,49,54,50,46,55,50,50,49,57,44,54,56,46,50,48,55,57,50,54,93,44,91,45,49,54,50,46,55,50,50,50,48,50,44,54,56,46,50,57,52,52,57,54,93,44,91,45,49,54,50,46,48,50,51,50,55,51,44,54,56,46,50,57,52,53,49,49,93,44,91,45,49,54,50,46,48,50,51,50,54,49,44,54,56,46,50,48,55,57,52,93,44,91,45,49,54,49,46,53,53,55,51,50,56,44,54,56,46,50,48,55,57,52,57,93,44,91,45,49,54,49,46,53,53,55,51,50,44,54,56,46,50,57,52,53,50,49,93,44,91,45,49,54,49,46,48,57,49,51,54,52,44,54,56,46,50,57,52,53,51,50,93,44,91,45,49,54,49,46,48,57,49,51,53,49,44,54,56,46,50,48,55,57,54,49,93,44,91,45,49,54,48,46,49,53,57,52,52,44,54,56,46,50,48,55,57,56,50,93,44,91,45,49,54,48,46,49,53,57,52,53,50,44,54,56,46,50,57,52,53,53,51,93,44,91,45,49,53,57,46,54,57,51,52,56,55,44,54,56,46,50,57,52,53,54,52,93,44,91,45,49,53,57,46,54,57,51,52,55,55,44,54,56,46,50,48,55,57,57,50,93,44,91,45,49,53,56,46,52,53,55,56,51,54,44,54,56,46,50,48,56,48,49,54,93,44,91,45,49,53,55,46,49,53,52,57,50,52,44,54,56,46,50,48,56,48,53,52,93,44,91,45,49,53,55,46,49,53,52,57,49,44,54,56,46,49,50,49,52,56,51,93,44,91,45,49,53,54,46,50,51,54,56,51,49,44,54,56,46,49,50,49,52,57,56,93,44,91,45,49,53,54,46,50,51,54,56,49,55,44,54,56,46,48,51,52,57,50,54,93,44,91,45,49,53,53,46,51,49,56,55,52,56,44,54,56,46,48,51,52,57,52,50,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,51,46,52,48,52,49,53,50,44,54,56,93,44,91,45,49,53,49,46,57,48,48,50,55,54,44,54,56,46,48,48,48,48,48,55,93,44,91,45,49,53,48,46,56,57,48,48,50,56,44,54,56,46,48,48,48,48,48,52,93,44,91,45,49,52,57,46,51,50,53,52,51,44,54,55,46,57,57,57,57,57,57,93,44,91,45,49,52,55,46,55,53,51,49,49,55,44,54,55,46,57,57,57,57,56,56,93,44,91,45,49,52,54,44,54,56,93,44,91,45,49,52,54,44,54,56,46,53,93,44,91,45,49,52,51,46,53,50,56,56,50,51,44,54,56,46,53,48,48,48,50,49,93,44,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,114,101,110,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,48,52,52,56,52,51,44,52,51,46,57,49,49,49,52,54,93,44,91,45,56,51,46,57,48,55,54,48,56,44,52,51,46,57,49,48,52,49,53,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,52,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,52,56,51,49,53,51,44,52,48,46,51,56,50,52,57,50,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,51,55,53,55,49,50,44,52,48,46,51,57,49,57,50,53,93,44,91,45,57,49,46,51,53,57,56,55,51,44,52,48,46,54,48,49,56,48,53,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,115,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,109,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,51,57,44,34,98,101,100,115,34,58,50,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,53,46,50,50,49,51,57,52,44,52,53,46,55,56,50,56,52,51,93,44,91,45,56,53,46,51,48,55,53,56,52,44,52,53,46,54,50,53,48,48,54,93,44,91,45,56,53,46,50,56,51,50,51,56,44,52,53,46,53,53,48,50,48,57,93,44,91,45,56,52,46,57,54,52,55,56,55,44,52,53,46,50,57,49,54,48,49,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,53,46,56,56,49,53,50,57,44,52,48,46,55,53,48,54,49,49,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,54,53,48,49,55,49,44,52,52,46,50,55,57,54,50,53,93,44,91,45,54,57,46,54,53,54,55,52,50,44,52,52,46,49,50,50,51,57,50,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,54,57,46,56,49,51,53,52,57,44,52,52,46,48,50,54,48,49,49,93,44,91,45,54,57,46,55,48,48,48,57,55,44,52,52,46,48,48,54,54,56,53,93,44,91,45,54,57,46,54,54,52,55,52,53,44,52,51,46,55,49,49,55,52,56,93,44,91,45,54,57,46,53,48,49,54,49,55,44,52,51,46,55,55,57,54,56,54,93,44,91,45,54,57,46,50,57,55,56,53,53,44,52,51,46,55,48,55,54,57,52,93,44,91,45,54,57,46,50,51,51,52,56,44,52,51,46,55,55,56,48,48,50,93,44,91,45,54,57,46,51,57,55,55,51,56,44,52,51,46,56,55,49,56,57,93,44,91,45,54,57,46,51,54,51,57,57,54,44,52,52,46,48,49,50,56,55,51,93,44,91,45,54,57,46,50,56,50,48,50,55,44,52,52,46,48,54,52,53,50,51,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,101,110,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,54,46,56,57,53,51,52,57,44,52,50,46,54,53,54,50,53,53,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,55,51,51,52,53,52,44,52,50,46,55,50,55,56,57,53,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,49,56,48,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,51,46,57,53,57,51,56,53,44,51,54,46,57,55,55,49,50,56,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,57,54,56,57,57,44,51,55,46,49,55,52,55,57,52,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,52,46,50,49,54,50,52,49,44,51,55,46,50,56,48,50,53,54,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,101,105,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,55,56,50,51,54,54,44,51,53,46,53,57,52,55,57,57,93,44,91,45,56,52,46,57,49,53,48,52,57,44,51,53,46,52,52,48,55,55,49,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,56,48,53,53,52,52,44,51,53,46,52,52,56,53,55,49,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,84,97,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,50,48,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,57,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,49,48,52,57,54,54,44,51,50,46,54,55,51,51,56,53,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,49,50,50,51,52,55,44,51,50,46,53,48,53,57,50,49,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,44,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,51,48,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,56,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,55,52,49,48,49,55,44,51,55,46,50,54,53,57,56,52,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,53,34,44,34,78,65,77,69,34,58,34,83,99,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,105,108,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,53,51,57,51,57,51,44,51,57,46,55,55,50,51,49,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,99,67,108,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,51,52,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,55,46,48,49,53,57,51,44,51,52,46,57,48,55,51,52,56,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,51,52,49,53,48,57,44,51,52,46,57,54,52,48,48,49,93,44,91,45,57,55,46,51,53,52,49,57,50,44,51,53,46,48,55,54,54,53,54,93,44,91,45,57,55,46,53,53,52,55,57,44,51,53,46,50,50,52,51,50,57,93,44,91,45,57,55,46,53,53,54,57,56,55,44,51,53,46,50,56,56,52,52,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,53,51,54,56,55,44,51,56,46,53,53,48,57,49,55,93,44,91,45,55,57,46,52,55,54,54,51,56,44,51,56,46,52,53,55,50,50,56,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,52,53,53,52,55,50,44,51,56,46,57,50,57,57,49,93,44,91,45,55,57,46,53,51,57,48,55,53,44,51,56,46,56,52,49,52,49,49,93,44,91,45,55,57,46,53,49,48,48,55,51,44,51,56,46,55,56,48,55,49,50,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,53,52,56,56,50,56,44,51,56,46,55,51,56,54,53,53,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,54,57,49,51,49,50,44,51,56,46,53,49,48,48,48,56,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,32,70,108,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,57,48,57,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,52,46,56,49,52,50,55,54,44,51,53,46,50,48,50,51,51,49,93,44,91,45,57,52,46,57,50,55,55,55,52,44,51,53,46,50,48,50,54,49,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,53,46,48,53,57,53,49,50,44,51,52,46,56,53,53,48,49,57,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,52,46,57,51,55,53,53,53,44,51,52,46,54,56,48,55,57,50,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,57,53,50,53,49,44,51,53,46,51,48,49,50,93,44,91,45,57,52,46,54,54,56,55,57,54,44,51,53,46,50,57,53,48,50,57,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,117,109,109,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,48,46,57,48,53,57,54,49,44,51,55,46,54,57,56,53,57,54,93,44,91,45,56,49,46,48,54,56,55,55,52,44,51,55,46,54,51,57,56,50,51,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,101,99,107,108,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,52,51,49,52,44,34,98,101,100,115,34,58,50,54,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,54,54,54,52,56,44,51,53,46,50,54,55,57,51,52,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,49,46,48,52,49,52,57,54,44,51,53,46,48,52,52,55,49,51,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,51,53,53,53,44,34,98,101,100,115,34,58,51,53,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,56,54,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,51,54,52,56,48,56,44,51,57,46,55,48,51,56,48,51,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,53,57,55,54,55,49,44,51,50,46,48,49,51,57,55,57,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,48,46,56,51,56,55,55,50,44,52,53,46,53,49,53,57,52,54,93,44,91,45,49,50,48,46,56,54,56,53,54,57,44,52,53,46,52,48,49,49,52,54,93,44,91,45,49,50,49,46,48,50,52,50,57,52,44,52,53,46,50,49,57,53,51,49,93,44,91,45,49,50,48,46,56,56,57,51,53,55,44,52,53,46,50,48,50,51,48,53,93,44,91,45,49,50,48,46,55,50,51,53,54,57,44,52,53,46,49,51,48,57,49,49,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,53,51,50,48,53,57,44,52,53,46,51,55,49,50,52,57,93,44,91,45,49,50,48,46,52,57,48,51,53,57,44,52,53,46,52,54,56,57,52,57,93,44,91,45,49,50,48,46,51,54,52,57,53,53,44,52,53,46,52,57,55,50,53,93,44,91,45,49,50,48,46,52,49,49,54,57,57,44,52,53,46,53,57,54,48,54,55,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,55,54,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,50,55,55,54,49,49,44,51,51,46,53,50,55,54,51,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,51,46,49,49,56,55,50,57,44,51,51,46,54,57,56,56,49,56,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,53,54,50,53,51,54,44,52,52,46,49,48,49,53,49,57,93,44,91,45,57,57,46,51,53,51,55,50,44,52,51,46,57,57,53,51,50,57,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,101,108,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,53,53,52,54,56,55,44,52,51,46,55,51,55,50,52,55,93,44,91,45,49,48,48,46,54,55,57,51,50,50,44,52,51,46,55,49,49,54,51,54,93,44,91,45,49,48,48,46,57,56,55,48,50,55,44,52,51,46,56,52,57,49,51,50,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,49,46,50,50,56,51,51,49,44,52,51,46,55,57,53,48,52,57,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,69,99,116,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,52,50,44,34,98,101,100,115,34,58,54,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,51,34,44,34,78,65,77,69,34,58,34,76,105,109,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,49,53,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,32,72,97,114,98,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,57,54,55,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,44,91,45,49,50,52,46,52,50,49,55,50,56,44,52,55,46,51,57,51,50,57,51,93,44,91,45,49,50,52,46,51,48,54,51,54,55,44,52,55,46,50,52,56,48,56,51,93,44,91,45,49,50,52,46,50,53,49,50,57,49,44,52,55,46,48,57,54,54,53,52,93,44,91,45,49,50,52,46,50,51,52,51,57,51,44,52,54,46,56,57,49,49,56,56,93,44,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,49,53,56,51,54,52,44,52,54,46,57,57,53,56,55,49,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,52,56,56,57,52,51,44,52,55,46,48,56,50,54,52,54,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,52,46,48,52,54,55,52,44,52,55,46,53,49,56,53,50,53,93,44,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,107,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,52,57,53,44,34,98,101,100,115,34,58,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,55,46,56,56,57,49,51,53,44,51,57,46,53,57,55,52,53,51,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,56,46,49,51,56,57,51,55,44,51,57,46,53,57,51,55,57,54,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,86,105,108,108,97,108,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,48,46,55,57,52,55,55,52,44,52,53,46,53,57,48,54,56,50,93,44,91,45,49,49,48,46,57,49,57,50,50,50,44,52,53,46,53,50,52,56,54,49,93,44,91,45,49,49,48,46,57,49,55,56,57,57,44,52,53,46,51,53,49,50,55,51,93,44,91,45,49,49,49,46,48,51,56,49,54,57,44,52,53,46,51,53,49,51,57,49,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,48,46,55,48,52,52,55,54,44,52,52,46,57,57,50,49,55,52,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,50,50,56,48,53,50,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,50,50,48,57,48,56,44,52,53,46,55,56,52,57,55,51,93,44,91,45,49,49,48,46,50,57,50,54,54,50,44,52,53,46,55,56,53,48,53,55,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,68,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,55,48,52,55,44,34,98,101,100,115,34,58,49,53,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,49,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,55,53,53,48,56,51,44,51,52,46,57,51,48,50,56,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,52,56,55,48,49,54,44,51,53,46,48,51,52,56,53,51,93,44,91,45,56,49,46,52,48,56,56,55,54,44,51,53,46,48,52,54,51,50,52,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,89,97,110,99,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,50,46,49,57,49,55,48,53,44,51,53,46,57,57,48,54,51,54,93,44,91,45,56,50,46,51,52,53,50,57,44,51,54,46,48,55,54,52,53,57,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,55,34,44,34,78,65,77,69,34,58,34,82,101,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,56,54,48,54,56,55,44,51,51,46,55,52,49,57,52,53,93,44,91,45,57,52,46,57,57,56,48,49,57,44,51,51,46,56,54,48,53,48,52,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,49,34,44,34,78,65,77,69,34,58,34,77,97,116,97,103,111,114,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,52,51,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,51,57,53,49,57,56,44,50,56,46,50,55,57,55,51,54,93,44,91,45,57,54,46,49,56,50,50,52,50,44,50,56,46,52,53,50,48,51,54,93,44,91,45,57,53,46,55,53,48,50,51,56,44,50,56,46,54,51,56,52,49,57,93,44,91,45,57,53,46,52,57,53,54,53,44,50,56,46,55,54,52,56,51,55,93,44,91,45,57,53,46,54,53,53,51,57,56,44,50,56,46,57,53,49,55,49,49,93,44,91,45,57,53,46,55,54,52,57,51,55,44,50,56,46,57,54,55,51,53,57,93,44,91,45,57,53,46,56,52,49,52,57,57,44,50,57,46,48,57,56,54,50,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,57,54,53,49,57,54,44,50,57,46,49,52,54,56,54,53,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,50,52,49,51,50,56,44,52,53,46,52,49,50,54,54,55,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,53,53,57,55,53,51,44,51,51,46,51,50,55,50,55,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,53,51,53,55,55,57,44,51,51,46,51,53,55,52,54,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,50,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,57,57,46,55,55,50,48,52,51,44,51,52,46,48,57,51,50,56,54,93,44,91,45,57,57,46,53,55,51,49,54,49,44,51,52,46,48,54,51,54,48,56,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,53,54,57,54,57,54,44,51,52,46,52,49,56,52,49,56,93,44,91,45,57,57,46,54,57,52,53,50,56,44,51,52,46,51,55,56,50,49,56,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,51,53,56,54,50,56,44,51,56,46,50,50,49,57,56,49,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,57,48,46,48,51,53,56,54,55,44,51,56,46,49,51,53,55,51,54,93,44,91,45,57,48,46,48,51,54,51,49,54,44,51,56,46,50,50,51,50,52,54,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,56,57,46,57,49,51,50,50,55,44,51,56,46,51,48,56,50,54,57,93,44,91,45,57,48,46,48,51,54,49,49,51,44,51,56,46,51,50,51,51,55,55,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,74,101,110,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,48,56,50,52,52,44,51,50,46,54,54,51,48,54,49,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,49,46,56,54,55,57,51,56,44,51,50,46,54,56,49,49,53,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,56,53,55,57,56,53,44,51,50,46,57,53,51,56,56,50,93,44,91,45,56,50,46,48,56,49,51,51,55,44,51,50,46,57,49,54,55,55,54,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,55,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,54,54,49,56,56,44,51,55,46,53,52,49,57,51,52,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,48,55,51,54,50,54,44,51,55,46,51,52,56,48,52,53,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,54,46,49,49,52,48,57,53,44,51,55,46,53,54,55,49,51,49,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,51,34,44,34,78,65,77,69,34,58,34,80,97,108,111,32,80,105,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,49,55,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,72,101,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,55,49,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,52,51,51,48,54,44,51,52,46,55,49,55,52,56,53,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,117,97,121,110,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,56,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,54,54,57,49,54,44,51,52,46,54,56,53,55,56,54,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,52,55,54,54,52,50,44,51,52,46,53,53,52,49,54,56,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,50,57,56,51,51,52,44,51,52,46,53,56,50,57,50,54,93,44,91,45,56,57,46,50,57,57,50,50,55,44,51,52,46,56,52,52,52,49,53,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,49,48,48,46,48,57,49,53,50,57,44,51,55,46,51,56,54,56,57,50,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,55,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,105,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,54,56,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,51,46,49,52,55,49,57,51,44,51,50,46,52,53,53,49,55,51,93,44,91,45,57,51,46,50,51,54,54,53,54,44,51,50,46,52,49,48,48,55,49,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,50,49,51,57,56,56,44,51,50,46,50,51,54,48,54,53,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,55,55,52,57,51,54,44,51,50,46,50,51,55,48,53,53,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,56,55,57,50,54,56,44,51,50,46,52,53,52,49,49,56,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,53,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,52,53,48,53,54,49,44,51,52,46,56,51,49,54,55,55,93,44,91,45,56,53,46,52,53,48,52,48,57,44,51,52,46,55,53,57,50,52,49,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,53,46,48,53,48,56,52,55,44,51,52,46,55,49,57,57,56,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,50,54,52,55,54,50,44,51,52,46,56,53,52,50,55,55,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,51,48,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,56,46,57,48,54,48,57,54,44,52,48,46,54,53,50,55,50,50,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,53,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,111,111,115,101,118,101,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,48,51,55,48,57,52,44,52,56,46,48,54,51,52,49,54,93,44,91,45,49,48,52,46,56,50,50,53,56,49,44,52,56,46,49,49,56,57,52,53,93,44,91,45,49,48,52,46,53,49,49,54,57,54,44,52,56,46,49,48,57,56,57,52,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,54,50,55,55,54,44,52,56,46,51,56,57,51,54,50,93,44,91,45,49,48,52,46,54,50,55,55,50,54,44,52,56,46,52,55,54,51,52,57,93,44,91,45,49,48,52,46,55,53,55,54,49,57,44,52,56,46,53,54,51,49,50,55,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,53,46,56,48,52,53,57,57,44,52,56,46,50,49,57,48,51,55,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,53,46,53,57,53,48,50,55,44,52,56,46,48,56,49,55,56,93,44,91,45,49,48,53,46,50,50,56,57,57,44,52,56,46,48,56,57,50,56,52,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,114,99,101,108,111,110,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,44,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,111,119,108,105,116,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,49,49,50,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,49,49,53,57,48,52,44,52,54,46,49,56,53,50,54,56,93,44,91,45,49,50,50,46,57,48,52,49,49,57,44,52,54,46,48,56,51,55,51,52,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,55,50,48,57,49,44,52,53,46,57,51,49,56,57,50,93,44,91,45,49,50,50,46,52,55,56,55,53,51,44,52,53,46,57,56,55,57,51,56,93,44,91,45,49,50,50,46,51,51,50,54,54,51,44,52,53,46,57,54,53,48,54,52,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,55,34,44,34,78,65,77,69,34,58,34,76,105,118,101,32,79,97,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,56,46,48,56,57,55,54,52,44,50,56,46,54,54,50,57,55,57,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,105,116,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,54,49,55,49,52,55,44,51,56,46,54,56,48,48,49,51,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,50,46,56,52,49,56,55,49,44,51,56,46,53,57,54,55,57,50,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,51,55,57,54,49,52,44,51,56,46,56,48,48,48,55,54,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,101,115,116,109,111,114,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,54,46,56,55,55,48,54,50,44,51,56,46,49,50,52,51,53,56,93,44,91,45,55,54,46,55,52,56,56,55,49,44,51,55,46,57,57,52,56,57,55,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,54,49,48,51,56,52,44,51,56,46,49,52,56,53,49,54,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,89,97,100,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,52,51,57,49,48,52,44,51,54,46,49,51,57,57,52,57,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,54,51,49,53,52,52,44,51,54,46,50,56,53,53,56,52,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,48,55,53,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,57,56,51,55,53,54,44,51,55,46,51,57,57,54,52,93,44,91,45,49,50,48,46,57,55,50,57,52,49,44,51,55,46,51,51,56,52,56,51,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,49,52,49,53,50,51,44,51,54,46,56,51,54,54,53,54,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,52,55,54,54,57,50,44,51,55,46,48,57,54,51,57,93,44,91,45,49,50,48,46,50,50,55,50,56,54,44,51,55,46,49,54,51,52,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,50,48,46,49,52,51,56,50,54,44,51,55,46,50,51,57,49,57,50,93,44,91,45,49,50,48,46,50,54,54,48,49,44,51,55,46,52,48,48,54,48,55,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,101,119,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,49,56,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,49,50,44,34,98,101,100,115,34,58,55,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,57,48,54,54,53,50,44,51,53,46,56,56,51,51,55,54,93,44,91,45,56,49,46,57,56,54,57,51,57,44,51,53,46,56,48,54,57,50,51,93,44,91,45,56,49,46,56,54,57,51,56,56,44,51,53,46,55,49,57,54,50,52,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,53,53,53,57,57,52,44,51,53,46,55,55,55,53,51,56,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,48,48,50,44,34,98,101,100,115,34,58,53,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,56,46,49,53,56,53,56,57,44,51,53,46,51,52,55,53,51,55,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,51,53,44,34,98,101,100,115,34,58,50,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,56,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,48,57,56,53,48,49,44,51,52,46,49,57,49,50,48,51,93,44,91,45,57,52,46,48,53,50,57,52,51,44,51,51,46,56,56,54,48,56,50,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,56,51,49,52,53,50,44,51,51,46,55,52,55,55,48,57,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,56,50,48,55,50,50,44,51,52,46,49,56,51,56,48,50,93,44,91,45,57,51,46,57,50,53,56,51,44,51,52,46,49,56,54,52,57,54,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,52,46,50,53,52,54,54,56,44,51,52,46,51,53,53,52,56,49,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,57,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,54,51,50,55,50,52,44,51,53,46,56,52,53,56,53,52,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,51,56,53,55,56,52,44,51,53,46,56,53,52,53,56,55,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,99,68,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,48,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,50,53,49,50,53,49,44,51,53,46,53,53,57,57,52,51,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,49,46,57,54,55,54,49,57,44,51,53,46,53,50,54,48,48,55,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,56,54,57,51,56,56,44,51,53,46,55,49,57,54,50,52,93,44,91,45,56,49,46,57,56,54,57,51,57,44,51,53,46,56,48,54,57,50,51,93,44,91,45,56,49,46,57,48,54,54,53,50,44,51,53,46,56,56,51,51,55,54,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,51,46,50,57,48,53,55,49,44,51,51,46,56,52,53,49,51,51,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,89,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,54,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,50,46,55,57,51,53,56,50,44,52,48,46,51,53,49,50,56,49,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,51,34,44,34,78,65,77,69,34,58,34,85,118,97,108,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,117,103,108,97,105,122,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,56,52,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,51,51,56,54,44,52,48,46,51,55,57,49,57,57,93,44,91,45,56,52,46,51,51,57,49,51,55,44,52,48,46,52,56,49,48,55,54,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,52,46,49,48,55,55,56,55,44,52,48,46,54,52,51,48,54,57,93,44,91,45,56,52,46,50,50,50,55,57,57,44,52,48,46,54,56,53,57,53,55,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,115,115,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,49,51,49,44,34,98,101,100,115,34,58,50,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,51,46,55,56,51,50,51,51,44,51,50,46,55,56,52,51,54,93,44,91,45,57,51,46,56,49,57,49,54,57,44,51,50,46,55,51,54,48,48,50,93,44,91,45,57,51,46,55,51,54,54,49,44,51,50,46,53,55,57,56,52,53,93,44,91,45,57,51,46,55,53,54,50,48,54,44,51,50,46,53,51,55,48,51,55,93,44,91,45,57,51,46,54,49,53,49,51,44,51,50,46,51,52,56,51,51,50,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,52,52,49,50,49,50,44,51,50,46,52,49,48,52,51,49,93,44,91,45,57,51,46,52,53,51,49,50,49,44,51,50,46,56,53,57,57,51,53,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,69,109,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,57,55,55,44,34,98,101,100,115,34,58,51,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,77,97,103,111,102,102,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,48,56,57,55,57,54,44,51,55,46,54,51,50,49,54,55,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,56,57,49,54,48,53,44,51,55,46,53,49,57,48,56,51,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,51,46,48,56,57,52,48,57,44,51,55,46,56,57,48,51,52,93,44,91,45,56,51,46,50,55,48,51,56,55,44,51,55,46,55,54,54,56,52,53,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,105,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,108,108,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,52,48,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,50,46,49,54,53,49,49,55,44,51,56,46,57,48,48,57,52,56,93,44,91,45,57,50,46,49,51,53,51,57,55,44,51,56,46,56,49,53,53,56,49,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,49,48,57,50,56,50,44,51,56,46,53,54,49,52,51,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,49,46,56,54,57,52,56,57,44,51,56,46,54,54,51,57,52,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,98,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,48,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,54,46,48,54,56,52,48,54,44,52,49,46,51,57,53,48,50,56,93,44,91,45,49,48,54,46,51,50,50,56,56,53,44,52,49,46,51,57,53,49,52,49,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,53,46,50,55,49,55,52,54,44,52,49,46,57,56,54,48,57,53,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,51,55,53,53,52,49,44,52,50,46,50,57,48,49,51,57,93,44,91,45,49,48,53,46,54,49,51,56,54,53,44,52,50,46,51,48,52,52,53,53,93,44,91,45,49,48,53,46,53,53,54,48,52,50,44,52,50,46,52,51,48,53,56,51,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,50,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,49,48,46,55,48,52,52,55,54,44,52,52,46,57,57,50,49,55,52,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,48,46,54,54,55,56,54,55,44,52,52,46,54,54,54,50,57,49,93,44,91,45,49,49,48,46,54,54,55,56,57,57,44,52,52,46,53,56,50,55,57,50,93,44,91,45,49,49,48,46,51,55,53,51,51,52,44,52,52,46,53,56,51,48,49,54,93,44,91,45,49,49,48,46,50,55,54,53,48,54,44,52,52,46,53,49,53,54,54,53,93,44,91,45,49,49,48,46,50,57,54,54,52,56,44,52,52,46,52,51,49,51,52,49,93,44,91,45,49,49,48,46,49,53,48,49,55,53,44,52,52,46,50,56,57,54,54,54,93,44,91,45,49,49,48,46,49,49,57,49,57,51,44,52,52,46,49,51,50,53,56,52,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,48,57,46,56,56,49,57,44,52,51,46,57,52,57,48,55,54,93,44,91,45,49,48,57,46,55,56,57,57,44,52,51,46,56,48,51,50,53,50,93,44,91,45,49,48,57,46,53,52,50,51,51,50,44,52,51,46,57,54,49,51,53,50,93,44,91,45,49,48,57,46,52,52,50,51,54,49,44,52,51,46,57,51,48,52,51,52,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,48,57,51,54,48,51,44,52,51,46,56,49,55,54,49,57,93,44,91,45,49,48,57,46,48,57,50,56,55,56,44,52,51,46,57,48,52,52,55,52,93,44,91,45,49,48,56,46,57,49,50,55,56,51,44,52,51,46,57,48,52,55,53,52,93,44,91,45,49,48,56,46,55,57,49,55,55,57,44,52,51,46,57,57,49,48,53,51,93,44,91,45,49,48,56,46,55,57,50,50,55,55,44,52,52,46,48,55,57,54,49,54,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,56,46,53,57,50,50,57,54,44,52,52,46,56,55,49,52,52,52,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,52,44,34,98,101,100,115,34,58,54,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,55,57,50,54,49,44,52,48,46,57,52,54,54,52,55,93,44,91,45,55,54,46,54,54,49,51,52,56,44,52,48,46,57,54,55,57,57,54,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,53,49,50,52,50,49,44,52,48,46,57,52,54,49,48,50,93,44,91,45,55,54,46,54,49,56,57,55,49,44,52,49,46,48,54,51,55,53,57,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,81,117,101,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,56,53,49,51,44,34,98,101,100,115,34,58,51,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,51,46,56,56,54,54,53,50,44,52,48,46,52,56,57,55,57,52,93,44,91,45,55,51,46,55,54,56,55,56,49,44,52,48,46,53,51,51,55,52,55,93,44,91,45,55,51,46,55,48,49,54,51,51,44,52,48,46,55,53,50,52,57,51,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,51,46,56,51,51,48,52,49,44,52,48,46,54,50,56,50,54,49,93,44,91,45,55,51,46,56,55,57,50,50,50,44,52,48,46,53,55,52,54,53,54,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,83,117,119,97,110,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,50,50,54,51,54,44,51,48,46,49,49,52,54,50,49,93,44,91,45,56,51,46,49,54,50,52,53,55,44,51,48,46,49,49,48,48,50,50,93,44,91,45,56,50,46,57,54,51,49,49,50,44,50,57,46,57,57,51,48,53,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,57,53,53,57,44,51,48,46,52,49,51,52,56,54,93,44,91,45,56,51,46,48,55,56,55,48,54,44,51,48,46,52,51,56,49,49,54,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,104,101,98,111,121,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,52,46,50,53,50,48,50,44,52,53,46,54,50,53,57,57,56,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,52,53,50,54,51,52,44,52,53,46,54,57,53,51,55,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,108,97,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,53,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,56,56,49,51,53,51,44,51,56,46,49,51,54,53,49,55,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,53,52,54,44,34,98,101,100,115,34,58,50,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,48,46,56,54,48,50,55,52,44,51,52,46,54,57,53,56,52,55,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,55,52,51,51,52,53,44,51,52,46,53,51,57,57,49,54,93,44,91,45,56,48,46,54,53,56,52,49,55,44,51,52,46,52,55,56,54,49,50,93,44,91,45,56,48,46,53,53,48,53,53,50,44,51,52,46,53,54,48,49,49,54,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,55,57,55,52,56,52,44,51,52,46,56,49,57,56,48,51,93,44,91,45,56,48,46,55,56,49,57,50,49,44,51,52,46,57,51,53,56,52,56,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,48,46,56,54,56,54,53,50,44,51,52,46,57,53,49,49,52,51,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,76,97,114,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,56,55,54,48,48,54,44,51,55,46,53,52,51,50,53,57,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,54,49,56,48,55,49,44,51,55,46,53,52,48,54,49,49,93,44,91,45,56,53,46,53,57,50,48,56,56,44,51,55,46,54,57,51,52,55,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,98,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,57,56,44,34,98,101,100,115,34,58,56,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,51,56,48,55,48,53,44,52,50,46,52,52,54,51,57,51,93,44,91,45,57,54,46,52,48,55,57,57,56,44,52,50,46,51,51,55,52,48,56,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,54,54,57,50,54,53,44,52,50,46,52,55,52,54,52,53,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,57,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,44,91,45,56,51,46,54,52,55,51,49,49,44,50,57,46,55,57,55,49,51,57,93,44,91,45,56,51,46,54,48,57,51,48,56,44,50,57,46,54,57,56,52,49,54,93,44,91,45,56,51,46,52,56,49,50,54,52,44,50,57,46,54,51,48,51,50,57,93,44,91,45,56,51,46,51,54,54,51,57,56,44,50,57,46,54,54,53,55,48,49,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,51,46,51,55,48,56,57,44,50,57,46,56,56,55,57,51,52,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,52,54,56,55,54,56,44,51,48,46,51,48,52,50,49,50,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,57,49,53,51,54,57,44,51,48,46,50,52,52,55,55,57,93,44,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,50,55,51,54,51,49,44,51,55,46,49,50,54,57,54,56,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,51,55,54,54,51,50,44,51,55,46,48,51,56,52,56,50,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,50,53,57,57,51,53,44,51,55,46,48,54,52,48,55,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,48,50,44,34,98,101,100,115,34,58,51,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,53,56,51,51,50,52,44,51,56,46,48,48,51,52,57,57,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,51,53,56,54,50,56,44,51,56,46,50,50,49,57,56,49,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,52,49,50,53,49,57,44,51,56,46,53,48,48,56,53,51,93,44,91,45,57,48,46,53,57,49,49,50,51,44,51,56,46,53,48,49,54,53,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,53,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,49,46,49,56,50,57,52,50,44,51,57,46,50,50,55,50,51,51,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,49,49,49,50,53,49,44,51,56,46,56,55,50,55,48,57,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,48,46,56,50,50,55,50,52,44,51,56,46,56,55,54,51,57,50,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,104,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,48,52,57,44,34,98,101,100,115,34,58,49,54,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,57,53,54,51,52,44,51,50,46,50,51,55,52,57,57,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,50,49,50,51,48,57,44,51,49,46,57,49,56,51,53,56,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,48,53,49,53,50,49,44,51,49,46,55,48,53,49,57,56,93,44,91,45,56,48,46,55,56,50,57,54,44,51,49,46,57,57,53,57,53,52,93,44,91,45,56,49,46,48,48,52,51,48,53,44,51,50,46,49,48,50,51,54,55,93,44,91,45,56,49,46,49,49,55,50,50,53,44,51,50,46,49,49,55,54,48,52,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,51,57,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,53,54,57,50,56,44,50,57,46,57,55,52,57,56,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,51,49,51,51,56,53,44,50,57,46,57,53,52,55,48,52,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,101,110,101,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,49,49,50,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,49,51,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,70,97,108,108,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,53,49,54,49,50,54,44,52,54,46,49,51,54,49,57,54,93,44,91,45,49,48,52,46,51,57,48,55,52,52,44,52,54,46,48,53,52,56,50,54,93,44,91,45,49,48,52,46,51,57,48,56,55,54,44,52,53,46,57,55,48,51,54,51,93,44,91,45,49,48,52,46,49,51,52,56,52,50,44,52,53,46,57,54,56,56,51,51,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,51,53,52,56,51,53,44,52,54,46,54,52,49,52,48,57,93,44,91,45,49,48,52,46,52,49,55,57,57,56,44,52,54,46,54,56,52,56,57,50,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,55,51,50,54,55,50,44,52,54,46,52,56,50,50,48,50,93,44,91,45,49,48,52,46,57,48,53,57,56,56,44,52,54,46,52,56,50,50,53,49,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,49,48,48,46,51,50,53,52,53,49,44,52,53,46,48,57,57,51,51,55,93,44,91,45,49,48,48,46,52,50,51,57,49,56,44,52,52,46,57,57,48,48,48,54,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,67,117,108,98,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,49,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,52,46,57,48,57,49,50,52,44,51,49,46,50,52,54,54,48,57,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,57,52,52,44,34,98,101,100,115,34,58,49,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,54,53,57,51,54,57,44,52,51,46,55,57,48,51,56,54,93,44,91,45,55,48,46,53,52,57,57,54,53,44,52,51,46,55,49,53,55,57,54,93,44,91,45,55,48,46,52,57,50,48,48,57,44,52,51,46,54,48,54,55,54,57,93,44,91,45,55,48,46,50,50,50,48,57,44,52,51,46,52,54,54,56,55,56,93,44,91,45,55,48,46,49,53,53,57,56,54,44,52,51,46,53,50,52,52,52,52,93,44,91,45,54,57,46,56,56,49,56,57,53,44,52,51,46,54,51,54,52,54,54,93,44,91,45,54,57,46,56,57,51,50,51,50,44,52,51,46,56,55,56,53,49,56,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,55,48,46,49,49,53,56,54,44,52,51,46,57,48,54,55,49,93,44,91,45,55,48,46,51,49,53,51,55,52,44,52,52,46,48,51,55,56,48,55,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,54,48,51,55,56,52,44,52,52,46,48,52,49,53,51,54,93,44,91,45,55,48,46,54,50,52,51,50,57,44,52,52,46,49,55,49,48,51,54,93,44,91,45,55,48,46,56,50,49,56,48,51,44,52,52,46,48,55,55,48,56,57,93,44,91,45,55,48,46,55,49,53,52,49,56,44,52,51,46,57,54,49,56,49,53,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,116,97,115,99,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,56,50,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,51,51,53,48,52,55,44,50,56,46,54,52,56,50,55,53,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,75,105,110,103,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,56,46,52,54,52,57,53,49,44,51,55,46,51,56,52,48,56,54,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,49,34,44,34,78,65,77,69,34,58,34,82,97,98,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,54,53,54,50,57,55,44,51,52,46,56,55,56,56,50,51,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,53,52,56,57,56,56,44,51,52,46,55,52,57,52,53,49,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,51,50,52,49,53,44,51,52,46,55,56,55,52,55,57,93,44,91,45,56,51,46,49,50,55,51,53,55,44,51,52,46,57,53,48,49,57,53,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,85,112,115,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,48,53,44,34,98,101,100,115,34,58,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,51,49,57,51,52,54,44,51,56,46,57,54,48,57,49,57,93,44,91,45,56,48,46,51,56,54,57,56,57,44,51,56,46,56,55,52,56,48,56,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,49,50,54,49,48,53,44,51,56,46,55,52,53,56,51,54,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,56,48,46,48,52,52,54,57,53,44,51,57,46,48,49,48,49,56,54,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,55,49,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,55,53,53,48,52,44,51,55,46,52,50,52,49,49,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,52,54,51,44,34,98,101,100,115,34,58,52,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,50,46,48,50,57,53,51,57,44,51,52,46,54,50,49,50,52,56,93,44,91,45,57,50,46,48,55,56,55,49,49,44,51,52,46,55,50,57,57,56,51,93,44,91,45,57,50,46,48,55,48,56,48,53,44,51,53,46,48,49,49,56,48,50,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,50,50,57,56,57,51,44,51,52,46,57,50,55,53,53,56,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,55,53,51,54,50,54,44,51,52,46,57,49,49,50,52,56,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,50,46,54,53,52,51,50,52,44,51,52,46,55,54,52,53,52,49,93,44,91,45,57,50,46,51,52,56,55,52,57,44,51,52,46,53,56,50,50,57,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,110,110,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,48,54,53,44,34,98,101,100,115,34,58,50,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,53,55,57,50,56,55,44,52,50,46,57,55,50,52,53,49,93,44,91,45,49,49,50,46,53,49,53,53,49,57,44,52,50,46,57,48,57,57,55,53,93,44,91,45,49,49,50,46,52,57,54,57,49,44,52,50,46,55,51,51,48,49,51,93,44,91,45,49,49,50,46,51,56,57,52,49,56,44,52,50,46,54,50,52,51,56,50,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,49,46,56,57,54,55,50,56,44,52,50,46,50,53,54,50,55,54,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,57,49,54,57,50,55,44,52,50,46,54,49,55,50,54,52,93,44,91,45,49,49,49,46,57,55,51,51,55,51,44,52,50,46,55,49,53,52,55,50,93,44,91,45,49,49,50,46,49,48,53,56,56,44,52,50,46,54,57,57,50,48,51,93,44,91,45,49,49,50,46,49,52,53,48,56,57,44,52,50,46,55,57,48,54,54,52,93,44,91,45,49,49,50,46,49,50,55,52,50,52,44,52,50,46,57,52,52,52,57,56,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,50,46,54,53,54,53,53,50,44,52,51,46,48,50,49,57,52,52,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,101,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,54,49,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,49,48,49,52,50,50,44,52,49,46,54,52,49,52,53,55,93,44,91,45,56,49,46,50,57,52,54,54,57,44,52,49,46,54,52,48,56,56,57,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,121,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,53,51,48,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,117,108,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,52,55,55,44,34,98,101,100,115,34,58,55,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,49,56,46,54,50,57,57,55,53,44,51,53,46,55,56,57,53,56,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,55,46,57,56,50,52,55,51,44,51,53,46,56,57,53,55,57,54,93,44,91,45,49,49,56,46,49,50,55,54,48,49,44,51,54,46,50,56,48,51,52,56,93,44,91,45,49,49,56,46,49,48,48,49,49,54,44,51,54,46,51,50,56,56,50,51,93,44,91,45,49,49,56,46,50,52,56,57,50,44,51,54,46,52,56,54,53,51,53,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,57,56,50,52,52,49,44,51,54,46,55,52,49,54,52,54,93,44,91,45,49,49,56,46,57,56,52,55,55,57,44,51,54,46,54,53,55,49,52,55,93,44,91,45,49,49,57,46,51,48,52,54,50,53,44,51,54,46,54,54,48,54,48,54,93,44,91,45,49,49,57,46,51,48,53,49,48,50,44,51,54,46,53,55,51,55,50,53,93,44,91,45,49,49,57,46,52,54,54,51,50,50,44,51,54,46,53,55,53,50,51,56,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,52,55,52,56,57,50,44,51,54,46,52,48,48,57,53,51,93,44,91,45,49,49,57,46,53,50,57,51,53,56,44,51,54,46,50,54,57,56,53,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,114,114,111,121,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,54,46,48,54,52,53,48,51,44,49,55,46,57,48,52,56,50,53,93,44,91,45,54,53,46,57,56,55,53,53,49,44,49,55,46,57,48,56,57,50,51,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,71,101,114,109,195,161,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,49,49,52,44,34,98,101,100,115,34,58,50,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,53,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,49,51,52,51,51,53,44,52,51,46,48,51,57,57,50,54,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,55,48,50,51,50,53,44,52,51,46,48,56,48,51,57,51,93,44,91,45,55,54,46,55,53,51,53,51,56,44,52,51,46,54,56,52,50,55,53,93,44,91,45,55,54,46,55,55,54,50,51,51,44,52,51,46,54,50,57,53,50,57,93,44,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,98,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,54,56,51,53,53,52,44,51,55,46,54,54,49,55,54,51,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,51,52,53,50,51,53,44,51,55,46,54,54,48,54,50,53,93,44,91,45,55,57,46,50,54,52,54,55,52,44,51,55,46,55,57,52,54,57,52,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,93,44,91,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,44,91,45,55,57,46,52,51,55,51,51,55,44,51,55,46,55,57,52,55,56,52,93,44,91,45,55,57,46,52,50,48,56,50,52,44,51,55,46,55,56,56,57,57,56,93,44,91,45,55,57,46,52,53,53,54,54,55,44,51,55,46,55,54,53,50,49,57,93,44,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,93,44,91,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,44,91,45,55,57,46,51,51,49,50,53,50,44,51,55,46,55,52,52,51,51,54,93,44,91,45,55,57,46,51,54,48,55,54,50,44,51,55,46,55,48,50,54,54,54,93,44,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,84,111,119,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,57,57,57,56,57,44,52,56,46,55,49,56,49,50,57,93,44,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,44,91,45,57,57,46,53,50,53,55,55,57,44,52,56,46,57,57,57,51,48,55,93,44,91,45,57,57,46,53,50,53,56,57,53,44,52,56,46,55,49,56,51,56,52,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,56,46,57,55,48,56,52,50,44,52,56,46,51,55,48,52,49,52,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,53,50,55,44,34,98,101,100,115,34,58,49,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,53,50,51,56,49,54,44,51,57,46,57,52,52,49,50,52,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,53,57,51,48,57,57,44,51,57,46,56,51,55,55,50,51,93,44,91,45,55,53,46,53,55,57,57,50,54,44,51,57,46,56,51,56,56,54,50,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,78,105,97,103,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,55,48,52,44,34,98,101,100,115,34,58,52,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,44,91,45,55,56,46,54,56,56,50,57,53,44,52,51,46,54,51,52,55,52,50,93,44,91,45,55,57,46,50,48,48,57,51,54,44,52,51,46,52,53,48,52,50,50,93,44,91,45,55,57,46,48,55,48,52,53,50,44,52,51,46,50,54,50,52,53,53,93,44,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,44,91,45,55,56,46,56,51,57,51,53,44,52,51,46,48,49,57,52,53,51,93,44,91,45,55,56,46,56,48,50,48,53,49,44,52,51,46,48,54,53,55,56,49,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,50,48,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,50,46,57,50,49,51,55,54,44,52,50,46,57,50,54,55,57,50,93,44,91,45,55,51,46,48,48,56,48,54,51,44,52,50,46,57,51,48,48,56,55,93,44,91,45,55,50,46,57,57,54,57,44,52,51,46,49,49,57,48,57,53,93,44,91,45,55,50,46,56,54,56,55,51,55,44,52,51,46,49,49,51,49,55,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,50,57,49,44,34,98,101,100,115,34,58,53,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,54,55,57,54,50,54,44,51,48,46,49,57,48,52,57,53,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,49,46,57,51,57,52,50,55,44,50,57,46,55,52,55,52,57,55,93,44,91,45,56,49,46,56,49,50,52,51,44,50,57,46,56,51,54,52,57,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,54,49,48,49,52,54,44,50,57,46,57,55,48,50,51,53,93,44,91,45,56,49,46,54,56,56,56,55,54,44,51,48,46,48,50,56,53,54,54,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,54,53,53,56,44,34,98,101,100,115,34,58,50,51,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,54,57,57,51,49,54,44,51,54,46,48,49,49,52,52,56,93,44,91,45,55,56,46,56,50,57,57,54,53,44,51,53,46,56,54,54,57,55,56,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,56,46,57,57,53,48,53,57,44,51,53,46,54,49,48,49,51,53,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,52,57,50,49,52,57,44,51,53,46,54,56,54,57,48,51,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,52,50,54,56,54,52,44,51,53,46,57,55,53,48,49,50,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,48,51,55,44,34,98,101,100,115,34,58,52,55,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,55,53,48,51,52,53,44,51,57,46,49,52,55,54,50,50,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,103,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,57,57,57,57,44,34,98,101,100,115,34,58,50,56,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,52,46,50,55,50,50,50,54,44,52,49,46,48,49,55,57,51,53,93,44,91,45,55,52,46,49,52,49,48,57,52,44,52,48,46,57,54,54,51,55,52,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,48,53,48,55,53,55,93,44,91,45,49,49,53,46,56,57,51,56,53,55,44,51,56,46,48,53,48,53,51,49,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,55,52,48,56,52,54,44,51,54,46,56,53,51,48,56,52,93,44,91,45,49,49,52,46,55,54,50,53,48,55,44,51,54,46,56,53,51,52,55,51,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,48,34,44,34,78,65,77,69,34,58,34,78,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,50,53,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,44,91,45,49,54,53,46,52,51,52,52,52,44,54,54,46,52,55,53,50,51,93,44,91,45,49,54,54,46,55,49,57,52,55,52,44,54,54,46,49,52,56,48,52,54,93,44,91,45,49,54,55,46,53,50,48,56,50,51,44,54,53,46,56,55,56,49,53,50,93,44,91,45,49,54,56,46,49,53,53,49,50,57,44,54,53,46,55,50,56,51,53,49,93,44,91,45,49,54,56,46,50,51,49,56,56,55,44,54,53,46,54,50,50,53,54,55,93,44,91,45,49,54,56,46,49,54,55,53,56,52,44,54,53,46,53,52,54,57,48,50,93,44,91,45,49,54,55,46,52,48,48,56,57,49,44,54,53,46,51,52,55,50,55,93,44,91,45,49,54,55,46,48,55,48,51,51,49,44,54,53,46,51,50,55,52,57,49,93,44,91,45,49,54,55,46,48,56,52,51,51,57,44,54,53,46,49,53,53,54,57,53,93,44,91,45,49,54,54,46,57,55,56,57,54,52,44,54,53,46,48,54,57,52,49,93,44,91,45,49,54,54,46,53,56,57,49,56,53,44,54,52,46,57,48,56,50,57,49,93,44,91,45,49,54,54,46,53,57,48,49,54,51,44,54,52,46,55,51,56,57,52,56,93,44,91,45,49,54,54,46,53,48,55,56,52,49,44,54,52,46,54,51,49,51,55,51,93,44,91,45,49,54,54,46,50,56,49,51,56,56,44,54,52,46,53,52,52,57,53,54,93,44,91,45,49,54,53,46,51,51,53,57,49,56,44,54,52,46,52,52,52,52,49,55,93,44,91,45,49,54,53,46,48,51,50,50,48,53,44,54,52,46,51,56,55,57,56,55,93,44,91,45,49,54,52,46,55,53,52,56,48,49,44,54,52,46,52,48,55,56,50,52,93,44,91,45,49,54,52,46,51,53,53,51,53,53,44,54,52,46,53,48,56,52,52,55,93,44,91,45,49,54,51,46,54,53,54,57,53,49,44,54,52,46,53,50,49,57,52,93,44,91,45,49,54,51,46,51,54,51,55,53,52,44,54,52,46,52,52,53,54,52,50,93,44,91,45,49,54,51,46,50,52,49,57,51,50,44,54,52,46,51,54,48,55,52,51,93,44,91,45,49,54,50,46,55,57,53,56,48,50,44,54,52,46,50,55,53,54,55,52,93,44,91,45,49,54,50,46,53,49,55,56,55,50,44,54,52,46,51,56,52,57,48,54,93,44,91,45,49,54,50,46,52,56,54,54,57,49,44,54,52,46,52,55,48,56,57,55,93,44,91,45,49,54,50,46,51,49,51,52,57,49,44,54,52,46,53,52,50,55,56,57,93,44,91,45,49,54,49,46,53,57,48,56,52,44,54,52,46,51,51,53,53,52,49,93,44,91,45,49,54,49,46,52,49,51,56,57,57,44,54,52,46,51,53,56,53,56,55,93,44,91,45,49,54,49,46,48,55,53,52,48,50,44,54,52,46,50,48,54,54,53,50,93,44,91,45,49,54,49,46,48,52,53,54,54,44,54,52,46,48,50,50,52,54,55,93,44,91,45,49,54,48,46,56,56,54,50,44,54,51,46,55,55,49,51,57,55,93,44,91,45,49,54,49,46,51,49,52,51,53,56,44,54,51,46,53,49,57,50,50,57,93,44,91,45,49,54,49,46,56,52,48,52,48,53,44,54,51,46,52,57,51,50,56,56,93,44,91,45,49,54,49,46,57,53,54,57,54,44,54,51,46,53,53,55,50,48,57,93,44,91,45,49,54,50,46,50,50,50,55,52,52,44,54,51,46,53,57,54,57,49,52,93,44,91,45,49,54,50,46,51,57,52,51,53,57,44,54,51,46,54,56,56,51,48,52,93,44,91,45,49,54,50,46,53,56,52,51,49,57,44,54,51,46,54,57,49,51,57,50,93,44,91,45,49,54,50,46,56,50,54,52,52,49,44,54,51,46,53,55,54,51,54,93,44,91,45,49,54,50,46,54,55,57,56,51,49,44,54,51,46,52,57,49,54,50,54,93,44,91,45,49,54,50,46,52,51,55,55,55,51,44,54,51,46,52,57,49,57,57,52,93,44,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,44,91,45,49,54,50,46,51,56,51,48,56,50,44,54,51,46,50,55,49,56,49,54,93,44,91,45,49,54,50,46,48,48,49,55,57,56,44,54,51,46,48,57,56,53,51,54,93,44,91,45,49,54,50,46,48,48,49,55,54,57,44,54,51,46,48,49,49,57,49,57,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,48,46,56,53,56,48,48,52,44,54,51,46,50,55,49,56,51,56,93,44,91,45,49,54,48,46,54,54,55,51,54,49,44,54,51,46,50,55,49,56,52,53,93,44,91,45,49,54,48,46,54,57,48,50,57,52,44,54,51,46,53,51,49,54,56,57,93,44,91,45,49,54,48,46,52,57,55,51,56,49,44,54,51,46,54,49,56,51,52,51,93,44,91,45,49,54,48,46,49,49,49,53,50,50,44,54,51,46,54,49,56,51,53,49,93,44,91,45,49,54,48,46,49,49,49,52,57,56,44,54,51,46,55,48,52,57,55,50,93,44,91,45,49,53,57,46,57,51,50,55,51,49,44,54,51,46,55,57,49,53,56,57,93,44,91,45,49,53,57,46,55,51,55,52,53,49,44,54,51,46,55,57,49,53,57,49,93,44,91,45,49,53,57,46,55,51,55,52,55,53,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,57,52,55,50,56,56,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,57,54,50,50,57,44,54,52,46,55,52,52,51,55,55,93,44,91,45,49,53,57,46,55,55,52,56,57,55,44,54,52,46,55,52,52,51,56,50,93,44,91,45,49,53,57,46,55,55,52,57,50,49,44,54,52,46,57,49,55,53,54,53,93,44,91,45,49,53,57,46,53,55,50,49,55,51,44,54,52,46,57,49,55,53,57,55,93,44,91,45,49,53,57,46,53,56,50,55,51,54,44,54,53,46,50,54,52,48,50,54,93,44,91,45,49,53,57,46,51,55,55,51,54,53,44,54,53,46,50,54,52,48,51,51,93,44,91,45,49,53,57,46,51,56,53,53,55,56,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,56,48,49,54,57,50,44,54,53,46,52,51,55,50,51,49,93,44,91,45,49,54,49,46,53,52,54,56,57,50,44,54,53,46,52,51,55,50,48,51,93,44,91,45,49,54,51,46,55,53,53,51,57,49,44,54,53,46,52,51,55,49,54,53,93,44,91,45,49,54,51,46,55,53,53,52,48,55,44,54,53,46,54,49,48,51,54,55,93,44,91,45,49,54,51,46,57,54,51,52,57,56,44,54,53,46,54,49,48,51,54,51,93,44,91,45,49,54,51,46,57,54,51,53,49,54,44,54,53,46,55,56,51,53,54,49,93,44,91,45,49,54,52,46,50,52,52,49,50,55,44,54,53,46,55,56,51,53,53,51,93,44,91,45,49,54,52,46,50,52,52,49,57,49,44,54,54,46,49,50,57,57,52,54,93,44,91,45,49,54,52,46,51,49,56,57,49,51,44,54,54,46,49,50,57,57,52,52,93,44,91,45,49,54,52,46,51,49,56,57,51,54,44,54,54,46,52,55,54,51,49,57,93,44,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,93,93,44,91,91,91,45,49,55,49,46,57,53,52,54,55,50,44,54,51,46,53,50,48,57,49,57,93,44,91,45,49,55,49,46,56,56,52,56,56,55,44,54,51,46,51,55,55,53,57,93,44,91,45,49,55,49,46,55,55,50,50,56,52,44,54,51,46,51,49,53,51,50,55,93,44,91,45,49,55,49,46,52,56,49,57,51,53,44,54,51,46,50,53,52,53,51,49,93,44,91,45,49,55,49,46,50,53,49,51,57,56,44,54,51,46,50,57,50,53,54,56,93,44,91,45,49,55,49,46,48,54,54,56,51,54,44,54,51,46,51,55,49,49,48,56,93,44,91,45,49,55,48,46,57,48,56,50,52,57,44,54,51,46,51,54,57,57,52,53,93,44,91,45,49,55,48,46,53,49,53,50,55,54,44,54,51,46,50,56,55,57,49,93,44,91,45,49,55,48,46,51,50,56,48,50,50,44,54,51,46,49,51,56,55,50,52,93,44,91,45,49,55,48,46,49,49,53,52,49,54,44,54,51,46,49,50,55,50,52,55,93,44,91,45,49,54,57,46,57,48,49,52,48,56,44,54,51,46,48,51,55,51,54,53,93,44,91,45,49,54,57,46,56,51,56,57,53,50,44,54,50,46,57,50,53,56,56,57,93,44,91,45,49,54,57,46,53,57,49,48,51,54,44,54,50,46,56,56,55,56,54,55,93,44,91,45,49,54,57,46,52,49,57,56,54,49,44,54,50,46,57,55,51,56,53,54,93,44,91,45,49,54,57,46,52,53,49,48,56,51,44,54,51,46,48,51,56,53,53,49,93,44,91,45,49,54,57,46,50,56,50,51,50,54,44,54,51,46,49,49,52,52,48,53,93,44,91,45,49,54,56,46,57,50,50,55,56,44,54,51,46,48,57,57,53,54,55,93,44,91,45,49,54,56,46,55,51,51,52,54,44,54,51,46,49,51,49,53,53,51,93,44,91,45,49,54,56,46,54,48,57,50,54,49,44,54,51,46,50,50,57,51,54,50,93,44,91,45,49,54,56,46,54,52,50,55,54,56,44,54,51,46,51,52,52,56,56,93,44,91,45,49,54,57,46,52,53,53,53,51,57,44,54,51,46,52,49,53,48,50,93,44,91,45,49,54,57,46,54,48,50,50,56,53,44,54,51,46,52,56,48,54,51,53,93,44,91,45,49,54,57,46,57,50,54,53,57,57,44,54,51,46,53,50,54,55,51,57,93,44,91,45,49,54,57,46,57,56,53,54,50,56,44,54,51,46,54,50,50,57,53,57,93,44,91,45,49,55,48,46,50,57,54,56,52,54,44,54,51,46,55,53,53,53,55,50,93,44,91,45,49,55,48,46,53,48,52,48,51,44,54,51,46,55,53,51,52,93,44,91,45,49,55,48,46,57,53,57,49,53,53,44,54,51,46,54,50,53,56,56,56,93,44,91,45,49,55,49,46,53,51,53,54,48,51,44,54,51,46,55,50,49,56,55,53,93,44,91,45,49,55,49,46,53,52,56,56,51,44,54,51,46,56,48,48,52,54,49,93,44,91,45,49,55,49,46,55,55,54,51,55,50,44,54,51,46,56,51,55,55,50,52,93,44,91,45,49,55,49,46,57,53,52,54,55,50,44,54,51,46,53,50,48,57,49,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,99,67,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,50,54,48,57,51,50,44,52,55,46,56,54,56,52,51,49,93,44,91,45,49,48,54,46,50,54,49,49,50,49,44,52,55,46,53,50,57,48,53,50,93,44,91,45,49,48,54,46,50,57,56,49,53,56,44,52,55,46,51,53,52,50,57,56,93,44,91,45,49,48,54,46,49,55,48,54,55,53,44,52,55,46,51,53,52,52,57,53,93,44,91,45,49,48,54,46,49,55,48,52,50,44,52,55,46,49,56,48,56,50,54,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,53,46,57,53,57,56,57,55,44,52,55,46,48,57,50,57,54,56,93,44,91,45,49,48,53,46,56,51,51,48,52,52,44,52,55,46,49,56,49,48,57,50,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,52,48,54,53,56,49,44,52,55,46,53,50,57,53,51,52,93,44,91,45,49,48,53,46,51,54,51,50,54,50,44,52,55,46,55,57,48,52,49,57,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,49,57,53,49,50,50,44,52,55,46,56,54,56,48,56,49,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,50,50,56,57,57,44,52,56,46,48,56,57,50,56,52,93,44,91,45,49,48,53,46,53,57,53,48,50,55,44,52,56,46,48,56,49,55,56,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,54,46,50,50,57,51,48,50,44,52,56,46,48,50,54,52,49,54,93,44,91,45,49,48,54,46,51,57,52,49,54,51,44,52,56,46,48,54,52,55,50,54,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,117,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,49,55,52,51,44,34,98,101,100,115,34,58,49,57,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,55,46,57,49,52,50,54,52,44,52,49,46,55,49,54,53,57,56,93,44,91,45,56,55,46,57,50,48,52,55,54,44,52,49,46,57,57,51,56,56,54,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,108,108,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,75,105,116,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,44,91,45,57,55,46,50,51,52,49,50,56,44,52,56,46,57,52,55,56,57,56,93,44,91,45,57,55,46,49,48,53,52,52,50,44,52,56,46,54,56,57,54,52,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,44,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,79,99,111,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,51,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,57,56,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,56,46,49,50,50,53,55,52,44,50,57,46,51,55,56,53,52,57,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,105,108,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,55,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,52,54,56,55,54,56,44,51,48,46,51,48,52,50,49,50,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,50,50,48,48,56,55,44,51,48,46,52,50,50,52,56,52,93,44,91,45,56,51,46,50,55,50,54,49,50,44,51,48,46,54,50,55,54,56,55,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,51,52,48,56,53,50,44,51,48,46,54,51,54,51,51,54,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,54,48,52,49,56,54,44,51,48,46,53,56,49,57,49,54,93,44,91,45,56,51,46,55,51,54,57,53,52,44,51,48,46,53,48,55,53,54,57,93,44,91,45,56,51,46,55,50,49,55,50,44,51,48,46,52,51,52,51,53,52,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,52,53,51,44,34,98,101,100,115,34,58,50,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,44,91,45,54,54,46,48,51,51,57,55,44,49,56,46,53,49,52,50,54,57,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,50,34,44,34,78,65,77,69,34,58,34,76,97,32,80,97,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,48,49,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,52,46,55,50,48,48,54,53,44,51,51,46,52,48,55,56,57,49,93,44,91,45,49,49,52,46,54,55,55,48,51,50,44,51,51,46,50,55,48,49,54,57,93,44,91,45,49,49,52,46,55,48,55,56,57,54,44,51,51,46,48,57,55,52,51,49,93,44,91,45,49,49,52,46,54,55,48,56,48,51,44,51,51,46,48,51,55,57,56,51,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,50,54,56,56,44,51,51,46,48,50,57,57,54,49,93,44,91,45,49,49,52,46,50,54,56,56,48,56,44,51,51,46,52,54,52,52,48,50,93,44,91,45,49,49,51,46,57,53,55,53,49,52,44,51,51,46,52,54,52,52,49,51,93,44,91,45,49,49,51,46,57,53,55,52,56,57,44,51,51,46,51,55,55,51,54,50,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,53,51,57,53,50,52,44,51,52,46,51,48,54,51,55,55,93,44,91,45,49,49,51,46,54,48,54,48,57,51,44,51,52,46,50,50,57,51,51,52,93,44,91,45,49,49,52,46,48,51,49,49,51,50,44,51,52,46,50,53,57,56,49,57,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,50,53,52,49,52,49,44,51,52,46,49,55,51,56,51,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,52,46,53,51,52,49,52,54,44,51,51,46,57,50,53,49,56,55,93,44,91,45,49,49,52,46,52,57,54,52,56,57,44,51,51,46,54,57,54,57,48,49,93,44,91,45,49,49,52,46,53,50,52,50,49,53,44,51,51,46,53,53,51,48,54,56,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,50,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,52,56,50,52,54,49,44,51,48,46,55,53,54,57,51,49,93,44,91,45,56,51,46,51,55,48,56,57,56,44,51,48,46,56,56,52,56,50,56,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,54,34,44,34,78,65,77,69,34,58,34,65,108,101,117,116,105,97,110,115,32,87,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,55,56,46,51,48,55,55,56,55,44,53,49,46,56,56,49,54,48,56,93,44,91,45,49,55,56,46,49,53,49,54,54,44,53,49,46,55,55,51,55,53,54,93,44,91,45,49,55,56,46,49,56,57,51,54,56,44,53,49,46,54,51,51,54,55,51,93,44,91,45,49,55,55,46,57,50,56,50,53,55,44,53,49,46,53,52,49,56,57,53,93,44,91,45,49,55,55,46,55,50,55,55,49,51,44,53,49,46,54,49,48,57,54,52,93,44,91,45,49,55,55,46,52,53,50,48,51,51,44,53,49,46,54,52,48,50,48,49,93,44,91,45,49,55,55,46,50,56,49,48,57,55,44,53,49,46,54,50,55,54,49,50,93,44,91,45,49,55,55,46,48,55,57,57,56,53,44,53,49,46,54,55,52,50,51,49,93,44,91,45,49,55,54,46,57,54,57,54,49,53,44,53,49,46,53,51,56,57,56,53,93,44,91,45,49,55,54,46,54,57,56,55,51,49,44,53,49,46,53,55,56,52,50,56,93,44,91,45,49,55,54,46,53,51,57,55,54,54,44,53,49,46,54,52,56,52,51,56,93,44,91,45,49,55,54,46,50,53,53,49,56,54,44,53,49,46,54,57,53,51,55,54,93,44,91,45,49,55,53,46,56,52,57,55,53,52,44,53,49,46,55,57,53,52,57,51,93,44,91,45,49,55,53,46,56,48,50,52,50,53,44,53,49,46,56,54,48,52,49,53,93,44,91,45,49,55,53,46,52,48,57,57,56,50,44,53,49,46,57,51,48,49,56,52,93,44,91,45,49,55,53,46,51,52,56,55,49,57,44,53,49,46,57,54,50,53,56,53,93,44,91,45,49,55,53,46,48,53,54,51,54,44,53,49,46,57,52,56,49,53,57,93,44,91,45,49,55,52,46,56,55,54,55,51,50,44,53,49,46,57,56,53,57,48,56,93,44,91,45,49,55,52,46,55,52,53,48,54,53,44,53,49,46,57,53,53,54,52,54,93,44,91,45,49,55,52,46,52,56,48,56,57,49,44,53,49,46,57,53,50,52,57,55,93,44,91,45,49,55,52,46,51,49,51,57,55,52,44,53,50,46,48,51,54,50,50,54,93,44,91,45,49,55,52,46,48,53,54,53,48,51,44,53,50,46,48,53,49,54,51,51,93,44,91,45,49,55,51,46,57,51,53,49,54,49,44,53,50,46,48,48,52,52,52,50,93,44,91,45,49,55,51,46,55,49,48,48,51,52,44,53,50,46,48,48,54,56,52,93,44,91,45,49,55,51,46,52,56,55,51,49,56,44,53,49,46,57,55,49,49,56,52,93,44,91,45,49,55,51,46,51,48,52,53,50,50,44,53,50,46,48,48,53,52,50,54,93,44,91,45,49,55,51,46,49,54,54,55,48,51,44,53,49,46,57,52,54,55,48,54,93,44,91,45,49,55,51,46,48,55,57,54,55,50,44,53,50,46,48,49,55,57,49,53,93,44,91,45,49,55,50,46,57,50,51,48,53,56,44,53,50,46,48,50,52,49,54,93,44,91,45,49,55,50,46,56,54,54,54,52,49,44,53,50,46,49,52,56,57,51,51,93,44,91,45,49,55,51,46,52,52,48,55,54,52,44,53,50,46,49,54,56,55,54,52,93,44,91,45,49,55,51,46,53,48,54,51,48,51,44,53,50,46,50,49,51,49,51,56,93,44,91,45,49,55,51,46,55,51,50,49,48,52,44,53,50,46,49,56,51,50,53,52,93,44,91,45,49,55,51,46,57,57,48,52,55,50,44,53,50,46,49,56,51,49,52,51,93,44,91,45,49,55,51,46,57,48,50,56,51,52,44,53,50,46,51,49,57,50,50,56,93,44,91,45,49,55,51,46,57,52,48,50,50,54,44,53,50,46,51,57,54,50,53,54,93,44,91,45,49,55,52,46,49,49,48,53,56,50,44,53,50,46,52,54,56,51,50,49,93,44,91,45,49,55,52,46,51,49,50,55,51,51,44,53,50,46,52,53,54,55,49,50,93,44,91,45,49,55,52,46,55,57,54,54,50,53,44,53,50,46,49,53,51,52,55,93,44,91,45,49,55,52,46,57,50,53,50,51,51,44,53,50,46,49,54,51,57,49,93,44,91,45,49,55,53,46,50,57,54,54,49,55,44,53,50,46,48,56,56,56,50,93,44,91,45,49,55,53,46,53,52,57,49,51,53,44,53,50,46,48,48,57,56,55,57,93,44,91,45,49,55,53,46,56,49,49,57,57,56,44,53,50,46,48,52,55,57,52,56,93,44,91,45,49,55,54,46,48,50,55,55,52,52,44,53,50,46,49,54,48,49,55,53,93,44,91,45,49,55,54,46,50,50,52,52,51,52,44,53,50,46,49,53,51,49,50,54,93,44,91,45,49,55,54,46,50,57,51,49,51,44,53,50,46,48,54,53,52,50,55,93,44,91,45,49,55,54,46,50,52,50,56,54,52,44,53,49,46,57,50,54,55,52,50,93,44,91,45,49,55,54,46,52,50,57,49,51,55,44,53,49,46,57,49,53,51,53,93,44,91,45,49,55,54,46,52,56,56,52,55,57,44,53,50,46,48,50,54,48,52,50,93,44,91,45,49,55,54,46,54,48,49,50,56,44,53,50,46,48,53,54,53,54,93,44,91,45,49,55,55,46,48,49,54,56,57,54,44,53,49,46,57,54,53,48,51,50,93,44,91,45,49,55,55,46,50,48,54,50,48,57,44,53,49,46,57,57,51,49,49,93,44,91,45,49,55,55,46,51,48,56,56,57,52,44,53,49,46,56,51,54,55,57,51,93,44,91,45,49,55,55,46,53,49,53,51,49,54,44,53,49,46,55,57,49,57,55,93,44,91,45,49,55,55,46,54,49,52,57,49,50,44,53,49,46,57,48,53,93,44,91,45,49,55,55,46,56,50,54,56,48,55,44,53,49,46,56,57,54,52,49,52,93,44,91,45,49,55,55,46,57,52,55,48,48,51,44,53,49,46,57,55,49,51,49,50,93,44,91,45,49,55,56,46,50,52,55,51,56,44,53,49,46,57,53,48,49,54,54,93,44,91,45,49,55,56,46,51,48,55,55,56,55,44,53,49,46,56,56,49,54,48,56,93,93,93,44,91,91,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,44,91,45,49,54,54,46,55,56,53,49,57,52,44,53,52,46,48,54,53,57,55,57,93,44,91,45,49,54,55,46,48,53,51,57,57,51,44,53,52,46,48,48,56,54,49,51,93,44,91,45,49,54,55,46,50,51,48,48,55,55,44,53,51,46,56,56,56,50,53,50,93,44,91,45,49,54,55,46,49,51,56,50,48,53,44,53,51,46,55,48,57,52,50,51,93,44,91,45,49,54,55,46,50,51,48,51,56,44,53,51,46,53,54,54,55,51,52,93,44,91,45,49,54,55,46,55,52,54,55,54,57,44,53,51,46,52,50,54,51,51,53,93,44,91,45,49,54,55,46,54,57,56,50,49,51,44,53,51,46,53,50,52,50,50,51,93,44,91,45,49,54,55,46,57,53,57,56,56,50,44,53,51,46,54,49,50,56,49,50,93,44,91,45,49,54,56,46,48,57,48,51,53,50,44,53,51,46,54,49,57,54,54,55,93,44,91,45,49,54,56,46,52,49,53,50,53,57,44,53,51,46,53,48,57,52,52,55,93,44,91,45,49,54,56,46,53,48,52,50,57,54,44,53,51,46,51,54,50,56,56,57,93,44,91,45,49,54,56,46,54,56,57,51,51,55,44,53,51,46,51,48,51,50,55,51,93,44,91,45,49,54,56,46,56,53,57,52,52,57,44,53,51,46,49,56,56,49,53,50,93,44,91,45,49,54,57,46,48,48,51,51,52,54,44,53,50,46,57,57,54,53,53,50,93,44,91,45,49,54,57,46,49,57,55,49,51,51,44,53,50,46,57,54,52,56,56,50,93,44,91,45,49,54,57,46,51,50,54,53,57,50,44,53,50,46,55,53,51,53,52,50,93,44,91,45,49,54,57,46,50,50,56,48,53,56,44,53,50,46,55,49,52,54,49,93,44,91,45,49,54,56,46,56,52,57,52,54,52,44,53,50,46,56,52,48,57,50,49,93,44,91,45,49,54,56,46,55,52,51,48,48,50,44,53,50,46,56,53,52,55,51,49,93,44,91,45,49,54,56,46,53,53,52,54,56,54,44,53,50,46,57,53,53,48,51,54,93,44,91,45,49,54,56,46,52,48,50,54,56,52,44,53,50,46,57,50,57,50,53,51,93,44,91,45,49,54,56,46,50,53,55,55,49,51,44,53,51,46,49,52,49,56,57,53,93,44,91,45,49,54,56,46,48,50,54,50,55,44,53,51,46,50,50,54,49,51,55,93,44,91,45,49,54,55,46,54,54,57,50,55,56,44,53,51,46,49,55,50,48,53,93,44,91,45,49,54,55,46,53,50,50,49,52,49,44,53,51,46,49,56,54,48,48,57,93,44,91,45,49,54,55,46,49,48,54,55,53,56,44,53,51,46,51,54,54,57,57,49,93,44,91,45,49,54,54,46,55,48,49,55,57,44,53,51,46,52,48,50,48,51,51,93,44,91,45,49,54,54,46,51,55,56,54,53,53,44,53,51,46,54,48,50,49,52,49,93,44,91,45,49,54,54,46,49,55,52,57,51,56,44,53,51,46,54,53,57,55,55,56,93,44,91,45,49,54,53,46,57,55,54,51,54,44,53,51,46,55,55,49,48,54,49,93,44,91,45,49,54,53,46,57,54,49,48,56,54,44,53,51,46,57,49,54,50,52,51,93,44,91,45,49,54,54,46,50,50,53,54,52,49,44,53,51,46,57,54,48,50,48,54,93,44,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,93,93,44,91,91,91,49,55,50,46,51,52,57,51,52,44,53,50,46,57,50,50,49,57,52,93,44,91,49,55,50,46,55,51,54,57,52,53,44,53,50,46,55,50,55,56,56,55,93,44,91,49,55,50,46,57,52,51,48,56,55,44,53,50,46,54,56,56,56,52,55,93,44,91,49,55,51,46,50,48,57,54,50,56,44,53,50,46,55,51,57,54,53,49,93,44,91,49,55,51,46,51,51,48,50,51,54,44,53,50,46,54,57,50,56,51,51,93,44,91,49,55,51,46,53,56,48,54,52,55,44,53,50,46,56,49,53,52,56,53,93,44,91,49,55,51,46,51,50,49,57,51,56,44,53,50,46,57,57,50,49,50,49,93,44,91,49,55,51,46,49,51,50,50,48,56,44,53,51,46,48,52,51,57,53,56,93,44,91,49,55,50,46,55,51,52,52,49,56,44,53,51,46,48,54,51,54,52,53,93,44,91,49,55,50,46,53,50,55,55,51,44,53,51,46,48,50,51,51,49,56,93,44,91,49,55,50,46,51,52,57,51,52,44,53,50,46,57,50,50,49,57,52,93,93,93,44,91,91,91,45,49,55,48,46,50,55,50,57,57,50,44,53,50,46,55,52,56,53,49,53,93,44,91,45,49,55,48,46,50,53,48,48,54,51,44,53,50,46,54,56,49,48,56,57,93,44,91,45,49,55,48,46,48,51,50,53,56,54,44,53,50,46,54,55,53,55,52,52,93,44,91,45,49,54,57,46,56,52,56,55,53,52,44,53,50,46,55,54,51,49,49,93,44,91,45,49,54,57,46,55,48,51,48,54,49,44,53,50,46,55,49,54,48,57,57,93,44,91,45,49,54,57,46,53,56,56,54,49,51,44,53,50,46,56,48,48,53,54,51,93,44,91,45,49,54,57,46,54,50,55,56,50,52,44,53,50,46,57,50,54,55,52,93,44,91,45,49,54,57,46,54,48,52,52,53,52,44,53,51,46,48,54,50,48,51,49,93,44,91,45,49,54,57,46,55,53,57,49,52,56,44,53,51,46,49,51,52,48,53,52,93,44,91,45,49,54,57,46,56,54,48,55,53,52,44,53,51,46,49,48,53,48,49,50,93,44,91,45,49,54,57,46,56,51,49,56,57,56,44,53,50,46,57,51,53,53,51,56,93,44,91,45,49,55,48,46,48,52,54,49,48,54,44,53,50,46,57,55,51,49,49,54,93,44,91,45,49,55,48,46,49,55,54,56,57,44,53,50,46,57,51,53,49,51,55,93,44,91,45,49,55,48,46,50,55,50,57,57,50,44,53,50,46,55,52,56,53,49,53,93,93,93,44,91,91,91,49,55,56,46,53,51,49,56,49,51,44,53,49,46,54,52,57,54,57,50,93,44,91,49,55,56,46,53,53,49,55,55,51,44,53,49,46,53,57,57,56,53,53,93,44,91,49,55,56,46,55,57,48,50,52,49,44,53,49,46,52,57,50,52,53,56,93,44,91,49,55,56,46,56,57,54,48,49,50,44,53,49,46,52,57,50,53,51,53,93,44,91,49,55,57,46,50,49,56,49,57,54,44,53,49,46,50,57,52,57,56,53,93,44,91,49,55,57,46,53,49,48,56,55,44,53,49,46,51,48,56,50,54,53,93,44,91,49,55,57,46,53,55,56,52,48,54,44,53,49,46,51,53,52,51,52,52,93,44,91,49,55,57,46,52,50,53,50,50,49,44,53,49,46,52,54,50,56,49,55,93,44,91,49,55,57,46,49,55,48,51,50,53,44,53,49,46,53,50,51,48,50,56,93,44,91,49,55,57,46,48,54,48,54,50,44,53,49,46,54,51,50,53,49,93,44,91,49,55,56,46,54,57,56,55,56,52,44,53,49,46,55,48,57,53,54,54,93,44,91,49,55,56,46,53,51,49,56,49,51,44,53,49,46,54,52,57,54,57,50,93,93,93,44,91,91,91,49,55,55,46,49,49,49,57,55,54,44,53,49,46,56,57,48,53,52,50,93,44,91,49,55,55,46,50,57,56,54,49,56,44,53,49,46,55,54,50,56,57,53,93,44,91,49,55,55,46,52,55,53,54,51,50,44,53,49,46,56,54,48,52,48,49,93,44,91,49,55,55,46,56,51,55,48,55,54,44,53,49,46,57,48,50,50,54,57,93,44,91,49,55,55,46,56,52,53,55,48,55,44,53,49,46,57,56,51,55,55,57,93,44,91,49,55,55,46,55,52,53,54,53,53,44,53,50,46,49,52,49,54,48,50,93,44,91,49,55,55,46,53,49,48,55,55,54,44,53,50,46,49,54,49,48,57,55,93,44,91,49,55,55,46,52,49,54,52,51,49,44,53,50,46,48,51,56,49,50,56,93,44,91,49,55,55,46,49,54,53,57,54,50,44,53,49,46,57,52,57,48,51,50,93,44,91,49,55,55,46,49,49,49,57,55,54,44,53,49,46,56,57,48,53,52,50,93,93,93,44,91,91,91,49,55,51,46,50,55,51,52,48,52,44,53,50,46,52,49,48,52,54,49,93,44,91,49,55,51,46,51,48,52,48,52,53,44,53,50,46,51,53,54,52,53,51,93,44,91,49,55,51,46,54,51,56,54,51,51,44,53,50,46,50,57,52,50,53,93,44,91,49,55,51,46,56,49,52,48,55,50,44,53,50,46,51,53,51,51,52,55,93,44,91,49,55,51,46,55,56,49,49,57,54,44,53,50,46,52,52,55,57,53,52,93,44,91,49,55,51,46,56,52,55,55,55,52,44,53,50,46,53,51,55,49,56,53,93,44,91,49,55,51,46,54,48,56,50,53,52,44,53,50,46,53,53,57,56,55,51,93,44,91,49,55,51,46,51,49,53,57,52,44,53,50,46,52,54,52,54,51,56,93,44,91,49,55,51,46,50,55,51,52,48,52,44,53,50,46,52,49,48,52,54,49,93,93,93,44,91,91,91,49,55,56,46,48,48,51,52,53,51,44,53,50,46,48,52,57,53,56,56,93,44,91,49,55,56,46,48,53,57,54,55,53,44,53,49,46,57,52,56,49,49,52,93,44,91,49,55,56,46,49,57,53,56,55,44,53,49,46,57,52,56,56,52,51,93,44,91,49,55,56,46,53,51,49,53,57,49,44,53,49,46,56,52,54,55,49,54,93,44,91,49,55,56,46,54,54,54,57,48,52,44,53,49,46,57,51,48,50,53,50,93,44,91,49,55,56,46,53,49,50,52,49,50,44,53,50,46,48,52,51,52,51,54,93,44,91,49,55,56,46,50,54,55,49,53,57,44,53,50,46,48,51,55,52,53,49,93,44,91,49,55,56,46,49,56,56,56,51,56,44,53,50,46,48,57,56,54,55,55,93,44,91,49,55,56,46,48,48,51,52,53,51,44,53,50,46,48,52,57,53,56,56,93,93,93,44,91,91,91,45,49,55,48,46,53,50,50,55,48,57,44,53,55,46,49,57,51,51,55,52,93,44,91,45,49,55,48,46,52,52,52,49,52,51,44,53,54,46,57,57,54,49,51,52,93,44,91,45,49,55,48,46,49,49,49,55,56,50,44,53,55,46,49,51,54,55,48,57,93,44,91,45,49,55,48,46,48,49,54,53,49,49,44,53,55,46,50,54,54,53,56,49,93,44,91,45,49,55,48,46,49,57,49,48,50,52,44,53,55,46,50,57,55,51,53,49,93,44,91,45,49,55,48,46,52,52,57,53,57,56,44,53,55,46,50,52,57,51,51,50,93,44,91,45,49,55,48,46,53,50,50,55,48,57,44,53,55,46,49,57,51,51,55,52,93,93,93,44,91,91,91,45,49,55,50,46,55,50,48,54,56,57,44,53,50,46,50,54,52,51,54,52,93,44,91,45,49,55,50,46,54,55,54,48,48,56,44,53,50,46,50,49,48,53,55,54,93,44,91,45,49,55,50,46,51,55,55,57,49,53,44,53,50,46,50,50,56,51,54,51,93,44,91,45,49,55,50,46,50,49,48,55,49,50,44,53,50,46,51,49,54,50,54,55,93,44,91,45,49,55,50,46,50,52,57,54,54,44,53,50,46,51,57,51,52,53,52,93,44,91,45,49,55,50,46,51,57,57,50,57,54,44,53,50,46,52,52,52,53,48,53,93,44,91,45,49,55,50,46,54,51,51,50,51,57,44,53,50,46,51,56,55,56,54,51,93,44,91,45,49,55,50,46,55,50,48,54,56,57,44,53,50,46,50,54,52,51,54,52,93,93,93,44,91,91,91,49,55,57,46,51,56,56,55,52,50,44,53,49,46,57,52,49,57,49,55,93,44,91,49,55,57,46,52,56,52,54,48,54,44,53,49,46,56,52,56,48,50,55,93,44,91,49,55,57,46,54,50,51,50,49,50,44,53,49,46,56,49,56,57,56,56,93,44,91,49,55,57,46,55,56,53,48,55,44,53,49,46,56,54,50,54,51,57,93,44,91,49,55,57,46,56,53,57,54,56,49,44,53,49,46,57,54,48,51,54,54,93,44,91,49,55,57,46,54,53,56,51,56,49,44,53,50,46,48,55,56,50,55,93,44,91,49,55,57,46,52,48,56,55,50,57,44,53,50,46,48,48,53,51,53,53,93,44,91,49,55,57,46,51,56,56,55,52,50,44,53,49,46,57,52,49,57,49,55,93,93,93,44,91,91,91,45,49,55,57,46,49,52,57,53,48,53,44,53,49,46,53,55,54,53,57,53,93,44,91,45,49,55,56,46,56,48,48,49,57,51,44,53,49,46,52,56,53,56,53,57,93,44,91,45,49,55,56,46,53,53,48,49,57,51,44,53,49,46,53,48,56,52,56,52,93,44,91,45,49,55,56,46,52,50,49,54,55,54,44,53,49,46,53,56,55,50,56,51,93,44,91,45,49,55,56,46,54,54,48,49,50,50,44,53,49,46,54,54,53,56,55,57,93,44,91,45,49,55,56,46,57,52,57,57,51,54,44,53,49,46,53,57,49,53,52,52,93,44,91,45,49,55,57,46,48,53,54,48,50,57,44,53,49,46,54,52,53,57,55,50,93,44,91,45,49,55,57,46,49,52,57,53,48,53,44,53,49,46,53,55,54,53,57,53,93,93,93,44,91,91,91,45,49,55,48,46,57,50,54,48,51,55,44,53,50,46,53,53,56,54,52,52,93,44,91,45,49,55,48,46,56,50,56,51,49,56,44,53,50,46,52,57,49,57,50,55,93,44,91,45,49,55,48,46,53,51,54,49,51,51,44,53,50,46,53,55,51,56,52,55,93,44,91,45,49,55,48,46,52,56,48,57,57,52,44,53,50,46,54,57,48,52,49,93,44,91,45,49,55,48,46,54,56,48,52,53,50,44,53,50,46,55,52,57,53,56,54,93,44,91,45,49,55,48,46,56,56,56,57,49,51,44,53,50,46,54,52,57,50,55,49,93,44,91,45,49,55,48,46,57,50,54,48,51,55,44,53,50,46,53,53,56,54,52,52,93,93,93,44,91,91,91,45,49,55,57,46,50,51,48,50,51,51,44,53,49,46,50,56,51,57,50,55,93,44,91,45,49,55,57,46,49,56,51,56,49,53,44,53,49,46,49,56,51,55,55,54,93,44,91,45,49,55,57,46,48,55,51,53,57,57,44,53,49,46,49,55,57,48,52,49,93,44,91,45,49,55,56,46,56,51,50,56,48,54,44,53,49,46,51,50,51,53,56,56,93,44,91,45,49,55,56,46,56,55,51,49,54,51,44,53,49,46,52,50,52,55,57,49,93,44,91,45,49,55,57,46,48,48,53,48,52,49,44,53,49,46,52,53,50,54,53,50,93,44,91,45,49,55,57,46,50,51,48,50,51,51,44,53,49,46,50,56,51,57,50,55,93,93,93,44,91,91,91,45,49,54,57,46,56,55,57,54,51,50,44,53,54,46,54,49,52,55,57,57,93,44,91,45,49,54,57,46,54,55,54,48,57,50,44,53,54,46,52,57,54,50,50,54,93,44,91,45,49,54,57,46,53,50,54,54,51,55,44,53,54,46,52,57,50,57,55,54,93,44,91,45,49,54,57,46,51,55,55,53,52,53,44,53,54,46,53,56,55,55,50,57,93,44,91,45,49,54,57,46,53,48,57,50,54,53,44,53,54,46,54,54,55,52,55,49,93,44,91,45,49,54,57,46,56,50,57,51,56,52,44,53,54,46,54,54,57,56,49,54,93,44,91,45,49,54,57,46,56,55,57,54,51,50,44,53,54,46,54,49,52,55,57,57,93,93,93,44,91,91,91,45,49,55,49,46,51,57,51,50,57,54,44,53,50,46,52,56,48,56,53,52,93,44,91,45,49,55,49,46,51,53,56,51,53,51,44,53,50,46,52,49,50,53,52,53,93,44,91,45,49,55,49,46,50,48,54,50,53,57,44,53,50,46,51,57,56,56,57,49,93,44,91,45,49,55,49,46,48,50,50,52,50,57,44,53,50,46,54,48,51,55,49,55,93,44,91,45,49,55,49,46,49,52,48,50,51,52,44,53,50,46,54,51,57,54,51,51,93,44,91,45,49,55,49,46,51,55,52,52,51,51,44,53,50,46,53,51,55,49,49,56,93,44,91,45,49,55,49,46,51,57,51,50,57,54,44,53,50,46,52,56,48,56,53,52,93,93,93,44,91,91,91,49,55,51,46,55,55,51,55,56,51,44,53,50,46,55,56,49,53,56,56,93,44,91,49,55,51,46,56,51,55,57,54,50,44,53,50,46,55,49,54,48,50,51,93,44,91,49,55,52,46,49,54,50,53,49,52,44,53,50,46,54,53,54,55,51,53,93,44,91,49,55,52,46,50,51,50,55,50,55,44,53,50,46,55,53,55,50,57,52,93,44,91,49,55,51,46,56,55,48,54,51,56,44,53,50,46,56,51,52,55,57,93,44,91,49,55,51,46,55,55,51,55,56,51,44,53,50,46,55,56,49,53,56,56,93,93,93,44,91,91,91,49,55,56,46,49,50,51,56,51,50,44,53,49,46,56,52,51,57,56,52,93,44,91,49,55,56,46,50,52,57,56,56,49,44,53,49,46,55,50,52,52,55,52,93,44,91,49,55,56,46,52,57,54,51,52,55,44,53,49,46,55,52,52,53,50,50,93,44,91,49,55,56,46,51,54,56,52,51,52,44,53,49,46,56,54,48,53,51,57,93,44,91,49,55,56,46,50,50,48,48,55,56,44,53,49,46,56,56,56,55,50,56,93,44,91,49,55,56,46,49,50,51,56,51,50,44,53,49,46,56,52,51,57,56,52,93,93,93,44,91,91,91,45,49,55,56,46,57,53,55,50,56,49,44,53,49,46,55,56,48,55,57,57,93,44,91,45,49,55,56,46,56,50,56,48,49,57,44,53,49,46,54,57,52,55,55,54,93,44,91,45,49,55,56,46,54,52,54,56,44,53,49,46,55,57,48,51,93,44,91,45,49,55,56,46,55,56,54,53,51,50,44,53,49,46,56,56,55,56,56,93,44,91,45,49,55,56,46,57,53,55,50,56,49,44,53,49,46,55,56,48,55,57,57,93,93,93,44,91,91,91,49,55,53,46,55,54,53,50,56,51,44,53,50,46,51,56,55,51,50,93,44,91,49,55,53,46,56,51,49,51,57,50,44,53,50,46,51,48,53,53,55,55,93,44,91,49,55,54,46,48,48,57,57,50,53,44,53,50,46,50,57,57,53,53,51,93,44,91,49,55,54,46,48,52,57,49,56,49,44,53,50,46,51,56,53,54,52,93,44,91,49,55,53,46,56,52,49,57,48,57,44,53,50,46,52,52,48,50,56,56,93,44,91,49,55,53,46,55,54,53,50,56,51,44,53,50,46,51,56,55,51,50,93,93,93,44,91,91,91,45,49,55,55,46,53,53,49,55,51,57,44,53,49,46,57,49,53,53,50,53,93,44,91,45,49,55,55,46,52,56,54,55,50,54,44,53,49,46,56,52,51,54,52,57,93,44,91,45,49,55,55,46,51,51,54,52,50,55,44,53,49,46,57,50,49,53,54,49,93,44,91,45,49,55,55,46,52,53,57,53,52,54,44,53,49,46,57,56,50,56,56,52,93,44,91,45,49,55,55,46,53,53,49,55,51,57,44,53,49,46,57,49,53,53,50,53,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,48,34,44,34,78,65,77,69,34,58,34,75,111,100,105,97,107,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,52,46,57,51,51,54,57,52,44,53,55,46,50,57,52,54,55,56,93,44,91,45,49,53,52,46,54,49,57,55,56,50,44,53,55,46,49,54,50,51,54,93,44,91,45,49,53,52,46,53,55,55,52,56,51,44,53,54,46,57,53,50,55,55,51,93,44,91,45,49,53,52,46,51,56,55,55,49,57,44,53,54,46,56,57,53,54,49,56,93,44,91,45,49,53,52,46,51,56,53,53,50,52,44,53,54,46,56,51,48,50,54,57,93,44,91,45,49,53,52,46,50,49,55,56,50,54,44,53,54,46,55,50,48,52,54,55,93,44,91,45,49,53,52,46,51,54,48,49,48,56,44,53,54,46,54,51,51,53,50,52,93,44,91,45,49,53,52,46,53,48,55,53,50,44,53,54,46,54,53,56,56,52,52,93,44,91,45,49,53,52,46,55,53,56,49,48,54,44,53,54,46,53,53,57,56,49,53,93,44,91,45,49,53,52,46,56,57,51,56,52,55,44,53,54,46,52,52,52,55,50,52,93,44,91,45,49,53,52,46,55,50,53,55,51,50,44,53,54,46,51,53,53,50,49,57,93,44,91,45,49,53,52,46,52,57,56,50,48,57,44,53,54,46,52,53,53,55,56,52,93,44,91,45,49,53,51,46,57,51,54,50,55,54,44,53,54,46,52,53,51,52,54,49,93,44,91,45,49,53,51,46,56,48,54,54,48,53,44,53,54,46,53,48,57,51,54,93,44,91,45,49,53,51,46,56,48,48,52,51,50,44,53,54,46,54,56,57,57,50,56,93,44,91,45,49,53,51,46,54,49,53,49,56,44,53,54,46,56,51,52,51,56,53,93,44,91,45,49,53,51,46,52,48,52,53,50,57,44,53,54,46,57,53,48,55,55,51,93,44,91,45,49,53,51,46,49,56,48,57,53,57,44,53,54,46,57,54,48,54,56,93,44,91,45,49,53,51,46,48,57,56,50,56,57,44,53,55,46,48,52,48,51,49,51,93,44,91,45,49,53,50,46,56,51,52,49,54,50,44,53,55,46,48,57,52,52,50,53,93,44,91,45,49,53,50,46,55,56,53,50,48,54,44,53,55,46,49,57,50,52,53,55,93,44,91,45,49,53,50,46,53,50,56,55,53,56,44,53,55,46,51,50,55,51,50,55,93,44,91,45,49,53,50,46,50,53,56,52,56,49,44,53,55,46,51,50,51,52,50,57,93,44,91,45,49,53,50,46,49,53,54,53,49,54,44,53,55,46,52,48,53,56,53,53,93,44,91,45,49,53,50,46,50,50,50,52,51,55,44,53,55,46,52,55,53,50,57,57,93,44,91,45,49,53,50,46,48,51,49,48,48,54,44,53,55,46,54,50,56,54,51,49,93,44,91,45,49,53,50,46,50,50,48,50,49,49,44,53,55,46,57,51,48,50,50,51,93,44,91,45,49,53,50,46,52,49,52,52,53,51,44,53,56,46,48,51,54,53,55,55,93,44,91,45,49,53,50,46,48,51,51,53,49,57,44,53,56,46,49,49,49,55,56,49,93,44,91,45,49,53,49,46,55,54,52,48,50,44,53,56,46,49,51,54,54,50,54,93,44,91,45,49,53,49,46,54,57,48,53,48,53,44,53,56,46,50,51,53,49,51,52,93,44,91,45,49,53,49,46,55,49,50,56,48,52,44,53,56,46,51,55,51,57,56,93,44,91,45,49,53,49,46,56,57,53,50,49,54,44,53,56,46,51,55,49,55,48,53,93,44,91,45,49,53,50,46,49,50,54,51,52,56,44,53,56,46,52,52,57,53,56,57,93,44,91,45,49,53,50,46,50,52,55,55,49,50,44,53,56,46,54,56,48,55,50,56,93,44,91,45,49,53,50,46,52,55,51,53,54,57,44,53,56,46,55,53,55,50,53,56,93,44,91,45,49,53,50,46,54,57,56,52,49,51,44,53,56,46,54,52,56,54,52,52,93,44,91,45,49,53,51,46,50,48,48,48,51,53,44,53,56,46,50,54,54,50,53,50,93,44,91,45,49,53,51,46,53,48,48,49,51,53,44,53,56,46,48,55,57,53,53,53,93,44,91,45,49,53,51,46,53,51,56,57,52,54,44,53,56,46,48,48,55,51,54,54,93,44,91,45,49,53,51,46,55,56,54,54,50,50,44,53,55,46,57,49,55,55,49,50,93,44,91,45,49,53,51,46,56,55,48,53,54,55,44,53,55,46,57,50,56,55,55,57,93,44,91,45,49,53,52,46,50,52,48,48,54,53,44,53,55,46,55,49,53,52,54,55,93,44,91,45,49,53,52,46,52,48,55,48,49,49,44,53,55,46,54,57,48,53,50,53,93,44,91,45,49,53,52,46,55,48,51,49,52,53,44,53,55,46,53,52,50,48,49,54,93,44,91,45,49,53,52,46,57,51,51,54,57,52,44,53,55,46,50,57,52,54,55,56,93,93,93,44,91,91,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,52,46,51,48,51,52,52,55,44,53,56,46,52,54,48,51,56,53,93,44,91,45,49,53,52,46,52,54,53,55,52,49,44,53,56,46,51,54,49,51,53,54,93,44,91,45,49,53,52,46,55,51,48,51,54,57,44,53,56,46,51,48,52,54,54,57,93,44,91,45,49,53,53,46,48,48,56,49,51,50,44,53,56,46,50,57,48,57,48,53,93,44,91,45,49,53,53,46,48,53,55,55,52,49,44,53,56,46,50,51,54,50,48,57,93,44,91,45,49,53,53,46,51,51,49,57,52,53,44,53,56,46,49,57,51,50,56,51,93,44,91,45,49,53,53,46,51,51,48,50,52,53,44,53,55,46,56,55,54,51,52,51,93,44,91,45,49,53,53,46,53,51,56,56,51,44,53,55,46,55,57,57,56,48,54,93,44,91,45,49,53,53,46,54,57,51,55,55,51,44,53,55,46,55,57,55,57,56,55,93,44,91,45,49,53,53,46,55,54,56,48,50,50,44,53,55,46,54,54,56,50,54,49,93,44,91,45,49,53,54,46,50,48,56,48,50,49,44,53,55,46,53,50,50,57,54,51,93,44,91,45,49,53,54,46,51,55,48,50,51,53,44,53,55,46,53,50,50,51,54,56,93,44,91,45,49,53,54,46,55,53,48,55,56,44,53,55,46,50,51,53,55,57,53,93,44,91,45,49,53,54,46,55,53,48,56,49,53,44,53,55,46,49,54,50,56,55,56,93,44,91,45,49,53,54,46,51,53,53,51,57,50,44,53,55,46,49,53,57,57,51,49,93,44,91,45,49,53,54,46,51,50,56,48,50,51,44,53,55,46,48,53,51,50,56,56,93,44,91,45,49,53,54,46,50,50,55,56,49,49,44,53,55,46,49,54,50,52,53,53,93,44,91,45,49,53,54,46,49,54,55,49,57,54,44,53,55,46,51,52,53,56,53,50,93,44,91,45,49,53,53,46,57,51,57,55,53,56,44,53,55,46,52,49,50,56,55,93,44,91,45,49,53,53,46,56,52,52,52,56,53,44,53,55,46,52,57,55,53,49,51,93,44,91,45,49,53,53,46,54,52,53,53,48,51,44,53,55,46,53,50,50,51,53,56,93,44,91,45,49,53,53,46,54,51,50,53,54,55,44,53,55,46,53,56,54,56,49,51,93,44,91,45,49,53,53,46,51,48,48,51,57,55,44,53,55,46,54,52,50,56,57,52,93,44,91,45,49,53,52,46,57,57,52,48,49,55,44,53,55,46,56,54,51,49,56,56,93,44,91,45,49,53,52,46,57,52,48,55,52,50,44,53,55,46,57,55,53,48,55,49,93,44,91,45,49,53,52,46,51,57,48,55,52,52,44,53,55,46,57,57,57,51,48,49,93,44,91,45,49,53,52,46,49,49,57,53,54,53,44,53,56,46,49,49,51,50,50,56,93,44,91,45,49,53,51,46,57,55,48,48,51,56,44,53,56,46,51,49,50,55,50,52,93,44,91,45,49,53,51,46,56,53,56,53,53,55,44,53,56,46,51,55,52,50,55,52,93,44,91,45,49,53,51,46,56,56,49,55,57,52,44,53,56,46,52,53,54,52,57,57,93,44,91,45,49,53,51,46,53,49,53,49,53,44,53,56,46,53,52,56,51,57,55,93,44,91,45,49,53,51,46,52,55,56,55,55,54,44,53,56,46,54,52,49,54,57,52,93,44,91,45,49,53,51,46,49,54,54,56,52,54,44,53,56,46,55,53,53,49,55,53,93,44,91,45,49,53,51,46,49,56,52,48,56,54,44,53,56,46,57,48,53,55,50,57,93,44,91,45,49,53,51,46,50,53,51,54,49,51,44,53,56,46,56,53,53,48,51,54,93,44,91,45,49,53,51,46,54,51,57,52,48,51,44,53,56,46,56,53,53,48,50,57,93,44,91,45,49,53,51,46,54,51,57,48,50,55,44,53,56,46,55,51,57,52,53,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,55,51,57,52,52,54,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,54,53,50,55,54,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,93,93,44,91,91,91,45,49,53,50,46,52,54,54,53,50,55,44,53,56,46,57,49,52,57,57,53,93,44,91,45,49,53,50,46,51,56,51,50,57,52,44,53,56,46,56,50,56,50,57,93,44,91,45,49,53,50,46,49,51,52,48,55,50,44,53,56,46,56,53,56,49,49,56,93,44,91,45,49,53,49,46,57,56,49,53,56,50,44,53,56,46,56,51,55,50,55,55,93,44,91,45,49,53,49,46,56,53,51,56,56,57,44,53,56,46,57,48,56,55,54,52,93,44,91,45,49,53,50,46,48,49,57,53,53,53,44,53,57,46,48,49,48,57,50,49,93,44,91,45,49,53,50,46,52,49,52,48,48,51,44,53,56,46,57,57,50,50,51,51,93,44,91,45,49,53,50,46,52,54,54,53,50,55,44,53,56,46,57,49,52,57,57,53,93,93,93,44,91,91,91,45,49,53,54,46,57,48,50,48,51,51,44,53,54,46,49,54,53,52,52,53,93,44,91,45,49,53,54,46,56,49,55,49,55,44,53,54,46,49,48,52,48,57,54,93,44,91,45,49,53,54,46,56,50,50,50,48,57,44,53,53,46,57,54,55,53,53,54,93,44,91,45,49,53,54,46,54,55,53,52,50,55,44,53,53,46,57,53,54,55,55,93,44,91,45,49,53,54,46,53,53,51,51,50,52,44,53,54,46,48,50,55,48,55,53,93,44,91,45,49,53,54,46,54,57,48,54,50,54,44,53,54,46,50,53,55,50,52,57,93,44,91,45,49,53,54,46,56,55,50,50,50,56,44,53,54,46,50,52,55,48,50,51,93,44,91,45,49,53,54,46,57,48,50,48,51,51,44,53,54,46,49,54,53,52,52,53,93,93,93,44,91,91,91,45,49,53,53,46,56,51,54,56,44,53,53,46,56,48,48,56,50,52,93,44,91,45,49,53,53,46,55,57,52,51,52,57,44,53,53,46,55,50,57,53,57,52,93,44,91,45,49,53,53,46,53,50,56,48,57,50,44,53,53,46,55,48,53,56,52,56,93,44,91,45,49,53,53,46,52,55,52,55,53,49,44,53,53,46,55,52,49,52,53,57,93,44,91,45,49,53,53,46,52,55,52,51,53,51,44,53,53,46,57,49,51,53,57,52,93,44,91,45,49,53,53,46,54,55,54,55,54,53,44,53,53,46,57,48,55,54,54,51,93,44,91,45,49,53,53,46,56,51,54,56,44,53,53,46,56,48,48,56,50,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,83,116,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,56,46,57,49,51,49,51,54,44,51,56,46,48,48,48,52,53,49,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,49,34,44,34,78,65,77,69,34,58,34,84,101,108,102,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,55,50,56,56,48,54,44,51,50,46,48,48,54,55,48,52,93,44,91,45,56,50,46,56,56,55,54,53,55,44,51,50,46,48,55,57,56,57,49,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,57,57,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,52,49,53,56,53,49,44,52,49,46,55,51,51,55,57,52,93,44,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,44,91,45,56,51,46,49,52,51,57,53,54,44,52,50,46,48,50,55,57,51,93,44,91,45,56,51,46,50,57,53,48,54,51,44,52,50,46,48,57,52,50,51,55,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,54,46,55,52,55,55,54,52,44,52,48,46,55,51,55,53,52,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,57,56,54,52,51,56,44,52,48,46,56,51,55,57,50,49,93,44,91,45,56,55,46,48,57,57,55,57,51,44,52,48,46,56,51,55,54,48,55,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,53,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,53,51,55,49,56,44,52,49,46,50,54,54,49,53,55,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,52,55,52,48,57,44,51,55,46,51,57,49,56,54,51,93,44,91,45,56,56,46,53,48,55,48,54,50,44,51,55,46,50,53,57,54,56,57,93,44,91,45,56,56,46,52,50,52,54,48,51,44,51,55,46,49,53,49,55,54,52,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,51,55,48,52,54,51,44,51,55,46,48,54,51,50,55,56,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,50,49,56,57,56,44,51,55,46,50,55,51,49,52,53,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,57,49,55,52,50,49,44,51,49,46,50,53,53,57,57,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,53,51,55,49,48,49,44,51,49,46,50,53,53,57,51,50,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,49,49,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,55,52,54,56,57,57,44,51,53,46,50,53,50,56,55,56,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,55,56,54,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,57,57,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,48,50,51,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,55,46,49,56,53,54,51,44,52,48,46,48,50,57,53,48,49,93,44,91,45,55,55,46,52,48,51,54,48,54,44,51,57,46,57,57,52,52,55,56,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,54,46,57,53,52,57,51,50,44,51,57,46,56,53,54,56,53,93,44,91,45,55,55,46,48,49,56,54,52,56,44,52,48,46,48,49,51,57,52,55,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,51,54,52,56,53,55,44,51,51,46,49,48,56,48,54,49,93,44,91,45,56,49,46,53,52,49,56,56,49,44,51,51,46,49,53,56,50,55,57,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,52,50,54,52,55,53,44,51,50,46,56,52,48,55,55,51,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,50,54,49,54,54,50,44,51,50,46,56,51,57,49,51,57,93,44,91,45,56,49,46,50,49,57,53,54,51,44,51,50,46,57,53,51,51,53,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,48,49,55,44,34,98,101,100,115,34,58,52,51,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,57,57,55,55,48,53,44,51,54,46,49,50,56,53,49,50,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,54,46,55,57,48,56,55,53,44,51,54,46,48,51,54,55,49,53,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,85,105,110,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,50,51,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,49,54,49,48,54,51,44,52,48,46,54,56,51,56,49,55,93,44,91,45,49,48,57,46,50,48,51,50,53,44,52,48,46,56,53,56,52,48,49,93,44,91,45,49,48,57,46,51,57,52,52,57,49,44,52,48,46,56,53,56,49,54,54,93,44,91,45,49,48,57,46,56,55,48,50,48,55,44,52,48,46,55,54,51,56,50,57,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,48,57,46,57,53,51,51,52,57,44,51,57,46,52,54,49,56,48,49,93,44,91,45,49,48,57,46,49,48,54,57,55,50,44,51,57,46,52,54,49,57,55,57,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,52,52,48,44,34,98,101,100,115,34,58,49,51,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,50,46,49,57,56,52,54,49,44,52,48,46,51,49,51,50,48,54,93,44,91,45,49,49,50,46,49,52,54,56,53,54,44,52,48,46,49,55,55,56,49,55,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,48,54,50,53,53,50,44,51,57,46,57,48,52,54,56,93,44,91,45,49,49,50,46,48,51,49,56,51,53,44,51,57,46,55,56,49,49,55,50,93,44,91,45,49,49,49,46,56,50,55,49,48,54,44,51,57,46,57,52,55,48,48,50,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,49,46,48,56,51,48,54,49,44,51,57,46,57,52,51,49,57,56,93,44,91,45,49,49,49,46,50,52,57,51,51,57,44,52,48,46,48,53,53,50,49,55,93,44,91,45,49,49,49,46,50,50,53,53,48,55,44,52,48,46,49,54,55,51,50,52,93,44,91,45,49,49,49,46,51,50,49,51,48,53,44,52,48,46,50,56,55,51,55,50,93,44,91,45,49,49,49,46,52,50,56,55,50,56,44,52,48,46,50,56,55,55,54,93,44,91,45,49,49,49,46,53,53,53,50,51,53,44,52,48,46,51,54,50,54,57,54,93,44,91,45,49,49,49,46,54,50,48,52,51,55,44,52,48,46,52,53,53,48,49,56,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,57,52,54,52,53,52,44,52,48,46,52,50,52,53,57,52,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,50,51,56,57,54,52,44,51,57,46,53,50,48,54,50,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,55,46,48,53,51,54,52,54,44,51,57,46,51,52,50,54,50,49,93,44,91,45,56,54,46,57,52,50,52,55,51,44,51,57,46,51,52,50,48,52,51,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,48,55,52,55,44,34,98,101,100,115,34,58,53,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,51,46,56,55,57,50,50,50,44,52,48,46,53,55,52,54,53,54,93,44,91,45,55,51,46,56,51,51,48,52,49,44,52,48,46,54,50,56,50,54,49,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,50,50,50,55,55,44,51,56,46,49,57,56,54,52,50,93,44,91,45,57,50,46,55,54,52,57,54,51,44,51,56,46,49,56,57,53,51,52,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,54,56,57,56,51,52,44,51,56,46,51,52,56,52,55,50,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,56,52,49,56,55,49,44,51,56,46,53,57,54,55,57,50,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,53,57,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,101,110,110,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,53,54,54,51,50,44,51,57,46,49,51,50,55,54,49,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,84,119,105,110,32,70,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,54,54,54,44,34,98,101,100,115,34,58,50,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,56,49,57,57,55,49,44,52,50,46,54,54,57,55,52,54,93,44,91,45,49,49,52,46,57,48,49,54,51,54,44,52,50,46,56,53,57,49,48,56,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,52,46,50,56,53,52,52,56,44,52,50,46,52,49,55,51,51,51,93,44,91,45,49,49,52,46,48,54,57,49,54,50,44,52,50,46,52,49,55,49,50,52,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,52,46,49,50,52,57,51,52,44,52,50,46,52,57,54,49,51,93,44,91,45,49,49,52,46,50,52,52,55,48,51,44,52,50,46,53,53,57,50,52,52,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,51,49,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,75,97,108,97,109,97,122,111,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,53,55,51,44,34,98,101,100,115,34,58,57,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,56,48,46,49,51,53,52,49,51,44,51,52,46,50,56,52,53,53,50,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,52,50,48,52,56,52,44,51,52,46,50,57,51,48,55,52,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,52,56,49,51,49,56,44,51,52,46,49,49,50,54,50,50,93,44,91,45,56,48,46,51,50,49,55,50,49,44,51,52,46,48,56,48,51,53,54,93,44,91,45,56,48,46,49,56,48,51,55,49,44,51,51,46,57,53,50,48,48,50,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,54,46,53,57,52,56,57,55,44,52,51,46,52,57,49,52,55,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,52,50,56,56,57,55,44,52,52,46,53,53,54,55,55,55,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,55,46,50,48,50,48,51,56,44,52,52,46,52,52,54,51,48,53,93,44,91,45,49,48,55,46,49,52,53,48,48,49,44,52,52,46,51,50,52,48,48,52,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,51,55,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,55,46,50,52,54,54,44,51,56,46,56,48,55,55,48,49,93,44,91,45,56,55,46,50,55,56,53,53,51,44,51,56,46,54,57,49,51,52,51,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,84,114,97,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,55,52,54,44,34,98,101,100,115,34,58,52,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,53,53,48,52,53,53,44,52,53,46,48,53,49,48,55,51,93,44,91,45,56,53,46,54,49,56,48,51,51,44,52,52,46,55,55,52,53,53,55,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,52,55,51,56,52,49,44,52,52,46,56,53,57,52,52,57,93,44,91,45,56,53,46,52,50,55,54,56,56,44,52,52,46,57,54,53,50,55,51,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,54,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,50,46,57,55,57,49,55,44,51,48,46,53,57,56,51,52,93,44,91,45,57,51,46,49,51,48,51,56,44,51,48,46,53,57,55,55,55,55,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,50,46,55,55,53,53,53,52,44,51,48,46,52,51,55,54,53,54,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,53,57,55,51,53,51,44,51,48,46,53,56,49,54,50,51,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,117,103,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,49,48,48,46,53,55,53,55,57,54,44,52,52,46,52,57,49,55,49,51,93,44,91,45,49,48,48,46,51,56,54,51,55,54,44,52,52,46,52,52,48,48,48,56,93,44,91,45,49,48,48,46,51,54,53,51,57,44,52,52,46,51,53,53,53,50,52,93,44,91,45,49,48,48,46,48,56,53,51,51,44,52,52,46,51,48,56,52,53,49,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,57,57,46,56,56,52,52,56,53,44,52,52,46,49,50,57,53,56,50,93,44,91,45,57,57,46,54,53,52,53,51,54,44,52,52,46,49,48,49,54,56,57,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,121,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,114,101,110,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,49,55,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,56,48,46,50,53,53,57,48,52,44,51,51,46,56,48,51,55,48,56,93,44,91,45,56,48,46,51,57,55,49,51,49,44,51,51,46,55,54,55,56,50,49,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,51,53,52,53,51,57,44,51,51,46,52,51,48,52,48,56,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,55,57,46,57,55,52,51,56,50,44,51,51,46,55,50,49,53,57,93,44,91,45,55,57,46,57,57,53,54,51,56,44,51,51,46,55,54,55,57,48,54,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,116,105,108,108,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,48,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,53,48,54,54,48,52,44,52,53,46,57,53,57,49,49,50,93,44,91,45,49,48,57,46,53,54,51,57,48,55,44,52,53,46,55,56,51,52,55,49,93,44,91,45,49,48,57,46,53,54,50,48,55,44,52,53,46,54,48,57,49,49,57,93,44,91,45,49,48,57,46,54,56,53,51,56,53,44,52,53,46,54,48,57,48,50,50,93,44,91,45,49,48,57,46,57,51,50,48,50,53,44,52,53,46,53,50,50,52,53,54,93,44,91,45,49,48,57,46,57,51,49,57,56,52,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,49,48,46,48,54,52,53,56,49,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,54,56,55,55,57,50,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,53,54,49,57,50,52,44,52,53,46,51,54,50,56,52,51,93,44,91,45,49,48,57,46,51,53,54,52,49,55,44,52,53,46,52,54,52,51,50,54,93,44,91,45,49,48,57,46,49,57,49,55,54,49,44,52,53,46,52,54,52,53,48,52,93,44,91,45,49,48,57,46,48,54,56,52,57,56,44,52,53,46,53,56,51,50,52,49,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,56,46,57,48,52,55,50,54,44,52,53,46,54,56,50,56,50,49,93,44,91,45,49,48,56,46,57,48,49,54,53,53,44,52,53,46,57,53,57,52,49,54,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,57,46,52,49,54,50,50,55,44,52,54,46,49,51,50,51,55,49,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,108,101,100,115,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,52,48,51,50,57,56,44,51,53,46,52,57,50,50,56,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,49,48,55,55,54,50,44,51,53,46,53,55,49,51,53,57,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,101,97,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,50,54,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,49,53,51,56,57,44,51,54,46,52,50,50,53,50,56,93,44,91,45,56,56,46,57,53,48,50,48,53,44,51,54,46,52,48,57,50,52,56,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,56,46,56,51,53,52,53,55,44,51,54,46,49,50,49,52,54,49,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,52,50,57,44,34,98,101,100,115,34,58,49,57,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,101,104,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,54,49,51,44,34,98,101,100,115,34,58,49,52,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,51,56,51,48,52,57,44,52,48,46,54,50,51,54,54,51,93,44,91,45,55,53,46,52,56,49,52,54,57,44,52,48,46,54,53,53,55,52,52,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,83,101,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,101,109,117,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,52,48,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,54,53,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,55,46,57,53,54,51,51,52,44,52,50,46,54,54,55,51,50,50,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,116,97,110,105,115,108,97,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,48,49,44,34,98,101,100,115,34,58,49,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,57,50,50,49,55,52,44,51,55,46,55,52,55,56,48,54,93,44,91,45,49,50,49,46,49,53,53,56,52,57,44,51,55,46,55,49,57,56,52,52,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,49,46,52,49,50,53,52,57,44,51,55,46,51,56,57,52,51,53,93,44,91,45,49,50,49,46,52,53,52,48,48,57,44,51,55,46,50,56,52,48,53,93,44,91,45,49,50,49,46,52,48,52,54,51,54,44,51,55,46,49,53,53,57,56,57,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,48,46,57,55,50,57,52,49,44,51,55,46,51,51,56,52,56,51,93,44,91,45,49,50,48,46,57,56,51,55,53,54,44,51,55,46,51,57,57,54,52,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,55,55,56,44,34,98,101,100,115,34,58,49,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,53,46,51,48,48,53,57,52,44,52,48,46,56,53,57,53,54,51,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,52,56,49,52,54,57,44,52,48,46,54,53,53,55,52,52,93,44,91,45,55,53,46,51,56,51,48,52,57,44,52,48,46,54,50,51,54,54,51,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,49,55,49,53,56,55,44,52,48,46,55,55,55,55,52,53,93,44,91,45,55,53,46,48,53,51,54,54,52,44,52,48,46,56,55,51,54,54,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,50,50,44,34,98,101,100,115,34,58,50,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,54,56,57,51,53,51,44,51,52,46,53,56,54,52,50,53,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,57,48,55,50,48,53,44,51,52,46,53,55,57,55,57,50,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,114,101,99,107,105,110,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,53,48,55,48,56,57,44,51,55,46,57,50,57,57,49,55,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,101,110,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,55,56,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,57,50,54,50,57,52,44,51,51,46,56,50,51,56,53,52,93,44,91,45,57,48,46,49,51,54,52,57,49,44,51,51,46,56,48,57,51,49,57,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,55,54,57,48,53,44,51,51,46,56,54,55,51,51,52,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,83,105,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,53,56,51,50,56,57,44,51,54,46,56,51,48,50,56,50,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,54,57,48,55,49,57,44,51,54,46,56,52,52,51,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,73,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,44,91,45,55,51,46,51,51,53,48,52,52,44,52,52,46,56,48,52,49,48,57,93,44,91,45,55,51,46,51,56,57,56,50,44,52,52,46,54,49,55,50,49,49,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,50,51,51,50,48,57,44,52,52,46,54,52,57,55,57,49,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,44,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,48,51,44,34,98,101,100,115,34,58,51,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,48,46,57,49,55,49,55,50,44,52,48,46,55,50,54,57,51,52,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,57,46,48,48,53,49,50,57,44,51,55,46,56,56,49,54,57,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,56,46,57,54,54,57,50,54,44,51,55,46,54,55,55,48,48,52,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,54,49,57,44,34,98,101,100,115,34,58,54,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,54,53,55,49,56,57,44,50,56,46,50,53,57,50,49,55,93,44,91,45,56,49,46,53,53,55,52,53,57,44,50,56,46,50,53,57,51,54,50,93,44,91,45,56,49,46,53,50,52,50,50,55,44,50,56,46,49,52,50,56,48,53,93,44,91,45,56,49,46,52,53,53,55,53,56,44,50,56,46,48,56,52,56,57,93,44,91,45,56,49,46,51,52,54,52,49,56,44,50,56,46,48,56,52,54,57,54,93,44,91,45,56,49,46,51,56,49,48,50,50,44,50,55,46,57,56,51,51,57,51,93,44,91,45,56,49,46,50,57,55,49,49,51,44,50,55,46,56,53,57,53,56,50,93,44,91,45,56,49,46,50,49,52,52,48,57,44,50,55,46,56,50,56,53,53,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,52,48,52,54,56,44,51,52,46,52,53,49,57,49,54,93,44,91,45,57,50,46,53,56,57,52,49,56,44,51,52,46,52,53,53,54,52,49,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,52,57,51,54,55,50,44,51,52,46,49,52,52,50,51,52,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,49,56,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,50,46,57,57,48,57,54,55,44,51,50,46,49,52,55,50,55,52,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,54,54,56,53,53,55,44,51,50,46,54,49,50,49,54,52,93,44,91,45,56,50,46,56,54,50,55,54,51,44,51,50,46,55,49,53,55,54,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,50,52,56,48,44,34,98,101,100,115,34,58,49,48,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,57,56,48,44,34,98,101,100,115,34,58,52,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,51,57,49,49,50,53,44,51,54,46,48,57,57,51,57,54,93,44,91,45,57,52,46,51,51,51,53,54,53,44,51,54,46,50,49,52,55,50,55,93,44,91,45,57,52,46,48,49,55,53,48,57,44,51,54,46,50,48,56,49,52,57,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,56,54,54,57,54,49,44,51,54,46,51,52,56,53,55,57,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,73,115,97,98,101,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,44,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,51,55,49,44,34,98,101,100,115,34,58,56,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,52,48,51,50,51,55,44,50,57,46,50,49,53,54,50,51,93,44,91,45,56,50,46,53,51,52,56,54,44,50,57,46,50,49,52,54,56,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,52,55,55,54,51,57,44,50,57,46,48,53,50,52,56,52,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,49,46,54,53,56,54,57,56,44,50,56,46,57,54,48,51,52,53,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,55,55,54,50,48,53,44,50,57,46,52,56,55,52,52,56,93,44,91,45,56,49,46,56,52,51,48,48,57,44,50,57,46,53,50,49,48,48,52,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,78,111,116,116,111,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,48,44,34,98,101,100,115,34,58,49,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,49,55,48,56,57,53,44,51,55,46,48,53,51,57,52,57,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,55,46,57,48,48,51,51,56,44,51,55,46,49,52,51,56,56,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,50,57,51,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,53,46,48,53,51,54,54,52,44,52,48,46,56,55,51,54,54,93,44,91,45,55,53,46,49,55,49,53,56,55,44,52,48,46,55,55,55,55,52,53,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,52,46,57,55,48,49,49,50,44,52,48,46,55,48,57,56,54,50,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,57,49,57,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,55,56,57,53,48,50,44,52,50,46,50,54,55,55,51,56,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,55,49,48,57,51,44,52,50,46,48,48,53,52,56,56,93,44,91,45,55,51,46,53,50,55,48,55,50,44,52,49,46,57,55,55,57,56,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,53,48,56,50,49,44,52,50,46,48,56,54,49,51,52,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,57,48,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,44,91,45,55,57,46,56,53,57,50,54,44,51,54,46,54,54,49,55,51,55,93,44,91,45,55,57,46,56,51,55,51,53,57,44,51,54,46,55,48,52,49,51,55,93,44,91,45,55,57,46,56,55,52,55,54,44,51,54,46,55,49,53,50,51,55,93,44,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,56,54,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,53,46,57,51,56,49,53,44,51,52,46,49,50,53,49,93,44,91,45,57,53,46,57,51,55,57,56,57,44,51,51,46,57,52,56,50,49,57,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,53,53,50,55,57,57,44,51,51,46,57,50,52,51,49,49,93,44,91,45,57,53,46,53,51,51,55,57,56,44,51,51,46,56,56,49,49,53,51,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,48,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,54,46,57,50,55,50,51,52,44,51,56,46,56,49,50,49,54,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,57,54,51,52,55,44,51,56,46,57,54,52,57,48,49,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,55,34,44,34,78,65,77,69,34,58,34,83,116,97,114,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,56,57,52,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,44,91,45,57,57,46,48,56,50,48,48,54,44,50,54,46,51,57,54,54,54,55,93,44,91,45,57,56,46,56,57,53,54,57,52,44,50,54,46,51,53,51,52,57,49,93,44,91,45,57,56,46,56,50,48,52,53,50,44,50,54,46,51,55,49,48,48,50,93,44,91,45,57,56,46,54,54,52,54,51,51,44,50,54,46,50,51,53,51,53,49,93,44,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,57,46,48,49,49,49,49,50,44,50,54,46,54,55,53,48,50,51,93,44,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,69,102,102,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,53,51,48,57,50,49,44,51,50,46,51,57,48,51,56,53,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,49,57,53,54,51,52,44,51,50,46,50,51,55,52,57,57,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,50,56,53,51,53,44,51,50,46,51,51,56,51,56,49,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,82,111,103,101,114,32,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,52,57,53,56,49,50,44,51,53,46,57,55,56,55,51,50,93,44,91,45,57,57,46,53,53,56,52,56,54,44,51,53,46,56,54,53,57,56,56,93,44,91,45,57,57,46,55,49,55,49,48,49,44,51,53,46,56,53,57,55,54,57,93,44,91,45,57,57,46,56,57,51,51,55,50,44,51,53,46,57,56,53,50,57,53,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,57,57,46,53,55,53,56,50,44,51,53,46,52,50,49,54,53,53,93,44,91,45,57,57,46,53,55,53,55,50,51,44,51,53,46,53,48,56,56,54,52,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,54,55,49,54,53,50,44,52,51,46,53,53,50,56,53,54,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,57,48,46,49,57,49,57,54,52,44,52,51,46,53,53,52,57,57,54,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,76,101,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,49,50,54,44,34,98,101,100,115,34,58,50,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,55,50,48,56,48,57,44,51,51,46,53,54,57,53,51,55,93,44,91,45,49,48,51,46,55,54,54,51,54,49,44,51,51,46,51,57,53,50,57,55,93,44,91,45,49,48,51,46,55,54,54,52,49,55,44,51,50,46,57,54,53,50,54,52,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,51,46,56,49,52,50,49,54,44,51,50,46,53,50,50,51,54,56,93,44,91,45,49,48,51,46,55,50,50,57,51,56,44,51,50,46,53,50,50,51,52,52,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,48,54,52,53,49,44,51,50,46,48,48,48,52,50,52,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,57,56,54,57,51,44,51,52,46,48,53,50,49,48,50,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,52,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,52,34,44,34,78,65,77,69,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,54,46,56,52,57,53,55,51,44,51,53,46,53,50,53,53,49,53,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,55,52,54,56,57,57,44,51,53,46,50,53,50,56,55,56,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,54,53,56,50,52,55,44,51,53,46,52,51,53,50,56,49,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,112,112,111,109,97,116,116,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,56,46,57,50,54,52,54,44,51,55,46,50,55,55,48,55,49,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,54,56,51,50,50,52,44,51,55,46,52,50,56,57,55,52,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,51,46,57,52,52,49,55,55,44,51,54,46,48,57,49,49,48,51,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,53,50,51,54,51,57,44,51,53,46,56,56,49,53,57,50,93,44,91,45,57,51,46,52,53,48,55,49,53,44,51,53,46,57,54,55,52,57,51,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,53,53,49,49,51,53,44,51,54,46,49,50,54,50,55,49,93,44,91,45,57,51,46,54,53,55,54,56,57,44,51,54,46,51,48,51,48,56,50,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,50,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,54,46,52,50,56,56,57,55,44,52,52,46,53,53,54,55,55,55,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,55,46,48,56,52,56,56,54,44,52,52,46,57,57,54,54,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,55,46,56,51,49,54,50,50,44,52,52,46,55,57,57,55,56,55,93,44,91,45,49,48,55,46,55,52,49,53,52,51,44,52,52,46,55,49,52,51,53,50,93,44,91,45,49,48,55,46,53,50,56,50,55,57,44,52,52,46,54,54,53,53,56,52,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,52,51,51,44,34,98,101,100,115,34,58,49,52,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,55,46,50,55,48,48,53,55,44,52,48,46,50,55,56,54,53,50,93,44,91,45,55,55,46,52,50,54,53,57,53,44,52,48,46,50,56,54,54,49,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,52,48,51,54,48,54,44,51,57,46,57,57,52,52,55,56,93,44,91,45,55,55,46,49,56,53,54,51,44,52,48,46,48,50,57,53,48,49,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,55,53,49,44,34,98,101,100,115,34,58,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,56,46,48,48,50,55,44,51,57,46,56,50,54,53,57,57,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,117,122,101,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,56,56,52,44,34,98,101,100,115,34,58,49,49,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,54,46,48,48,53,48,55,44,52,49,46,51,56,52,53,53,49,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,51,49,57,50,51,54,44,52,49,46,50,48,56,48,57,50,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,53,46,55,51,49,57,51,44,52,49,46,48,48,56,50,50,93,44,91,45,55,53,46,55,55,49,51,48,54,44,52,49,46,48,55,55,56,49,54,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,54,56,55,50,52,52,44,52,49,46,51,51,57,50,49,54,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,51,54,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,53,46,48,53,57,50,57,52,44,51,50,46,52,55,50,57,48,57,93,44,91,45,56,53,46,51,51,51,56,52,51,44,51,50,46,52,54,56,54,51,57,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,50,53,55,55,52,55,44,51,50,46,49,52,56,50,53,49,93,44,91,45,56,53,46,49,56,53,48,54,55,44,51,50,46,48,54,49,55,48,56,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,48,54,50,48,54,44,51,50,46,49,51,50,52,56,54,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,50,54,52,55,52,52,44,52,48,46,53,54,53,48,52,50,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,48,46,57,50,48,57,50,44,52,48,46,53,53,54,51,49,53,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,57,49,55,49,55,50,44,52,48,46,55,50,54,57,51,52,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,49,46,50,51,55,50,50,55,44,52,48,46,55,50,51,53,52,50,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,108,117,118,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,52,48,53,53,57,54,44,51,55,46,55,51,53,50,54,51,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,51,54,49,57,44,34,98,101,100,115,34,58,49,48,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,50,57,55,51,49,55,44,51,52,46,50,54,52,53,56,55,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,49,50,54,50,50,57,44,51,52,46,48,52,54,50,49,51,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,52,53,55,48,55,57,44,51,51,46,57,55,50,53,57,55,93,44,91,45,57,50,46,52,55,49,54,54,55,44,51,52,46,48,53,55,48,53,52,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,52,57,51,54,55,50,44,51,52,46,49,52,52,50,51,52,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,54,46,56,54,57,56,57,49,44,52,48,46,57,53,54,55,50,93,44,91,45,49,48,54,46,54,51,54,57,50,50,44,52,48,46,55,56,57,52,56,57,93,44,91,45,49,48,54,46,55,48,54,49,52,57,44,52,48,46,54,49,54,53,57,55,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,54,49,50,51,50,49,44,52,48,46,51,55,57,51,56,51,93,44,91,45,49,48,54,46,50,51,48,55,52,54,44,52,48,46,51,50,52,52,56,54,93,44,91,45,49,48,53,46,57,48,53,57,57,44,52,48,46,51,57,57,54,53,50,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,54,46,48,53,51,55,55,57,44,52,48,46,56,49,50,54,54,50,93,44,91,45,49,48,54,46,49,56,53,51,48,55,44,52,48,46,57,51,51,57,55,51,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,75,105,116,32,67,97,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,53,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,119,121,104,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,55,46,48,50,54,56,55,52,44,52,51,46,49,50,55,48,48,53,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,54,46,48,52,53,51,55,51,44,52,49,46,57,57,54,51,51,49,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,52,53,52,50,50,52,44,52,50,46,55,54,55,57,51,54,93,44,91,45,49,49,53,46,52,52,49,53,50,50,44,52,50,46,57,51,49,49,50,55,93,44,91,45,49,49,53,46,57,54,48,57,57,57,44,52,50,46,57,56,57,48,56,52,93,44,91,45,49,49,54,46,50,48,49,55,52,44,52,51,46,48,52,56,57,51,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,55,56,49,51,51,54,44,52,51,46,52,55,56,54,51,51,93,44,91,45,49,49,54,46,56,52,52,57,55,56,44,52,51,46,53,57,52,52,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,50,55,52,44,34,98,101,100,115,34,58,54,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,55,50,54,55,50,53,44,52,52,46,53,49,49,49,57,50,93,44,91,45,56,57,46,56,52,52,53,52,54,44,52,52,46,53,49,49,53,48,51,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,104,97,117,116,97,117,113,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,53,54,44,34,98,101,100,115,34,58,51,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,57,46,51,49,50,49,51,54,44,52,50,46,54,56,54,56,48,53,93,44,91,45,55,57,46,55,54,50,52,49,56,44,52,50,46,53,49,54,48,55,50,93,44,91,45,55,57,46,55,54,49,51,49,51,44,52,49,46,57,57,56,56,48,56,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,67,111,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,53,48,53,55,44,34,98,101,100,115,34,58,49,51,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,52,55,49,51,51,44,51,51,46,56,50,53,57,48,53,93,44,91,45,56,52,46,51,56,51,48,50,55,44,51,51,46,57,54,51,56,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,57,44,34,98,101,100,115,34,58,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,50,46,48,52,52,49,52,53,44,51,54,46,51,54,51,55,49,54,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,108,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,55,50,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,48,46,55,53,54,49,49,51,44,51,57,46,57,49,51,52,48,50,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,48,50,53,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,54,49,55,55,52,44,51,54,46,56,56,48,55,55,51,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,52,54,55,51,52,53,44,51,55,46,48,50,50,49,51,54,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,55,49,53,49,52,57,44,51,55,46,49,50,49,56,52,56,93,44,91,45,56,50,46,55,52,50,55,53,57,44,51,55,46,48,52,50,55,57,54,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,93,44,91,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,44,91,45,56,50,46,54,51,51,56,51,49,44,51,54,46,57,53,50,50,55,54,93,44,91,45,56,50,46,53,57,49,49,52,55,44,51,54,46,57,51,53,51,49,51,93,44,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,49,46,50,49,55,49,53,44,51,55,46,48,56,54,49,57,55,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,57,54,52,52,54,54,44,51,55,46,48,53,51,53,56,52,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,121,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,54,49,57,57,51,57,44,51,51,46,57,57,57,52,52,57,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,53,48,48,57,56,52,44,51,51,46,55,55,50,56,48,49,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,50,57,48,51,53,57,44,51,51,46,55,55,48,56,51,49,93,44,91,45,57,54,46,49,55,57,56,52,54,44,51,51,46,55,53,57,54,49,56,93,44,91,45,57,54,46,49,52,57,50,50,55,44,51,51,46,56,51,55,48,57,49,93,44,91,45,57,53,46,57,52,54,48,51,44,51,51,46,56,53,57,51,51,56,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,57,51,55,57,56,57,44,51,51,46,57,52,56,50,49,57,93,44,91,45,57,53,46,57,51,56,49,53,44,51,52,46,49,50,53,49,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,54,55,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,48,49,56,52,57,56,44,51,56,46,51,56,49,57,52,49,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,56,50,49,50,53,54,44,51,56,46,50,54,56,55,53,56,93,44,91,45,55,54,46,56,55,49,52,54,44,51,56,46,51,56,57,57,51,55,93,44,91,45,55,54,46,55,55,52,57,53,53,44,51,56,46,53,48,56,57,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,55,52,55,53,55,44,51,56,46,54,49,55,51,51,53,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,101,114,114,111,32,71,111,114,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,56,52,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,48,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,82,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,57,57,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,53,48,55,57,53,51,44,51,56,46,50,55,51,49,53,53,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,49,46,56,52,56,55,54,49,44,51,56,46,52,50,52,57,51,51,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,48,46,54,56,55,52,48,54,44,51,56,46,49,53,49,51,56,53,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,48,57,46,57,48,57,55,54,44,51,56,46,50,55,49,50,51,93,44,91,45,49,49,48,46,48,51,49,57,55,51,44,51,56,46,51,56,52,57,53,55,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,49,49,46,51,48,53,55,48,49,44,51,56,46,52,57,57,57,57,56,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,112,101,32,71,105,114,97,114,100,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,51,50,52,44,34,98,101,100,115,34,58,54,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,54,50,48,50,53,54,44,51,55,46,50,51,51,48,48,56,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,52,50,48,57,51,57,44,51,55,46,51,57,51,57,53,50,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,54,48,56,57,51,52,44,51,55,46,53,57,55,52,50,55,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,87,97,108,108,97,32,87,97,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,50,51,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,52,55,53,57,51,50,44,52,54,46,53,57,53,49,52,50,93,44,91,45,49,49,56,46,54,49,53,53,57,50,44,52,54,46,53,48,52,53,52,51,93,44,91,45,49,49,56,46,54,51,51,56,50,54,44,52,54,46,52,49,52,48,50,50,93,44,91,45,49,49,56,46,55,55,55,50,50,56,44,52,54,46,50,57,48,49,55,55,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,56,46,57,55,52,54,54,52,44,52,54,46,49,51,57,53,50,51,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,55,46,57,57,49,52,56,49,44,52,54,46,50,48,55,55,48,50,93,44,91,45,49,49,56,46,49,49,54,54,50,52,44,52,54,46,50,48,56,48,53,93,44,91,45,49,49,56,46,50,52,49,56,55,50,44,52,54,46,50,57,53,48,54,52,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,50,50,55,48,52,54,44,51,54,46,53,54,57,53,51,55,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,50,53,57,57,51,53,44,51,55,46,48,54,52,48,55,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,52,55,49,54,54,55,44,51,52,46,48,53,55,48,53,52,93,44,91,45,57,50,46,52,53,55,48,55,57,44,51,51,46,57,55,50,53,57,55,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,53,53,50,44,34,98,101,100,115,34,58,56,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,106,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,55,46,49,48,56,54,51,53,44,49,55,46,56,57,53,52,48,55,93,44,91,45,54,54,46,57,57,57,54,49,57,44,49,55,46,56,56,51,57,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,48,52,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,117,97,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,48,55,53,44,34,98,101,100,115,34,58,49,48,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,50,46,50,55,50,51,49,51,44,51,50,46,53,56,48,57,55,53,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,52,49,53,52,49,56,44,51,50,46,52,48,55,56,49,50,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,50,46,48,48,52,51,52,44,51,50,46,51,56,48,52,57,57,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,49,46,57,55,53,48,50,54,44,51,50,46,55,49,49,52,50,56,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,104,110,32,116,104,101,32,66,97,112,116,105,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,52,52,54,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,53,51,56,49,51,50,44,51,48,46,48,49,54,56,56,52,93,44,91,45,57,48,46,52,53,48,50,49,56,44,51,48,46,48,51,51,49,48,54,93,44,91,45,57,48,46,51,50,54,54,51,55,44,51,48,46,49,53,48,49,56,56,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,51,48,48,57,50,51,44,51,48,46,50,57,52,54,56,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,53,53,52,49,52,55,44,51,48,46,49,57,53,54,50,56,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,72,101,108,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,48,46,56,54,49,48,49,57,44,51,48,46,57,51,53,51,55,51,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,50,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,32,67,114,101,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,53,46,55,56,50,54,55,52,44,51,57,46,54,50,57,48,50,52,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,53,51,57,51,57,51,44,51,57,46,55,55,50,51,49,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,55,34,44,34,78,65,77,69,34,58,34,75,105,109,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,48,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,57,46,52,56,52,52,57,51,44,51,48,46,52,57,57,54,52,49,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,99,107,105,110,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,53,55,48,48,55,52,44,52,53,46,56,56,51,50,52,52,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,52,46,52,53,50,54,51,52,44,52,53,46,54,57,53,51,55,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,52,46,49,49,52,49,56,54,44,52,53,46,57,56,53,49,53,50,93,44,91,45,56,52,46,50,51,57,51,51,50,44,52,53,46,57,56,52,57,49,52,93,44,91,45,56,52,46,51,54,51,48,57,44,52,54,46,48,55,49,53,55,52,93,44,91,45,56,52,46,51,54,51,53,48,51,44,52,54,46,49,53,55,57,56,52,93,44,91,45,56,53,46,49,49,50,53,49,51,44,52,54,46,49,53,56,50,54,51,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,55,34,44,34,78,65,77,69,34,58,34,77,99,67,117,108,108,111,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,51,48,50,54,48,53,44,51,49,46,52,51,50,53,48,52,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,57,57,46,54,48,51,54,50,55,44,51,48,46,57,52,48,55,50,54,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,84,105,115,104,111,109,105,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,55,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,51,51,48,54,57,57,44,51,52,46,55,52,48,55,50,49,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,67,114,111,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,50,57,50,54,56,49,44,51,49,46,48,51,54,54,55,55,93,44,91,45,49,48,49,46,57,56,52,53,50,55,44,51,48,46,57,56,55,52,52,53,93,44,91,45,49,48,49,46,56,55,52,50,55,54,44,51,48,46,57,49,50,50,51,54,93,44,91,45,49,48,49,46,56,51,52,53,50,56,44,51,48,46,55,53,55,57,52,57,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,49,46,54,54,57,56,51,51,44,51,48,46,54,51,55,57,48,55,93,44,91,45,49,48,49,46,54,52,54,53,48,54,44,51,48,46,53,53,49,49,49,50,93,44,91,45,49,48,49,46,55,52,48,52,50,57,44,51,48,46,52,50,48,56,57,55,93,44,91,45,49,48,49,46,54,53,56,53,51,44,51,48,46,51,53,55,56,54,49,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,57,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,52,56,53,57,54,56,44,51,50,46,48,49,55,54,49,49,93,44,91,45,57,55,46,51,50,55,49,52,53,44,51,49,46,56,52,49,52,53,50,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,48,51,55,50,54,54,44,51,49,46,56,54,51,48,55,57,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,57,52,48,54,53,54,44,51,50,46,48,53,50,48,56,55,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,105,110,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,53,55,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,49,46,49,48,51,55,55,56,44,51,55,46,56,50,57,48,51,53,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,48,46,54,54,52,49,54,54,44,51,56,46,48,48,50,53,51,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,55,48,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,48,57,53,56,54,51,44,51,52,46,50,49,51,56,55,50,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,48,46,55,54,57,57,50,54,44,51,52,46,51,55,55,49,49,49,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,54,52,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,50,56,55,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,52,56,53,56,51,52,44,51,53,46,53,54,56,49,57,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,52,55,52,57,48,49,44,51,53,46,57,50,50,56,57,51,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,54,53,52,54,48,53,44,51,53,46,57,55,49,57,51,55,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,54,57,57,57,51,55,44,51,53,46,49,55,48,57,55,52,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,51,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,50,46,57,49,51,50,53,54,44,52,55,46,56,50,54,50,49,54,93,44,91,45,49,49,50,46,57,49,51,56,55,52,44,52,55,46,54,57,55,49,57,57,93,44,91,45,49,49,50,46,56,53,52,55,48,49,44,52,55,46,54,50,57,50,51,52,93,44,91,45,49,49,50,46,53,54,56,54,54,44,52,55,46,54,51,54,48,49,56,93,44,91,45,49,49,50,46,52,51,50,55,49,49,44,52,55,46,54,48,54,49,48,52,93,44,91,45,49,49,50,46,50,55,56,44,52,55,46,53,48,53,54,50,51,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,49,46,57,50,50,55,57,53,44,52,55,46,53,48,53,48,54,52,93,44,91,45,49,49,49,46,57,50,50,57,51,54,44,52,55,46,54,49,49,50,51,49,93,44,91,45,49,49,49,46,54,54,54,50,54,44,52,55,46,54,49,49,50,53,51,93,44,91,45,49,49,49,46,54,54,54,52,56,50,44,52,55,46,54,57,55,55,54,49,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,57,56,52,50,54,51,44,52,55,46,57,56,52,53,57,50,93,44,91,45,49,49,50,46,48,52,55,57,57,57,44,52,56,46,48,56,54,54,49,50,93,44,91,45,49,49,50,46,49,55,55,56,51,51,44,52,56,46,49,51,48,55,49,50,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,50,46,56,56,52,56,56,51,44,52,55,46,57,56,53,52,49,52,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,71,97,114,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,48,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,48,53,53,50,53,54,44,52,49,46,51,57,53,49,54,50,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,50,46,48,54,55,57,49,56,44,52,49,46,55,52,50,48,57,57,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,54,55,57,48,57,51,44,52,49,46,56,52,51,48,53,93,44,91,45,49,48,50,46,54,51,54,52,55,54,44,52,49,46,55,52,51,49,51,57,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,99,111,117,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,49,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,82,111,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,48,53,49,44,34,98,101,100,115,34,58,50,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,57,56,52,53,54,44,51,57,46,53,48,54,55,53,52,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,115,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,57,54,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,69,108,32,80,97,115,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,55,54,53,52,44,34,98,101,100,115,34,58,50,54,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,54,46,54,49,56,52,56,54,44,51,50,46,48,48,48,52,57,53,93,44,91,45,49,48,54,46,54,51,53,57,50,44,51,49,46,56,54,54,50,51,51,93,44,91,45,49,48,54,46,53,50,56,48,52,55,44,51,49,46,55,56,51,56,57,49,93,44,91,45,49,48,54,46,51,56,49,48,55,52,44,51,49,46,55,51,50,48,56,50,93,44,91,45,49,48,54,46,50,49,57,54,50,44,51,49,46,52,56,49,53,54,49,93,44,91,45,49,48,53,46,57,57,55,49,53,50,44,51,49,46,51,56,55,50,51,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,49,34,44,34,78,65,77,69,34,58,34,76,111,118,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,51,46,57,49,50,50,52,56,44,51,49,46,57,48,50,52,50,52,93,44,91,45,49,48,51,46,56,49,52,57,57,44,51,49,46,56,53,50,49,52,50,93,44,91,45,49,48,51,46,55,57,54,54,49,50,44,51,49,46,55,55,48,48,49,51,93,44,91,45,49,48,51,46,55,48,48,54,48,51,44,51,49,46,55,52,56,51,57,53,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,116,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,57,53,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,53,46,53,48,55,55,51,56,44,51,53,46,48,50,57,50,54,53,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,53,46,48,53,57,53,49,50,44,51,52,46,56,53,53,48,49,57,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,55,49,44,34,98,101,100,115,34,58,50,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,54,56,56,56,56,52,44,51,57,46,53,57,48,53,49,49,93,44,91,45,56,49,46,55,48,56,53,50,55,44,51,57,46,52,56,48,55,55,53,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,49,46,56,53,51,54,54,56,44,51,57,46,51,49,56,49,54,53,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,54,55,55,53,57,53,44,51,57,46,50,55,52,49,55,49,93,44,91,45,56,49,46,52,53,54,49,52,51,44,51,57,46,52,48,57,50,55,52,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,48,50,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,57,46,51,53,48,50,56,57,44,51,56,46,48,48,48,55,52,53,93,44,91,45,57,57,46,51,53,48,51,53,57,44,51,56,46,48,56,55,53,57,52,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,55,49,53,52,44,34,98,101,100,115,34,58,50,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,55,49,50,53,55,56,44,51,56,46,48,56,55,51,49,49,93,44,91,45,56,53,46,53,53,55,50,55,44,51,56,46,48,55,51,56,52,49,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,52,48,52,57,56,52,44,51,57,46,57,49,56,49,56,55,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,50,54,44,34,98,101,100,115,34,58,55,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,52,48,51,49,57,53,44,52,51,46,56,57,50,57,55,55,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,56,46,57,48,51,52,56,44,51,54,46,53,55,54,56,54,52,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,57,46,50,50,55,48,52,54,44,51,54,46,53,54,57,53,51,55,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,114,118,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,53,53,44,34,98,101,100,115,34,58,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,55,46,49,53,51,48,57,51,44,51,56,46,49,55,52,54,51,52,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,51,50,52,56,53,51,44,52,55,46,49,56,49,52,57,54,93,44,91,45,49,48,53,46,51,50,52,55,53,55,44,52,54,46,57,55,55,49,57,54,93,44,91,45,49,48,53,46,49,57,54,55,51,53,44,52,54,46,57,55,55,49,55,50,93,44,91,45,49,48,53,46,48,50,55,53,50,54,44,52,54,46,56,54,49,52,53,55,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,52,46,52,49,50,49,50,52,44,52,54,46,57,48,52,48,48,51,93,44,91,45,49,48,52,46,51,48,54,48,54,50,44,52,55,46,48,52,50,48,52,54,93,44,91,45,49,48,52,46,51,52,49,54,56,44,52,55,46,50,52,53,51,57,50,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,53,49,51,50,57,50,44,52,55,46,51,53,52,55,49,57,93,44,91,45,49,48,52,46,53,49,51,48,52,57,44,52,55,46,53,50,57,52,52,50,93,44,91,45,49,48,52,46,53,57,51,54,54,52,44,52,55,46,54,49,54,50,57,52,93,44,91,45,49,48,52,46,57,55,56,53,53,51,44,52,55,46,54,49,54,50,55,50,93,44,91,45,49,48,52,46,57,55,56,48,57,44,52,55,46,55,48,51,50,57,51,93,44,91,45,49,48,53,46,50,51,53,48,49,54,44,52,55,46,55,48,51,53,56,49,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,51,54,51,50,54,50,44,52,55,46,55,57,48,52,49,57,93,44,91,45,49,48,53,46,52,48,54,53,56,49,44,52,55,46,53,50,57,53,51,52,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,53,49,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,56,48,46,48,50,53,48,48,49,44,51,57,46,52,48,49,52,52,54,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,48,50,51,52,49,49,44,51,57,46,50,52,55,56,57,50,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,105,100,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,51,56,57,44,34,98,101,100,115,34,58,51,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,49,55,48,53,55,54,44,52,51,46,52,56,49,57,54,57,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,81,117,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,55,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,51,48,52,51,49,55,44,51,52,46,53,48,57,54,50,49,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,52,53,48,53,55,50,44,51,52,46,50,54,50,52,48,50,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,49,51,53,54,57,53,44,51,52,46,48,55,50,57,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,57,48,46,49,57,52,48,56,54,44,51,52,46,51,48,49,52,48,55,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,57,53,44,34,98,101,100,115,34,58,52,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,49,49,52,48,57,53,44,51,55,46,53,54,55,49,51,49,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,53,46,56,55,54,48,48,54,44,51,55,46,53,52,51,50,53,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,54,46,48,48,55,52,51,50,44,51,55,46,56,49,56,52,51,57,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,54,57,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,109,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,52,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,52,50,56,50,53,56,44,52,53,46,53,53,53,51,53,51,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,54,57,50,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,44,91,45,55,52,46,54,52,49,56,55,50,44,52,52,46,57,53,50,54,50,49,93,44,91,45,55,52,46,53,50,53,54,56,51,44,52,52,46,49,55,48,54,51,54,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,48,57,51,52,57,44,52,52,46,49,51,55,54,49,53,93,44,91,45,55,52,46,49,52,49,52,50,52,44,52,52,46,52,48,55,50,54,56,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,51,46,57,56,54,51,56,50,44,52,52,46,55,48,55,55,55,51,93,44,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,44,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,51,48,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,54,57,44,34,98,101,100,115,34,58,52,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,52,54,55,48,53,51,44,51,56,46,51,49,56,54,54,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,97,108,101,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,50,51,50,44,34,98,101,100,115,34,58,52,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,52,50,55,55,56,49,44,51,55,46,55,52,57,51,53,50,93,44,91,45,56,49,46,51,48,52,49,51,44,51,55,46,53,52,54,53,54,52,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,49,46,48,54,56,55,55,52,44,51,55,46,54,51,57,56,50,51,93,44,91,45,56,48,46,57,48,53,57,54,49,44,51,55,46,54,57,56,53,57,54,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,49,46,48,55,51,50,52,57,44,51,55,46,56,55,53,56,54,53,93,44,91,45,56,49,46,50,57,53,49,50,55,44,51,55,46,56,56,57,51,49,49,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,53,55,49,51,51,52,44,51,55,46,57,50,56,49,48,55,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,104,97,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,52,53,57,44,34,98,101,100,115,34,58,50,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,56,57,50,52,51,51,44,51,51,46,51,57,56,49,57,57,93,44,91,45,49,48,52,46,57,48,53,52,50,52,44,51,51,46,49,51,56,57,48,52,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,53,46,51,53,50,53,49,51,44,51,50,46,57,54,50,48,48,55,93,44,91,45,49,48,53,46,51,53,52,48,49,44,51,50,46,53,49,56,55,55,54,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,52,46,56,52,49,53,55,54,44,51,50,46,57,54,51,50,49,51,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,51,46,55,54,54,52,49,55,44,51,50,46,57,54,53,50,54,52,93,44,91,45,49,48,51,46,55,54,54,51,54,49,44,51,51,46,51,57,53,50,57,55,93,44,91,45,49,48,51,46,55,50,48,56,48,57,44,51,51,46,53,54,57,53,51,55,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,53,48,57,55,53,57,44,51,51,46,54,53,55,50,54,50,93,44,91,45,49,48,51,46,55,49,56,51,51,51,44,51,51,46,54,53,54,50,49,93,44,91,45,49,48,51,46,55,49,54,56,56,53,44,51,51,46,56,49,57,53,53,56,93,44,91,45,49,48,51,46,56,52,49,57,51,51,44,51,51,46,56,49,57,50,93,44,91,45,49,48,51,46,56,52,49,54,57,49,44,51,52,46,48,56,49,57,48,57,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,52,46,49,53,53,54,44,51,52,46,48,56,51,50,48,53,93,44,91,45,49,48,52,46,49,53,54,50,54,57,44,51,51,46,57,57,53,52,49,51,93,44,91,45,49,48,52,46,55,56,54,49,48,52,44,51,52,46,48,48,48,49,51,55,93,44,91,45,49,48,52,46,55,56,54,52,50,57,44,51,52,46,48,56,55,54,54,52,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,70,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,57,49,55,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,54,46,48,55,49,51,52,57,44,51,54,46,48,48,49,57,55,93,44,91,45,49,48,54,46,48,53,52,51,52,54,44,51,53,46,57,51,48,55,56,51,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,50,52,56,51,52,53,44,51,53,46,56,53,53,54,53,50,93,44,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,52,49,56,50,44,34,98,101,100,115,34,58,53,57,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,44,91,45,49,49,56,46,48,57,54,52,55,51,44,51,51,46,54,53,51,54,53,49,93,44,91,45,49,49,55,46,56,49,54,51,53,54,44,51,51,46,52,57,48,56,55,50,93,44,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,44,91,45,49,49,55,46,53,55,56,52,56,44,51,51,46,52,53,51,57,50,55,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,52,49,50,57,56,55,44,51,51,46,54,53,57,48,52,53,93,44,91,45,49,49,55,46,53,51,51,57,57,57,44,51,51,46,55,49,48,51,53,53,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,57,55,54,52,57,56,44,51,51,46,57,52,54,48,53,93,44,91,45,49,49,56,46,48,53,56,57,49,56,44,51,51,46,56,52,54,49,50,49,93,44,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,114,117,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,49,46,49,54,52,49,56,51,44,51,49,46,55,50,53,56,57,93,44,91,45,49,49,49,46,49,54,51,55,49,55,44,51,49,46,53,50,49,55,50,52,93,44,91,45,49,49,49,46,51,54,54,57,50,50,44,51,49,46,53,50,49,51,54,49,93,44,91,45,49,49,49,46,51,54,54,51,55,50,44,51,49,46,52,50,54,48,54,49,93,44,91,45,49,49,49,46,48,55,52,57,56,44,51,49,46,51,51,50,51,52,49,93,44,91,45,49,49,48,46,52,53,57,55,53,49,44,51,49,46,51,51,50,57,49,52,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,117,114,114,105,116,117,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,49,49,52,48,54,57,44,51,54,46,51,53,55,52,57,56,93,44,91,45,55,53,46,57,54,57,54,50,53,44,51,54,46,51,48,54,51,49,50,93,44,91,45,55,53,46,56,56,55,57,56,52,44,51,54,46,49,54,51,51,49,49,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,55,54,52,55,50,55,44,51,54,46,48,54,48,49,51,57,93,44,91,45,55,53,46,56,49,51,49,48,56,44,51,54,46,50,50,51,53,54,93,44,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,44,91,45,55,53,46,55,57,55,52,57,55,44,51,54,46,53,53,48,57,49,54,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,53,49,57,54,49,44,51,56,46,54,57,55,49,57,56,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,56,55,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,50,52,50,56,49,50,44,52,48,46,52,48,50,57,49,52,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,52,48,55,53,56,51,44,51,56,46,51,55,53,53,48,49,93,44,91,45,56,55,46,51,49,53,57,51,44,51,56,46,51,55,53,48,52,56,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,54,51,44,34,98,101,100,115,34,58,55,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,54,53,57,55,50,52,44,51,54,46,57,54,54,51,57,55,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,53,50,49,54,48,57,44,51,55,46,49,48,53,51,52,52,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,97,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,49,53,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,112,101,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,49,53,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,73,109,112,101,114,105,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,50,49,54,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,44,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,44,91,45,49,49,52,46,53,50,54,56,53,54,44,51,50,46,55,53,55,48,57,52,93,44,91,45,49,49,52,46,52,54,50,57,50,57,44,51,50,46,57,48,55,57,52,52,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,54,55,48,56,48,51,44,51,51,46,48,51,55,57,56,51,93,44,91,45,49,49,52,46,55,48,55,56,57,54,44,51,51,46,48,57,55,52,51,49,93,44,91,45,49,49,52,46,54,55,55,48,51,50,44,51,51,46,50,55,48,49,54,57,93,44,91,45,49,49,52,46,55,50,48,48,54,53,44,51,51,46,52,48,55,56,57,49,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,53,46,54,48,57,54,53,53,44,51,51,46,52,50,54,56,55,51,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,54,46,49,48,51,50,53,50,44,51,51,46,48,55,52,54,55,93,44,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,52,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,53,46,55,54,48,49,56,54,44,52,49,46,55,57,56,56,49,52,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,51,48,51,53,56,44,51,49,46,51,54,48,57,55,53,93,44,91,45,57,49,46,52,50,52,48,49,50,44,51,49,46,51,49,53,48,52,93,44,91,45,57,49,46,52,55,56,55,57,57,44,51,49,46,50,51,56,57,57,57,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,49,46,48,53,57,52,51,49,44,51,49,46,50,56,49,56,53,56,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,56,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,50,34,44,34,78,65,77,69,34,58,34,89,97,107,117,116,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,44,91,45,49,52,49,46,50,49,51,52,53,49,44,54,48,46,52,51,53,50,54,56,93,44,91,45,49,52,49,46,55,57,48,54,48,49,44,54,48,46,52,51,53,50,51,56,93,44,91,45,49,52,49,46,55,57,48,54,49,57,44,54,48,46,53,50,49,56,57,57,93,44,91,45,49,52,51,46,49,57,51,53,49,57,44,54,48,46,53,50,49,56,50,56,93,44,91,45,49,52,51,46,56,57,51,51,50,53,44,54,48,46,48,50,52,49,54,54,93,44,91,45,49,52,51,46,56,57,53,50,49,44,53,57,46,57,52,50,54,52,55,93,44,91,45,49,52,51,46,54,52,50,55,48,50,44,53,57,46,57,56,56,56,50,53,93,44,91,45,49,52,50,46,56,50,54,48,52,53,44,54,48,46,48,53,49,49,48,50,93,44,91,45,49,52,50,46,53,55,55,57,56,55,44,54,48,46,48,52,51,53,50,93,44,91,45,49,52,49,46,56,56,57,51,49,50,44,53,57,46,57,53,50,54,57,53,93,44,91,45,49,52,48,46,57,50,55,49,57,50,44,53,57,46,55,48,50,48,55,53,93,44,91,45,49,52,48,46,52,50,53,48,57,55,44,53,57,46,54,53,55,48,51,93,44,91,45,49,51,57,46,57,48,50,56,51,53,44,53,57,46,52,57,55,57,56,51,93,44,91,45,49,51,57,46,53,55,57,53,51,57,44,53,57,46,51,55,55,54,48,54,93,44,91,45,49,51,56,46,56,55,51,57,48,51,44,53,57,46,49,56,48,49,54,54,93,44,91,45,49,51,56,46,54,49,56,49,55,54,44,53,57,46,48,55,52,55,50,56,93,44,91,45,49,51,56,46,50,53,50,53,48,54,44,53,56,46,57,56,57,52,52,93,44,91,45,49,51,56,46,48,50,49,52,54,55,44,53,56,46,56,54,49,52,52,57,93,44,91,45,49,51,56,46,48,50,49,54,49,44,53,56,46,55,57,48,48,50,51,93,44,91,45,49,51,55,46,53,50,53,54,55,53,44,53,56,46,57,48,56,57,55,53,93,44,91,45,49,51,55,46,53,44,53,56,46,57,56,53,51,57,53,93,44,91,45,49,51,55,46,54,48,55,51,53,54,44,53,57,46,50,52,51,56,48,51,93,44,91,45,49,51,56,46,54,50,54,50,48,50,44,53,57,46,55,54,56,53,56,93,44,91,45,49,51,56,46,55,48,55,51,55,56,44,53,57,46,57,48,54,51,50,53,93,44,91,45,49,51,57,46,48,53,51,54,55,49,44,53,57,46,57,57,52,56,51,55,93,44,91,45,49,51,57,46,49,57,56,56,52,54,44,54,48,46,48,56,56,50,57,54,93,44,91,45,49,51,57,46,48,55,52,56,49,57,44,54,48,46,51,53,50,53,48,53,93,44,91,45,49,51,57,46,54,57,50,57,56,49,44,54,48,46,51,51,53,50,50,52,93,44,91,45,49,51,57,46,57,56,49,48,57,52,44,54,48,46,49,56,49,57,54,54,93,44,91,45,49,52,48,46,52,53,56,50,48,54,44,54,48,46,51,48,56,48,56,53,93,44,91,45,49,52,48,46,53,50,48,52,50,53,44,54,48,46,50,49,57,56,49,57,93,44,91,45,49,52,49,46,48,48,49,57,56,44,54,48,46,51,48,54,51,54,57,93,44,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,55,51,48,49,53,52,44,51,50,46,57,50,57,57,50,52,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,51,48,49,53,50,44,51,50,46,53,55,55,50,52,56,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,103,117,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,51,54,51,44,34,98,101,100,115,34,58,54,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,109,117,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,44,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,48,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,57,51,49,49,55,54,44,51,51,46,56,49,50,51,55,52,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,56,46,54,55,49,53,50,54,44,51,51,46,53,54,53,49,51,53,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,52,57,50,53,48,52,44,51,51,46,53,52,51,49,53,52,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,55,49,57,54,50,54,44,51,51,46,54,56,48,50,53,51,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,48,46,57,56,51,48,48,50,44,51,49,46,51,52,56,54,55,49,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,54,51,51,50,51,49,44,51,49,46,54,49,49,52,48,57,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,78,101,115,104,111,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,55,54,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,100,109,117,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,82,195,173,111,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,53,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,44,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,111,110,101,99,117,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,49,52,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,55,46,49,51,53,48,53,49,44,51,49,46,54,52,50,52,49,55,93,44,91,45,56,55,46,49,54,54,53,56,49,44,51,49,46,53,49,57,53,54,49,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,54,46,55,54,51,57,54,49,44,51,49,46,50,54,49,50,57,51,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,56,51,57,51,56,54,44,51,49,46,53,50,53,50,48,52,93,44,91,45,56,54,46,57,48,54,55,54,57,44,51,49,46,54,51,50,54,55,49,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,101,97,114,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,53,48,49,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,56,44,34,98,101,100,115,34,58,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,48,57,49,55,48,53,44,51,56,46,55,56,51,51,57,57,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,56,54,48,53,55,51,44,51,57,46,48,52,48,57,49,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,57,49,53,44,34,98,101,100,115,34,58,55,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,70,101,108,105,99,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,54,49,51,55,50,44,51,48,46,56,53,55,48,57,57,93,44,91,45,57,49,46,53,49,53,54,50,54,44,51,48,46,56,54,49,51,55,56,93,44,91,45,57,49,46,53,53,51,48,49,57,44,51,48,46,55,51,48,55,57,56,93,44,91,45,57,49,46,51,56,48,54,50,44,51,48,46,55,53,56,56,48,52,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,50,52,48,52,57,52,44,51,48,46,55,56,55,49,54,51,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,93,93,44,91,91,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,49,51,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,48,46,52,48,48,52,51,56,44,51,53,46,49,52,56,50,51,49,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,50,52,54,49,49,54,44,51,52,46,57,52,52,51,49,54,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,57,48,46,50,48,57,51,57,55,44,51,53,46,48,50,54,53,52,54,93,44,91,45,57,48,46,49,55,51,54,48,51,44,51,53,46,49,49,56,48,55,51,93,44,91,45,57,48,46,48,54,54,53,57,49,44,51,53,46,49,51,53,57,57,93,44,91,45,57,48,46,49,53,50,48,57,52,44,51,53,46,50,53,53,57,56,57,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,55,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,52,51,50,50,55,52,44,51,48,46,55,56,53,52,53,55,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,49,55,49,56,57,49,44,51,48,46,53,54,52,51,51,54,93,44,91,45,56,53,46,49,54,52,55,52,52,44,51,48,46,54,48,56,48,55,57,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,57,49,49,49,50,50,44,51,48,46,55,53,49,49,57,49,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,116,104,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,52,52,52,55,51,54,44,51,55,46,52,49,56,53,51,57,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,82,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,48,50,49,52,50,56,44,52,56,46,55,50,48,50,56,51,93,44,91,45,49,48,49,46,56,52,50,50,52,52,44,52,56,46,55,50,48,48,54,52,93,44,91,45,49,48,49,46,56,52,50,56,52,49,44,52,56,46,52,53,57,52,51,57,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,52,53,49,50,55,53,44,52,56,46,53,52,54,48,55,57,93,44,91,45,49,48,49,46,52,57,54,54,56,52,44,52,56,46,55,50,48,48,55,56,93,44,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,44,91,45,49,48,50,46,48,50,49,49,52,52,44,52,56,46,57,57,57,48,49,53,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,51,34,44,34,78,65,77,69,34,58,34,76,97,32,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,57,57,46,51,56,56,57,52,54,44,50,56,46,48,51,48,52,49,57,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,79,110,111,110,100,97,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,50,52,50,44,34,98,101,100,115,34,58,49,56,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,52,53,48,55,51,56,44,52,50,46,56,52,53,55,54,93,44,91,45,55,54,46,51,53,54,57,55,52,44,52,50,46,56,52,57,52,53,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,53,46,57,49,55,49,56,57,44,52,51,46,48,56,53,55,55,57,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,54,46,49,54,57,48,52,55,44,52,51,46,50,52,54,54,54,56,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,50,54,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,114,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,51,56,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,111,119,100,101,114,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,54,46,50,51,52,53,48,50,44,52,53,46,55,56,56,53,55,56,93,44,91,45,49,48,54,46,50,51,53,55,49,54,44,52,53,46,51,53,49,55,57,54,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,53,46,48,51,56,50,48,53,44,52,53,46,51,53,50,48,51,53,93,44,91,45,49,48,52,46,57,56,55,51,49,56,44,52,53,46,51,53,50,48,52,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,117,97,110,97,32,68,195,173,97,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,57,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,53,52,57,55,48,55,44,49,55,46,57,52,49,57,51,56,93,44,91,45,54,54,46,52,57,57,54,49,51,44,49,55,46,56,52,49,53,53,56,93,44,91,45,54,54,46,52,50,52,53,55,53,44,49,55,46,56,56,49,57,51,56,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,80,101,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,50,46,49,51,53,51,44,52,52,46,53,51,57,53,56,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,50,46,48,50,57,49,56,44,52,52,46,53,56,54,50,57,50,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,112,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,50,50,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,49,48,46,48,48,48,54,55,54,44,51,54,46,52,52,53,50,56,52,93,44,91,45,49,49,48,46,48,48,48,54,55,52,44,51,53,46,54,54,51,48,56,55,93,44,91,45,49,48,57,46,56,50,54,57,54,52,44,51,53,46,54,54,50,56,56,55,93,44,91,45,49,48,57,46,56,52,51,55,54,52,44,51,53,46,53,49,55,56,55,53,93,44,91,45,49,48,57,46,56,52,52,54,50,52,44,51,52,46,56,50,50,53,54,50,93,44,91,45,49,48,57,46,56,54,52,57,56,57,44,51,52,46,53,54,54,56,57,51,93,44,91,45,49,48,57,46,56,52,56,50,52,54,44,51,52,46,52,55,51,52,48,49,93,44,91,45,49,48,57,46,56,53,57,50,55,52,44,51,51,46,55,55,55,54,56,51,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,48,57,46,55,57,57,55,56,50,44,51,51,46,52,56,56,51,49,52,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,51,52,56,53,56,49,44,51,51,46,55,55,56,49,50,51,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,53,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,50,46,54,56,57,51,51,49,44,51,57,46,54,57,56,48,57,52,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,57,34,44,34,78,65,77,69,34,58,34,76,97,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,54,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,54,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,117,115,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,54,53,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,52,49,51,50,56,51,44,50,57,46,56,50,52,57,56,53,93,44,91,45,57,54,46,51,51,48,56,54,57,44,50,57,46,56,49,52,52,52,57,93,44,91,45,57,54,46,50,53,54,54,57,54,44,50,57,46,54,54,55,48,54,49,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,54,46,49,48,50,52,57,54,44,50,57,46,56,48,57,54,54,53,93,44,91,45,57,54,46,49,51,49,54,53,44,50,57,46,57,51,55,53,48,52,93,44,91,45,57,54,46,48,56,52,53,52,49,44,51,48,46,48,48,53,49,51,55,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,50,57,50,56,52,57,44,51,48,46,48,57,54,49,53,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,51,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,51,55,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,52,46,57,49,49,49,50,50,44,51,48,46,55,53,49,49,57,49,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,55,53,53,57,49,55,44,51,48,46,56,56,53,50,55,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,110,105,115,116,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,52,52,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,54,57,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,53,50,49,55,50,44,52,51,46,51,56,54,55,53,53,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,72,117,116,99,104,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,54,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,50,57,53,49,57,51,44,51,54,46,53,57,53,48,51,49,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,57,57,46,53,57,54,48,55,57,44,51,54,46,49,54,52,48,54,49,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,57,53,57,57,55,51,44,51,54,46,53,57,56,57,57,49,93,44,91,45,57,57,46,49,51,57,56,53,53,44,51,54,46,55,56,51,48,52,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,54,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,117,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,56,55,50,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,57,52,53,53,49,52,44,51,57,46,49,55,57,56,52,51,93,44,91,45,49,50,49,46,56,49,57,49,52,50,44,51,56,46,57,56,56,53,53,49,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,49,46,55,50,51,51,52,54,44,51,56,46,56,48,51,55,53,57,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,52,54,57,51,53,54,44,51,56,46,57,50,53,57,57,50,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,53,52,51,51,48,54,44,51,56,46,57,55,50,52,48,52,93,44,91,45,49,50,49,46,54,50,57,48,56,57,44,51,57,46,50,48,52,54,55,56,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,51,55,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,48,53,48,52,52,50,44,52,49,46,52,55,53,52,54,50,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,53,34,44,34,78,65,77,69,34,58,34,86,97,108,32,86,101,114,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,55,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,44,91,45,49,48,49,46,54,52,54,57,51,54,44,50,57,46,55,53,52,53,54,53,93,44,91,45,49,48,49,46,52,53,53,55,57,57,44,50,57,46,55,56,56,48,52,57,93,44,91,45,49,48,49,46,51,48,48,48,50,55,44,50,57,46,54,52,48,55,48,50,93,44,91,45,49,48,49,46,50,54,49,49,55,54,44,50,57,46,53,51,54,55,55,54,93,44,91,45,49,48,49,46,48,54,48,49,53,49,44,50,57,46,52,53,56,54,54,49,93,44,91,45,49,48,49,46,48,48,51,57,53,51,44,50,57,46,51,54,52,55,48,51,93,44,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,44,91,45,49,48,48,46,55,52,53,51,48,56,44,50,57,46,50,54,52,56,57,56,93,44,91,45,49,48,48,46,54,57,57,49,52,49,44,50,57,46,52,49,57,55,52,55,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,97,114,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,111,110,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,49,50,57,49,56,54,44,52,49,46,57,54,53,49,51,54,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,74,117,97,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,51,46,56,49,53,55,52,51,44,51,57,46,53,53,50,54,52,52,93,44,91,45,49,49,51,46,49,48,55,52,55,53,44,51,57,46,53,53,50,53,49,51,93,44,91,45,49,49,50,46,50,49,50,48,52,53,44,51,57,46,53,53,51,57,56,55,93,44,91,45,49,49,50,46,49,56,56,57,50,50,44,51,57,46,51,50,57,51,57,50,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,49,46,57,50,50,51,56,57,44,51,57,46,51,56,49,53,57,49,93,44,91,45,49,49,49,46,55,52,55,48,52,52,44,51,57,46,51,56,50,55,53,93,44,91,45,49,49,49,46,55,49,51,50,50,52,44,51,57,46,52,54,48,50,57,52,93,44,91,45,49,49,49,46,55,49,55,52,56,50,44,51,57,46,54,57,52,53,54,93,44,91,45,49,49,49,46,53,56,52,55,53,52,44,51,57,46,55,52,48,49,52,49,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,56,50,55,49,48,54,44,51,57,46,57,52,55,48,48,50,93,44,91,45,49,49,50,46,48,51,49,56,51,53,44,51,57,46,55,56,49,49,55,50,93,44,91,45,49,49,50,46,48,54,50,53,53,50,44,51,57,46,57,48,52,54,56,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,51,52,49,57,56,56,44,51,57,46,57,48,52,52,53,56,93,44,91,45,49,49,51,46,50,52,56,52,57,56,44,51,57,46,57,48,52,55,49,52,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,56,51,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,53,54,51,48,48,52,44,51,52,46,54,56,49,49,56,53,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,101,110,97,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,51,52,56,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,53,46,56,52,51,55,57,50,44,52,50,46,50,53,57,55,48,55,93,44,91,45,55,53,46,54,51,56,50,57,57,44,52,50,46,50,52,56,54,56,54,93,44,91,45,55,53,46,54,51,55,49,49,44,52,50,46,49,57,53,54,50,56,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,52,48,52,52,54,52,44,52,50,46,52,55,57,49,49,55,93,44,91,45,55,53,46,51,51,50,57,52,57,44,52,50,46,53,54,54,51,49,50,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,101,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,52,54,51,44,34,98,101,100,115,34,58,49,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,56,57,46,56,55,51,54,56,44,52,48,46,54,50,52,57,55,53,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,54,53,56,48,48,51,44,52,48,46,53,54,55,52,51,56,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,54,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,57,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,52,52,51,56,57,56,44,52,49,46,53,50,51,57,51,51,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,54,46,48,53,55,51,51,49,44,52,49,46,53,49,49,48,53,49,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,52,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,51,53,51,49,49,50,44,52,53,46,56,50,49,57,54,55,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,51,46,56,49,48,51,50,49,44,52,53,46,57,56,51,48,56,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,52,46,51,55,52,53,57,50,44,52,54,46,49,53,55,48,57,51,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,101,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,53,53,54,49,44,34,98,101,100,115,34,58,55,50,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,56,48,46,49,56,48,52,50,52,44,52,48,46,54,48,55,55,54,57,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,49,56,51,52,55,50,44,52,48,46,51,51,50,55,56,50,93,44,91,45,55,57,46,57,49,52,49,51,57,44,52,48,46,50,53,50,53,49,56,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,55,56,49,55,54,49,44,52,48,46,50,50,55,55,49,49,93,44,91,45,55,57,46,55,55,49,48,56,50,44,52,48,46,51,55,53,52,49,57,93,44,91,45,55,57,46,55,48,52,55,51,57,44,52,48,46,52,50,55,50,51,49,93,44,91,45,55,57,46,55,54,53,52,49,53,44,52,48,46,53,52,57,56,53,52,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,49,56,52,57,56,54,44,51,57,46,54,54,50,57,51,50,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,56,56,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,51,46,53,56,56,48,52,49,44,51,57,46,55,54,56,55,55,56,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,51,46,50,53,51,56,51,44,52,48,46,48,52,57,50,49,56,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,50,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,109,112,97,105,103,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,52,52,56,44,34,98,101,100,115,34,58,54,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,55,46,48,52,52,50,49,55,44,52,52,46,55,52,53,49,52,93,44,91,45,49,49,55,46,49,52,52,49,54,49,44,52,52,46,53,52,53,54,52,55,93,44,91,45,49,49,55,46,50,50,52,49,48,52,44,52,52,46,52,56,51,55,51,52,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,49,49,57,56,54,49,44,52,52,46,50,55,56,50,55,50,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,51,53,56,52,57,50,44,52,52,46,49,53,49,49,53,56,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,53,50,56,56,57,56,44,52,52,46,52,57,49,53,52,53,93,44,91,45,49,49,54,46,53,50,57,49,54,55,44,52,52,46,54,49,53,49,53,52,93,44,91,45,49,49,54,46,54,50,52,49,53,51,44,52,52,46,54,54,51,50,54,57,93,44,91,45,49,49,54,46,54,50,53,48,51,52,44,52,52,46,56,51,56,57,53,50,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,100,103,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,51,46,52,55,49,57,57,44,52,48,46,48,48,49,53,48,50,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,50,46,55,57,51,53,56,50,44,52,48,46,51,53,49,50,56,49,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,52,57,53,55,57,56,44,52,48,46,55,48,49,53,49,53,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,116,117,116,115,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,54,52,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,57,57,46,52,56,49,48,50,44,52,54,46,57,56,48,51,54,57,93,44,91,45,57,57,46,52,52,53,56,57,49,44,52,54,46,57,56,48,49,56,57,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,56,46,52,51,57,55,51,52,44,52,54,46,57,55,57,54,51,49,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,83,104,97,110,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,50,49,55,49,53,44,51,55,46,48,56,54,49,57,55,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,49,46,49,50,54,48,50,56,44,51,55,46,49,57,57,52,56,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,51,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,49,53,44,34,98,101,100,115,34,58,49,55,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,53,46,52,56,56,44,51,50,46,50,51,53,52,56,52,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,53,46,53,49,48,57,52,53,44,51,50,46,54,50,48,51,50,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,53,57,52,51,44,51,50,46,52,55,57,56,53,56,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,84,117,108,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,50,55,56,49,44,34,98,101,100,115,34,58,52,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,54,46,48,48,49,50,50,54,44,51,54,46,49,54,49,50,57,54,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,50,57,55,57,48,53,44,51,54,46,48,55,53,55,54,54,93,44,91,45,57,54,46,48,50,57,53,56,51,44,51,54,46,48,55,53,51,54,54,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,53,46,55,54,49,55,48,50,44,51,53,46,57,48,49,49,52,55,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,56,49,53,52,44,51,54,46,49,54,50,54,51,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,56,50,50,51,54,49,44,51,53,46,53,53,49,54,57,51,93,44,91,45,57,53,46,56,55,53,52,48,53,44,51,53,46,51,55,54,54,57,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,53,46,55,49,54,49,53,55,44,51,53,46,49,56,57,51,53,50,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,51,52,52,55,57,57,44,51,53,46,53,53,49,55,53,49,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,53,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,54,46,55,53,54,51,51,44,51,48,46,57,50,55,50,48,54,93,44,91,45,57,54,46,54,52,49,50,56,44,51,48,46,56,49,56,48,53,49,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,52,53,55,54,51,44,51,48,46,55,52,52,52,55,52,93,44,91,45,57,54,46,51,51,56,48,48,49,44,51,48,46,57,50,48,53,51,49,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,51,50,55,54,51,44,51,49,46,50,56,52,56,55,54,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,71,105,108,108,101,115,112,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,48,56,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,51,48,48,57,56,56,44,51,48,46,49,51,52,50,57,56,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,79,97,107,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,48,56,52,51,44,34,98,101,100,115,34,58,52,53,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,54,56,57,51,56,52,44,52,50,46,56,55,49,50,54,51,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,71,111,108,100,101,110,32,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,51,46,56,48,48,56,56,44,52,54,46,53,52,48,54,55,49,93,44,91,45,49,48,51,46,56,48,48,56,55,51,44,52,54,46,54,50,57,55,51,49,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,54,48,57,53,57,50,44,52,54,46,57,55,57,56,53,52,93,44,91,45,49,48,51,46,54,54,55,48,55,51,44,52,54,46,57,55,57,55,55,53,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,78,105,111,98,114,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,56,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,105,112,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,56,53,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,55,46,48,49,56,52,57,56,44,51,56,46,51,56,49,57,52,49,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,56,54,48,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,57,46,49,48,51,56,55,51,44,52,55,46,57,54,49,55,54,51,93,44,91,45,49,49,57,46,50,49,50,50,50,53,44,52,55,46,56,56,55,55,48,56,93,44,91,45,49,49,57,46,50,49,50,52,49,44,52,55,46,56,48,48,54,57,53,93,44,91,45,49,49,57,46,51,52,49,55,54,55,44,52,55,46,54,49,50,51,56,56,93,44,91,45,49,49,57,46,53,51,50,56,56,57,44,52,55,46,53,50,55,55,53,54,93,44,91,45,49,49,57,46,53,51,51,49,50,51,44,52,55,46,52,52,49,50,48,55,93,44,91,45,49,49,57,46,56,55,53,55,54,44,52,55,46,52,51,55,52,57,50,93,44,91,45,49,50,48,46,48,48,52,55,48,52,44,52,55,46,51,49,57,57,57,52,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,52,50,56,54,54,44,52,55,46,48,55,51,52,53,51,93,44,91,45,49,49,57,46,57,50,55,53,51,55,44,52,54,46,56,49,55,48,57,50,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,54,53,57,49,56,57,44,52,54,46,54,52,48,51,51,51,93,44,91,45,49,49,57,46,53,49,54,53,56,50,44,52,54,46,55,50,55,54,51,56,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,57,46,51,54,56,54,54,50,44,52,54,46,57,49,50,53,54,50,93,44,91,45,49,49,56,46,57,56,50,54,53,50,44,52,54,46,57,49,49,51,52,52,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,82,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,50,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,53,46,52,56,50,56,56,57,44,52,52,46,56,57,48,55,49,50,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,50,52,48,52,51,57,44,52,52,46,54,54,52,54,48,52,93,44,91,45,57,53,46,48,49,51,53,57,57,44,52,52,46,53,52,50,56,51,51,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,52,46,54,50,57,52,56,57,44,52,52,46,55,49,54,54,54,51,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,99,104,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,49,52,56,44,34,98,101,100,115,34,58,49,56,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,53,53,54,55,54,54,44,50,57,46,52,56,48,48,53,53,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,49,51,51,49,50,54,44,50,57,46,56,51,53,57,52,57,93,44,91,45,56,50,46,50,56,49,56,51,55,44,50,57,46,56,52,52,52,52,56,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,111,111,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,69,100,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,53,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,54,57,50,52,55,50,44,51,55,46,50,48,52,55,56,54,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,51,50,49,56,52,44,51,55,46,51,48,57,50,57,50,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,53,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,48,56,53,51,53,53,44,51,57,46,53,50,49,49,55,93,44,91,45,49,49,49,46,48,55,55,53,52,53,44,51,57,46,52,54,57,55,52,51,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,99,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,54,51,55,48,44,34,98,101,100,115,34,58,49,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,53,46,48,54,48,57,49,55,44,52,48,46,52,50,49,55,51,55,93,44,91,45,55,53,46,48,54,56,49,44,52,48,46,53,52,49,52,56,56,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,121,99,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,56,53,57,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,53,50,54,53,51,55,44,52,49,46,51,53,56,53,50,56,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,54,46,57,55,55,57,51,57,44,52,49,46,48,56,55,56,56,51,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,53,57,50,53,51,50,44,52,49,46,51,48,52,51,51,50,93,44,91,45,55,54,46,55,52,57,52,57,55,44,52,49,46,52,48,53,53,55,50,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,57,54,48,52,55,57,44,52,49,46,53,53,49,51,55,49,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,54,46,55,49,57,48,56,53,44,52,54,46,53,52,50,56,55,52,93,44,91,45,49,49,54,46,54,49,49,55,52,44,52,54,46,54,51,49,50,52,53,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,51,50,57,53,52,44,52,54,46,54,50,55,57,53,55,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,56,51,53,50,54,57,44,52,55,46,48,51,50,52,53,50,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,52,48,34,44,34,78,65,77,69,34,58,34,71,97,108,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,56,44,34,98,101,100,115,34,58,49,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,56,55,55,50,55,52,44,51,54,46,54,57,50,50,49,53,93,44,91,45,56,48,46,57,49,54,49,54,54,44,51,54,46,54,57,52,54,52,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,81,117,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,54,51,55,49,51,44,51,53,46,50,52,48,56,49,57,93,44,91,45,49,48,51,46,56,53,55,53,51,44,51,53,46,50,52,50,52,48,53,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,49,50,56,56,56,44,51,52,46,54,48,53,50,48,49,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,55,48,53,55,56,56,44,51,52,46,54,57,50,52,52,54,93,44,91,45,49,48,51,46,52,57,53,54,53,51,44,51,52,46,54,57,49,51,57,51,93,44,91,45,49,48,51,46,50,56,52,51,49,55,44,51,52,46,56,54,52,57,57,93,44,91,45,49,48,51,46,50,56,52,49,52,57,44,51,52,46,57,53,52,49,55,50,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,51,55,57,55,51,44,51,53,46,51,57,54,55,57,54,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,57,34,44,34,78,65,77,69,34,58,34,75,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,54,56,51,55,49,53,44,51,51,46,50,56,49,48,57,50,93,44,91,45,57,51,46,56,53,57,48,56,55,44,51,51,46,48,56,57,53,51,55,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,52,56,49,55,54,44,51,51,46,50,53,57,57,57,49,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,49,34,44,34,78,65,77,69,34,58,34,84,111,109,32,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,52,54,54,44,34,98,101,100,115,34,58,53,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,56,54,53,50,53,54,44,51,49,46,53,54,50,50,57,52,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,48,46,54,57,51,48,54,53,44,51,49,46,53,50,51,57,53,52,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,49,48,48,46,50,51,52,54,51,54,44,51,49,46,53,56,55,49,52,55,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,49,54,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,49,34,44,34,78,65,77,69,34,58,34,89,111,97,107,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,89,97,109,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,50,48,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,52,54,51,53,49,56,44,52,53,46,50,49,54,51,49,50,93,44,91,45,49,50,51,46,55,56,52,53,52,44,52,53,46,50,49,54,50,57,52,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,48,48,48,55,56,56,44,52,53,46,50,53,57,51,52,55,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,51,46,49,51,53,52,50,55,44,52,53,46,52,51,51,52,53,57,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,111,117,105,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,48,46,57,56,57,54,54,50,44,52,49,46,49,53,53,55,48,55,93,44,91,45,57,49,46,49,49,52,49,56,54,44,52,49,46,50,53,48,48,50,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,51,54,57,51,51,50,44,52,49,46,51,51,54,48,54,51,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,51,49,57,49,50,53,44,51,57,46,55,48,55,51,54,93,44,91,45,56,49,46,51,49,51,53,57,49,44,51,57,46,56,54,57,52,55,49,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,51,56,54,48,48,54,44,51,57,46,57,53,48,54,57,52,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,49,48,57,53,56,54,44,52,48,46,56,54,48,57,57,52,93,44,91,45,56,52,46,49,48,57,53,49,54,44,52,48,46,57,48,52,55,51,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,118,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,51,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,55,56,50,55,54,44,51,50,46,51,49,54,52,57,51,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,101,98,97,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,54,55,52,44,34,98,101,100,115,34,58,52,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,54,55,56,48,52,44,52,48,46,52,55,52,55,49,55,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,51,48,55,53,55,56,44,52,48,46,50,53,53,48,54,54,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,71,108,97,99,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,44,91,45,49,49,50,46,56,55,53,57,49,55,44,52,56,46,57,57,56,53,48,53,93,44,91,45,49,49,52,46,48,54,56,49,56,44,52,56,46,57,57,56,56,53,55,93,44,91,45,49,49,51,46,57,53,54,56,54,52,44,52,56,46,56,49,55,52,55,52,93,44,91,45,49,49,51,46,56,49,56,51,55,51,44,52,56,46,56,52,56,50,49,56,93,44,91,45,49,49,51,46,55,48,50,57,51,56,44,52,56,46,55,49,57,56,54,53,93,44,91,45,49,49,51,46,55,53,48,52,53,52,44,52,56,46,54,49,52,51,51,53,93,44,91,45,49,49,51,46,52,54,55,51,55,50,44,52,56,46,53,52,55,53,53,53,93,44,91,45,49,49,51,46,52,56,48,56,51,57,44,52,56,46,52,53,57,54,54,50,93,44,91,45,49,49,51,46,51,53,53,57,55,54,44,52,56,46,52,50,51,57,49,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,50,46,53,56,48,52,56,52,44,52,56,46,51,48,57,57,51,50,93,44,91,45,49,49,50,46,53,55,54,57,56,50,44,52,56,46,52,56,51,51,52,56,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,80,101,114,115,104,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,57,46,51,49,51,48,51,55,44,52,48,46,53,49,56,51,49,52,93,44,91,45,49,49,57,46,51,51,56,53,48,52,44,52,48,46,53,49,55,56,48,53,93,44,91,45,49,49,57,46,51,51,57,50,57,54,44,51,57,46,57,57,56,54,48,57,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,56,46,53,48,48,57,55,57,44,51,57,46,57,57,56,54,55,54,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,51,48,57,52,52,49,44,52,48,46,54,56,51,53,51,55,93,44,91,45,49,49,55,46,54,52,52,51,57,57,44,52,48,46,54,56,52,51,52,51,93,44,91,45,49,49,55,46,54,52,52,50,50,44,52,48,46,56,53,55,56,50,52,93,44,91,45,49,49,56,46,55,56,54,55,51,56,44,52,48,46,56,53,53,57,50,57,93,44,91,45,49,49,56,46,55,56,54,55,48,53,44,52,48,46,57,54,48,56,53,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,104,110,111,109,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,97,115,115,97,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,48,52,49,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,49,52,49,48,57,52,44,52,48,46,57,54,54,51,55,52,93,44,91,45,55,52,46,50,55,50,50,50,54,44,52,49,46,48,49,55,57,51,53,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,51,48,49,54,56,53,44,52,48,46,57,57,57,49,55,51,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,55,52,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,54,55,50,51,51,53,44,52,55,46,56,57,54,52,57,49,93,44,91,45,49,49,51,46,56,51,50,53,53,54,44,52,55,46,57,55,54,52,51,52,93,44,91,45,49,49,51,46,56,56,52,53,52,49,44,52,56,46,48,53,49,57,93,44,91,45,49,49,52,46,48,50,57,48,52,50,44,52,56,46,48,53,49,54,53,51,93,44,91,45,49,49,52,46,48,51,56,53,52,53,44,52,55,46,57,54,50,53,53,93,44,91,45,49,49,52,46,52,57,50,49,57,44,52,55,46,57,54,49,57,56,57,93,44,91,45,49,49,52,46,52,55,55,50,57,44,52,55,46,55,56,57,57,52,49,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,53,56,51,55,54,44,52,55,46,54,48,49,55,49,56,93,44,91,45,49,49,52,46,51,53,48,51,54,52,44,52,55,46,54,48,50,49,52,50,93,44,91,45,49,49,52,46,51,53,51,48,56,44,52,55,46,51,56,57,56,53,93,44,91,45,49,49,52,46,50,48,51,48,50,54,44,52,55,46,51,53,53,55,52,54,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,51,46,57,51,51,53,48,51,44,52,55,46,49,51,56,50,56,57,93,44,91,45,49,49,51,46,56,50,49,52,52,55,44,52,55,46,49,56,49,55,48,57,93,44,91,45,49,49,51,46,56,55,49,49,49,44,52,55,46,51,57,49,57,55,93,44,91,45,49,49,51,46,57,52,50,56,56,54,44,52,55,46,52,55,57,54,55,56,93,44,91,45,49,49,51,46,57,50,52,56,50,54,44,52,55,46,54,48,48,50,51,57,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,75,101,110,101,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,55,46,56,54,49,54,56,56,44,50,54,46,53,57,55,57,57,53,93,44,91,45,57,55,46,50,50,53,51,55,52,44,50,54,46,54,48,48,50,50,55,93,44,91,45,57,55,46,51,48,48,52,50,51,44,50,54,46,56,51,52,54,49,51,93,44,91,45,57,55,46,51,50,51,50,49,57,44,50,55,46,48,49,48,50,53,54,93,44,91,45,57,55,46,50,56,56,51,51,55,44,50,55,46,50,55,55,53,56,52,93,44,91,45,57,55,46,56,49,52,57,51,52,44,50,55,46,50,55,49,56,57,51,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,66,111,114,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,56,57,46,54,48,56,57,51,52,44,51,55,46,53,57,55,52,50,55,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,53,49,50,48,48,57,44,51,55,46,54,56,53,53,50,53,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,56,52,52,55,56,54,44,51,55,46,57,48,53,53,55,50,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,83,97,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,54,50,53,54,50,56,44,51,49,46,50,54,57,55,57,56,93,44,91,45,57,56,46,54,57,54,54,51,52,44,51,49,46,52,48,55,50,56,55,93,44,91,45,57,56,46,57,54,51,53,57,51,44,51,49,46,52,52,54,50,53,49,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,75,105,110,103,102,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,66,117,114,108,101,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,54,46,55,53,51,56,51,53,44,51,48,46,51,50,57,51,52,56,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,50,56,50,53,54,52,44,51,48,46,52,50,54,54,49,52,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,55,52,51,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,54,57,54,55,56,55,44,52,51,46,49,56,51,49,49,54,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,53,52,50,51,54,55,44,52,50,46,57,56,53,53,51,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,53,51,52,54,53,55,44,52,51,46,50,50,56,49,49,53,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,117,110,102,108,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,51,50,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,54,53,56,54,44,51,51,46,54,49,54,50,55,50,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,48,46,55,54,51,55,55,51,44,51,51,46,50,55,48,51,53,57,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,53,53,53,50,49,49,44,51,51,46,50,55,48,53,51,51,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,101,110,110,101,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,52,55,56,44,34,98,101,100,115,34,58,53,56,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,54,53,56,57,49,55,44,52,53,46,49,57,51,53,53,49,93,44,91,45,57,51,46,55,54,54,56,48,56,44,52,53,46,48,53,55,51,49,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,51,46,55,54,55,48,52,49,44,52,52,46,56,57,48,56,54,50,93,44,91,45,57,51,46,53,50,48,55,48,54,44,52,52,46,56,57,49,53,48,50,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,51,49,49,53,52,52,44,52,53,46,49,52,51,55,55,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,101,110,116,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,52,52,51,44,34,98,101,100,115,34,58,52,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,56,46,48,55,55,55,52,44,52,48,46,57,53,56,56,50,52,93,44,91,45,55,56,46,50,49,57,56,49,51,44,52,48,46,57,49,50,55,52,49,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,55,46,57,52,52,50,53,44,52,48,46,54,57,49,53,53,55,93,44,91,45,55,55,46,56,50,52,53,48,54,44,52,48,46,55,52,51,54,56,49,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,53,48,56,53,57,54,44,52,48,46,57,54,50,57,51,56,93,44,91,45,55,55,46,54,50,49,55,53,57,44,52,49,46,48,57,49,49,56,53,93,44,91,45,55,55,46,55,52,49,57,49,49,44,52,49,46,49,48,55,54,49,52,93,44,91,45,55,55,46,55,57,56,53,54,44,52,49,46,49,56,49,57,53,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,57,49,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,56,46,48,56,57,55,54,52,44,50,56,46,54,54,50,57,55,57,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,55,46,53,54,55,54,50,50,44,50,56,46,49,50,57,54,56,51,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,53,53,51,57,49,54,44,50,56,46,52,53,53,50,55,56,93,44,91,45,57,55,46,53,55,55,48,53,56,44,50,56,46,53,50,50,53,52,55,93,44,91,45,57,55,46,54,57,54,57,52,53,44,50,56,46,53,52,49,56,53,54,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,57,49,53,49,48,54,44,50,56,46,55,49,57,54,52,56,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,53,57,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,52,49,52,53,56,50,44,51,53,46,52,56,50,51,51,57,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,49,57,48,52,54,53,44,51,53,46,54,48,57,48,56,56,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,53,54,57,48,52,55,44,51,53,46,56,50,52,56,50,57,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,84,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,55,54,56,48,57,44,52,50,46,50,57,54,54,56,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,101,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,57,50,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,82,105,99,104,97,114,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,48,57,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,52,49,57,57,57,57,44,52,48,46,48,53,48,52,52,93,44,91,45,57,53,46,51,57,54,53,52,57,44,52,48,46,49,50,52,55,48,49,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,51,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,52,48,57,52,55,53,44,51,57,46,55,52,51,53,51,93,44,91,45,56,57,46,53,51,53,48,50,56,44,51,57,46,54,52,49,49,51,56,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,53,51,48,56,51,54,44,51,57,46,51,52,56,56,54,52,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,48,50,53,52,53,51,44,51,57,46,51,52,54,49,49,53,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,57,46,49,51,57,49,50,53,44,51,57,46,54,53,53,49,51,49,93,44,91,45,56,57,46,49,52,49,57,54,55,44,51,57,46,56,48,49,50,55,51,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,78,97,115,115,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,53,55,56,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,44,91,45,56,49,46,55,49,56,49,48,57,44,51,48,46,55,52,52,56,48,54,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,50,46,48,51,57,55,57,53,44,51,48,46,55,52,55,50,57,55,93,44,91,45,56,50,46,48,48,53,56,49,44,51,48,46,53,54,53,51,53,56,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,49,46,56,51,49,50,50,55,44,51,48,46,52,54,55,52,51,55,93,44,91,45,56,49,46,54,50,52,53,49,51,44,51,48,46,53,56,54,50,51,50,93,44,91,45,56,49,46,53,52,51,48,49,56,44,51,48,46,53,50,51,56,56,57,93,44,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,44,91,45,56,49,46,51,56,48,56,54,55,44,51,48,46,54,50,55,51,52,53,93,44,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,54,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,54,49,57,48,49,49,44,51,48,46,55,52,51,56,54,56,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,53,46,57,49,53,50,57,55,44,51,48,46,54,51,54,52,50,55,93,44,91,45,56,53,46,56,54,54,56,49,56,44,51,48,46,52,56,55,54,51,55,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,56,53,51,53,44,51,48,46,52,52,48,54,50,51,93,44,91,45,56,53,46,52,56,55,57,54,56,44,51,48,46,52,51,54,54,53,53,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,52,51,50,50,55,52,44,51,48,46,55,56,53,52,53,55,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,53,51,55,49,48,49,44,51,49,46,50,53,53,57,51,50,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,51,52,48,53,53,50,44,51,49,46,51,48,53,51,52,49,93,44,91,45,56,52,46,49,57,55,57,56,54,44,51,49,46,51,53,55,53,50,49,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,55,51,48,44,34,98,101,100,115,34,58,50,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,48,55,55,49,49,57,44,51,48,46,57,49,52,57,54,53,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,52,46,48,48,51,56,55,54,44,51,49,46,48,52,49,53,56,50,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,52,46,57,51,51,48,56,53,44,51,55,46,57,53,52,49,56,54,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,79,108,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,55,52,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,53,56,54,48,51,51,44,51,56,46,52,53,48,48,57,50,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,57,49,48,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,51,50,56,50,54,51,44,51,52,46,49,56,54,49,52,52,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,53,56,50,54,51,44,51,52,46,51,56,49,52,57,50,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,79,108,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,48,46,56,56,50,49,55,50,44,52,55,46,48,49,53,49,49,53,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,49,46,48,54,48,52,50,52,44,52,55,46,50,57,51,50,57,51,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,50,53,55,54,51,51,44,52,55,46,50,52,49,51,52,51,93,44,91,45,49,48,49,46,55,54,52,54,52,55,44,52,55,46,50,52,49,53,49,56,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,99,78,97,105,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,54,52,48,57,51,52,44,51,53,46,51,54,49,48,49,55,93,44,91,45,56,56,46,55,49,57,55,54,49,44,51,53,46,50,52,55,53,53,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,53,50,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,56,46,57,56,50,54,53,50,44,52,54,46,57,49,49,51,52,52,93,44,91,45,49,49,57,46,51,54,56,54,54,50,44,52,54,46,57,49,50,53,54,50,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,56,46,48,49,50,52,52,50,44,52,54,46,55,57,48,55,56,93,44,91,45,49,49,55,46,57,53,57,51,51,53,44,52,54,46,57,49,52,56,49,49,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,52,44,34,98,101,100,115,34,58,49,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,54,50,52,55,48,57,44,50,57,46,57,52,53,50,55,53,93,44,91,45,57,49,46,55,49,49,49,52,57,44,50,57,46,56,52,54,48,54,53,93,44,91,45,57,49,46,57,51,53,49,54,50,44,50,57,46,54,55,50,53,55,56,93,44,91,45,57,49,46,55,50,51,50,53,52,44,50,57,46,54,54,49,50,57,55,93,44,91,45,57,49,46,53,57,49,51,44,50,57,46,53,48,55,55,48,49,93,44,91,45,57,49,46,53,57,49,56,54,52,44,50,57,46,51,53,57,51,55,53,93,44,91,45,57,49,46,52,50,49,49,50,56,44,50,57,46,51,48,50,56,50,56,93,44,91,45,57,49,46,51,53,52,50,55,50,44,50,57,46,50,51,57,54,48,54,93,44,91,45,57,49,46,50,49,50,49,53,55,44,50,57,46,52,50,51,52,50,57,93,44,91,45,57,49,46,50,54,48,54,54,49,44,50,57,46,53,52,52,53,49,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,51,56,54,52,57,49,44,50,57,46,55,56,51,54,56,49,93,44,91,45,57,49,46,51,55,51,54,52,50,44,50,57,46,56,51,52,52,48,49,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,104,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,48,53,50,44,34,98,101,100,115,34,58,53,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,51,46,50,51,51,50,48,57,44,52,52,46,54,52,57,55,57,49,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,50,57,54,48,53,50,44,52,52,46,52,50,56,51,51,52,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,50,46,57,55,51,51,49,56,44,52,52,46,50,57,51,52,50,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,56,50,57,48,55,51,44,52,52,46,53,53,50,50,55,51,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,111,109,101,114,195,173,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,77,97,117,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,50,56,49,44,34,98,101,100,115,34,58,51,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,54,46,53,55,55,50,50,52,44,50,48,46,55,52,51,49,51,93,44,91,45,49,53,54,46,53,44,50,48,46,54,57,57,48,56,55,93,44,91,45,49,53,54,46,55,48,52,52,52,50,44,50,48,46,54,48,52,53,57,49,93,44,91,45,49,53,54,46,55,53,44,50,48,46,52,53,52,51,51,53,93,44,91,45,49,53,54,46,53,51,51,52,53,54,44,50,48,46,52,54,50,57,56,93,44,91,45,49,53,54,46,52,53,57,56,54,56,44,50,48,46,53,53,55,54,54,54,93,44,91,45,49,53,54,46,50,57,48,52,55,50,44,50,48,46,53,51,54,56,57,53,93,44,91,45,49,53,54,46,48,49,54,51,48,53,44,50,48,46,54,49,50,51,55,52,93,44,91,45,49,53,53,46,57,50,54,55,56,53,44,50,48,46,55,56,49,55,51,53,93,44,91,45,49,53,54,46,49,57,53,50,57,54,44,50,48,46,57,55,49,53,48,50,93,44,91,45,49,53,54,46,51,51,57,50,49,56,44,50,49,46,48,48,52,49,57,53,93,44,91,45,49,53,54,46,52,53,49,48,57,44,50,48,46,57,54,56,55,53,56,93,44,91,45,49,53,54,46,53,57,49,48,51,49,44,50,49,46,48,57,50,52,49,49,93,44,91,45,49,53,54,46,55,51,53,48,49,55,44,50,49,46,48,48,53,55,50,57,93,44,91,45,49,53,54,46,55,50,49,55,51,55,44,50,48,46,56,52,50,52,51,54,93,44,91,45,49,53,54,46,53,55,55,50,50,52,44,50,48,46,55,52,51,49,51,93,93,93,44,91,91,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,44,91,45,49,53,55,46,50,50,48,50,49,50,44,50,49,46,50,55,56,52,57,54,93,44,91,45,49,53,55,46,51,48,53,50,53,50,44,50,49,46,50,53,50,56,56,49,93,44,91,45,49,53,55,46,51,54,54,53,52,57,44,50,49,46,49,48,48,57,53,54,93,44,91,45,49,53,55,46,51,50,49,50,52,52,44,50,49,46,48,53,48,54,55,54,93,44,91,45,49,53,55,46,48,55,50,49,52,57,44,50,49,46,48,53,55,53,57,55,93,44,91,45,49,53,54,46,57,49,52,53,51,53,44,50,48,46,57,57,55,53,56,52,93,44,91,45,49,53,54,46,56,51,54,57,53,52,44,50,49,93,44,91,45,49,53,54,46,54,55,50,53,56,54,44,50,49,46,48,57,53,55,49,55,93,44,91,45,49,53,54,46,55,50,50,48,55,54,44,50,49,46,50,50,54,48,54,50,93,44,91,45,49,53,54,46,56,55,49,49,57,53,44,50,49,46,50,51,49,56,56,55,93,44,91,45,49,53,54,46,57,49,55,49,44,50,49,46,49,54,51,55,49,93,44,91,45,49,53,55,46,48,49,52,54,49,50,44,50,49,46,49,56,50,51,52,57,93,44,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,93,93,44,91,91,91,45,49,53,55,46,49,49,54,49,56,55,44,50,48,46,57,48,50,56,49,51,93,44,91,45,49,53,54,46,57,57,52,52,51,52,44,50,48,46,54,57,51,53,55,53,93,44,91,45,49,53,54,46,56,55,53,44,50,48,46,54,57,48,57,54,53,93,44,91,45,49,53,54,46,55,53,44,50,48,46,56,48,55,54,48,53,93,44,91,45,49,53,54,46,56,50,51,51,50,57,44,50,48,46,57,51,48,56,48,56,93,44,91,45,49,53,54,46,57,49,51,51,50,51,44,50,48,46,57,55,55,57,54,51,93,44,91,45,49,53,55,46,48,51,53,50,54,56,44,50,48,46,57,56,51,51,48,50,93,44,91,45,49,53,55,46,49,49,54,49,56,55,44,50,48,46,57,48,50,56,49,51,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,102,111,117,114,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,49,52,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,48,46,55,54,54,56,52,57,44,50,57,46,54,57,53,52,55,55,93,44,91,45,57,48,46,54,49,57,51,48,57,44,50,57,46,53,57,56,48,57,50,93,44,91,45,57,48,46,51,56,53,53,51,57,44,50,57,46,51,54,55,55,52,57,93,44,91,45,57,48,46,52,48,57,52,49,51,44,50,57,46,50,51,57,55,51,56,93,44,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,44,91,45,57,48,46,50,48,48,54,57,54,44,50,57,46,48,51,54,49,56,52,93,44,91,45,57,48,46,48,56,57,48,57,50,44,50,57,46,48,57,52,54,52,56,93,44,91,45,57,48,46,48,57,48,51,51,55,44,50,57,46,49,56,48,53,55,52,93,44,91,45,57,48,46,48,48,48,48,54,56,44,50,57,46,50,57,52,57,49,50,93,44,91,45,57,48,46,48,50,48,54,50,50,44,50,57,46,52,50,56,52,54,49,93,44,91,45,57,48,46,49,51,55,53,48,52,44,50,57,46,52,55,55,49,54,51,93,44,91,45,57,48,46,49,55,48,51,56,55,44,50,57,46,54,56,51,53,50,51,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,51,52,54,49,57,49,44,50,57,46,54,57,51,51,48,50,93,44,91,45,57,48,46,51,55,49,57,55,56,44,50,57,46,55,53,57,50,51,57,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,117,115,99,97,116,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,53,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,51,54,57,51,51,50,44,52,49,46,51,51,54,48,54,51,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,48,52,56,50,53,57,44,52,49,46,52,48,57,55,52,56,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,48,46,55,56,51,56,49,50,44,52,49,46,53,57,54,53,51,49,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,82,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,52,52,50,44,34,98,101,100,115,34,58,51,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,55,46,50,56,50,50,57,44,51,48,46,57,50,52,56,50,57,93,44,91,45,56,55,46,51,49,50,52,48,57,44,51,48,46,55,51,52,55,55,93,44,91,45,56,55,46,50,54,48,54,55,55,44,51,48,46,54,50,49,51,54,51,93,44,91,45,56,55,46,49,50,52,57,54,56,44,51,48,46,53,48,48,49,57,54,93,44,91,45,56,55,46,49,55,56,57,54,56,44,51,48,46,51,51,52,53,57,57,93,44,91,45,56,54,46,57,50,48,49,49,51,44,51,48,46,51,56,54,53,54,55,93,44,91,45,56,54,46,57,49,54,54,48,55,44,51,48,46,51,49,56,55,50,52,93,44,91,45,56,54,46,56,48,48,53,53,52,44,51,48,46,51,51,52,52,57,50,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,99,97,115,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,50,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,50,49,54,50,52,49,44,51,55,46,50,56,48,50,53,54,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,84,114,105,109,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,52,53,50,48,56,55,44,51,56,46,55,48,57,55,56,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,104,97,116,116,111,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,49,56,48,53,52,56,44,51,52,46,52,51,53,57,57,54,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,105,108,108,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,49,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,52,56,48,55,49,50,44,51,52,46,50,56,56,48,56,49,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,53,48,50,55,55,49,44,51,52,46,57,54,57,54,51,53,93,44,91,45,55,55,46,51,54,54,55,54,56,44,51,52,46,57,48,56,54,53,93,44,91,45,55,55,46,50,54,55,52,51,51,44,51,52,46,57,50,53,53,51,55,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,55,46,49,48,56,56,53,49,44,51,52,46,56,51,48,55,56,93,44,91,45,55,55,46,49,48,57,49,56,57,44,51,53,46,48,54,55,50,48,54,93,44,91,45,55,55,46,49,56,55,54,55,57,44,51,53,46,48,56,49,48,56,54,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,54,48,49,50,56,50,44,51,53,46,48,55,49,51,54,56,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,101,109,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,48,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,53,46,55,56,57,49,48,49,44,51,57,46,53,54,53,57,49,54,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,78,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,103,117,97,115,32,66,117,101,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,116,97,195,177,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,117,114,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,51,51,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,55,53,53,57,49,55,44,51,48,46,56,56,53,50,55,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,49,51,44,34,98,101,100,115,34,58,51,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,49,56,53,48,56,57,44,51,57,46,55,49,53,53,49,53,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,54,56,48,44,34,98,101,100,115,34,58,49,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,48,55,48,50,57,51,44,51,54,46,56,55,56,49,56,56,93,44,91,45,56,54,46,48,54,57,57,53,55,44,51,54,46,56,48,53,55,56,51,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,57,48,54,51,51,54,44,51,55,46,49,52,56,51,55,55,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,48,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,117,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,54,52,50,54,54,57,44,52,55,46,54,55,52,48,49,50,93,44,91,45,49,48,51,46,48,57,57,54,55,44,52,55,46,54,55,52,53,49,56,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,48,51,50,51,54,54,44,52,55,46,51,50,56,54,56,54,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,50,46,53,50,53,51,54,52,44,52,54,46,57,56,49,50,56,56,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,49,52,52,52,53,51,44,52,55,46,51,50,56,48,55,57,93,44,91,45,49,48,50,46,50,48,53,53,53,54,44,52,55,46,51,50,56,48,55,49,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,50,54,53,52,53,50,44,52,55,46,54,50,52,51,48,55,93,44,91,45,49,48,50,46,50,54,48,57,53,49,44,52,55,46,55,56,49,52,48,57,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,109,97,100,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,57,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,48,46,54,52,54,54,49,51,44,51,56,46,51,51,52,53,56,54,93,44,91,45,49,50,48,46,53,48,52,54,52,44,51,56,46,52,51,57,51,55,56,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,50,48,46,50,55,52,53,50,50,44,51,56,46,53,53,57,52,53,50,93,44,91,45,49,50,48,46,54,50,56,52,50,56,44,51,56,46,53,48,51,50,48,52,93,44,91,45,49,50,48,46,56,50,51,50,56,51,44,51,56,46,53,53,57,54,56,55,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,101,110,116,114,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,48,56,50,52,57,55,44,51,54,46,49,57,54,49,55,49,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,52,46,56,54,54,49,48,52,44,51,54,46,50,57,50,57,50,56,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,57,52,51,49,52,52,44,51,54,46,53,56,49,50,55,93,44,91,45,56,53,46,48,52,51,57,50,52,44,51,54,46,53,53,56,55,57,49,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,114,97,110,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,56,52,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,51,51,50,49,54,49,44,51,55,46,49,50,53,53,54,56,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,57,50,54,52,54,44,51,55,46,50,55,55,48,55,49,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,101,105,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,48,57,53,52,54,53,44,51,57,46,48,48,50,55,55,56,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,48,48,53,57,57,44,51,57,46,48,50,57,51,56,55,93,44,91,45,56,49,46,57,48,48,53,57,53,44,51,56,46,57,51,55,54,55,49,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,55,56,49,56,50,44,51,56,46,57,54,52,57,51,53,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,78,105,99,104,111,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,50,52,44,34,98,101,100,115,34,58,49,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,48,46,57,49,49,51,54,49,44,51,56,46,52,49,52,55,56,53,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,48,55,53,48,51,57,44,51,56,46,49,57,54,49,51,54,93,44,91,45,56,48,46,57,56,51,52,55,50,44,51,56,46,50,50,50,53,52,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,55,49,49,57,54,49,44,51,56,46,48,55,57,49,50,57,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,54,48,57,51,55,56,44,51,56,46,51,53,56,54,48,54,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,55,56,53,49,55,55,44,51,56,46,53,53,55,54,52,57,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,112,105,110,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,105,110,100,115,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,50,55,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,50,46,55,56,50,56,49,50,44,52,51,46,56,48,52,51,51,56,93,44,91,45,55,50,46,56,50,48,48,52,51,44,52,51,46,55,49,54,56,51,52,93,44,91,45,55,50,46,55,48,48,57,52,53,44,52,51,46,54,56,50,56,51,49,93,44,91,45,55,50,46,55,56,56,57,56,55,44,52,51,46,53,48,48,48,55,93,44,91,45,55,50,46,55,53,57,55,57,57,44,52,51,46,51,53,52,49,52,52,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,54,56,53,54,51,55,44,52,51,46,50,50,50,52,57,53,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,51,55,51,56,44,52,51,46,53,55,57,49,49,57,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,50,46,51,48,53,49,51,51,44,52,51,46,54,57,53,51,50,49,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,55,56,51,50,48,56,44,52,51,46,57,50,56,57,54,55,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,57,53,51,48,56,51,44,52,51,46,56,55,52,56,55,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,53,34,44,34,78,65,77,69,34,58,34,84,114,105,110,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,52,46,57,51,57,49,50,55,44,51,49,46,48,52,50,48,52,56,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,56,57,57,48,49,55,44,51,49,46,51,50,54,57,55,50,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,53,46,52,51,52,51,51,53,44,51,48,46,57,51,55,52,48,53,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,114,110,97,108,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,54,57,50,44,34,98,101,100,115,34,58,50,48,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,48,50,52,52,56,49,44,51,52,46,56,54,57,57,53,51,93,44,91,45,49,48,54,46,55,50,48,54,54,54,44,51,52,46,56,55,48,48,53,51,93,44,91,45,49,48,54,46,54,56,53,56,48,49,44,51,52,46,57,48,54,51,53,56,93,44,91,45,49,48,54,46,52,50,57,52,56,54,44,51,52,46,57,48,51,52,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,49,52,57,55,51,55,44,51,52,46,56,55,48,49,52,50,93,44,91,45,49,48,54,46,50,52,51,55,54,50,44,51,52,46,57,53,51,51,53,53,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,52,46,49,57,55,57,56,54,44,51,49,46,51,53,55,53,50,49,93,44,91,45,56,52,46,51,52,48,53,53,50,44,51,49,46,51,48,53,51,52,49,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,54,53,56,44,34,98,101,100,115,34,58,53,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,53,46,52,51,50,56,54,50,44,50,48,46,49,52,53,50,48,55,93,44,91,45,49,53,53,46,53,55,56,55,54,56,44,50,48,46,49,56,48,49,52,55,93,44,91,45,49,53,53,46,55,53,49,52,54,52,44,50,48,46,50,57,52,52,55,93,44,91,45,49,53,53,46,56,51,54,55,56,51,44,50,48,46,51,50,49,50,50,54,93,44,91,45,49,53,53,46,57,52,55,57,54,50,44,50,48,46,50,54,49,54,53,50,93,44,91,45,49,53,53,46,57,53,55,55,49,57,44,50,48,46,49,54,55,54,49,52,93,44,91,45,49,53,53,46,56,56,52,51,49,49,44,50,48,46,48,49,56,51,50,55,93,44,91,45,49,53,53,46,57,54,50,52,50,55,44,49,57,46,57,48,57,49,53,50,93,44,91,45,49,53,54,46,49,48,55,50,52,44,49,57,46,55,57,48,52,48,50,93,44,91,45,49,53,54,46,49,49,57,48,55,53,44,49,57,46,55,49,57,51,48,49,93,44,91,45,49,53,54,46,48,51,53,56,57,53,44,49,57,46,53,57,55,57,54,49,93,44,91,45,49,53,53,46,57,52,51,50,49,51,44,49,57,46,51,52,52,50,50,55,93,44,91,45,49,53,53,46,57,55,52,48,52,49,44,49,57,46,49,48,55,55,56,57,93,44,91,45,49,53,53,46,57,50,53,57,51,49,44,49,57,46,48,48,56,49,53,52,93,44,91,45,49,53,53,46,55,51,57,57,55,49,44,49,56,46,57,49,54,56,57,49,93,44,91,45,49,53,53,46,54,57,52,50,53,55,44,49,56,46,56,54,54,55,56,54,93,44,91,45,49,53,53,46,53,54,53,54,44,49,56,46,57,51,52,53,49,55,93,44,91,45,49,53,53,46,52,57,52,56,55,56,44,49,57,46,48,55,49,53,56,54,93,44,91,45,49,53,53,46,50,53,56,48,49,53,44,49,57,46,50,50,50,49,55,49,93,44,91,45,49,53,53,46,49,56,50,48,57,56,44,49,57,46,50,48,57,57,53,52,93,44,91,45,49,53,52,46,57,51,57,54,54,51,44,49,57,46,51,49,50,56,51,52,93,44,91,45,49,53,52,46,55,55,53,55,53,49,44,49,57,46,52,53,55,49,49,51,93,44,91,45,49,53,52,46,55,53,57,51,51,51,44,49,57,46,53,51,54,52,54,50,93,44,91,45,49,53,52,46,57,50,56,57,51,53,44,49,57,46,54,55,51,54,48,53,93,44,91,45,49,53,53,46,48,51,49,54,50,44,49,57,46,56,55,53,93,44,91,45,49,53,53,46,49,52,48,51,51,44,49,57,46,57,56,57,52,56,49,93,44,91,45,49,53,53,46,52,51,50,56,54,50,44,50,48,46,49,52,53,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,77,99,67,114,101,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,52,46,51,53,48,48,48,54,44,51,54,46,55,56,48,54,56,49,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,83,112,101,110,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,51,57,57,56,55,49,44,51,55,46,57,51,57,57,53,54,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,44,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,54,50,53,52,48,57,44,52,56,46,51,48,54,52,55,57,93,44,91,45,49,48,57,46,56,52,53,57,51,50,44,52,56,46,51,48,53,57,55,49,93,44,91,45,49,48,57,46,55,50,54,57,52,51,44,52,56,46,50,50,49,53,50,53,93,44,91,45,49,48,57,46,55,50,54,57,49,52,44,52,56,46,49,51,50,56,53,57,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,53,49,56,55,56,44,52,56,46,51,57,52,55,50,54,93,44,91,45,49,48,57,46,52,54,52,51,49,56,44,52,56,46,52,53,50,54,51,56,93,44,91,45,49,48,57,46,53,48,53,51,51,51,44,52,56,46,53,54,55,57,49,93,44,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,50,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,67,97,115,116,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,55,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,56,49,49,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,55,46,56,56,57,49,51,53,44,51,57,46,53,57,55,52,53,51,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,53,55,48,49,56,50,44,51,57,46,54,49,57,57,57,56,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,49,55,49,53,52,57,44,51,57,46,54,57,53,54,52,51,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,76,101,116,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,55,54,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,50,46,57,51,57,52,54,54,44,51,55,46,48,49,53,53,50,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,55,52,50,55,53,57,44,51,55,46,48,52,50,55,57,54,93,44,91,45,56,50,46,55,49,53,49,52,57,44,51,55,46,49,50,49,56,52,56,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,83,97,108,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,51,54,44,34,98,101,100,115,34,58,50,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,53,53,56,55,55,51,44,51,57,46,54,50,57,57,56,55,93,44,91,45,55,53,46,53,49,50,55,55,44,51,57,46,53,55,56,50,57,93,44,91,45,55,53,46,53,54,48,53,51,56,44,51,57,46,52,53,53,54,52,53,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,50,51,56,52,51,52,44,51,57,46,53,53,57,48,51,57,93,44,91,45,55,53,46,48,56,51,56,50,51,44,51,57,46,52,53,55,51,53,52,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,53,46,49,57,57,55,57,51,44,51,57,46,54,54,54,57,57,54,93,44,91,45,55,53,46,51,54,55,50,51,57,44,51,57,46,55,49,55,53,54,53,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,48,34,44,34,78,65,77,69,34,58,34,76,121,110,99,104,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,49,51,49,44,34,98,101,100,115,34,58,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,48,48,57,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,50,46,57,54,57,50,53,44,51,52,46,55,55,50,50,54,54,93,44,91,45,57,50,46,57,55,57,57,48,50,44,51,52,46,54,51,55,50,50,50,93,44,91,45,57,50,46,56,48,56,48,50,56,44,51,52,46,53,57,48,52,48,54,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,53,56,57,52,49,56,44,51,52,46,52,53,53,54,52,49,93,44,91,45,57,50,46,52,48,52,54,56,44,51,52,46,52,53,49,57,49,54,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,51,52,56,55,52,57,44,51,52,46,53,56,50,50,57,93,44,91,45,57,50,46,54,53,52,51,50,52,44,51,52,46,55,54,52,53,52,49,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,51,46,48,55,51,56,55,55,44,51,52,46,56,53,56,48,57,49,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,51,57,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,57,48,48,53,57,53,44,51,56,46,57,51,55,54,55,49,93,44,91,45,56,50,46,48,48,53,57,57,44,51,57,46,48,50,57,51,56,55,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,49,52,52,49,54,55,44,51,56,46,56,52,49,56,56,93,44,91,45,56,50,46,50,50,49,53,54,54,44,51,56,46,55,56,55,49,56,55,93,44,91,45,56,50,46,49,55,49,57,54,54,44,51,56,46,54,50,53,51,56,52,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,48,54,52,53,54,50,44,51,56,46,54,48,55,57,56,53,93,44,91,45,56,49,46,57,53,53,55,57,49,44,51,56,46,54,53,55,51,53,53,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,105,108,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,48,46,55,48,49,53,50,50,44,51,56,46,56,55,57,48,52,53,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,55,49,54,56,49,53,44,51,57,46,48,48,56,52,51,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,52,54,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,51,52,53,50,49,52,44,51,49,46,56,52,51,56,54,49,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,50,57,53,53,55,44,51,49,46,54,54,57,56,55,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,49,46,48,49,51,54,55,54,44,51,49,46,56,54,49,56,53,50,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,111,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,51,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,44,91,45,49,48,48,46,49,56,51,48,51,52,44,52,56,46,55,49,56,57,48,57,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,57,57,46,53,50,53,56,57,53,44,52,56,46,55,49,56,51,56,52,93,44,91,45,57,57,46,53,50,53,55,55,57,44,52,56,46,57,57,57,51,48,55,93,44,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,84,114,101,97,115,117,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,52,54,54,57,57,54,44,52,54,46,49,50,57,57,57,53,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,52,50,53,49,50,56,44,52,53,46,57,53,54,54,55,52,93,44,91,45,49,48,55,46,49,55,54,51,53,56,44,52,53,46,57,53,54,55,54,49,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,54,46,57,51,57,48,54,55,44,52,54,46,49,51,54,54,54,55,93,44,91,45,49,48,55,46,48,48,53,53,51,52,44,52,54,46,49,51,54,54,54,57,93,44,91,45,49,48,55,46,48,50,56,52,50,50,44,52,54,46,51,57,53,52,54,93,44,91,45,49,48,55,46,49,53,51,52,52,52,44,52,54,46,51,57,53,54,49,51,93,44,91,45,49,48,55,46,49,55,52,53,51,49,44,52,54,46,52,56,50,55,49,51,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,55,50,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,114,111,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,53,48,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,56,46,50,49,55,52,51,54,44,51,53,46,56,52,54,53,56,50,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,57,50,53,56,51,53,44,51,53,46,57,51,48,52,51,50,93,44,91,45,56,56,46,48,48,48,56,48,57,44,51,54,46,48,50,56,48,56,57,93,44,91,45,56,55,46,57,49,57,48,52,51,44,51,54,46,49,51,48,48,52,57,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,49,49,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,52,46,56,54,54,50,53,57,44,52,52,46,50,56,50,51,55,50,93,44,91,45,57,53,46,49,48,55,52,56,44,52,52,46,50,56,49,55,54,56,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,49,48,48,50,50,49,44,52,52,46,49,48,56,48,51,52,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,52,57,49,54,56,54,44,52,52,46,51,53,50,50,53,52,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,48,52,51,57,50,52,44,51,54,46,53,53,56,55,57,49,93,44,91,45,56,52,46,57,52,51,49,52,52,44,51,54,46,53,56,49,50,55,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,111,117,105,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,56,51,57,55,49,55,44,51,56,46,49,48,54,48,51,56,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,56,46,49,48,49,55,52,56,44,51,56,46,49,53,50,53,54,55,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,57,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,53,51,51,51,44,34,98,101,100,115,34,58,53,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,50,53,51,56,51,44,52,48,46,48,52,57,50,49,56,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,54,57,49,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,51,46,53,56,55,55,57,55,44,51,55,46,54,48,52,54,49,49,93,44,91,45,49,49,51,46,52,55,52,48,50,57,44,51,55,46,53,50,57,48,56,53,93,44,91,45,49,49,51,46,50,53,51,51,52,44,51,55,46,53,50,56,57,56,51,93,44,91,45,49,49,51,46,50,53,51,52,57,44,51,55,46,52,56,50,49,54,55,93,44,91,45,49,49,51,46,48,51,55,48,52,56,44,51,55,46,52,55,52,52,55,52,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,50,46,54,56,57,50,50,49,44,51,55,46,56,48,53,53,57,93,44,91,45,49,49,50,46,53,55,56,51,57,55,44,51,55,46,56,56,50,49,52,55,93,44,91,45,49,49,50,46,52,54,56,49,55,55,44,51,55,46,56,57,48,52,54,52,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,51,46,52,55,49,54,44,51,56,46,49,52,56,54,54,53,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,109,101,114,97,108,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,55,46,49,54,53,54,49,50,44,51,56,46,48,48,49,54,57,50,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,56,46,51,53,49,52,56,52,44,51,55,46,56,57,51,55,48,53,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,101,119,101,101,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,56,46,53,49,50,53,57,50,44,52,55,46,50,56,53,57,52,51,93,44,91,45,56,56,46,50,57,56,57,57,50,44,52,55,46,50,56,54,48,57,55,93,44,91,45,56,56,46,50,57,56,52,51,54,44,52,55,46,49,57,57,55,56,50,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,48,52,54,54,49,52,44,52,55,46,50,49,56,54,57,54,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,55,46,49,49,50,54,57,53,44,52,55,46,56,49,55,57,57,56,93,44,91,45,56,56,46,51,54,57,56,54,50,44,52,56,46,51,48,54,48,54,51,93,44,91,45,56,56,46,54,55,55,52,52,50,44,52,56,46,50,52,53,51,57,55,93,44,91,45,56,57,46,51,51,55,53,53,44,52,55,46,57,55,52,50,54,49,93,44,91,45,56,57,46,52,56,51,51,56,53,44,52,56,46,48,49,51,55,49,54,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,83,97,110,112,101,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,54,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,53,56,52,55,53,52,44,51,57,46,55,52,48,49,52,49,93,44,91,45,49,49,49,46,55,49,55,52,56,50,44,51,57,46,54,57,52,53,54,93,44,91,45,49,49,49,46,55,49,51,50,50,52,44,51,57,46,52,54,48,50,57,52,93,44,91,45,49,49,49,46,55,52,55,48,52,52,44,51,57,46,51,56,50,55,53,93,44,91,45,49,49,49,46,57,50,50,51,56,57,44,51,57,46,51,56,49,53,57,49,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,49,46,56,53,51,50,57,55,44,51,57,46,48,51,50,57,56,52,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,51,48,48,57,48,53,44,51,57,46,52,54,55,50,51,55,93,44,91,45,49,49,49,46,50,52,55,55,52,56,44,51,57,46,52,54,55,49,57,57,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,101,97,114,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,53,52,50,55,53,55,44,51,55,46,56,50,55,53,57,52,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,49,48,51,55,55,56,44,51,55,46,56,50,57,48,51,53,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,101,118,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,56,48,56,44,34,98,101,100,115,34,58,50,48,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,53,48,57,48,55,53,44,50,55,46,56,50,50,48,53,56,93,44,91,45,56,48,46,51,56,53,48,54,57,44,50,55,46,56,54,49,51,54,50,93,44,91,45,56,48,46,52,57,57,55,55,51,44,50,56,46,48,55,55,50,54,93,44,91,45,56,48,46,53,52,51,57,57,57,44,50,56,46,50,55,49,48,57,50,93,44,91,45,56,48,46,52,54,57,51,57,44,50,56,46,52,53,51,48,57,55,93,44,91,45,56,48,46,53,50,50,57,55,51,44,50,56,46,54,48,56,50,51,56,93,44,91,45,56,48,46,54,54,51,52,54,49,44,50,56,46,55,57,48,53,56,56,93,44,91,45,56,48,46,57,54,55,56,57,53,44,50,56,46,55,57,48,49,57,55,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,48,46,56,56,53,57,48,50,44,50,56,46,53,49,48,50,51,56,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,52,48,51,44,34,98,101,100,115,34,58,51,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,54,56,53,54,49,44,51,57,46,51,51,54,48,52,51,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,51,55,48,48,54,54,44,51,57,46,48,52,56,51,55,53,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,76,117,99,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,87,111,111,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,48,48,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,49,50,56,53,51,53,44,51,50,46,51,51,56,51,56,49,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,49,55,50,50,53,44,51,50,46,49,49,55,54,48,52,93,44,91,45,56,49,46,48,48,52,51,48,53,44,51,50,46,49,48,50,51,54,55,93,44,91,45,56,48,46,55,56,50,57,54,44,51,49,46,57,57,53,57,53,52,93,44,91,45,56,48,46,55,52,53,53,51,54,44,51,50,46,48,55,56,54,54,55,93,44,91,45,56,48,46,57,48,48,53,55,51,44,51,50,46,49,49,49,54,49,55,93,44,91,45,56,49,46,48,48,56,53,52,44,51,50,46,50,49,50,49,50,56,93,44,91,45,56,48,46,57,50,49,56,56,51,44,51,50,46,51,53,49,56,51,52,93,44,91,45,56,48,46,56,52,49,52,53,56,44,51,50,46,51,56,53,48,54,52,93,44,91,45,56,48,46,56,50,48,50,50,56,44,51,50,46,52,57,48,55,56,56,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,49,46,48,49,56,52,57,53,44,51,50,46,55,53,48,49,55,50,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,66,114,101,119,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,55,57,50,55,48,51,44,50,57,46,50,54,50,52,57,57,93,44,91,45,49,48,51,46,55,49,56,53,54,49,44,50,57,46,49,56,48,56,50,54,93,44,91,45,49,48,51,46,53,53,54,56,54,56,44,50,57,46,49,53,53,53,48,50,93,44,91,45,49,48,51,46,51,56,54,56,49,55,44,50,57,46,48,50,49,55,51,53,93,44,91,45,49,48,51,46,49,53,51,56,57,54,44,50,56,46,57,55,49,54,48,54,93,44,91,45,49,48,50,46,57,48,54,51,56,50,44,50,57,46,50,54,50,48,53,53,93,44,91,45,49,48,50,46,56,55,55,55,50,54,44,50,57,46,51,53,52,56,93,44,91,45,49,48,50,46,54,57,51,53,51,57,44,50,57,46,54,55,54,57,53,55,93,44,91,45,49,48,50,46,54,55,55,50,49,57,44,50,57,46,55,52,49,48,53,50,93,44,91,45,49,48,50,46,52,51,52,50,50,56,44,50,57,46,55,55,54,57,52,54,93,44,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,99,67,111,114,109,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,51,52,54,57,51,51,44,51,51,46,56,51,52,50,57,56,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,49,55,50,56,48,55,44,51,51,46,55,54,53,49,57,52,93,44,91,45,56,50,46,49,50,52,56,52,50,44,51,51,46,56,52,50,50,56,49,93,44,91,45,56,50,46,49,53,53,55,44,51,51,46,57,50,57,50,57,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,50,48,48,50,56,54,44,51,51,46,57,55,56,53,57,55,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,53,51,48,53,54,55,44,51,52,46,48,55,49,57,50,53,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,52,52,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,55,56,51,51,57,44,51,52,46,56,51,55,49,50,53,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,53,53,51,50,48,52,44,51,52,46,52,55,55,49,49,52,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,105,99,111,108,108,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,56,51,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,52,57,49,54,56,54,44,52,52,46,51,53,50,50,53,52,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,48,53,54,55,53,55,44,52,52,46,49,53,52,54,49,55,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,51,46,57,51,54,48,51,50,44,52,52,46,51,51,57,54,54,53,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,110,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,51,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,51,48,53,56,49,49,44,52,53,46,51,55,52,54,49,93,44,91,45,56,56,46,51,48,57,48,54,51,44,52,53,46,50,48,49,53,56,93,44,91,45,56,56,46,49,56,54,51,53,53,44,52,53,46,49,57,55,57,55,52,93,44,91,45,56,56,46,49,50,49,49,53,50,44,52,53,46,48,50,51,53,56,49,93,44,91,45,56,55,46,55,54,48,48,55,49,44,52,52,46,57,57,48,53,51,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,53,53,49,50,54,50,44,52,53,46,48,48,56,48,52,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,54,54,49,50,49,49,44,52,53,46,49,48,56,50,55,57,93,44,91,45,56,55,46,55,51,53,50,56,50,44,52,53,46,49,55,54,53,54,53,93,44,91,45,56,55,46,54,52,55,55,54,56,44,52,53,46,51,52,48,53,54,51,93,44,91,45,56,55,46,56,56,52,56,53,53,44,52,53,46,51,54,50,55,57,50,93,44,91,45,56,55,46,55,57,50,55,54,57,44,52,53,46,52,57,57,57,54,55,93,44,91,45,56,55,46,55,55,52,54,56,50,44,52,53,46,54,48,50,48,50,52,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,56,46,48,53,57,50,52,54,44,52,53,46,55,49,51,48,54,51,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,51,56,52,44,34,98,101,100,115,34,58,56,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,55,54,51,56,49,44,52,53,46,54,53,55,49,51,56,93,44,91,45,49,50,50,46,52,51,56,54,55,52,44,52,53,46,53,54,51,53,56,53,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,51,51,50,54,54,51,44,52,53,46,57,54,53,48,54,52,93,44,91,45,49,50,50,46,52,55,56,55,53,51,44,52,53,46,57,56,55,57,51,56,93,44,91,45,49,50,50,46,55,50,48,57,49,44,52,53,46,57,51,49,56,57,50,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,114,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,57,51,57,53,50,53,44,52,48,46,54,53,48,57,57,49,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,54,46,49,54,56,52,53,57,44,52,48,46,57,57,54,48,57,55,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,69,108,108,115,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,57,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,56,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,53,54,54,51,54,51,44,51,50,46,56,53,53,53,54,49,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,53,57,54,48,50,55,44,51,50,46,53,56,50,49,57,50,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,51,52,52,56,52,53,44,51,50,46,55,53,54,54,53,57,93,44,91,45,57,49,46,51,51,53,52,54,51,44,51,50,46,56,54,54,49,48,52,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,56,56,50,54,49,54,44,51,48,46,53,51,51,48,57,52,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,53,46,48,51,50,57,51,49,44,51,48,46,52,50,48,50,57,57,93,44,91,45,56,53,46,48,53,50,55,55,55,44,51,48,46,50,56,55,52,48,54,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,49,51,53,50,53,52,44,51,48,46,48,52,51,50,55,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,48,48,55,54,50,54,44,51,48,46,48,49,51,56,56,51,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,52,46,54,54,57,50,53,56,44,51,48,46,49,50,53,50,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,111,100,103,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,54,49,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,48,57,49,53,50,57,44,51,55,46,51,56,54,56,57,50,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,51,53,49,56,57,51,44,51,55,46,52,50,53,54,53,53,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,55,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,52,52,51,57,49,54,44,51,49,46,53,52,50,52,54,54,93,44,91,45,57,49,46,53,49,53,57,49,57,44,51,49,46,53,51,48,55,50,57,93,44,91,45,57,49,46,52,55,50,48,54,55,44,51,49,46,51,57,55,48,55,54,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,52,55,56,55,57,57,44,51,49,46,50,51,56,57,57,57,93,44,91,45,57,49,46,52,50,52,48,49,50,44,51,49,46,51,49,53,48,52,93,44,91,45,57,49,46,51,48,51,53,56,44,51,49,46,51,54,48,57,55,53,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,49,46,50,57,53,53,55,44,51,49,46,54,54,57,56,55,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,97,115,32,77,97,114,195,173,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,73,116,97,119,97,109,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,50,57,54,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,53,52,49,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,56,46,51,48,51,55,49,52,44,52,53,46,50,50,49,53,51,49,93,44,91,45,54,56,46,50,55,48,52,57,55,44,52,53,46,49,48,48,49,50,49,93,44,91,45,54,56,46,51,57,54,57,48,51,44,52,53,46,48,56,51,50,57,54,93,44,91,45,54,56,46,51,55,53,56,57,50,44,52,52,46,57,57,55,51,55,51,93,44,91,45,54,56,46,53,48,49,48,57,53,44,52,52,46,57,56,48,55,49,56,93,44,91,45,54,56,46,52,52,53,50,49,57,44,52,52,46,55,54,51,48,49,52,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,56,46,56,48,52,54,49,53,44,52,52,46,52,53,56,52,49,49,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,55,50,48,57,49,55,44,52,52,46,49,49,53,50,54,93,44,91,45,54,56,46,53,55,57,51,52,56,44,52,52,46,49,50,56,55,53,93,44,91,45,54,56,46,52,56,52,54,51,53,44,52,52,46,48,50,56,51,50,54,93,44,91,45,54,56,46,51,49,49,51,57,51,44,52,52,46,48,53,51,52,50,57,93,44,91,45,54,56,46,49,55,53,56,53,56,44,52,52,46,49,50,53,48,56,51,93,44,91,45,54,56,46,49,50,56,50,56,44,52,52,46,50,54,52,50,53,51,93,44,91,45,54,55,46,57,50,53,49,55,56,44,52,52,46,51,52,49,52,51,52,93,44,91,45,54,55,46,57,56,49,57,56,56,44,52,52,46,52,55,51,55,53,54,93,44,91,45,54,56,46,49,48,53,48,49,55,44,52,52,46,57,51,57,48,56,56,93,44,91,45,54,55,46,57,56,49,56,53,49,44,52,52,46,57,53,53,56,56,53,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,56,50,51,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,50,56,50,48,50,55,44,52,52,46,48,54,52,53,50,51,93,44,91,45,54,57,46,51,54,51,57,57,54,44,52,52,46,48,49,50,56,55,51,93,44,91,45,54,57,46,51,57,55,55,51,56,44,52,51,46,56,55,49,56,57,93,44,91,45,54,57,46,50,51,51,52,56,44,52,51,46,55,55,56,48,48,50,93,44,91,45,54,57,46,48,53,53,56,57,52,44,52,51,46,56,53,56,57,49,49,93,44,91,45,54,56,46,57,50,53,53,49,56,44,52,51,46,55,53,48,48,56,56,93,44,91,45,54,56,46,56,50,54,57,49,54,44,52,51,46,55,51,53,55,49,49,93,44,91,45,54,56,46,55,52,57,52,55,51,44,52,51,46,56,51,50,53,51,49,93,44,91,45,54,56,46,52,56,52,54,51,53,44,52,52,46,48,50,56,51,50,54,93,44,91,45,54,56,46,53,55,57,51,52,56,44,52,52,46,49,50,56,55,53,93,44,91,45,54,56,46,55,50,48,57,49,55,44,52,52,46,49,49,53,50,54,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,57,57,57,52,53,53,44,52,52,46,50,48,50,55,50,49,93,44,91,45,54,57,46,50,54,56,56,56,50,44,52,52,46,51,54,52,54,53,51,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,52,57,55,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,57,51,48,56,54,51,44,51,51,46,54,53,49,56,50,51,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,97,117,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,111,117,103,104,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,54,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,56,46,57,51,50,52,56,44,52,54,46,55,54,52,55,56,55,93,44,91,45,56,56,46,57,56,57,53,50,57,44,52,54,46,54,56,48,49,49,57,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,54,55,56,57,56,51,44,52,54,46,56,53,49,56,50,50,93,44,91,45,56,56,46,53,53,49,57,52,51,44,52,54,46,56,53,49,55,57,53,93,44,91,45,56,56,46,52,53,49,50,44,52,54,46,57,51,56,57,55,54,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,50,57,56,52,51,54,44,52,55,46,49,57,57,55,56,50,93,44,91,45,56,56,46,50,57,56,57,57,50,44,52,55,46,50,56,54,48,57,55,93,44,91,45,56,56,46,53,49,50,53,57,50,44,52,55,46,50,56,53,57,52,51,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,55,52,54,54,49,57,44,52,55,46,52,52,50,51,49,49,93,44,91,45,49,49,53,46,51,52,48,56,52,57,44,52,55,46,50,54,50,56,53,93,44,91,45,49,49,53,46,48,52,55,56,53,55,44,52,54,46,57,54,57,53,51,50,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,52,46,57,50,50,51,49,50,44,52,54,46,56,50,56,54,48,50,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,53,52,57,49,50,55,44,52,54,46,55,52,55,51,54,54,93,44,91,45,49,49,52,46,53,54,54,49,50,57,44,52,54,46,57,54,51,52,48,53,93,44,91,45,49,49,52,46,52,56,51,50,50,55,44,52,55,46,48,50,51,51,53,56,93,44,91,45,49,49,52,46,55,55,53,56,51,51,44,52,55,46,50,50,53,53,55,51,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,57,54,56,57,55,56,44,52,55,46,51,49,50,54,50,53,93,44,91,45,49,49,52,46,57,56,50,50,54,53,44,52,55,46,51,57,54,56,48,52,93,44,91,45,49,49,53,46,50,56,51,56,53,54,44,52,55,46,52,56,54,54,51,56,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,49,50,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,54,46,49,53,56,48,49,56,44,51,53,46,51,54,50,54,48,55,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,110,99,111,114,100,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,50,49,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,54,57,52,52,54,57,44,51,49,46,55,51,53,50,56,54,93,44,91,45,57,49,46,55,48,53,57,52,56,44,51,49,46,54,52,50,56,54,51,93,44,91,45,57,49,46,56,50,54,57,50,54,44,51,49,46,53,57,49,54,55,49,93,44,91,45,57,49,46,56,53,53,57,48,56,44,51,49,46,52,57,54,48,49,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,49,46,54,55,55,51,48,50,44,51,49,46,49,56,56,48,52,55,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,52,55,50,48,54,55,44,51,49,46,51,57,55,48,55,54,93,44,91,45,57,49,46,53,49,53,57,49,57,44,51,49,46,53,51,48,55,50,57,93,44,91,45,57,49,46,52,52,51,57,49,54,44,51,49,46,53,52,50,52,54,54,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,57,55,55,52,48,49,44,51,48,46,53,57,51,52,56,53,93,44,91,45,57,48,46,57,55,55,53,48,51,44,51,48,46,52,50,48,56,57,57,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,48,46,55,49,57,53,51,57,44,51,48,46,49,56,57,57,57,52,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,53,53,52,49,52,55,44,51,48,46,49,57,53,54,50,56,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,52,55,55,56,44,51,48,46,51,53,54,52,52,55,93,44,91,45,57,48,46,53,54,54,57,48,54,44,51,48,46,52,56,55,48,54,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,49,48,50,52,44,34,98,101,100,115,34,58,49,51,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,44,91,45,55,48,46,57,50,57,53,57,52,44,52,50,46,56,56,53,48,51,50,93,44,91,45,55,49,46,49,51,50,56,48,53,44,52,50,46,56,50,49,52,55,54,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,53,54,49,56,56,44,52,50,46,54,53,55,49,52,53,93,44,91,45,55,49,46,49,51,53,52,48,53,44,52,50,46,53,57,57,48,56,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,48,46,57,50,52,53,57,51,44,52,50,46,51,56,54,55,57,56,93,44,91,45,55,48,46,54,52,56,48,55,50,44,52,50,46,52,48,53,54,50,56,93,44,91,45,55,48,46,54,48,54,50,57,44,52,50,46,53,51,49,50,50,93,44,91,45,55,48,46,53,48,50,49,52,51,44,52,50,46,54,50,52,53,55,57,93,44,91,45,55,48,46,53,52,57,51,48,54,44,52,50,46,55,50,52,49,54,52,93,44,91,45,55,48,46,55,48,50,53,56,44,52,50,46,55,50,52,49,54,50,93,44,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,51,46,56,50,48,54,51,57,44,52,52,46,54,48,52,55,55,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,50,46,57,54,52,49,50,53,44,52,52,46,54,48,52,50,56,55,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,54,49,52,44,34,98,101,100,115,34,58,55,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,53,46,50,51,51,57,51,56,44,51,57,46,50,52,54,56,54,56,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,50,54,51,44,34,98,101,100,115,34,58,50,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,49,46,48,57,53,56,54,51,44,51,52,46,50,49,51,56,55,50,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,50,55,53,56,52,53,44,51,52,46,48,57,55,51,56,49,93,44,91,45,56,49,46,50,48,49,56,51,57,44,51,52,46,48,57,55,49,54,56,93,44,91,45,56,49,46,48,54,55,54,49,53,44,51,52,46,48,48,56,57,53,51,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,48,46,56,48,55,53,57,49,44,51,51,46,55,55,52,50,49,49,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,53,57,55,55,49,53,44,51,51,46,55,55,55,53,49,50,93,44,91,45,56,48,46,54,52,48,57,56,54,44,51,51,46,57,57,57,52,51,51,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,55,49,57,51,49,56,44,51,52,46,48,54,56,57,55,50,93,44,91,45,56,48,46,56,54,57,53,50,52,44,51,52,46,49,56,50,50,55,49,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,53,48,53,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,51,53,50,49,49,53,44,51,52,46,51,55,54,49,56,56,93,44,91,45,57,55,46,48,51,56,50,51,57,44,51,52,46,51,55,53,55,48,55,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,54,46,56,56,48,55,57,44,51,52,46,53,48,54,48,53,51,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,56,50,55,49,52,52,44,51,52,46,53,57,51,50,50,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,55,46,49,52,50,54,55,49,44,51,52,46,54,51,55,49,50,54,93,44,91,45,57,55,46,49,52,51,57,55,51,44,51,52,46,53,48,54,54,48,54,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,55,50,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,57,57,56,57,53,44,52,48,46,51,49,55,54,54,54,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,57,54,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,49,46,50,55,48,48,55,56,44,51,55,46,48,57,51,48,49,50,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,50,50,52,54,50,52,44,51,55,46,48,52,55,56,51,53,93,44,91,45,56,49,46,49,49,52,51,49,57,44,51,55,46,48,50,50,54,49,50,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,89,101,108,108,111,119,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,56,49,54,44,34,98,101,100,115,34,58,54,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,55,56,50,48,56,55,44,52,54,46,51,57,53,49,56,50,93,44,91,45,49,48,55,46,57,50,56,53,52,55,44,52,54,46,51,57,53,50,56,52,93,44,91,45,49,48,56,46,48,50,57,51,54,51,44,52,54,46,50,54,52,48,53,53,93,44,91,45,49,48,56,46,51,50,48,56,49,50,44,52,54,46,50,54,51,57,57,55,93,44,91,45,49,48,56,46,52,48,52,56,53,54,44,52,54,46,50,51,53,57,54,93,44,91,45,49,48,56,46,52,48,52,55,57,53,44,52,54,46,49,51,50,57,53,50,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,56,46,57,48,49,54,53,53,44,52,53,46,57,53,57,52,49,54,93,44,91,45,49,48,56,46,57,48,52,55,50,54,44,52,53,46,54,56,50,56,50,49,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,51,49,54,51,55,52,44,52,53,46,52,54,48,53,48,57,93,44,91,45,49,48,56,46,49,57,51,50,48,53,44,52,53,46,53,49,56,53,51,56,93,44,91,45,49,48,56,46,48,54,57,55,53,50,44,52,53,46,53,49,56,53,51,53,93,44,91,45,49,48,56,46,48,52,55,51,53,50,44,52,53,46,56,57,57,52,55,57,93,44,91,45,49,48,55,46,56,56,49,56,52,54,44,52,53,46,56,57,57,50,51,51,93,44,91,45,49,48,55,46,54,55,52,52,53,52,44,52,54,46,48,52,51,54,49,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,52,54,54,57,57,54,44,52,54,46,49,50,57,57,57,53,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,50,46,49,57,53,55,53,49,44,51,56,46,51,50,51,52,57,57,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,50,56,53,54,57,51,44,51,56,46,49,52,52,57,53,50,93,44,91,45,56,50,46,50,48,50,50,51,54,44,51,56,46,48,51,54,49,57,51,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,49,46,57,51,50,52,52,52,44,51,56,46,49,53,48,48,56,53,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,56,49,56,50,51,52,44,51,56,46,51,49,54,55,53,49,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,52,56,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,56,57,48,51,49,44,51,57,46,53,50,57,48,49,52,93,44,91,45,49,50,51,46,48,54,51,49,56,49,44,51,57,46,53,48,51,53,51,57,93,44,91,45,49,50,51,46,48,55,53,49,49,52,44,51,57,46,52,48,55,54,56,51,93,44,91,45,49,50,51,46,48,49,50,55,49,44,51,57,46,50,51,54,49,56,56,93,44,91,45,49,50,51,46,48,57,51,48,49,51,44,51,57,46,48,55,49,57,57,52,93,44,91,45,49,50,50,46,57,56,54,54,52,44,51,56,46,57,57,55,50,56,51,93,44,91,45,49,50,50,46,57,52,56,56,54,53,44,51,56,46,57,48,48,50,50,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,52,54,51,56,57,44,51,56,46,55,48,53,50,48,51,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,50,46,52,56,51,56,55,57,44,51,57,46,48,54,54,57,53,53,93,44,91,45,49,50,50,46,53,49,53,51,51,49,44,51,57,46,50,48,57,50,49,53,93,44,91,45,49,50,50,46,54,57,49,51,54,49,44,51,57,46,50,52,55,52,51,49,93,44,91,45,49,50,50,46,55,55,53,48,52,51,44,51,57,46,51,49,49,55,55,56,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,55,51,53,54,51,57,44,51,57,46,53,56,48,54,54,56,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,71,114,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,50,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,48,55,55,49,49,57,44,51,48,46,57,49,52,57,54,53,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,110,101,106,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,54,46,48,51,56,57,49,50,44,51,55,46,51,53,54,57,53,51,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,54,55,56,51,53,52,44,51,55,46,50,50,56,53,54,54,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,56,49,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,48,46,55,52,50,49,57,56,44,51,55,46,51,52,52,51,57,50,93,44,91,45,49,49,48,46,56,49,50,53,48,49,44,51,55,46,51,50,52,57,57,50,93,44,91,45,49,49,48,46,56,57,57,53,49,55,44,51,55,46,49,55,54,49,53,51,93,44,91,45,49,49,48,46,57,57,50,52,48,52,44,51,55,46,49,49,49,48,57,51,93,44,91,45,49,49,49,46,49,55,56,51,52,57,44,51,55,46,49,48,50,54,49,51,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,49,48,46,48,51,49,57,55,51,44,51,56,46,51,56,52,57,53,55,93,44,91,45,49,48,57,46,57,48,57,55,54,44,51,56,46,50,55,49,50,51,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,49,48,46,48,48,57,52,57,52,44,51,56,46,49,48,57,54,53,54,93,44,91,45,49,49,48,46,50,49,52,57,52,57,44,51,55,46,56,57,50,53,53,53,93,44,91,45,49,49,48,46,51,54,52,49,52,54,44,51,55,46,56,57,50,49,56,53,93,44,91,45,49,49,48,46,52,51,55,53,51,56,44,51,55,46,56,48,54,57,50,93,44,91,45,49,49,48,46,53,48,49,53,57,52,44,51,55,46,54,53,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,53,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,54,56,55,52,48,54,44,51,57,46,54,51,48,52,51,55,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,111,111,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,52,46,57,48,49,54,51,54,44,52,50,46,56,53,57,49,48,56,93,44,91,45,49,49,52,46,56,49,57,57,55,49,44,52,50,46,54,54,57,55,52,54,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,53,46,48,56,54,56,53,50,44,52,50,46,57,49,52,53,54,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,84,105,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,52,52,54,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,54,49,50,57,55,54,44,51,53,46,54,52,51,50,51,54,93,44,91,45,56,57,46,55,57,51,49,52,53,44,51,53,46,54,51,55,51,53,54,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,57,48,46,48,53,48,52,51,55,44,51,53,46,53,49,53,56,57,52,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,93,93,44,91,91,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,66,97,116,111,110,32,82,111,117,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,52,49,52,55,54,44,51,48,46,53,49,49,53,49,54,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,51,49,49,54,54,44,51,48,46,51,50,50,52,55,49,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,50,52,49,53,48,56,44,51,48,46,51,53,55,53,57,50,93,44,91,45,57,49,46,49,57,55,50,48,56,44,51,48,46,53,48,55,48,56,56,93,44,91,45,57,49,46,51,49,53,50,56,50,44,51,48,46,53,57,52,50,56,56,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,53,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,50,46,56,53,53,51,49,51,44,52,48,46,51,56,53,56,57,52,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,57,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,48,46,56,49,51,57,57,54,44,52,51,46,51,49,51,57,52,93,44,91,45,49,49,48,46,56,49,51,57,57,51,44,52,51,46,50,51,53,49,55,56,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,53,55,56,51,56,44,52,51,46,50,57,49,54,52,93,44,91,45,49,49,48,46,51,52,51,57,53,57,44,52,51,46,50,57,49,49,54,53,93,44,91,45,49,49,48,46,51,52,52,50,49,56,44,52,51,46,51,55,55,57,49,56,93,44,91,45,49,49,48,46,48,53,55,51,49,44,52,51,46,51,55,55,55,54,56,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,49,48,46,49,49,57,49,57,51,44,52,52,46,49,51,50,53,56,52,93,44,91,45,49,49,48,46,49,53,48,49,55,53,44,52,52,46,50,56,57,54,54,54,93,44,91,45,49,49,48,46,50,57,54,54,52,56,44,52,52,46,52,51,49,51,52,49,93,44,91,45,49,49,48,46,50,55,54,53,48,54,44,52,52,46,53,49,53,54,54,53,93,44,91,45,49,49,48,46,51,55,53,51,51,52,44,52,52,46,53,56,51,48,49,54,93,44,91,45,49,49,48,46,54,54,55,56,57,57,44,52,52,46,53,56,50,55,57,50,93,44,91,45,49,49,48,46,54,54,55,56,54,55,44,52,52,46,54,54,54,50,57,49,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,56,50,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,48,53,49,50,55,53,44,52,50,46,55,51,55,48,48,49,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,48,46,55,50,48,50,48,57,44,52,50,46,54,52,48,55,53,56,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,49,46,48,54,53,50,55,44,52,50,46,57,57,50,48,55,52,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,52,52,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,55,56,56,55,54,56,44,52,54,46,54,57,49,55,48,49,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,49,46,55,49,56,50,50,56,44,52,54,46,55,49,55,56,51,52,93,44,91,45,49,48,49,46,55,49,56,52,54,50,44,52,54,46,54,51,49,50,56,51,93,44,91,45,49,48,49,46,50,57,56,56,50,51,44,52,54,46,54,51,48,52,51,49,93,44,91,45,49,48,49,46,50,57,56,57,56,57,44,52,54,46,51,55,49,52,48,52,93,44,91,45,49,48,49,46,48,52,56,53,50,55,44,52,54,46,51,55,49,52,53,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,48,46,57,49,56,57,53,44,52,54,46,51,57,52,57,56,51,93,44,91,45,49,48,48,46,56,49,52,56,55,51,44,52,54,46,51,56,52,55,48,49,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,53,52,52,53,53,53,44,52,54,46,53,51,51,55,54,54,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,54,46,55,51,54,57,51,51,44,51,54,46,49,53,48,53,56,51,93,44,91,45,55,54,46,54,56,50,53,51,53,44,51,54,46,48,51,48,57,52,55,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,52,48,50,57,53,55,44,51,54,46,48,55,50,56,54,55,93,44,91,45,55,54,46,53,55,51,48,55,51,44,51,54,46,49,49,49,55,53,55,93,44,91,45,55,54,46,53,57,48,49,48,55,44,51,54,46,50,51,56,56,54,50,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,110,99,111,109,98,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,52,55,52,44,34,98,101,100,115,34,58,57,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,53,49,51,49,54,49,44,51,53,46,56,48,51,51,56,93,44,91,45,56,50,46,56,48,55,48,53,54,44,51,53,46,54,56,53,56,55,52,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,55,54,53,56,57,51,44,51,53,46,53,54,55,52,57,53,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,52,55,48,53,53,55,44,51,53,46,52,52,53,49,55,52,93,44,91,45,56,50,46,51,51,50,51,51,49,44,51,53,46,53,48,48,49,49,55,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,50,46,50,53,49,50,53,49,44,51,53,46,53,53,57,57,52,51,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,80,108,117,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,57,57,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,51,54,49,50,48,54,44,51,57,46,56,53,53,52,55,51,93,44,91,45,49,50,49,46,49,51,54,55,49,53,44,51,57,46,54,50,56,49,54,57,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,48,46,56,55,49,52,57,56,44,51,57,46,55,55,54,53,50,57,93,44,91,45,49,50,48,46,54,53,52,50,50,55,44,51,57,46,55,48,54,54,50,57,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,49,49,48,54,50,55,44,51,57,46,55,54,53,55,55,57,93,44,91,45,49,50,48,46,49,48,56,55,54,49,44,51,57,46,57,51,57,53,49,93,44,91,45,49,50,48,46,50,48,57,54,52,49,44,52,48,46,48,56,54,48,48,56,93,44,91,45,49,50,48,46,51,52,49,51,56,53,44,52,48,46,49,49,53,50,52,51,93,44,91,45,49,50,48,46,53,55,54,56,50,53,44,52,48,46,50,56,53,52,51,93,44,91,45,49,50,48,46,55,54,52,52,48,51,44,52,48,46,51,49,54,48,49,93,44,91,45,49,50,48,46,56,55,49,55,56,50,44,52,48,46,50,52,49,54,52,93,44,91,45,49,50,49,46,48,54,49,52,57,51,44,52,48,46,50,53,54,52,49,55,93,44,91,45,49,50,49,46,48,54,49,52,49,55,44,52,48,46,52,52,54,53,51,54,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,52,55,48,51,57,53,44,52,48,46,51,53,48,50,49,51,93,44,91,45,49,50,49,46,51,52,57,44,52,48,46,50,54,52,52,53,52,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,51,48,34,44,34,78,65,77,69,34,58,34,80,101,116,101,114,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,56,51,56,53,54,44,51,55,46,50,51,56,57,48,54,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,52,55,55,44,34,98,101,100,115,34,58,49,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,52,57,50,57,49,52,44,52,52,46,52,50,51,48,51,93,44,91,45,55,50,46,54,53,52,51,57,56,44,52,52,46,51,57,56,50,50,52,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,57,49,54,55,55,56,44,52,52,46,48,55,49,56,56,54,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,53,56,57,56,53,53,44,52,52,46,49,53,57,51,52,51,93,44,91,45,55,50,46,52,52,51,48,51,50,44,52,52,46,49,50,56,54,54,57,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,50,50,51,54,56,57,44,52,52,46,52,50,52,53,55,51,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,50,52,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,50,46,57,54,52,49,50,53,44,52,52,46,54,48,52,50,56,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,51,46,53,55,52,51,57,54,44,52,52,46,50,53,54,48,55,55,93,44,91,45,49,48,51,46,52,53,51,48,49,54,44,52,52,46,50,53,54,54,48,57,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,50,46,51,56,56,48,52,53,44,52,52,46,49,52,48,49,56,51,93,44,91,45,49,48,50,46,51,52,49,54,51,53,44,52,52,46,51,52,56,55,55,50,93,44,91,45,49,48,50,46,50,56,52,52,48,52,44,52,52,46,52,52,49,50,51,50,93,44,91,45,49,48,50,46,49,49,50,53,51,53,44,52,52,46,52,51,53,56,56,54,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,53,50,51,44,34,98,101,100,115,34,58,51,56,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,49,46,48,56,55,53,56,57,44,51,51,46,49,52,53,49,55,54,93,44,91,45,57,49,46,49,54,57,52,53,57,44,51,51,46,52,53,50,49,51,55,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,105,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,52,57,48,44,34,98,101,100,115,34,58,49,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,51,46,56,48,56,50,54,55,44,51,50,46,55,50,56,54,56,50,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,54,53,56,50,49,49,44,51,50,46,56,56,55,57,49,51,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,117,97,121,97,110,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,56,51,57,57,50,57,44,49,55,46,56,57,56,57,57,51,93,44,91,45,54,54,46,55,55,52,49,50,51,44,49,55,46,57,49,52,55,57,54,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,83,101,98,97,115,116,105,195,161,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,57,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,52,52,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,51,46,49,54,55,56,44,51,53,46,53,57,55,54,57,53,93,44,91,45,57,51,46,50,50,51,54,51,51,44,51,53,46,52,54,56,53,57,51,93,44,91,45,57,51,46,50,57,53,57,49,44,51,53,46,52,54,57,57,49,53,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,49,53,54,48,55,56,44,51,53,46,50,51,53,51,48,55,93,44,91,45,57,51,46,48,56,52,54,55,56,44,51,53,46,49,50,55,51,57,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,50,46,56,53,53,44,51,53,46,49,55,50,55,55,55,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,56,49,51,52,49,55,44,51,53,46,53,52,57,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,111,117,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,55,46,51,54,48,57,48,54,44,51,54,46,53,54,52,55,54,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,57,53,53,52,50,52,44,51,54,46,54,54,52,53,56,55,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,56,49,52,57,52,49,44,51,54,46,57,48,48,52,54,53,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,71,114,101,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,57,52,44,34,98,101,100,115,34,58,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,54,51,56,51,52,55,44,51,50,46,51,55,48,53,51,57,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,55,48,49,57,56,54,44,51,50,46,52,50,49,55,56,50,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,54,56,54,44,34,98,101,100,115,34,58,49,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,51,46,56,56,57,52,56,44,52,49,46,49,52,53,48,57,53,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,50,46,56,56,52,57,53,52,44,51,54,46,52,57,48,56,57,49,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,56,51,55,55,55,54,44,51,54,46,48,55,48,49,50,52,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,52,48,57,49,55,53,44,51,54,46,49,51,52,54,56,52,93,44,91,45,57,50,46,53,50,48,53,56,49,44,51,54,46,50,54,56,56,50,52,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,48,48,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,49,54,48,44,34,98,101,100,115,34,58,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,52,53,55,52,54,57,44,51,54,46,56,49,52,56,52,49,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,53,51,51,53,50,44,51,54,46,57,49,53,53,54,51,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,69,108,32,80,97,115,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,49,53,51,44,34,98,101,100,115,34,58,49,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,53,46,48,50,56,57,48,51,44,51,56,46,56,54,56,57,48,55,93,44,91,45,49,48,52,46,57,51,56,57,57,52,44,51,56,46,55,57,54,56,56,52,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,52,46,48,53,49,53,56,57,44,51,57,46,49,50,56,51,55,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,70,114,97,110,99,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,52,50,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,48,46,54,52,55,56,55,52,44,51,55,46,54,52,50,56,48,57,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,57,48,46,50,48,48,50,48,56,44,51,55,46,54,54,57,54,50,56,93,44,91,45,57,48,46,52,53,57,49,51,51,44,51,55,46,56,55,56,57,50,52,93,44,91,45,57,48,46,51,50,50,56,55,44,51,55,46,57,56,49,55,51,49,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,53,56,51,51,50,52,44,51,56,46,48,48,51,52,57,57,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,53,34,44,34,78,65,77,69,34,58,34,87,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,53,48,56,56,48,53,44,51,49,46,54,50,52,49,49,55,93,44,91,45,49,48,51,46,52,54,53,48,53,55,44,51,49,46,52,51,49,57,52,56,93,44,91,45,49,48,51,46,49,56,49,50,50,53,44,51,49,46,51,55,48,50,52,53,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,50,46,56,50,53,49,49,54,44,51,49,46,50,54,54,57,49,52,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,51,46,49,55,50,56,55,56,44,51,56,46,53,50,53,51,49,53,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,55,34,44,34,78,65,77,69,34,58,34,87,105,108,98,97,114,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,54,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,57,46,49,56,57,55,55,54,44,51,52,46,50,49,52,51,53,55,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,50,54,49,50,55,53,44,51,52,46,52,48,51,53,48,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,44,91,45,49,50,52,46,55,48,48,50,56,51,44,52,50,46,55,56,52,48,50,56,93,44,91,45,49,50,52,46,52,55,51,53,53,52,44,52,50,46,54,49,52,55,51,52,93,44,91,45,49,50,52,46,53,54,55,50,50,49,44,52,50,46,52,55,55,55,57,49,93,44,91,45,49,50,52,46,52,57,52,49,53,52,44,52,50,46,51,57,54,48,56,54,93,44,91,45,49,50,52,46,52,55,49,51,53,54,44,52,50,46,50,48,51,55,50,51,93,44,91,45,49,50,52,46,52,48,57,51,49,52,44,52,50,46,48,54,52,48,55,55,93,44,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,51,46,56,53,56,53,52,57,44,52,50,46,49,51,53,49,49,54,93,44,91,45,49,50,51,46,55,57,50,56,51,52,44,52,50,46,50,50,52,51,49,52,93,44,91,45,49,50,51,46,56,57,50,54,53,49,44,52,50,46,51,53,51,50,57,51,93,44,91,45,49,50,52,46,48,50,53,57,56,52,44,52,50,46,51,53,57,52,48,57,93,44,91,45,49,50,51,46,57,57,56,55,56,44,52,50,46,52,57,57,57,54,50,93,44,91,45,49,50,51,46,56,57,48,54,53,55,44,52,50,46,53,48,48,53,51,56,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,57,50,53,55,49,55,44,52,50,46,55,55,52,53,49,52,93,44,91,45,49,50,51,46,57,57,54,50,57,49,44,52,50,46,54,56,53,54,53,49,93,44,91,45,49,50,52,46,49,51,56,55,52,56,44,52,50,46,54,55,49,49,49,53,93,44,91,45,49,50,52,46,49,54,49,51,48,56,44,52,50,46,56,56,51,52,57,57,93,44,91,45,49,50,52,46,50,53,56,51,56,56,44,52,50,46,57,53,52,57,52,54,93,44,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,84,101,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,49,51,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,50,52,48,51,54,50,44,51,56,46,54,52,55,53,57,53,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,52,46,57,51,56,57,57,52,44,51,56,46,55,57,54,56,56,52,93,44,91,45,49,48,53,46,48,50,56,57,48,51,44,51,56,46,56,54,56,57,48,55,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,55,53,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,87,97,115,97,116,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,51,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,54,50,48,52,51,55,44,52,48,46,52,53,53,48,49,56,93,44,91,45,49,49,49,46,53,53,53,50,51,53,44,52,48,46,51,54,50,54,57,54,93,44,91,45,49,49,49,46,52,50,56,55,50,56,44,52,48,46,50,56,55,55,54,93,44,91,45,49,49,49,46,51,50,49,51,48,53,44,52,48,46,50,56,55,51,55,50,93,44,91,45,49,49,49,46,50,50,53,53,48,55,44,52,48,46,49,54,55,51,50,52,93,44,91,45,49,49,49,46,50,52,57,51,51,57,44,52,48,46,48,53,53,50,49,55,93,44,91,45,49,49,49,46,48,56,51,48,54,49,44,51,57,46,57,52,51,49,57,56,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,57,55,54,48,56,54,44,52,48,46,53,57,50,57,53,52,93,44,91,45,49,49,49,46,49,52,55,50,49,54,44,52,48,46,53,52,57,54,48,50,93,44,91,45,49,49,49,46,51,55,53,52,56,49,44,52,48,46,54,51,51,49,49,54,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,114,105,98,111,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,50,46,49,50,55,52,50,52,44,52,50,46,57,52,52,52,57,56,93,44,91,45,49,49,50,46,49,52,53,48,56,57,44,52,50,46,55,57,48,54,54,52,93,44,91,45,49,49,50,46,49,48,53,56,56,44,52,50,46,54,57,57,50,48,51,93,44,91,45,49,49,49,46,57,55,51,51,55,51,44,52,50,46,55,49,53,52,55,50,93,44,91,45,49,49,49,46,57,49,54,57,50,55,44,52,50,46,54,49,55,50,54,52,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,54,51,52,57,49,44,52,50,46,53,55,48,48,50,54,93,44,91,45,49,49,49,46,51,54,56,48,54,50,44,52,50,46,53,57,48,50,57,52,93,44,91,45,49,49,49,46,50,51,54,48,56,57,44,52,50,46,52,55,57,55,53,57,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,55,48,44,34,98,101,100,115,34,58,49,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,114,97,105,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,49,46,56,48,51,55,48,51,44,51,52,46,57,50,49,53,50,52,93,44,91,45,57,49,46,54,57,51,55,48,53,44,51,52,46,57,49,57,54,48,53,93,44,91,45,57,49,46,55,48,48,56,50,56,44,51,52,46,54,55,50,48,50,57,93,44,91,45,57,49,46,54,52,51,48,56,44,51,52,46,54,51,54,56,54,50,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,53,57,52,52,50,57,44,51,52,46,53,54,56,48,53,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,51,54,51,55,54,51,44,51,53,46,48,53,49,56,56,55,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,53,56,52,48,48,53,44,51,53,46,48,57,49,53,56,52,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,97,100,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,56,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,50,46,51,49,49,48,55,57,44,51,51,46,52,57,57,55,56,50,93,44,91,45,57,50,46,51,56,50,48,54,44,51,51,46,51,52,53,57,55,49,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,49,46,57,55,55,50,56,52,44,51,51,46,51,48,50,48,50,54,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,49,53,54,53,54,56,44,51,49,46,56,52,49,55,49,51,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,53,46,56,57,54,55,55,52,44,51,56,46,56,49,53,49,48,57,93,44,91,45,55,54,46,48,49,53,48,52,53,44,51,56,46,55,50,56,54,56,55,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,53,46,56,51,55,57,55,52,44,51,56,46,55,48,51,57,57,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,56,51,52,57,52,56,44,51,57,46,49,48,56,52,51,55,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,48,51,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,52,54,54,51,50,57,44,52,54,46,48,57,50,57,55,57,93,44,91,45,49,49,50,46,52,48,49,52,52,49,44,52,53,46,56,51,49,56,53,49,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,48,56,56,55,54,44,52,53,46,56,52,57,48,53,93,44,91,45,49,49,49,46,57,50,54,57,54,53,44,52,53,46,56,53,53,54,57,52,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,54,54,48,52,50,50,44,52,54,46,48,52,57,49,57,50,93,44,91,45,49,49,49,46,55,56,52,53,54,53,44,52,54,46,48,52,57,56,49,51,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,50,46,48,50,57,50,51,49,44,52,54,46,53,54,56,56,48,53,93,44,91,45,49,49,50,46,49,55,54,50,51,53,44,52,54,46,52,53,54,51,52,50,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,53,51,51,54,50,53,44,52,54,46,51,51,48,56,57,56,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,55,51,57,52,44,34,98,101,100,115,34,58,50,57,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,50,50,51,54,56,51,44,51,56,46,54,53,50,48,54,52,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,56,57,55,53,52,44,51,56,46,56,55,56,49,51,54,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,93,44,91,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,44,91,45,55,55,46,51,48,51,49,51,57,44,51,56,46,56,54,57,50,48,56,93,44,91,45,55,55,46,50,55,48,53,57,55,44,51,56,46,56,54,54,48,55,53,93,44,91,45,55,55,46,50,55,48,53,50,44,51,56,46,56,52,48,57,48,50,93,44,91,45,55,55,46,51,49,54,50,50,52,44,51,56,46,56,51,54,52,48,56,93,44,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,68,101,101,114,32,76,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,48,44,34,98,101,100,115,34,58,49,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,51,46,50,56,52,53,51,50,44,52,54,46,50,50,50,55,56,51,93,44,91,45,49,49,51,46,50,55,56,48,49,50,44,52,54,46,48,52,53,50,54,56,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,51,57,54,57,48,51,44,52,53,46,55,54,55,54,53,93,44,91,45,49,49,51,46,49,55,57,55,57,49,44,52,53,46,56,56,53,48,48,57,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,50,46,57,50,52,53,53,50,44,52,53,46,57,51,54,52,52,51,93,44,91,45,49,49,50,46,55,55,55,49,50,44,52,54,46,49,51,53,56,50,54,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,55,53,44,34,98,101,100,115,34,58,51,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,49,57,50,50,56,55,44,51,53,46,57,57,53,52,56,56,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,52,46,48,54,57,54,49,56,44,51,54,46,50,51,48,57,55,56,93,44,91,45,56,52,46,50,50,55,53,50,55,44,51,54,46,50,52,52,56,55,57,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,117,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,52,53,55,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,51,52,52,56,52,51,44,51,49,46,52,51,48,49,51,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,56,50,50,44,34,98,101,100,115,34,58,52,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,53,53,53,48,49,51,44,51,56,46,56,51,53,54,52,57,93,44,91,45,55,53,46,51,55,50,49,51,49,44,51,56,46,57,54,49,52,51,54,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,53,46,51,50,49,48,50,49,44,51,57,46,50,53,49,51,55,57,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,53,55,52,52,50,57,44,51,57,46,51,49,51,54,49,49,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,57,51,54,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,53,54,57,57,51,52,44,52,49,46,54,49,55,49,53,93,44,91,45,56,51,46,55,52,55,50,49,55,44,52,49,46,52,54,54,50,49,54,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,53,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,55,53,49,51,56,49,44,51,52,46,48,54,52,50,48,49,93,44,91,45,56,51,46,53,54,51,50,49,53,44,51,52,46,48,51,49,55,53,55,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,52,56,48,51,54,49,44,51,52,46,50,54,50,48,51,56,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,53,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,57,57,57,44,34,98,101,100,115,34,58,50,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,87,104,101,97,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,57,54,55,56,44,52,54,46,55,53,48,56,55,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,48,57,46,52,48,50,57,48,54,44,52,54,46,50,49,57,55,48,54,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,110,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,55,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,49,52,51,54,53,50,44,51,53,46,54,54,49,55,52,55,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,53,46,57,56,52,56,57,49,44,51,53,46,55,51,52,53,53,51,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,44,91,45,55,48,46,55,55,57,56,52,50,44,52,53,46,48,49,56,51,55,57,93,44,91,45,55,48,46,55,54,57,50,50,56,44,52,52,46,55,51,50,50,50,56,93,44,91,45,55,48,46,54,49,53,48,51,44,52,52,46,55,57,53,54,51,52,93,44,91,45,55,48,46,53,49,48,53,57,56,44,52,52,46,54,50,55,50,49,54,93,44,91,45,55,48,46,50,56,48,55,52,56,44,52,52,46,53,54,57,54,49,57,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,48,52,48,50,49,53,44,52,52,46,53,56,56,55,50,50,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,54,57,46,57,57,54,49,57,49,44,52,52,46,54,55,55,52,57,55,93,44,91,45,55,48,46,48,51,51,50,55,44,52,52,46,56,54,52,53,52,93,44,91,45,55,48,46,49,49,48,51,54,53,44,52,52,46,57,52,55,51,49,49,93,44,91,45,55,48,46,49,53,57,51,55,53,44,52,53,46,49,50,56,51,57,54,93,44,91,45,55,48,46,50,57,51,56,50,54,44,52,53,46,49,48,57,57,48,51,93,44,91,45,55,48,46,52,49,56,53,49,57,44,52,53,46,49,52,52,48,48,53,93,44,91,45,55,48,46,53,53,50,56,53,51,44,52,53,46,54,54,55,56,57,57,93,44,91,45,55,48,46,55,50,50,53,55,49,44,52,53,46,53,49,51,54,55,50,93,44,91,45,55,48,46,54,50,52,52,53,52,44,52,53,46,52,48,54,49,52,57,93,44,91,45,55,48,46,56,50,53,55,51,55,44,52,53,46,52,48,48,50,54,53,93,44,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,77,101,110,105,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,117,110,110,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,51,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,55,46,53,48,48,48,50,44,51,56,46,51,48,49,57,50,54,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,48,48,48,54,48,49,44,51,56,46,52,50,53,54,49,57,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,54,46,51,52,56,49,48,56,44,51,56,46,53,49,50,52,57,57,93,44,91,45,49,48,54,46,52,51,48,49,53,57,44,51,56,46,54,53,51,52,54,56,93,44,91,45,49,48,54,46,52,49,54,50,54,51,44,51,56,46,56,50,51,56,53,93,44,91,45,49,48,54,46,52,54,53,48,51,50,44,51,56,46,57,49,48,51,53,52,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,55,52,48,54,57,53,44,51,57,46,48,52,53,57,48,54,93,44,91,45,49,48,54,46,56,48,49,56,55,52,44,51,56,46,57,55,56,51,48,51,93,44,91,45,49,48,54,46,57,48,56,49,57,54,44,51,56,46,57,57,50,53,55,57,93,44,91,45,49,48,55,46,48,54,54,51,50,44,51,57,46,49,49,56,56,48,53,93,44,91,45,49,48,55,46,50,56,50,52,57,44,51,57,46,49,49,56,55,49,56,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,118,111,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,49,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,50,50,50,55,48,55,44,52,53,46,50,48,53,53,54,93,44,91,45,56,53,46,50,50,51,54,56,49,44,52,53,46,49,49,55,56,54,49,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,57,54,52,55,56,55,44,52,53,46,50,57,49,54,48,49,93,44,91,45,56,53,46,50,56,51,50,51,56,44,52,53,46,53,53,48,50,48,57,93,44,91,45,56,53,46,51,48,55,53,56,52,44,52,53,46,54,50,53,48,48,54,93,44,91,45,56,53,46,50,50,49,51,57,52,44,52,53,46,55,56,50,56,52,51,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,53,46,53,55,48,48,55,52,44,52,53,46,56,56,51,50,52,52,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,53,46,54,50,53,48,55,54,44,52,53,46,52,53,52,54,48,50,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,119,105,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,49,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,101,110,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,55,53,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,55,34,44,34,78,65,77,69,34,58,34,84,97,116,116,110,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,49,56,50,55,50,55,44,51,50,46,49,54,48,52,52,50,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,57,56,48,48,52,49,44,51,50,46,48,56,49,53,48,50,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,57,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,50,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,51,52,50,52,49,56,44,51,53,46,57,48,53,50,54,50,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,54,46,57,56,53,56,52,50,44,51,53,46,54,53,56,56,52,56,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,55,46,48,48,53,50,53,44,51,53,46,56,53,56,52,51,51,93,44,91,45,55,55,46,48,52,50,56,56,50,44,51,53,46,57,52,50,50,55,56,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,97,118,97,108,108,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,52,46,51,52,50,57,56,53,44,52,54,46,53,49,56,48,52,93,44,91,45,49,49,52,46,52,55,48,55,57,53,44,52,54,46,50,54,53,51,55,55,93,44,91,45,49,49,52,46,52,52,53,50,51,52,44,52,54,46,49,54,55,57,52,54,93,44,91,45,49,49,52,46,52,56,48,53,51,55,44,52,54,46,48,51,48,52,51,57,93,44,91,45,49,49,52,46,52,48,53,57,49,55,44,52,53,46,56,55,48,52,93,44,91,45,49,49,52,46,53,54,54,51,52,56,44,52,53,46,55,55,50,55,51,57,93,44,91,45,49,49,52,46,52,57,57,54,54,55,44,52,53,46,54,54,56,53,49,51,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,50,54,57,56,57,50,44,52,53,46,52,56,52,53,53,50,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,51,46,55,49,50,53,50,50,44,52,53,46,56,51,56,51,56,52,93,44,91,45,49,49,51,46,53,51,50,51,55,44,52,53,46,56,55,56,52,48,53,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,54,52,56,51,53,56,44,52,53,46,57,54,53,48,51,56,93,44,91,45,49,49,51,46,55,53,51,50,52,54,44,52,54,46,49,49,50,56,93,44,91,45,49,49,51,46,55,56,50,48,51,50,44,52,54,46,51,53,57,53,49,56,93,44,91,45,49,49,51,46,56,55,52,54,53,49,44,52,54,46,53,48,56,51,50,57,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,56,52,54,54,56,54,44,51,51,46,57,52,48,54,51,57,93,44,91,45,56,50,46,57,56,55,50,56,54,44,51,51,46,55,56,48,55,49,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,56,57,48,53,57,57,44,51,51,46,54,51,50,56,55,55,93,44,91,45,56,50,46,56,49,50,57,53,56,44,51,51,46,54,53,53,56,51,54,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,53,55,51,54,53,50,44,51,51,46,55,56,54,49,49,54,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,51,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,53,51,49,50,57,55,44,52,55,46,56,55,52,56,55,56,93,44,91,45,49,49,56,46,55,51,48,51,50,53,44,52,55,46,57,48,48,49,54,57,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,56,46,48,55,56,49,56,50,44,52,55,46,56,48,48,48,54,50,93,44,91,45,49,49,56,46,50,49,50,51,50,51,44,52,55,46,57,52,53,52,57,51,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,97,116,101,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,53,57,51,53,44,34,98,101,100,115,34,58,50,52,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,44,91,45,49,50,50,46,53,55,52,57,54,51,44,51,55,46,52,57,57,57,52,51,93,44,91,45,49,50,50,46,52,54,53,56,54,57,44,51,55,46,51,52,49,50,52,93,44,91,45,49,50,50,46,52,54,52,49,49,55,44,51,55,46,49,55,55,56,52,56,93,44,91,45,49,50,50,46,51,49,51,56,57,57,44,51,55,46,48,53,52,55,54,52,93,44,91,45,49,50,50,46,51,49,55,54,56,50,44,51,55,46,49,56,54,57,52,53,93,44,91,45,49,50,50,46,49,53,50,55,55,52,44,51,55,46,50,49,53,52,52,52,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,49,57,48,52,48,50,44,51,55,46,52,51,49,52,55,50,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,51,54,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,52,46,51,56,48,55,51,53,44,52,49,46,53,49,51,57,52,50,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,54,51,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,111,117,110,100,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,52,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,44,91,45,49,49,55,46,48,51,50,51,52,53,44,52,56,46,57,57,57,50,48,49,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,54,46,55,56,53,49,55,52,44,52,56,46,56,52,55,52,48,50,93,44,91,45,49,49,54,46,55,56,52,56,55,56,44,52,56,46,53,48,48,52,55,50,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,114,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,50,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,53,54,54,54,50,56,44,52,50,46,50,55,51,53,55,52,93,44,91,45,49,49,49,46,54,50,54,49,48,52,44,52,50,46,50,48,55,53,52,50,93,44,91,45,49,49,49,46,53,57,53,55,52,51,44,52,50,46,48,57,52,50,49,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,50,51,54,48,56,57,44,52,50,46,52,55,57,55,53,57,93,44,91,45,49,49,49,46,51,54,56,48,54,50,44,52,50,46,53,57,48,50,57,52,93,44,91,45,49,49,49,46,54,51,52,57,49,44,52,50,46,53,55,48,48,50,54,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,54,53,52,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,51,46,50,52,56,52,50,56,44,52,48,46,50,52,52,52,54,54,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,50,52,56,49,56,51,44,52,48,46,53,48,55,48,51,52,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,121,97,104,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,51,55,56,51,44,34,98,101,100,115,34,58,55,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,44,91,45,56,49,46,57,55,49,50,54,50,44,52,49,46,51,53,49,50,54,56,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,53,57,56,48,53,50,44,52,49,46,51,53,49,49,53,55,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,52,56,55,56,52,50,44,52,49,46,53,55,48,48,53,49,93,44,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,44,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,53,34,44,34,78,65,77,69,34,58,34,76,97,118,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,52,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,53,54,48,53,53,53,44,50,57,46,51,51,53,52,51,57,93,44,91,45,57,54,46,55,57,51,49,51,50,44,50,57,46,53,55,55,51,55,56,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,55,46,50,48,52,48,56,55,44,50,57,46,53,56,48,54,49,51,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,111,119,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,56,48,57,56,50,44,51,54,46,57,52,49,57,51,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,52,51,49,55,53,56,44,51,54,46,57,52,50,53,57,51,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,71,108,97,115,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,53,53,57,55,53,51,44,51,51,46,51,50,55,50,55,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,85,109,97,116,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,57,56,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,57,46,49,50,54,51,50,50,44,52,53,46,57,51,50,55,56,52,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,52,51,52,54,52,44,52,53,46,54,48,50,57,56,53,93,44,91,45,49,49,57,46,50,52,56,53,52,55,44,52,53,46,54,48,49,57,51,53,93,44,91,45,49,49,57,46,49,52,53,49,52,52,44,52,53,46,53,49,53,57,48,57,93,44,91,45,49,49,57,46,49,52,54,52,50,52,44,52,53,46,48,56,50,57,52,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,56,46,53,52,54,54,51,50,44,52,53,46,49,57,54,56,57,56,93,44,91,45,49,49,56,46,54,53,53,57,57,50,44,52,53,46,49,57,54,57,50,56,93,44,91,45,49,49,56,46,54,57,55,55,54,54,44,52,53,46,51,52,53,54,52,55,93,44,91,45,49,49,56,46,52,50,56,51,50,57,44,52,53,46,51,53,53,49,57,93,44,91,45,49,49,56,46,52,50,56,53,51,57,44,52,53,46,52,50,57,48,55,54,93,44,91,45,49,49,56,46,49,57,55,56,55,54,44,52,53,46,52,50,55,50,48,52,93,44,91,45,49,49,56,46,49,49,54,52,54,49,44,52,53,46,52,55,48,55,51,50,93,44,91,45,49,49,56,46,49,49,55,49,57,52,44,52,53,46,54,56,56,54,48,55,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,50,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,50,34,44,34,78,65,77,69,34,58,34,79,103,108,97,108,97,32,76,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,49,55,53,50,51,49,44,52,51,46,54,56,55,55,53,54,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,51,46,48,48,49,48,49,55,44,52,51,46,54,48,53,56,49,54,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,50,46,49,48,56,56,57,50,44,52,51,46,49,50,57,50,53,56,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,50,46,49,51,57,48,53,49,44,52,51,46,52,55,54,54,55,54,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,53,52,51,48,50,49,44,51,50,46,50,53,57,48,48,54,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,48,46,57,56,51,51,56,49,44,51,50,46,50,49,49,55,54,55,93,44,91,45,57,48,46,57,56,54,54,55,50,44,51,50,46,51,53,49,55,54,93,44,91,45,57,49,46,49,49,54,55,48,56,44,51,50,46,53,48,48,49,51,56,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,49,51,51,55,49,51,44,51,50,46,53,51,55,57,49,50,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,44,91,45,49,48,55,46,49,55,57,56,49,50,44,52,57,46,48,48,48,49,48,51,93,44,91,45,49,48,55,46,50,48,54,48,51,50,44,52,56,46,57,49,50,55,49,93,44,91,45,49,48,55,46,50,48,54,51,49,54,44,52,56,46,53,54,56,49,55,93,44,91,45,49,48,55,46,51,48,49,55,50,49,44,52,56,46,52,56,48,57,52,51,93,44,91,45,49,48,55,46,50,54,48,52,53,56,44,52,56,46,51,48,52,55,54,56,93,44,91,45,49,48,55,46,52,48,52,53,49,51,44,52,56,46,50,49,56,52,52,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,50,52,57,44,52,55,46,54,54,49,53,54,54,93,44,91,45,49,48,54,46,56,56,49,49,54,50,44,52,55,46,54,55,56,49,50,56,93,44,91,45,49,48,54,46,56,54,49,54,54,56,44,52,55,46,55,51,55,51,55,50,93,44,91,45,49,48,54,46,53,55,49,48,48,51,44,52,55,46,56,49,50,57,51,51,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,51,57,52,49,54,51,44,52,56,46,48,54,52,55,50,54,93,44,91,45,49,48,54,46,50,50,57,51,48,50,44,52,56,46,48,50,54,52,49,54,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,53,46,56,48,52,53,57,57,44,52,56,46,50,49,57,48,51,55,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,54,46,48,49,57,56,50,44,52,56,46,53,54,51,50,50,49,93,44,91,45,49,48,54,46,48,50,49,50,53,49,44,52,56,46,56,50,51,57,55,53,93,44,91,45,49,48,54,46,49,53,49,57,48,56,44,52,56,46,56,50,51,57,50,55,93,44,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,52,57,44,34,98,101,100,115,34,58,50,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,53,46,48,54,49,54,52,56,44,51,52,46,56,49,57,52,55,56,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,48,53,48,56,52,55,44,51,52,46,55,49,57,57,56,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,52,46,57,50,52,57,48,57,44,51,52,46,55,49,53,57,55,49,93,44,91,45,56,52,46,56,49,56,55,49,53,44,51,52,46,56,55,54,57,53,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,87,105,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,32,77,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,52,52,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,49,53,50,56,56,57,44,52,51,46,52,50,54,57,48,56,93,44,91,45,57,57,46,48,54,57,50,56,53,44,52,51,46,51,50,48,54,56,56,93,44,91,45,57,56,46,56,57,54,55,56,51,44,52,51,46,50,52,54,57,48,57,93,44,91,45,57,56,46,56,54,56,55,54,50,44,52,51,46,49,54,50,48,48,57,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,48,57,50,55,56,50,44,52,50,46,57,55,51,57,50,49,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,54,56,48,54,56,56,44,52,51,46,51,55,51,49,53,55,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,50,49,56,48,52,54,44,52,50,46,56,52,53,49,49,51,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,75,105,116,115,97,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,52,55,53,44,34,98,101,100,115,34,58,51,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,53,57,57,51,54,52,44,52,55,46,56,55,52,56,49,53,93,44,91,45,49,50,50,46,55,50,49,57,55,49,44,52,55,46,55,56,55,54,54,53,93,44,91,45,49,50,50,46,55,56,51,50,51,55,44,52,55,46,54,55,50,55,53,52,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,51,46,48,51,56,52,48,52,44,52,55,46,53,50,48,50,51,54,93,44,91,45,49,50,50,46,56,48,49,48,49,50,44,52,55,46,53,50,48,52,48,54,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,52,52,55,48,49,55,44,52,55,46,53,52,48,48,52,52,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,99,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,55,56,57,44,34,98,101,100,115,34,58,52,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,80,101,116,114,111,108,101,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,51,49,53,52,56,49,44,52,55,46,51,49,53,49,53,50,93,44,91,45,49,48,56,46,53,57,48,56,51,53,44,52,55,46,51,48,54,53,49,54,93,44,91,45,49,48,56,46,55,49,57,49,56,57,44,52,55,46,50,55,48,51,52,50,93,44,91,45,49,48,56,46,55,51,54,56,51,56,44,52,55,46,48,57,56,50,49,56,93,44,91,45,49,48,56,46,54,48,56,57,53,52,44,52,55,46,48,57,56,49,50,54,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,55,46,56,56,52,55,49,56,44,52,54,46,57,56,52,50,52,57,93,44,91,45,49,48,55,46,57,53,52,51,52,55,44,52,55,46,49,50,48,54,53,50,93,44,91,45,49,48,55,46,57,53,54,54,50,52,44,52,55,46,51,54,48,57,52,51,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,57,51,49,49,48,53,44,52,55,46,53,54,57,48,55,51,93,44,91,45,49,48,56,46,48,54,53,52,49,56,44,52,55,46,53,57,56,50,57,52,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,51,46,54,53,48,53,50,54,44,51,57,46,50,52,56,50,49,52,93,44,91,45,57,51,46,52,56,55,56,56,53,44,51,57,46,50,50,56,56,55,53,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,50,50,49,50,48,52,44,51,57,46,51,51,49,54,53,54,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,50,55,53,57,51,50,44,51,57,46,52,56,52,51,55,49,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,57,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,55,46,57,53,57,51,51,53,44,52,54,46,57,49,52,56,49,49,93,44,91,45,49,49,56,46,48,49,50,52,52,50,44,52,54,46,55,57,48,55,56,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,49,55,50,53,53,50,44,52,54,46,53,53,54,57,52,55,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,55,46,55,52,48,56,54,56,44,52,54,46,54,57,52,53,56,51,93,44,91,45,49,49,55,46,52,54,52,55,54,57,44,52,54,46,54,57,57,54,50,54,93,44,91,45,49,49,55,46,50,53,52,50,54,50,44,52,54,46,53,52,53,48,56,50,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,116,101,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,55,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,84,104,97,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,57,56,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,111,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,50,55,49,50,50,52,44,51,53,46,55,53,52,57,50,50,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,57,46,49,48,57,54,48,50,44,51,53,46,56,54,50,48,57,53,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,50,56,48,49,56,56,44,51,53,46,56,56,54,52,49,54,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,57,51,49,54,56,52,44,52,50,46,52,55,50,48,49,49,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,52,54,50,54,51,53,44,52,50,46,52,55,48,56,48,50,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,53,54,52,44,34,98,101,100,115,34,58,51,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,51,51,50,48,56,57,44,51,57,46,53,52,56,56,48,51,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,53,34,44,34,78,65,77,69,34,58,34,83,112,97,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,55,49,57,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,52,46,49,53,48,53,56,49,44,51,51,46,51,51,53,54,51,57,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,72,117,110,116,101,114,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,48,53,49,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,57,55,48,49,49,50,44,52,48,46,55,48,57,56,54,50,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,53,46,48,54,56,49,44,52,48,46,53,52,49,52,56,56,93,44,91,45,55,53,46,48,54,48,57,49,55,44,52,48,46,52,50,49,55,51,55,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,55,55,53,57,55,57,44,52,48,46,53,48,51,54,48,54,93,44,91,45,55,52,46,55,49,51,49,53,44,52,48,46,53,56,51,57,48,51,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,57,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,51,54,56,56,54,51,44,51,57,46,56,57,48,52,55,49,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,66,117,116,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,52,46,48,53,49,53,56,57,44,51,57,46,49,50,56,51,55,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,51,46,55,49,57,54,54,52,44,51,56,46,56,54,54,56,50,55,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,66,111,115,113,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,50,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,55,46,54,56,57,56,51,52,44,51,49,46,55,49,49,48,49,57,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,51,50,55,49,52,53,44,51,49,46,56,52,49,52,53,50,93,44,91,45,57,55,46,52,56,53,57,54,56,44,51,50,46,48,49,55,54,49,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,78,101,119,112,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,55,53,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,52,48,57,48,57,57,44,52,49,46,52,54,56,50,48,50,93,44,91,45,55,49,46,53,48,57,52,52,50,44,52,49,46,51,48,55,55,51,50,93,44,91,45,55,49,46,48,56,56,53,55,49,44,52,49,46,52,51,49,51,49,53,93,44,91,45,55,49,46,49,51,50,53,53,55,44,52,49,46,54,54,48,51,54,51,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,57,49,48,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,50,46,56,52,50,57,53,51,44,51,57,46,53,54,49,52,56,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,52,57,54,49,50,51,44,51,57,46,54,48,50,56,52,57,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,51,57,54,53,57,52,44,51,57,46,56,51,51,48,53,55,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,50,51,55,48,57,57,44,52,56,46,51,55,49,50,52,52,93,44,91,45,49,48,48,46,50,51,55,48,50,50,44,52,56,46,48,50,49,56,54,54,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,57,57,46,56,52,56,50,50,50,44,52,56,46,48,50,49,52,50,52,93,44,91,45,57,57,46,56,52,55,48,52,54,44,52,56,46,51,55,49,50,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,57,48,46,49,54,50,56,57,53,44,52,50,46,49,49,54,55,49,56,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,82,101,100,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,54,46,52,56,50,48,57,50,44,52,55,46,56,52,55,52,50,56,93,44,91,45,57,54,46,51,53,49,55,50,55,44,52,55,46,55,54,48,51,93,44,91,45,57,53,46,56,51,55,49,55,55,44,52,55,46,55,54,48,56,57,52,93,44,91,45,57,53,46,56,51,54,56,50,55,44,52,55,46,56,52,56,50,49,57,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,55,48,57,56,52,44,52,55,46,57,54,52,51,51,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,48,46,57,56,56,56,50,52,44,52,52,46,52,55,54,52,56,52,93,44,91,45,49,50,48,46,56,50,54,56,57,57,44,52,52,46,52,55,54,52,57,57,93,44,91,45,49,50,48,46,56,50,55,53,53,53,44,52,52,46,53,54,50,55,57,51,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,49,46,48,56,57,52,56,44,52,52,46,56,50,51,50,55,50,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,50,57,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,49,53,54,53,56,57,44,51,54,46,51,48,55,55,48,54,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,54,46,57,57,55,55,48,53,44,51,54,46,49,50,56,53,49,50,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,57,56,56,48,54,44,51,54,46,51,54,57,49,53,52,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,55,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,54,46,54,51,53,53,54,49,44,52,50,46,55,52,48,56,52,55,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,54,46,53,49,51,54,56,49,44,52,51,46,48,52,55,48,51,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,69,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,49,50,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,50,51,55,48,54,56,44,51,50,46,52,57,52,57,56,93,44,91,45,56,54,46,49,49,54,51,50,57,44,51,50,46,52,49,55,48,50,54,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,53,46,56,55,57,56,54,44,51,50,46,55,53,52,53,50,56,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,76,117,109,112,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,57,51,57,48,48,55,44,51,52,46,55,52,48,56,53,57,93,44,91,45,56,52,46,48,51,54,50,55,54,44,51,52,46,54,52,50,48,56,55,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,57,49,48,52,44,51,52,46,53,51,57,49,56,49,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,49,53,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,54,52,54,53,48,51,44,52,48,46,51,52,53,48,55,54,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,52,55,55,50,55,51,44,52,48,46,50,52,53,56,49,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,114,101,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,56,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,71,111,108,105,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,55,46,52,49,55,51,52,44,50,56,46,57,50,53,50,50,56,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,54,57,54,57,52,53,44,50,56,46,53,52,49,56,53,54,93,44,91,45,57,55,46,53,55,55,48,53,56,44,50,56,46,53,50,50,53,52,55,93,44,91,45,57,55,46,53,53,51,57,49,54,44,50,56,46,52,53,53,50,55,56,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,55,46,49,53,56,57,51,51,44,50,56,46,55,55,54,49,53,54,93,44,91,45,57,55,46,50,48,52,57,57,56,44,50,56,46,56,53,53,48,52,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,54,50,53,44,34,98,101,100,115,34,58,51,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,51,51,50,51,51,49,44,51,53,46,53,48,48,49,49,55,93,44,91,45,56,50,46,52,55,48,53,53,55,44,51,53,46,52,52,53,49,55,52,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,54,49,48,49,56,54,44,51,53,46,50,56,56,49,57,57,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,51,52,54,49,52,49,44,51,53,46,50,56,53,57,57,50,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,73,110,100,105,97,110,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,57,56,52,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,50,54,51,53,52,51,44,50,55,46,53,53,54,55,56,50,93,44,91,45,56,48,46,51,56,53,48,54,57,44,50,55,46,56,54,49,51,54,50,93,44,91,45,56,48,46,53,48,57,48,55,53,44,50,55,46,56,50,50,48,53,56,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,48,46,55,55,55,49,54,54,44,50,55,46,53,53,56,55,51,51,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,51,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,101,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,48,55,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,55,46,57,53,54,51,51,52,44,52,50,46,54,54,55,51,50,50,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,55,46,56,52,48,57,48,49,44,52,50,46,53,49,55,55,54,55,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,54,53,57,57,49,55,44,52,50,46,53,56,48,52,48,57,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,53,57,56,56,49,53,44,52,50,46,54,55,49,57,54,53,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,55,51,48,57,53,55,44,52,50,46,57,56,56,51,55,50,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,39,66,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,49,49,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,67,97,108,108,97,104,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,57,34,44,34,78,65,77,69,34,58,34,82,97,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,57,52,53,51,44,51,50,46,57,55,57,56,55,55,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,49,54,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,51,46,48,55,50,56,51,54,44,51,54,46,56,53,52,52,53,55,93,44,91,45,56,51,46,49,57,52,50,53,50,44,51,54,46,55,51,57,53,49,57,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,50,46,57,52,55,54,52,55,44,51,54,46,54,55,53,55,53,49,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,83,105,101,114,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,52,55,52,50,57,53,44,51,51,46,52,55,53,55,56,54,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,56,46,48,48,48,54,48,50,44,51,51,46,52,55,56,48,49,52,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,55,46,56,54,53,48,48,57,44,51,51,46,49,57,57,57,55,52,93,44,91,45,49,48,55,46,56,53,54,54,55,50,44,51,51,46,48,48,50,53,51,57,93,44,91,45,49,48,55,46,55,56,48,53,52,56,44,51,50,46,57,53,50,55,55,54,93,44,91,45,49,48,55,46,55,50,49,51,56,55,44,51,50,46,55,55,56,48,55,55,93,44,91,45,49,48,55,46,55,51,50,50,56,50,44,51,50,46,54,50,55,51,53,51,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,50,57,57,52,55,53,44,51,50,46,55,56,48,49,54,54,93,44,91,45,49,48,54,46,56,56,55,55,51,51,44,51,50,46,55,55,57,50,55,51,93,44,91,45,49,48,54,46,56,56,55,56,57,49,44,51,50,46,56,50,50,55,56,49,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,114,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,48,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,52,53,48,51,50,53,44,51,51,46,55,56,48,52,49,53,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,49,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,50,46,54,51,54,52,55,54,44,52,49,46,55,52,51,49,51,57,93,44,91,45,49,48,50,46,54,55,57,48,57,51,44,52,49,46,56,52,51,48,53,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,50,57,48,52,53,52,44,51,56,46,53,51,53,51,56,56,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,57,50,53,56,51,44,51,52,46,49,56,54,52,57,54,93,44,91,45,57,51,46,56,50,48,55,50,50,44,51,52,46,49,56,51,56,48,50,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,54,49,55,52,54,44,51,51,46,57,53,57,54,50,55,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,52,51,52,56,56,55,44,51,52,46,48,53,50,50,57,56,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,77,101,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,57,56,44,34,98,101,100,115,34,58,52,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,56,46,51,55,57,49,51,54,44,51,56,46,52,57,57,57,56,55,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,56,46,51,55,56,57,53,51,44,51,56,46,56,50,57,49,48,56,93,44,91,45,49,48,56,46,49,53,50,52,55,56,44,51,56,46,57,48,49,50,54,56,93,44,91,45,49,48,55,46,57,56,50,49,55,51,44,51,57,46,48,53,57,56,55,56,93,44,91,45,49,48,55,46,55,54,53,48,53,57,44,51,57,46,48,52,52,54,56,51,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,56,46,52,48,57,54,48,55,44,51,57,46,51,54,53,57,56,51,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,68,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,52,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,49,46,55,53,53,48,52,44,51,55,46,52,50,52,49,49,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,51,49,52,50,51,54,44,51,55,46,53,48,53,49,51,50,93,44,91,45,57,49,46,51,49,50,52,53,56,44,51,55,46,53,57,50,56,50,52,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,51,49,48,54,53,53,44,51,55,46,55,48,48,48,52,56,93,44,91,45,57,49,46,51,48,56,51,49,49,44,51,55,46,55,56,55,49,56,54,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,56,48,54,50,49,57,44,51,55,46,55,57,49,50,56,54,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,84,97,122,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,56,48,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,54,56,50,55,56,54,44,51,54,46,57,51,50,57,51,52,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,50,55,48,48,55,56,44,51,55,46,48,57,51,48,49,50,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,53,54,48,54,51,49,44,51,55,46,50,48,54,54,54,51,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,49,50,57,55,50,49,44,52,49,46,50,53,50,49,48,49,93,44,91,45,55,53,46,49,53,54,53,48,55,44,52,49,46,49,53,48,51,52,49,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,52,46,56,56,50,49,51,57,44,52,49,46,49,56,48,56,51,54,93,44,91,45,55,52,46,56,51,48,48,53,55,44,52,49,46,50,56,55,50,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,57,56,49,54,53,50,44,52,49,46,52,55,57,57,52,53,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,117,115,113,117,101,104,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,51,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,53,52,55,44,34,98,101,100,115,34,58,53,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,50,56,55,52,50,49,44,52,48,46,48,49,57,50,48,54,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,57,49,52,49,51,57,44,52,48,46,50,53,50,53,49,56,93,44,91,45,56,48,46,49,56,51,52,55,50,44,52,48,46,51,51,50,55,56,50,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,51,57,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,51,46,51,57,48,54,50,53,44,52,52,46,49,57,49,48,54,56,93,44,91,45,55,51,46,52,51,55,57,48,53,44,52,52,46,48,52,53,49,50,53,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,50,48,54,51,50,50,44,52,51,46,55,54,54,55,55,53,93,44,91,45,55,51,46,50,49,56,57,53,54,44,52,51,46,56,51,55,50,57,49,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,50,46,57,53,51,48,56,51,44,52,51,46,56,55,52,56,55,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,57,49,54,55,55,56,44,52,52,46,48,55,49,56,56,54,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,57,55,51,51,49,56,44,52,52,46,50,57,51,52,50,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,101,97,118,101,110,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,48,52,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,52,46,57,48,48,49,57,49,44,51,57,46,50,48,50,57,49,49,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,56,57,56,53,49,54,44,51,57,46,50,57,56,52,53,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,117,115,107,101,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,48,52,51,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,54,46,48,51,56,57,53,51,44,52,51,46,50,57,51,53,49,57,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,53,46,57,48,55,52,51,53,44,52,51,46,49,49,56,57,49,49,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,105,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,55,55,52,44,34,98,101,100,115,34,58,50,52,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,57,48,46,50,52,51,55,54,52,44,51,50,46,52,48,48,48,57,56,93,44,91,45,57,48,46,50,52,51,54,52,49,44,51,50,46,52,56,55,53,51,51,93,44,91,45,57,48,46,52,52,53,57,52,54,44,51,50,46,52,56,55,57,48,51,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,54,56,51,53,55,49,44,51,50,46,51,53,50,55,56,52,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,50,52,53,51,56,44,51,50,46,49,55,49,51,57,54,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,49,34,44,34,78,65,77,69,34,58,34,76,97,109,112,97,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,52,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,111,117,100,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,53,49,52,51,44,34,98,101,100,115,34,58,52,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,52,54,48,54,48,50,44,51,57,46,48,55,52,56,52,51,93,44,91,45,55,55,46,53,50,55,51,50,50,44,51,57,46,49,52,54,57,54,49,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,53,54,56,55,53,51,44,51,57,46,51,48,54,52,52,55,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,56,51,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,51,46,56,48,56,54,52,56,44,51,55,46,56,57,50,55,55,53,93,44,91,45,57,51,46,56,49,49,52,48,50,44,51,55,46,56,51,52,53,55,49,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,53,49,50,49,48,51,44,51,55,46,57,49,51,53,51,53,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,50,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,56,52,52,49,50,49,44,52,50,46,53,49,50,53,57,49,93,44,91,45,55,53,46,48,49,57,56,49,56,44,52,50,46,52,50,57,48,52,53,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,52,50,49,55,55,54,44,52,50,46,48,52,50,48,51,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,50,55,49,50,57,51,44,52,49,46,56,56,55,51,53,56,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,53,51,55,51,49,44,52,50,46,50,48,49,52,50,52,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,54,49,56,56,57,53,44,52,50,46,52,50,52,51,56,57,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,44,91,45,49,48,56,46,50,53,57,51,56,52,44,52,56,46,55,52,50,50,50,53,93,44,91,45,49,48,56,46,51,49,57,48,49,49,44,52,56,46,53,54,56,52,51,49,93,44,91,45,49,48,56,46,52,49,49,49,56,54,44,52,56,46,52,52,52,57,56,49,93,44,91,45,49,48,56,46,52,51,51,57,56,44,52,55,46,57,55,54,53,53,51,93,44,91,45,49,48,56,46,54,48,55,53,55,57,44,52,55,46,57,57,48,57,57,55,93,44,91,45,49,48,56,46,54,50,53,53,56,55,44,52,55,46,57,50,48,52,49,49,93,44,91,45,49,48,56,46,56,56,56,51,49,54,44,52,55,46,57,50,50,55,50,50,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,54,55,49,52,44,52,55,46,54,49,57,53,53,54,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,48,54,53,52,49,56,44,52,55,46,53,57,56,50,57,52,93,44,91,45,49,48,55,46,57,51,49,49,48,53,44,52,55,46,53,54,57,48,55,51,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,56,54,52,57,50,50,44,52,55,46,53,49,51,55,52,93,44,91,45,49,48,55,46,53,57,52,50,53,44,52,55,46,54,52,57,55,51,49,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,52,48,52,53,49,51,44,52,56,46,50,49,56,52,52,93,44,91,45,49,48,55,46,50,54,48,52,53,56,44,52,56,46,51,48,52,55,54,56,93,44,91,45,49,48,55,46,51,48,49,55,50,49,44,52,56,46,52,56,48,57,52,51,93,44,91,45,49,48,55,46,50,48,54,51,49,54,44,52,56,46,53,54,56,49,55,93,44,91,45,49,48,55,46,50,48,54,48,51,50,44,52,56,46,57,49,50,55,49,93,44,91,45,49,48,55,46,49,55,57,56,49,50,44,52,57,46,48,48,48,49,48,51,93,44,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,54,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,50,46,56,53,49,49,56,55,44,52,55,46,50,52,57,55,55,52,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,56,48,49,48,49,50,44,52,55,46,53,50,48,52,48,54,93,44,91,45,49,50,51,46,48,51,56,52,48,52,44,52,55,46,53,50,48,50,51,54,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,54,48,52,54,49,53,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,51,46,52,56,56,57,52,51,44,52,55,46,48,56,50,54,52,54,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,48,55,53,48,50,54,44,52,55,46,48,56,52,55,56,55,93,44,91,45,49,50,51,46,48,48,50,52,51,53,44,52,55,46,49,53,49,51,48,50,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,48,48,51,44,34,98,101,100,115,34,58,51,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,56,56,55,50,52,44,51,54,46,49,52,51,56,52,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,53,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,51,51,48,52,51,53,44,51,55,46,49,57,48,57,56,52,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,53,49,54,48,53,55,44,51,55,46,50,52,56,55,53,50,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,80,101,116,116,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,55,49,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,50,57,48,52,53,52,44,51,56,46,53,51,53,51,56,56,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,111,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,57,56,51,44,34,98,101,100,115,34,58,52,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,57,50,52,56,50,54,44,52,55,46,54,48,48,50,51,57,93,44,91,45,49,49,51,46,57,52,50,56,56,54,44,52,55,46,52,55,57,54,55,56,93,44,91,45,49,49,51,46,56,55,49,49,49,44,52,55,46,51,57,49,57,55,93,44,91,45,49,49,51,46,56,50,49,52,52,55,44,52,55,46,49,56,49,55,48,57,93,44,91,45,49,49,51,46,57,51,51,53,48,51,44,52,55,46,49,51,56,50,56,57,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,52,46,50,53,51,53,56,52,44,52,55,46,49,50,49,48,48,55,93,44,91,45,49,49,52,46,52,50,51,56,53,56,44,52,55,46,50,49,48,48,57,49,93,44,91,45,49,49,52,46,54,56,55,50,57,53,44,52,55,46,50,55,52,51,49,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,55,55,53,56,51,51,44,52,55,46,50,50,53,53,55,51,93,44,91,45,49,49,52,46,52,56,51,50,50,55,44,52,55,46,48,50,51,51,53,56,93,44,91,45,49,49,52,46,53,54,54,49,50,57,44,52,54,46,57,54,51,52,48,53,93,44,91,45,49,49,52,46,53,52,57,49,50,55,44,52,54,46,55,52,55,51,54,54,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,51,46,52,55,57,56,53,54,44,52,54,46,55,52,52,55,49,52,93,44,91,45,49,49,51,46,52,49,54,53,57,57,44,52,54,46,56,51,50,49,49,51,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,51,48,50,57,52,51,44,52,55,46,49,55,57,54,52,51,93,44,91,45,49,49,51,46,52,54,54,52,53,44,52,55,46,49,55,57,49,56,54,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,117,116,97,117,113,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,57,34,44,34,78,65,77,69,34,58,34,85,112,115,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,117,108,112,101,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,53,48,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,48,57,54,48,56,51,44,51,56,46,52,48,52,51,52,51,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,55,46,57,48,56,57,55,57,44,51,56,46,51,56,49,53,48,51,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,55,51,53,57,48,49,44,51,56,46,52,49,51,52,53,56,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,56,46,49,54,56,55,57,50,44,51,56,46,53,50,51,56,48,57,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,53,46,49,55,49,55,54,51,44,51,53,46,51,48,53,53,53,51,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,52,53,53,48,49,56,44,51,53,46,49,54,48,53,55,53,93,44,91,45,57,53,46,51,52,57,53,50,53,44,51,53,46,49,54,48,48,50,49,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,52,46,57,50,55,55,55,52,44,51,53,46,50,48,50,54,49,93,44,91,45,57,52,46,56,49,52,50,55,54,44,51,53,46,50,48,50,51,51,49,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,53,52,55,44,34,98,101,100,115,34,58,52,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,50,52,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,56,46,49,55,49,53,52,57,44,51,57,46,54,57,53,54,52,51,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,49,51,56,57,51,55,44,51,57,46,53,57,51,55,57,54,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,52,52,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,54,57,49,51,49,50,44,51,56,46,53,49,48,48,48,56,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,57,57,51,55,54,49,44,51,56,46,56,53,48,48,50,49,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,93,44,91,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,44,91,45,55,56,46,57,48,48,53,56,57,44,51,56,46,52,53,57,50,49,55,93,44,91,45,55,56,46,56,50,52,51,50,44,51,56,46,52,51,53,48,55,57,93,44,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,52,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,53,51,55,49,56,44,52,49,46,50,54,54,49,53,55,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,105,115,107,105,121,111,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,52,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,53,54,53,52,52,50,44,52,49,46,57,48,51,49,52,49,93,44,91,45,49,50,51,46,55,48,51,54,56,49,44,52,49,46,56,50,57,52,56,55,93,44,91,45,49,50,51,46,54,54,55,49,49,52,44,52,49,46,54,57,49,54,56,57,93,44,91,45,49,50,51,46,55,49,57,49,55,52,44,52,49,46,53,57,53,54,49,51,93,44,91,45,49,50,51,46,54,49,50,51,57,53,44,52,49,46,52,52,56,57,53,52,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,52,55,52,48,56,53,44,52,49,46,51,54,54,49,57,51,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,50,52,53,50,50,50,44,52,49,46,48,55,55,57,56,55,93,44,91,45,49,50,51,46,49,48,57,48,55,55,44,52,49,46,48,55,53,52,50,57,93,44,91,45,49,50,51,46,48,51,54,56,48,56,44,52,49,46,48,48,52,48,53,56,93,44,91,45,49,50,50,46,56,57,55,48,54,54,44,52,49,46,50,48,49,48,48,54,93,44,91,45,49,50,50,46,56,49,49,51,52,50,44,52,49,46,50,48,50,52,53,49,93,44,91,45,49,50,50,46,53,57,48,56,48,56,44,52,49,46,51,50,53,57,49,93,44,91,45,49,50,50,46,53,48,52,50,53,52,44,52,49,46,51,51,52,55,49,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,51,55,51,51,54,54,44,52,53,46,53,56,55,54,51,52,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,54,52,56,44,34,98,101,100,115,34,58,49,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,57,48,46,49,51,56,53,55,52,44,50,57,46,57,49,56,56,48,53,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,56,57,46,56,56,49,53,57,57,44,50,57,46,57,56,54,50,93,44,91,45,56,57,46,54,56,51,50,51,44,51,48,46,48,55,54,52,48,54,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,55,57,55,52,49,52,44,51,48,46,49,54,48,55,53,55,93,44,91,45,56,57,46,57,48,51,50,51,52,44,51,48,46,49,57,56,54,54,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,57,56,57,50,44,34,98,101,100,115,34,58,52,55,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,55,46,48,50,51,50,56,54,44,51,51,46,55,55,50,55,50,55,93,44,91,45,56,55,46,48,57,50,55,51,51,44,51,51,46,54,50,55,56,53,93,44,91,45,56,55,46,49,55,57,52,51,44,51,51,46,54,49,51,55,57,52,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,50,56,52,51,54,51,44,51,51,46,52,52,48,53,55,56,93,44,91,45,56,55,46,49,55,57,54,51,56,44,51,51,46,51,50,49,49,49,50,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,54,46,54,55,52,52,49,56,44,51,51,46,52,54,54,53,50,49,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,53,50,53,48,55,51,44,51,51,46,55,50,49,50,51,54,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,55,53,57,49,52,52,44,51,51,46,56,52,48,54,49,55,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,57,51,44,34,98,101,100,115,34,58,50,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,53,51,49,54,48,50,44,51,51,46,56,54,55,54,49,56,93,44,91,45,56,55,46,53,50,56,51,51,56,44,51,51,46,54,57,50,48,52,57,93,44,91,45,56,55,46,52,50,51,56,52,51,44,51,51,46,54,56,57,49,49,50,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,51,49,56,53,51,50,44,51,51,46,53,56,55,51,57,51,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,49,55,57,52,51,44,51,51,46,54,49,51,55,57,52,93,44,91,45,56,55,46,48,57,50,55,51,51,44,51,51,46,54,50,55,56,53,93,44,91,45,56,55,46,48,50,51,50,56,54,44,51,51,46,55,55,50,55,50,55,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,97,100,115,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,49,55,44,34,98,101,100,115,34,58,57,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,52,46,56,56,50,54,49,54,44,51,48,46,53,51,51,48,57,52,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,52,50,48,52,55,52,44,51,48,46,52,54,51,57,48,53,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,50,55,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,52,53,48,52,48,57,44,51,52,46,55,53,57,50,52,49,93,44,91,45,56,53,46,52,53,48,53,54,49,44,51,52,46,56,51,49,54,55,55,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,101,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,51,50,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,50,48,50,49,50,54,44,51,52,46,56,54,48,51,55,52,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,48,50,57,49,52,52,44,51,52,46,55,48,56,49,55,54,93,44,91,45,56,57,46,57,48,56,53,56,55,44,51,52,46,55,55,50,54,52,49,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,57,48,46,50,52,54,49,49,54,44,51,52,46,57,52,52,51,49,54,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,52,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,51,48,48,52,49,52,44,51,56,46,57,52,51,53,57,50,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,55,46,57,52,51,48,51,52,44,51,56,46,52,52,57,50,49,54,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,56,50,44,34,98,101,100,115,34,58,57,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,56,46,54,55,53,56,54,55,44,51,53,46,52,56,57,49,54,51,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,55,52,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,115,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,56,54,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,111,108,111,114,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,57,56,57,50,48,56,44,51,55,46,56,53,54,54,52,93,44,91,45,49,48,56,46,50,48,57,48,57,51,44,51,55,46,56,50,48,57,51,54,93,44,91,45,49,48,56,46,50,53,54,52,57,56,44,51,55,46,56,57,52,54,48,55,93,44,91,45,49,48,56,46,56,49,54,55,49,44,51,55,46,56,57,53,53,51,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,56,46,57,49,55,48,56,49,44,51,55,46,54,51,49,57,48,50,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,105,99,107,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,57,51,44,34,98,101,100,115,34,58,50,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,49,57,56,55,55,50,44,51,57,46,57,53,48,49,52,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,52,55,55,50,55,51,44,52,48,46,50,52,53,56,49,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,51,34,44,34,78,65,77,69,34,58,34,77,97,110,97,115,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,53,55,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,57,57,52,51,44,51,56,46,55,51,55,49,51,55,93,44,91,45,55,55,46,52,53,49,54,52,50,44,51,56,46,55,51,56,51,51,55,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,51,50,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,52,52,49,54,55,55,44,51,51,46,50,55,51,54,52,55,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,57,54,50,57,49,54,44,52,48,46,57,50,52,57,53,55,93,44,91,45,57,49,46,48,57,54,57,52,54,44,52,48,46,56,49,49,52,48,51,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,57,52,49,44,34,98,101,100,115,34,58,49,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,52,48,56,55,55,49,44,51,50,46,50,52,52,51,48,57,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,51,48,50,50,49,55,44,51,49,46,57,54,53,48,54,53,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,53,46,57,57,53,53,54,51,44,51,49,46,57,54,55,53,53,52,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,57,57,57,49,53,55,44,51,50,46,50,53,48,53,52,51,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,54,46,49,49,54,51,50,57,44,51,50,46,52,49,55,48,50,54,93,44,91,45,56,54,46,50,51,55,48,54,56,44,51,50,46,52,57,52,57,56,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,97,112,97,104,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,54,55,49,44,34,98,101,100,115,34,58,49,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,53,46,48,53,51,52,49,49,44,51,57,46,54,51,49,53,56,54,93,44,91,45,49,48,53,46,48,53,51,52,53,55,44,51,57,46,54,50,57,53,50,54,93,44,91,45,49,48,53,46,48,53,51,51,51,44,51,57,46,54,50,55,57,56,57,93,44,91,45,49,48,53,46,48,53,51,52,51,57,44,51,57,46,54,50,52,51,56,55,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,51,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,50,53,55,50,57,56,44,51,55,46,54,51,48,57,48,51,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,51,52,49,50,50,44,51,55,46,52,54,57,52,53,56,93,44,91,45,56,53,46,50,52,54,55,53,57,44,51,55,46,52,50,48,50,48,53,93,44,91,45,56,53,46,49,54,57,53,54,53,44,51,55,46,52,54,52,48,48,52,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,83,107,97,103,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,57,48,55,44,34,98,101,100,115,34,58,50,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,53,57,49,57,52,52,44,52,56,46,52,49,55,55,53,56,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,49,46,48,54,50,52,53,44,52,56,46,52,54,48,51,54,55,93,44,91,45,49,50,48,46,56,53,55,52,50,55,44,52,56,46,53,52,55,54,55,54,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,49,46,50,54,49,54,51,56,44,52,56,46,54,52,48,57,49,50,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,50,46,55,54,52,52,48,52,44,52,56,46,54,48,48,53,55,55,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,53,52,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,57,53,52,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,56,57,46,55,50,55,55,56,56,44,52,51,46,53,54,57,52,55,56,93,44,91,45,56,57,46,53,57,57,51,53,55,44,52,51,46,53,53,56,48,52,49,93,44,91,45,56,57,46,54,48,48,55,51,44,52,51,46,51,56,48,54,54,54,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,114,117,110,115,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,56,54,48,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,50,53,52,54,50,50,44,51,52,46,50,49,54,51,48,53,93,44,91,45,55,56,46,51,55,52,50,57,53,44,51,52,46,50,48,52,56,57,51,93,44,91,45,55,56,46,53,53,53,48,52,51,44,51,52,46,48,54,55,48,55,49,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,56,46,52,57,57,51,48,49,44,51,51,46,56,49,50,56,53,50,93,44,91,45,55,56,46,50,54,50,51,51,53,44,51,51,46,56,54,51,49,54,51,93,44,91,45,55,56,46,48,54,54,53,56,49,44,51,51,46,56,52,55,57,56,53,93,44,91,45,55,55,46,57,54,52,48,53,50,44,51,51,46,55,53,50,56,57,57,93,44,91,45,55,55,46,56,57,55,48,49,49,44,51,51,46,55,56,54,56,93,44,91,45,55,55,46,57,52,56,52,55,57,44,51,51,46,57,55,49,50,55,52,93,44,91,45,55,55,46,57,53,54,54,48,53,44,51,52,46,50,51,52,52,57,49,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,49,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,53,46,49,57,51,55,48,53,44,52,55,46,56,55,50,53,52,52,93,44,91,45,57,53,46,50,55,55,56,51,52,44,52,55,46,57,50,53,51,52,54,93,44,91,45,57,53,46,50,50,57,49,51,51,44,52,56,46,48,49,57,57,53,56,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,53,46,57,48,57,52,57,49,44,51,54,46,57,57,48,55,48,56,93,44,91,45,55,53,46,56,56,57,54,55,54,44,51,55,46,48,53,52,53,49,53,93,44,91,45,55,53,46,55,52,52,54,51,57,44,51,55,46,49,56,50,51,52,57,93,44,91,45,55,53,46,55,49,53,53,49,53,44,51,55,46,50,55,53,54,56,55,93,44,91,45,55,53,46,53,57,55,52,52,49,44,51,55,46,52,53,48,57,56,56,93,44,91,45,55,53,46,55,56,55,48,51,44,51,55,46,52,54,52,53,55,56,93,44,91,45,55,53,46,56,51,53,50,49,52,44,51,55,46,53,53,52,50,52,53,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,82,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,53,46,49,56,53,48,56,57,44,51,57,46,55,49,53,53,49,53,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,51,52,51,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,55,56,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,56,46,48,49,48,53,52,56,44,52,49,46,48,55,50,55,54,49,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,111,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,44,91,45,49,48,53,46,48,51,56,53,52,56,44,52,56,46,54,53,48,48,57,57,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,52,46,55,53,55,54,49,57,44,52,56,46,53,54,51,49,50,55,93,44,91,45,49,48,52,46,54,50,55,55,50,54,44,52,56,46,52,55,54,51,52,57,93,44,91,45,49,48,52,46,54,50,55,55,54,44,52,56,46,51,56,57,51,54,50,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,44,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,70,114,111,110,116,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,57,57,46,57,56,49,49,57,51,44,52,48,46,52,51,56,50,57,49,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,117,113,117,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,54,56,53,57,50,44,49,56,46,51,50,57,57,57,49,93,44,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,44,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,105,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,50,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,50,56,49,57,52,53,44,51,51,46,49,51,51,48,54,93,44,91,45,56,55,46,51,49,56,53,51,57,44,51,51,46,48,48,54,49,55,57,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,51,49,57,49,56,52,44,51,50,46,56,51,49,53,50,50,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,54,46,56,55,54,49,49,56,44,51,50,46,56,51,54,50,54,52,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,55,46,48,50,53,53,57,54,44,51,51,46,49,54,53,55,57,53,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,50,51,44,34,98,101,100,115,34,58,57,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,105,103,32,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,54,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,54,56,48,52,53,52,44,52,53,46,52,49,48,52,57,57,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,50,56,51,49,57,53,44,52,53,46,50,52,54,51,57,49,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,54,46,50,52,49,51,50,56,44,52,53,46,52,49,50,54,54,55,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,117,101,32,69,97,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,50,50,44,34,98,101,100,115,34,58,50,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,52,46,48,53,54,55,53,55,44,52,52,46,49,53,52,54,49,55,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,52,51,51,54,55,44,51,56,46,50,50,57,52,57,51,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,52,55,54,54,51,56,44,51,56,46,52,53,55,50,50,56,93,44,91,45,55,57,46,53,51,54,56,55,44,51,56,46,53,53,48,57,49,55,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,54,56,57,54,54,55,44,51,56,46,52,51,49,52,54,50,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,112,111,116,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,52,49,50,44,34,98,101,100,115,34,58,49,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,55,46,56,51,57,55,49,55,44,51,56,46,49,48,54,48,51,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,83,116,114,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,50,51,55,44,34,98,101,100,115,34,58,50,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,49,46,49,53,57,51,54,52,44,52,51,46,51,53,53,49,50,51,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,48,50,54,54,56,54,44,52,51,46,49,51,55,57,52,55,93,44,91,45,55,48,46,56,55,53,52,51,54,44,52,51,46,48,56,48,52,50,50,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,56,49,56,49,57,53,44,52,51,46,50,51,56,51,51,93,44,91,45,55,48,46,57,55,56,49,49,53,44,52,51,46,51,53,56,57,49,52,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,56,50,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,49,57,56,53,57,44,51,50,46,53,51,49,55,54,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,49,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,51,50,53,51,57,49,44,52,53,46,56,57,56,54,54,53,93,44,91,45,56,55,46,51,50,55,53,48,50,44,52,53,46,53,53,49,50,53,93,44,91,45,56,55,46,49,50,57,49,49,56,44,52,53,46,53,53,48,52,56,53,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,49,48,49,49,51,51,44,52,53,46,52,52,52,50,51,93,44,91,45,56,54,46,55,53,52,50,51,54,44,52,53,46,52,52,51,54,49,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,54,46,52,53,57,49,49,52,44,52,53,46,56,57,54,51,54,51,93,44,91,45,56,54,46,52,57,48,49,52,50,44,52,54,46,49,53,56,49,55,56,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,55,46,50,52,49,53,48,54,44,52,54,46,49,53,57,49,48,51,93,44,91,45,56,55,46,50,52,50,56,56,53,44,52,53,46,57,56,53,49,49,55,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,101,98,97,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,54,49,44,34,98,101,100,115,34,58,49,48,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,50,51,48,53,50,52,44,51,52,46,57,54,56,53,50,55,93,44,91,45,57,52,46,50,50,56,50,50,54,44,51,53,46,48,55,49,57,53,53,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,48,51,49,50,51,54,44,51,53,46,49,52,48,57,48,56,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,52,46,48,56,50,55,57,56,44,51,53,46,50,49,53,57,49,51,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,50,56,57,51,51,50,44,51,53,46,51,52,53,50,49,49,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,114,117,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,55,54,53,44,34,98,101,100,115,34,58,51,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,49,53,50,55,55,52,44,51,55,46,50,49,53,52,52,52,93,44,91,45,49,50,50,46,51,49,55,54,56,50,44,51,55,46,49,56,54,57,52,53,93,44,91,45,49,50,50,46,51,49,51,56,57,57,44,51,55,46,48,53,52,55,54,52,93,44,91,45,49,50,50,46,50,53,49,48,56,50,44,51,54,46,57,56,53,56,51,51,93,44,91,45,49,50,50,46,48,55,54,51,57,57,44,51,54,46,57,49,48,49,57,57,93,44,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,55,53,55,54,44,51,55,46,48,52,57,54,51,93,44,91,45,49,50,50,46,48,50,54,49,48,55,44,51,55,46,49,54,54,56,49,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,52,51,53,56,55,52,44,51,49,46,51,49,51,50,54,51,93,44,91,45,56,49,46,49,56,51,55,49,54,44,51,49,46,50,57,52,50,56,51,93,44,91,45,56,49,46,49,57,48,55,53,56,44,51,49,46,51,57,57,56,55,54,93,44,91,45,56,49,46,48,57,53,51,56,51,44,51,49,46,53,50,48,57,56,49,93,44,91,45,56,49,46,49,55,53,49,52,56,44,51,49,46,53,51,57,54,54,93,44,91,45,56,49,46,50,54,49,56,54,56,44,51,49,46,54,53,48,49,52,50,93,44,91,45,56,49,46,52,51,53,55,54,44,51,49,46,54,52,50,48,53,53,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,53,54,54,48,48,57,44,51,49,46,53,55,54,52,54,55,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,52,46,48,52,52,49,49,51,44,51,50,46,57,52,55,56,55,52,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,68,117,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,48,54,51,53,57,52,44,51,54,46,51,56,52,50,51,53,93,44,91,45,57,48,46,49,50,53,52,56,55,44,51,54,46,50,51,49,50,51,50,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,51,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,56,50,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,70,111,114,115,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,56,56,48,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,50,53,56,57,51,52,44,51,52,46,49,48,57,53,51,57,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,51,46,57,50,55,50,56,52,44,51,52,46,50,55,57,51,57,57,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,80,97,116,114,105,99,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,53,56,57,52,55,51,44,50,55,46,56,53,54,49,48,49,93,44,91,45,57,55,46,51,51,55,54,55,55,44,50,55,46,56,56,51,49,54,53,93,44,91,45,57,55,46,49,56,53,53,55,57,44,50,55,46,56,51,48,50,55,50,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,51,49,57,49,57,57,44,50,56,46,49,50,53,57,53,56,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,53,54,55,54,50,50,44,50,56,46,49,50,57,54,56,51,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,97,108,116,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,56,57,46,56,51,53,56,55,51,44,51,49,46,48,55,52,57,50,54,93,44,91,45,57,48,46,48,51,49,56,57,54,44,51,49,46,49,55,53,55,50,55,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,50,46,49,56,52,57,56,54,44,51,57,46,54,54,50,57,51,50,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,73,115,97,98,101,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,55,55,53,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,49,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,48,46,57,54,53,52,56,57,44,51,51,46,54,50,53,50,56,50,93,44,91,45,56,48,46,56,48,55,54,51,49,44,51,51,46,54,48,52,48,56,49,93,44,91,45,56,48,46,54,53,57,48,50,44,51,51,46,52,55,48,57,56,50,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,56,48,55,53,57,49,44,51,51,46,55,55,52,50,49,49,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,117,98,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,53,57,48,49,51,49,44,52,50,46,52,52,56,52,51,53,93,44,91,45,49,49,48,46,53,52,49,54,51,52,44,52,50,46,50,55,55,52,57,49,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,48,57,46,48,55,50,56,53,49,44,52,50,46,54,57,51,53,49,52,93,44,91,45,49,48,57,46,50,49,52,54,48,50,44,52,50,46,55,54,49,55,57,53,93,44,91,45,49,48,57,46,51,55,48,54,53,56,44,52,50,46,57,52,53,55,50,56,93,44,91,45,49,48,57,46,53,53,50,53,55,57,44,52,51,46,48,49,50,53,51,56,93,44,91,45,49,48,57,46,54,57,50,55,49,54,44,52,51,46,50,54,53,48,51,93,44,91,45,49,48,57,46,55,53,52,55,49,55,44,52,51,46,52,54,51,50,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,49,48,46,48,53,55,51,49,44,52,51,46,51,55,55,55,54,56,93,44,91,45,49,49,48,46,51,52,52,50,49,56,44,52,51,46,51,55,55,57,49,56,93,44,91,45,49,49,48,46,51,52,51,57,53,57,44,52,51,46,50,57,49,49,54,53,93,44,91,45,49,49,48,46,53,55,56,51,56,44,52,51,46,50,57,49,54,52,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,108,101,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,55,57,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,56,53,57,50,56,44,51,56,46,52,53,54,51,52,56,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,53,48,55,57,53,51,44,51,56,46,50,55,51,49,53,53,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,53,56,48,53,54,54,44,51,56,46,52,51,48,49,54,57,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,57,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,48,46,56,48,49,53,50,53,44,52,52,46,53,48,57,54,56,49,93,44,91,45,57,48,46,56,48,49,57,49,56,44,52,52,46,52,50,50,52,52,50,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,52,49,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,52,48,56,56,55,54,44,51,53,46,48,52,54,51,50,52,93,44,91,45,56,49,46,52,56,55,48,49,54,44,51,53,46,48,51,52,56,53,51,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,48,46,56,54,56,54,53,50,44,51,52,46,57,53,49,49,52,51,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,49,46,48,52,49,52,57,54,44,51,53,46,48,52,52,55,49,51,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,49,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,115,99,101,110,115,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,49,55,54,44,34,98,101,100,115,34,58,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,48,46,57,49,53,53,54,53,44,51,48,46,49,49,51,50,56,53,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,55,49,57,53,51,57,44,51,48,46,49,56,57,57,57,52,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,49,52,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,54,46,57,52,48,55,48,54,44,52,48,46,56,56,56,48,50,51,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,56,56,50,50,56,44,52,48,46,57,55,49,51,51,52,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,57,55,55,57,51,57,44,52,49,46,48,56,55,56,56,51,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,52,52,55,44,34,98,101,100,115,34,58,52,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,56,55,55,53,53,54,44,51,55,46,51,54,54,50,52,55,93,44,91,45,55,55,46,55,53,56,54,50,44,51,55,46,50,54,56,55,49,55,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,49,52,52,48,54,44,51,55,46,50,54,48,57,52,57,93,44,91,45,55,55,46,51,56,56,57,49,55,44,51,55,46,50,56,55,51,52,57,93,44,91,45,55,55,46,51,55,57,49,57,51,44,51,55,46,50,54,55,53,56,93,44,91,45,55,55,46,51,56,50,53,50,49,44,51,55,46,50,52,50,56,51,55,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,51,56,51,56,53,54,44,51,55,46,50,51,56,57,48,54,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,51,52,57,50,51,53,44,51,55,46,51,55,56,52,54,54,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,99,97,100,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,53,54,56,44,34,98,101,100,115,34,58,49,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,53,51,52,54,51,56,44,51,48,46,49,48,55,56,53,50,93,44,91,45,57,50,46,52,50,54,48,51,57,44,51,48,46,48,52,57,51,54,57,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,50,46,49,55,54,52,52,52,44,51,48,46,52,51,54,56,53,50,93,44,91,45,57,50,46,50,52,52,55,57,53,44,51,48,46,52,56,48,49,57,51,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,49,54,52,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,55,57,46,56,50,56,56,55,54,44,52,49,46,54,50,50,48,53,55,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,114,105,112,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,54,50,51,53,55,56,44,52,51,46,52,57,57,56,53,57,93,44,91,45,57,57,46,54,50,51,53,56,55,44,52,51,46,55,52,50,52,49,52,93,44,91,45,57,57,46,56,51,55,56,50,53,44,52,51,46,54,56,57,48,55,49,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,117,116,104,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,52,46,55,52,52,50,48,52,44,52,49,46,54,48,50,49,56,53,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,50,56,48,48,53,55,44,52,49,46,54,48,49,51,49,50,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,53,50,50,52,56,44,52,49,46,53,49,49,48,51,53,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,51,51,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,57,53,53,49,50,52,44,51,53,46,51,52,54,48,52,56,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,75,97,110,97,119,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,55,49,48,44,34,98,101,100,115,34,58,49,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,49,46,56,49,56,50,51,52,44,51,56,46,51,49,54,55,53,49,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,54,52,56,53,51,55,44,51,56,46,49,56,53,48,51,54,93,44,91,45,56,49,46,52,55,56,49,50,50,44,51,56,46,48,54,48,49,51,56,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,51,51,49,53,48,51,44,51,56,46,49,54,55,53,55,56,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,49,46,50,56,51,56,55,50,44,51,56,46,52,55,50,48,50,57,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,52,54,53,51,55,50,44,51,56,46,53,52,57,56,57,56,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,54,51,50,56,51,54,44,51,56,46,53,53,52,51,55,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,55,53,48,53,52,55,44,51,56,46,53,57,49,48,49,52,93,44,91,45,56,49,46,55,50,53,56,48,49,44,51,56,46,52,54,54,54,50,93,44,91,45,56,49,46,57,48,48,50,50,50,44,51,56,46,51,57,56,53,55,50,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,114,111,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,49,55,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,86,101,110,97,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,55,54,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,56,50,56,56,55,54,44,52,49,46,54,50,50,48,53,55,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,56,49,48,44,34,98,101,100,115,34,58,50,53,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,52,50,48,51,54,51,44,52,48,46,57,48,54,53,48,50,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,53,57,56,48,53,50,44,52,49,46,51,53,49,49,53,55,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,71,108,121,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,57,55,52,44,34,98,101,100,115,34,58,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,53,54,53,49,49,54,44,51,49,46,48,57,49,57,52,93,44,91,45,56,49,46,52,50,51,55,55,53,44,51,48,46,57,57,48,56,57,50,93,44,91,45,56,49,46,51,48,54,52,51,53,44,51,48,46,57,57,48,54,52,52,93,44,91,45,56,49,46,50,57,50,49,52,53,44,51,49,46,49,53,53,52,49,53,93,44,91,45,56,49,46,50,51,52,51,51,55,44,51,49,46,49,55,48,50,53,56,93,44,91,45,56,49,46,49,56,51,55,49,54,44,51,49,46,50,57,52,50,56,51,93,44,91,45,56,49,46,52,51,53,56,55,52,44,51,49,46,51,49,51,50,54,51,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,57,34,44,34,78,65,77,69,34,58,34,87,101,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,48,53,51,44,34,98,101,100,115,34,58,53,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,44,91,45,49,48,48,46,48,56,54,56,57,56,44,50,56,46,49,52,54,55,56,51,93,44,91,45,57,57,46,57,56,57,55,54,50,44,50,55,46,57,57,50,56,55,54,93,44,91,45,57,57,46,56,57,51,52,53,54,44,50,55,46,56,57,57,50,48,56,93,44,91,45,57,57,46,56,55,50,50,57,52,44,50,55,46,55,57,53,50,53,56,93,44,91,45,57,57,46,55,50,49,53,49,57,44,50,55,46,54,54,54,49,53,53,93,44,91,45,57,57,46,54,48,51,53,51,51,44,50,55,46,54,52,49,57,57,50,93,44,91,45,57,57,46,53,49,49,48,52,57,44,50,55,46,53,54,52,53,48,55,93,44,91,45,57,57,46,52,55,57,50,53,49,44,50,55,46,52,55,56,54,51,53,93,44,91,45,57,57,46,53,48,52,51,57,55,44,50,55,46,51,51,57,56,57,54,93,44,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,56,46,55,57,56,48,56,55,44,50,55,46,50,54,56,48,49,50,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,57,46,51,56,56,57,52,54,44,50,56,46,48,51,48,52,49,57,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,51,56,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,48,53,49,55,51,57,44,51,53,46,51,55,50,53,56,53,93,44,91,45,56,48,46,48,57,56,49,56,53,44,51,53,46,50,53,53,49,55,51,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,55,57,46,56,53,49,50,54,56,44,51,53,46,49,56,51,56,53,53,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,54,57,55,55,55,51,44,51,53,46,50,53,49,51,55,57,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,114,111,111,115,116,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,50,54,57,44,34,98,101,100,115,34,58,50,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,44,91,45,54,55,46,55,56,49,50,52,56,44,52,53,46,57,52,51,52,53,93,44,91,45,54,55,46,55,57,48,49,57,54,44,52,55,46,48,54,55,50,50,93,44,91,45,54,55,46,57,53,49,57,56,54,44,52,55,46,49,57,52,54,50,56,93,44,91,45,54,56,46,50,51,52,53,49,51,44,52,55,46,51,53,53,50,57,53,93,44,91,45,54,56,46,51,56,51,57,55,50,44,52,55,46,51,48,49,49,55,49,93,44,91,45,54,56,46,53,56,48,48,53,44,52,55,46,50,56,55,49,49,53,93,44,91,45,54,56,46,57,48,52,57,56,49,44,52,55,46,49,56,48,52,51,54,93,44,91,45,54,57,46,48,52,48,57,49,56,44,52,55,46,50,52,52,57,55,51,93,44,91,45,54,57,46,48,51,53,52,56,49,44,52,55,46,52,49,52,57,56,53,93,44,91,45,54,57,46,50,50,52,52,54,49,44,52,55,46,52,53,57,56,51,51,93,44,91,45,54,57,46,57,57,55,49,49,49,44,52,54,46,54,57,53,53,50,93,44,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,54,56,46,56,50,49,52,49,52,44,52,54,46,53,55,50,53,49,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,52,51,54,52,52,51,44,52,54,46,51,56,50,49,50,49,93,44,91,45,54,56,46,52,50,54,49,54,57,44,52,53,46,56,55,48,56,50,57,93,44,91,45,54,56,46,52,51,51,48,50,56,44,52,53,46,53,55,56,52,56,50,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,57,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,56,57,46,56,50,52,50,51,54,44,51,49,46,52,51,52,48,57,51,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,54,48,50,56,56,57,44,51,49,46,53,51,56,56,51,54,93,44,91,45,56,57,46,55,53,53,54,49,52,44,51,49,46,54,48,57,55,53,49,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,53,46,57,57,51,51,49,55,44,51,56,46,52,56,56,53,52,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,54,46,48,57,49,55,48,53,44,51,56,46,55,56,51,51,57,57,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,108,97,110,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,117,110,115,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,54,53,53,56,52,49,44,51,54,46,55,49,51,53,51,57,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,55,54,53,53,52,44,51,54,46,57,55,52,54,53,53,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,55,54,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,52,48,54,57,54,53,44,51,53,46,57,52,54,53,57,57,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,50,56,48,49,56,56,44,51,53,46,56,56,54,52,49,54,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,105,98,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,49,55,53,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,49,48,57,54,48,50,44,51,53,46,56,54,50,48,57,53,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,56,51,53,52,53,55,44,51,54,46,49,50,49,52,54,49,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,57,52,44,34,98,101,100,115,34,58,52,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,50,55,51,54,49,52,44,51,55,46,50,55,56,51,48,56,93,44,91,45,55,55,46,51,50,53,51,50,44,51,55,46,50,54,48,57,51,50,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,49,46,49,49,57,54,50,53,44,51,54,46,49,53,51,54,55,49,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,51,52,57,56,51,52,44,51,54,46,50,51,48,57,54,55,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,48,46,56,55,50,55,56,53,44,51,53,46,56,56,48,56,55,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,69,100,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,56,52,48,44,34,98,101,100,115,34,58,50,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,50,46,54,51,56,50,49,49,44,52,54,46,57,55,56,49,51,57,93,44,91,45,49,50,50,46,52,57,48,56,56,56,44,52,54,46,56,54,55,52,53,50,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,49,46,56,52,49,56,57,44,52,54,46,55,50,56,52,53,53,93,44,91,45,49,50,49,46,55,53,56,53,57,51,44,52,54,46,55,56,51,55,57,49,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,52,57,55,51,52,53,44,52,54,46,56,54,50,56,54,54,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,55,57,54,52,54,52,44,52,55,46,49,55,51,48,53,57,93,44,91,45,49,50,49,46,57,50,56,49,57,53,44,52,55,46,49,52,55,51,53,56,93,44,91,45,49,50,50,46,48,57,52,55,54,52,44,52,55,46,49,57,52,57,55,55,93,44,91,45,49,50,50,46,49,52,51,57,55,54,44,52,55,46,50,53,55,53,50,54,93,44,91,45,49,50,50,46,51,51,52,57,49,52,44,52,55,46,50,53,55,51,54,54,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,56,53,49,49,56,55,44,52,55,46,50,52,57,55,55,52,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,51,54,53,51,54,54,44,52,50,46,56,53,48,55,57,93,44,91,45,49,49,52,46,51,52,53,54,53,57,44,52,50,46,56,48,57,48,53,53,93,44,91,45,49,49,52,46,48,52,57,56,52,57,44,52,50,46,56,48,56,52,52,52,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,51,46,55,54,51,56,54,50,44,52,50,46,55,54,52,53,48,56,93,44,91,45,49,49,51,46,55,49,52,48,52,52,44,52,50,46,56,52,57,55,51,52,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,56,51,52,55,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,53,51,52,53,50,52,44,52,48,46,48,53,49,51,52,56,93,44,91,45,55,54,46,52,55,51,53,56,44,51,57,46,57,52,55,51,53,50,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,53,46,57,56,54,56,50,51,44,51,57,46,56,57,50,49,57,50,93,44,91,45,55,53,46,57,57,52,54,50,57,44,51,57,46,57,53,50,52,50,57,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,54,46,51,48,55,53,55,56,44,52,48,46,50,53,53,48,54,54,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,74,117,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,49,57,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,56,54,53,49,51,50,44,52,51,46,55,56,51,52,49,52,93,44,91,45,56,57,46,57,54,49,50,50,49,44,52,51,46,56,54,52,48,50,55,93,44,91,45,56,57,46,57,54,50,54,48,49,44,52,51,46,57,55,57,50,51,54,93,44,91,45,57,48,46,48,50,53,57,53,51,44,52,52,46,48,57,49,55,52,56,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,53,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,53,54,56,55,52,49,44,51,54,46,50,51,55,48,55,55,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,51,50,57,57,50,55,44,51,54,46,50,56,53,48,56,54,93,44,91,45,56,52,46,51,52,57,57,51,57,44,51,54,46,52,54,54,50,57,50,93,44,91,45,56,52,46,50,53,57,53,57,51,44,51,54,46,53,49,51,57,56,53,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,48,46,52,56,54,53,54,49,44,52,53,46,53,51,54,53,50,49,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,49,48,48,46,51,48,57,48,49,51,44,52,53,46,55,48,55,56,52,50,93,44,91,45,49,48,48,46,51,56,55,48,51,54,44,52,53,46,56,54,57,49,52,50,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,101,103,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,49,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,56,46,56,54,56,55,54,50,44,52,51,46,49,54,50,48,48,57,93,44,91,45,57,56,46,56,57,54,55,56,51,44,52,51,46,50,52,54,57,48,57,93,44,91,45,57,57,46,48,54,57,50,56,53,44,52,51,46,51,50,48,54,56,56,93,44,91,45,57,57,46,49,53,50,56,56,57,44,52,51,46,52,50,54,57,48,56,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,86,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,56,50,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,53,49,49,50,50,52,44,51,54,46,52,53,52,56,48,56,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,52,49,50,48,57,53,44,51,54,46,49,54,57,53,57,55,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,50,55,55,49,54,53,44,51,54,46,51,48,54,49,51,50,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,48,52,50,49,52,50,44,51,55,46,49,55,52,55,53,54,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,55,55,52,54,57,52,44,51,55,46,49,57,56,49,50,55,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,56,46,48,56,49,48,53,56,44,51,55,46,50,50,51,51,52,55,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,114,110,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,55,48,52,54,51,52,44,51,51,46,49,49,54,52,53,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,53,52,49,56,56,49,44,51,51,46,49,53,56,50,55,57,93,44,91,45,56,49,46,51,54,52,56,53,55,44,51,51,46,49,48,56,48,54,49,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,50,50,55,55,55,56,44,51,51,46,49,54,50,54,50,50,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,56,51,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,49,57,48,52,54,53,44,51,53,46,54,48,57,48,56,56,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,49,56,57,54,54,49,44,51,53,46,51,56,52,51,48,51,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,55,46,57,55,52,54,51,44,51,53,46,53,50,49,48,50,53,93,44,91,45,56,56,46,48,51,53,56,51,55,44,51,53,46,54,50,49,56,51,57,93,44,91,45,56,56,46,48,51,52,55,56,56,44,51,53,46,55,49,55,50,54,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,97,99,107,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,69,116,111,119,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,51,57,44,34,98,101,100,115,34,58,55,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,50,49,53,53,50,53,44,51,51,46,57,56,55,52,50,49,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,53,46,56,56,49,55,54,56,44,51,51,46,57,53,48,50,57,57,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,52,46,51,57,52,54,48,54,44,52,51,46,51,50,54,52,54,55,93,44,91,45,49,49,52,46,53,51,52,52,56,56,44,52,51,46,51,51,51,51,56,51,93,44,91,45,49,49,52,46,53,49,50,52,51,56,44,52,51,46,52,54,48,52,53,52,93,44,91,45,49,49,52,46,54,56,51,49,52,44,52,51,46,53,57,51,51,54,55,93,44,91,45,49,49,52,46,55,48,50,48,53,44,52,51,46,56,48,53,52,49,51,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,53,46,48,56,51,48,56,57,44,52,51,46,54,48,52,50,57,50,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,82,101,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,48,49,44,34,98,101,100,115,34,58,50,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,55,46,54,57,56,54,57,50,44,51,55,46,55,51,53,48,53,54,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,55,54,44,34,98,101,100,115,34,58,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,49,50,48,56,56,51,44,51,53,46,52,53,53,54,54,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,54,46,56,52,57,53,55,51,44,51,53,46,53,50,53,53,49,53,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,55,46,50,51,52,49,52,51,44,51,53,46,55,50,52,54,57,49,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,71,111,115,104,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,52,46,54,53,50,57,57,50,44,52,49,46,53,54,53,48,49,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,82,117,115,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,48,46,57,50,53,51,52,51,44,52,53,46,51,55,57,51,53,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,97,117,107,101,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,56,56,55,57,44,34,98,101,100,115,34,58,49,48,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,97,114,114,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,78,111,114,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,56,50,52,57,44,34,98,101,100,115,34,58,49,51,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,48,46,57,50,52,56,55,55,44,52,50,46,49,53,55,53,56,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,101,110,100,114,105,99,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,57,52,48,44,34,98,101,100,115,34,58,50,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,54,46,54,56,55,52,48,54,44,51,57,46,54,51,48,52,51,55,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,52,54,53,54,48,53,44,51,57,46,54,48,48,55,54,57,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,53,49,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,53,49,50,48,48,57,44,51,55,46,54,56,53,53,50,53,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,52,52,56,53,57,56,44,51,55,46,53,57,56,56,50,49,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,101,111,114,103,101,116,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,54,48,53,44,34,98,101,100,115,34,58,52,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,52,48,57,51,51,50,44,51,51,46,54,56,56,56,57,93,44,91,45,55,57,46,52,51,53,55,51,51,44,51,51,46,53,55,50,55,48,50,93,44,91,45,55,57,46,53,57,48,49,49,44,51,51,46,52,52,51,53,52,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,50,54,49,56,51,44,51,51,46,48,52,57,55,57,51,93,44,91,45,55,57,46,48,57,49,54,49,52,44,51,51,46,49,53,57,48,53,54,93,44,91,45,55,57,46,49,50,48,50,49,55,44,51,51,46,50,52,54,57,51,50,93,44,91,45,55,57,46,48,56,55,53,56,49,44,51,51,46,51,54,57,50,56,55,93,44,91,45,55,56,46,57,50,54,48,55,53,44,51,51,46,53,55,50,54,53,56,93,44,91,45,55,57,46,49,48,49,48,55,52,44,51,51,46,53,55,50,57,54,57,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,101,116,116,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,52,57,55,54,52,50,44,52,54,46,50,56,51,49,57,53,93,44,91,45,49,48,50,46,52,57,55,49,51,55,44,52,54,46,50,48,53,57,48,52,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,50,46,48,52,54,55,56,57,44,52,54,46,50,56,51,55,52,54,93,44,91,45,49,48,50,46,48,53,49,50,52,44,52,54,46,54,51,48,57,49,55,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,49,54,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,49,48,54,57,55,50,44,51,57,46,52,54,49,57,55,57,93,44,91,45,49,48,57,46,57,53,51,51,52,57,44,51,57,46,52,54,49,56,48,49,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,48,46,48,50,50,49,54,54,44,51,57,46,51,53,50,48,49,56,93,44,91,45,49,49,48,46,48,55,55,50,55,44,51,57,46,50,55,53,56,54,57,93,44,91,45,49,49,48,46,49,53,54,50,50,50,44,51,57,46,48,51,50,54,53,52,93,44,91,45,49,49,48,46,49,54,50,53,50,57,44,51,56,46,56,54,51,57,50,50,93,44,91,45,49,49,48,46,48,56,49,57,51,57,44,51,56,46,55,53,54,54,54,54,93,44,91,45,49,48,57,46,57,57,52,50,56,51,44,51,56,46,53,50,55,49,49,56,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,84,111,111,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,49,56,53,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,55,57,57,51,53,57,44,52,48,46,57,57,57,57,51,57,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,51,46,50,52,56,52,57,56,44,51,57,46,57,48,52,55,49,52,93,44,91,45,49,49,50,46,51,52,49,57,56,56,44,51,57,46,57,48,52,52,53,56,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,49,52,54,56,53,54,44,52,48,46,49,55,55,56,49,55,93,44,91,45,49,49,50,46,49,57,56,52,54,49,44,52,48,46,51,49,51,50,48,54,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,50,46,49,55,53,51,51,55,44,52,48,46,54,48,51,57,56,49,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,53,48,34,44,34,78,65,77,69,34,58,34,72,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,53,56,51,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,51,51,50,50,53,55,44,51,54,46,57,54,54,48,57,57,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,50,46,48,50,57,49,56,44,52,52,46,53,56,54,50,57,50,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,49,46,57,50,56,50,50,52,44,52,52,46,51,51,53,52,55,51,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,54,49,50,51,51,49,44,52,52,46,49,54,56,56,48,57,93,44,91,45,57,49,46,53,50,57,55,52,49,44,52,52,46,50,52,54,55,55,55,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,53,51,44,34,98,101,100,115,34,58,51,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,51,52,48,52,49,53,44,51,57,46,51,53,51,54,50,56,93,44,91,45,55,56,46,52,49,57,52,50,50,44,51,57,46,50,53,55,52,55,54,93,44,91,45,55,56,46,52,48,51,57,48,55,44,51,57,46,49,54,55,55,51,56,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,93,44,91,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,44,91,45,55,56,46,49,52,56,56,57,53,44,51,57,46,49,55,53,51,53,50,93,44,91,45,55,56,46,49,55,49,54,50,44,51,57,46,49,52,51,49,55,52,93,44,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,55,54,44,34,98,101,100,115,34,58,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,55,49,54,56,49,53,44,51,57,46,48,48,56,52,51,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,52,55,51,55,54,56,44,51,56,46,56,50,57,48,57,56,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,51,56,54,57,56,57,44,51,56,46,56,55,52,56,48,56,93,44,91,45,56,48,46,51,49,57,51,52,54,44,51,56,46,57,54,48,57,49,57,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,57,49,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,55,46,48,53,53,53,57,55,44,52,55,46,57,52,57,49,50,57,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,56,51,54,56,50,55,44,52,55,46,56,52,56,50,49,57,93,44,91,45,57,53,46,56,51,55,49,55,55,44,52,55,46,55,54,48,56,57,52,93,44,91,45,57,54,46,51,53,49,55,50,55,44,52,55,46,55,54,48,51,93,44,91,45,57,54,46,52,56,50,48,57,50,44,52,55,46,56,52,55,52,50,56,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,82,101,100,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,51,54,48,52,44,52,52,46,53,52,49,55,54,50,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,49,48,55,52,56,44,52,52,46,50,56,49,55,54,56,93,44,91,45,57,52,46,56,54,54,50,53,57,44,52,52,46,50,56,50,51,55,50,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,53,46,48,49,51,53,57,57,44,52,52,46,53,52,50,56,51,51,93,44,91,45,57,53,46,50,52,48,52,51,57,44,52,52,46,54,54,52,54,48,52,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,50,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,51,50,54,54,51,55,44,51,48,46,49,53,48,49,56,56,93,44,91,45,57,48,46,52,53,48,50,49,56,44,51,48,46,48,51,51,49,48,54,93,44,91,45,57,48,46,53,51,56,49,51,50,44,51,48,46,48,49,54,56,56,52,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,51,55,49,57,55,56,44,50,57,46,55,53,57,50,51,57,93,44,91,45,57,48,46,51,52,54,49,57,49,44,50,57,46,54,57,51,51,48,50,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,49,54,55,50,57,55,44,50,57,46,56,49,55,52,48,55,93,44,91,45,57,48,46,50,52,48,49,55,51,44,50,57,46,56,54,50,49,49,55,93,44,91,45,57,48,46,50,56,48,50,57,54,44,50,57,46,57,55,50,54,49,56,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,111,105,110,115,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,117,108,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,53,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,51,56,56,54,54,57,44,50,57,46,57,50,52,51,53,57,93,44,91,45,56,53,46,52,52,54,50,56,57,44,50,57,46,57,48,49,48,51,51,93,44,91,45,56,53,46,52,55,52,57,57,54,44,50,57,46,56,51,49,53,52,50,93,44,91,45,56,53,46,51,56,49,54,56,52,44,50,57,46,54,49,50,56,53,51,93,44,91,45,56,53,46,50,52,54,51,49,54,44,50,57,46,54,50,53,48,48,50,93,44,91,45,56,53,46,50,48,54,50,50,54,44,50,57,46,55,49,49,49,56,56,93,44,91,45,56,53,46,48,50,48,53,51,52,44,50,57,46,56,48,55,51,55,51,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,49,51,53,50,53,52,44,51,48,46,48,52,51,50,55,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,109,98,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,52,48,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,51,53,53,49,57,54,44,51,54,46,50,56,50,53,57,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,50,57,51,54,56,57,44,51,54,46,49,51,56,49,57,51,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,51,46,49,53,49,54,56,57,44,51,54,46,51,49,56,49,57,50,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,54,46,56,55,54,49,49,56,44,51,50,46,56,51,54,50,54,52,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,54,46,55,49,52,50,49,57,44,51,50,46,55,48,53,54,57,52,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,52,53,55,48,49,53,44,51,50,46,56,49,51,56,57,57,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,54,49,48,48,48,51,44,51,51,46,48,55,48,48,48,51,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,51,46,56,54,53,55,49,49,44,51,48,46,57,52,55,50,49,56,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,55,54,52,50,53,50,44,51,48,46,51,51,48,50,50,57,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,55,51,56,55,56,56,44,51,48,46,53,52,48,57,55,53,93,44,91,45,57,51,46,54,51,49,51,52,53,44,51,48,46,54,55,55,56,55,50,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,53,50,52,55,51,57,44,51,49,46,48,51,57,48,48,55,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,72,111,99,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,54,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,108,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,56,54,44,34,98,101,100,115,34,58,51,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,49,51,51,56,52,55,44,51,51,46,48,48,55,50,52,56,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,51,46,48,57,55,54,52,57,44,51,51,46,49,53,49,53,51,54,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,84,114,97,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,49,51,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,54,49,48,49,56,54,44,51,53,46,50,56,56,49,57,57,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,56,51,50,50,52,52,44,51,53,46,51,49,56,51,50,52,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,48,57,57,44,34,98,101,100,115,34,58,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,48,46,56,54,56,55,52,54,44,51,54,46,51,50,54,52,52,55,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,54,51,49,53,52,52,44,51,54,46,50,56,53,53,56,52,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,56,56,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,55,57,55,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,52,46,51,51,57,49,51,55,44,52,48,46,52,56,49,48,55,54,93,44,91,45,56,52,46,51,51,56,54,44,52,48,46,51,55,57,49,57,57,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,110,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,50,51,48,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,54,46,56,52,52,57,55,56,44,52,51,46,53,57,52,52,93,44,91,45,49,49,54,46,55,56,49,51,51,54,44,52,51,46,52,55,56,54,51,51,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,52,55,51,53,57,55,44,52,51,46,52,53,57,50,49,56,93,44,91,45,49,49,54,46,52,55,51,52,57,50,44,52,51,46,54,51,52,49,48,51,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,56,53,51,49,53,52,44,52,51,46,55,57,50,55,49,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,55,46,48,51,50,50,56,57,44,52,51,46,56,50,56,55,54,55,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,97,110,105,101,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,44,91,45,49,48,54,46,49,53,49,57,48,56,44,52,56,46,56,50,51,57,50,55,93,44,91,45,49,48,54,46,48,50,49,50,53,49,44,52,56,46,56,50,51,57,55,53,93,44,91,45,49,48,54,46,48,49,57,56,50,44,52,56,46,53,54,51,50,50,49,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,53,46,48,51,56,53,52,56,44,52,56,46,54,53,48,48,57,57,93,44,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,44,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,101,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,49,48,50,44,34,98,101,100,115,34,58,49,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,52,50,48,52,55,52,44,51,48,46,52,54,51,57,48,53,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,50,52,55,54,55,51,44,51,48,46,51,48,51,52,57,51,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,48,55,52,54,57,49,44,51,48,46,52,51,52,51,48,50,93,44,91,45,56,51,46,57,55,56,54,48,55,44,51,48,46,53,50,50,54,56,55,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,53,49,50,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,56,49,57,48,48,53,44,51,54,46,49,53,56,56,56,54,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,55,46,49,52,48,57,54,56,44,51,54,46,50,52,54,52,51,53,93,44,91,45,57,55,46,49,52,48,54,54,56,44,51,54,46,49,53,57,50,51,49,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,51,50,51,54,50,44,51,54,46,48,49,48,56,55,55,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,53,49,44,34,98,101,100,115,34,58,49,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,51,57,56,53,51,54,44,51,49,46,52,53,49,51,50,53,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,49,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,71,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,54,54,52,49,54,54,44,51,56,46,48,48,50,53,51,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,97,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,57,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,48,53,54,56,57,56,44,51,55,46,50,53,55,48,52,49,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,55,50,50,56,50,54,44,51,55,46,51,54,48,48,52,51,93,44,91,45,56,52,46,56,53,48,56,49,54,44,51,55,46,52,50,55,49,52,51,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,77,101,116,99,97,108,102,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,53,46,50,48,53,56,51,49,44,51,54,46,57,57,54,56,54,50,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,97,117,114,101,103,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,54,57,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,51,46,52,50,49,49,48,50,44,51,48,46,56,56,51,49,51,56,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,54,51,49,51,52,53,44,51,48,46,54,55,55,56,55,50,93,44,91,45,57,51,46,55,51,56,55,56,56,44,51,48,46,53,52,48,57,55,53,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,51,46,49,51,48,51,56,44,51,48,46,53,57,55,55,55,55,93,44,91,45,57,50,46,57,55,57,49,55,44,51,48,46,53,57,56,51,52,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,55,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,44,91,45,55,48,46,48,53,54,53,53,54,44,52,54,46,52,49,54,53,53,93,44,91,45,55,48,46,50,48,56,57,56,57,44,52,54,46,51,50,57,53,50,55,93,44,91,45,55,48,46,50,57,48,52,48,53,44,52,54,46,49,56,53,48,56,55,93,44,91,45,55,48,46,51,49,49,53,55,44,52,53,46,57,54,54,51,53,57,93,44,91,45,55,48,46,50,53,52,48,57,44,52,53,46,57,48,50,50,56,54,93,44,91,45,55,48,46,52,49,54,57,55,55,44,52,53,46,55,57,53,51,56,50,93,44,91,45,55,48,46,52,48,48,52,57,52,44,52,53,46,55,49,57,55,52,51,93,44,91,45,55,48,46,53,53,50,56,53,51,44,52,53,46,54,54,55,56,57,57,93,44,91,45,55,48,46,52,49,56,53,49,57,44,52,53,46,49,52,52,48,48,53,93,44,91,45,55,48,46,50,57,51,56,50,54,44,52,53,46,49,48,57,57,48,51,93,44,91,45,55,48,46,49,53,57,51,55,53,44,52,53,46,49,50,56,51,57,54,93,44,91,45,55,48,46,49,49,48,51,54,53,44,52,52,46,57,52,55,51,49,49,93,44,91,45,55,48,46,48,51,51,50,55,44,52,52,46,56,54,52,53,52,93,44,91,45,54,57,46,57,57,54,49,57,49,44,52,52,46,54,55,55,52,57,55,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,54,57,46,54,48,53,55,52,54,44,52,52,46,53,55,55,50,54,52,93,44,91,45,54,57,46,54,51,51,49,49,56,44,52,52,46,55,48,48,51,55,51,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,57,46,54,50,48,57,54,55,44,52,53,46,48,49,48,57,53,54,93,44,91,45,54,57,46,55,55,57,57,50,56,44,52,53,46,53,52,50,55,54,54,93,44,91,45,54,57,46,55,48,49,54,56,56,44,52,53,46,54,50,55,57,56,50,93,44,91,45,54,57,46,55,56,53,50,53,55,44,52,53,46,54,57,50,55,56,93,44,91,45,54,57,46,55,48,52,50,54,53,44,52,53,46,56,52,54,49,51,54,93,44,91,45,54,57,46,55,50,56,53,55,55,44,52,53,46,57,55,54,56,56,50,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,105,109,97,114,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,48,48,55,52,51,50,44,51,55,46,56,49,56,52,51,57,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,54,46,49,55,56,57,51,44,51,56,46,48,49,48,56,49,93,44,91,45,56,54,46,50,54,55,55,54,57,44,51,56,46,48,53,55,49,55,49,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,51,56,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,54,52,51,50,53,52,44,51,55,46,56,51,52,48,51,51,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,53,57,50,48,56,56,44,51,55,46,54,57,51,52,55,57,93,44,91,45,56,53,46,54,49,56,48,55,49,44,51,55,46,53,52,48,54,49,49,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,50,57,48,50,56,52,44,51,55,46,56,51,49,49,56,50,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,51,57,57,56,55,49,44,51,55,46,57,51,57,57,53,54,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,79,119,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,53,46,48,50,57,56,56,56,44,51,56,46,53,49,48,55,54,53,93,44,91,45,56,52,46,56,56,48,50,52,56,44,51,56,46,52,49,54,49,56,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,55,55,52,51,50,50,44,51,56,46,54,49,56,53,57,52,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,101,109,105,115,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,51,49,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,53,51,54,52,52,49,44,51,54,46,50,55,50,56,50,55,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,54,49,49,51,48,56,44,51,54,46,52,49,49,50,55,51,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,78,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,55,53,52,48,56,44,52,49,46,50,54,52,51,52,49,93,44,91,45,57,56,46,48,53,51,49,51,55,44,52,49,46,50,57,51,49,50,51,93,44,91,45,57,55,46,55,48,53,52,57,55,44,52,49,46,51,48,57,49,51,52,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,55,48,51,54,50,55,44,52,49,46,53,50,54,55,57,54,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,56,46,48,57,57,53,50,51,44,52,49,46,52,56,48,55,55,55,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,56,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,56,34,44,34,78,65,77,69,34,58,34,77,101,110,111,109,105,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,57,56,50,49,53,57,44,52,53,46,49,49,56,48,50,54,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,56,46,57,56,49,51,49,57,44,52,52,46,57,52,50,55,52,53,93,44,91,45,56,56,46,55,51,53,53,52,56,44,52,52,46,57,52,51,49,55,56,93,44,91,45,56,56,46,55,51,54,49,57,52,44,52,52,46,56,53,54,51,55,54,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,52,56,51,55,51,50,44,52,53,46,49,49,54,56,56,55,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,53,34,44,34,78,65,77,69,34,58,34,80,97,110,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,52,48,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,53,56,48,53,44,51,50,46,50,48,49,51,54,51,93,44,91,45,57,52,46,53,57,57,57,55,56,44,51,49,46,57,55,51,49,57,51,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,51,53,52,50,57,52,44,51,50,46,51,50,57,50,48,57,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,51,46,56,56,49,51,53,51,44,51,56,46,49,51,54,53,49,55,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,56,54,51,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,53,46,57,56,51,52,52,57,44,51,49,46,55,56,57,57,55,57,93,44,91,45,57,53,46,56,55,53,57,51,55,44,51,49,46,55,53,53,53,48,51,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,54,53,49,55,54,52,44,51,49,46,53,52,49,55,57,49,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,50,56,57,54,54,49,44,51,49,46,54,56,51,57,57,55,93,44,91,45,57,53,46,51,54,54,49,56,55,44,51,49,46,55,50,54,55,53,51,93,44,91,45,57,53,46,52,52,54,48,50,52,44,51,49,46,56,52,55,57,56,55,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,49,55,48,49,44,51,56,46,48,55,57,53,52,51,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,50,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,54,46,52,55,54,55,50,57,44,52,51,46,50,50,49,57,56,55,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,53,49,51,54,56,49,44,52,51,46,48,52,55,48,51,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,108,101,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,57,55,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,55,51,53,54,51,57,44,51,57,46,53,56,48,54,54,56,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,49,51,54,48,48,54,44,51,57,46,51,56,53,52,57,52,93,44,91,45,49,50,50,46,48,48,56,56,53,55,44,51,57,46,52,49,51,53,54,55,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,49,46,56,53,54,53,51,50,44,51,57,46,53,51,54,57,48,52,93,44,91,45,49,50,49,46,57,57,52,48,50,49,44,51,57,46,53,51,51,57,50,54,93,44,91,45,49,50,49,46,57,55,52,55,57,52,44,51,57,46,54,55,53,52,56,55,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,50,55,51,44,34,98,101,100,115,34,58,50,56,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,50,53,49,55,52,53,44,51,56,46,55,49,56,56,56,55,93,44,91,45,57,48,46,51,50,48,53,48,52,44,51,56,46,53,57,52,49,55,55,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,70,97,110,110,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,50,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,52,50,57,48,57,51,44,51,52,46,56,53,53,48,51,54,93,44,91,45,56,52,46,51,49,52,54,53,51,44,51,52,46,56,48,55,51,50,56,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,49,48,51,54,51,44,51,52,46,55,50,55,56,51,55,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,54,46,56,56,51,57,52,56,44,52,53,46,49,53,48,50,50,52,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,57,57,50,57,52,54,44,52,53,46,51,50,54,56,56,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,51,55,51,51,54,54,44,52,53,46,53,56,55,54,51,52,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,84,104,117,114,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,54,56,52,44,34,98,101,100,115,34,58,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,49,53,56,51,54,52,44,52,54,46,57,57,53,56,55,49,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,49,54,48,57,48,57,44,52,54,46,55,54,52,51,51,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,50,46,52,57,48,56,56,56,44,52,54,46,56,54,55,52,53,50,93,44,91,45,49,50,50,46,54,51,56,50,49,49,44,52,54,46,57,55,56,49,51,57,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,51,46,48,48,50,52,51,53,44,52,55,46,49,53,49,51,48,50,93,44,91,45,49,50,51,46,48,55,53,48,50,54,44,52,55,46,48,56,52,55,56,55,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,54,48,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,56,55,53,53,51,49,44,52,50,46,56,53,56,54,53,54,93,44,91,45,57,56,46,48,49,51,48,55,50,44,52,50,46,55,54,50,50,49,57,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,86,97,108,101,110,99,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,57,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,52,50,57,52,56,54,44,51,52,46,57,48,51,52,93,44,91,45,49,48,54,46,54,56,53,56,48,49,44,51,52,46,57,48,54,51,53,56,93,44,91,45,49,48,54,46,55,50,48,54,54,54,44,51,52,46,56,55,48,48,53,51,93,44,91,45,49,48,55,46,48,50,52,52,56,49,44,51,52,46,56,54,57,57,53,51,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,50,48,50,56,56,50,44,51,52,46,57,53,55,53,55,50,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,54,46,56,56,50,56,49,51,44,51,52,46,53,55,57,54,50,56,93,44,91,45,49,48,54,46,55,54,56,50,56,49,44,51,52,46,53,51,49,50,54,50,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,52,54,57,55,57,44,51,52,46,53,50,49,50,49,55,93,44,91,45,49,48,54,46,52,54,51,56,54,56,44,51,52,46,56,55,48,49,57,52,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,114,97,105,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,50,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,53,46,56,51,50,54,55,52,44,52,54,46,56,54,48,56,50,93,44,91,45,49,48,53,46,54,49,56,49,53,56,44,52,54,46,56,51,50,49,52,56,93,44,91,45,49,48,53,46,53,55,54,48,54,51,44,52,54,46,54,53,56,48,48,51,93,44,91,45,49,48,53,46,52,52,57,49,57,54,44,52,54,46,53,55,48,57,54,55,93,44,91,45,49,48,53,46,50,51,57,50,51,56,44,52,54,46,53,52,49,49,56,56,93,44,91,45,49,48,52,46,57,56,52,55,49,52,44,52,54,46,53,52,48,51,56,57,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,53,46,48,50,55,53,50,54,44,52,54,46,56,54,49,52,53,55,93,44,91,45,49,48,53,46,49,57,54,55,51,53,44,52,54,46,57,55,55,49,55,50,93,44,91,45,49,48,53,46,51,50,52,55,53,55,44,52,54,46,57,55,55,49,57,54,93,44,91,45,49,48,53,46,51,50,52,56,53,51,44,52,55,46,49,56,49,52,57,54,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,56,51,51,48,52,52,44,52,55,46,49,56,49,48,57,50,93,44,91,45,49,48,53,46,57,53,57,56,57,55,44,52,55,46,48,57,50,57,54,56,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,97,109,97,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,48,53,55,57,49,44,52,51,46,50,53,51,57,54,56,93,44,91,45,57,49,46,50,48,49,56,52,55,44,52,51,46,51,52,57,49,48,51,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,55,53,48,44,34,98,101,100,115,34,58,49,51,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,44,91,45,57,55,46,51,56,54,53,48,53,44,50,54,46,52,49,48,52,51,55,93,44,91,45,57,55,46,53,50,55,53,56,50,44,50,54,46,50,57,57,51,48,52,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,56,54,49,56,50,50,44,50,54,46,48,54,57,57,50,49,93,44,91,45,57,55,46,54,54,55,52,50,50,44,50,54,46,48,50,57,48,55,51,93,44,91,45,57,55,46,53,50,48,56,49,50,44,50,53,46,56,56,54,93,44,91,45,57,55,46,51,55,51,49,56,55,44,50,53,46,56,51,57,57,53,54,93,44,91,45,57,55,46,50,55,54,55,48,49,44,50,53,46,57,53,50,49,52,54,93,44,91,45,57,55,46,48,57,49,49,50,49,44,50,53,46,57,55,51,56,52,93,44,91,45,57,55,46,49,50,54,49,50,49,44,50,54,46,50,53,48,51,53,49,93,44,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,52,52,53,44,34,98,101,100,115,34,58,49,55,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,54,48,49,49,51,50,44,51,48,46,49,51,50,55,56,93,44,91,45,57,53,46,52,50,52,50,49,54,44,51,48,46,49,49,53,52,57,49,93,44,91,45,57,53,46,50,54,52,49,51,56,44,51,48,46,48,51,50,48,54,57,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,53,46,51,48,56,51,57,53,44,51,48,46,52,48,53,55,53,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,53,57,56,57,55,49,44,51,48,46,53,48,57,48,48,50,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,115,32,65,110,105,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,55,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,52,53,52,57,51,44,51,55,46,55,52,48,56,51,57,93,44,91,45,49,48,52,46,53,52,56,54,53,50,44,51,55,46,53,55,52,55,93,44,91,45,49,48,52,46,55,52,56,52,52,55,44,51,55,46,52,48,55,52,51,55,93,44,91,45,49,48,52,46,57,57,53,53,48,53,44,51,55,46,51,55,53,53,53,49,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,52,46,48,53,56,49,57,54,44,51,55,46,54,52,52,48,52,57,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,57,34,44,34,78,65,77,69,34,58,34,76,108,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,52,48,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,52,49,56,53,57,52,44,51,48,46,54,52,53,57,50,54,93,44,91,45,57,56,46,51,57,51,54,52,54,44,51,48,46,56,52,50,57,54,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,57,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,57,57,46,52,56,52,52,57,51,44,51,48,46,52,57,57,54,52,49,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,54,52,56,52,53,53,44,51,53,46,49,53,50,56,57,54,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,56,52,48,55,51,51,44,51,53,46,49,52,51,56,52,49,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,50,55,44,34,98,101,100,115,34,58,49,48,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,52,46,52,56,52,51,54,55,44,52,49,46,53,48,52,50,51,53,93,44,91,45,55,52,46,55,53,50,51,57,57,44,52,49,46,52,57,51,55,52,51,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,99,104,101,110,101,99,116,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,56,56,51,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,52,46,48,48,53,54,53,54,44,52,50,46,57,51,51,52,56,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,56,51,56,56,51,44,52,50,46,56,57,55,51,53,52,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,105,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,52,49,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,49,49,55,51,48,52,44,51,55,46,53,53,57,50,50,54,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,50,46,48,55,57,57,52,49,44,51,55,46,55,48,48,49,50,50,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,97,98,97,117,110,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,51,57,48,55,57,54,44,51,57,46,48,52,51,50,53,55,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,51,57,48,51,57,56,44,51,56,46,56,50,53,56,53,56,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,57,52,54,55,53,52,44,51,57,46,48,57,56,54,56,53,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,54,46,48,56,51,53,53,55,44,51,57,46,49,57,51,53,48,52,93,44,91,45,57,54,46,50,51,51,54,55,49,44,51,57,46,50,49,50,50,55,57,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,50,54,56,55,52,56,44,52,51,46,54,49,53,51,52,56,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,78,105,99,104,111,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,48,54,50,54,57,49,44,51,56,46,50,51,53,50,48,51,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,80,108,121,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,49,51,53,44,34,98,101,100,115,34,58,55,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,49,46,48,52,57,52,56,53,44,52,49,46,57,54,51,48,57,52,93,44,91,45,55,48,46,56,56,54,52,51,57,44,52,49,46,55,54,48,50,51,50,93,44,91,45,55,48,46,56,51,57,49,55,53,44,52,49,46,54,49,52,55,54,49,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,54,50,49,54,50,50,44,52,49,46,55,52,56,57,55,50,93,44,91,45,55,48,46,51,53,53,48,48,52,44,52,50,46,48,48,48,49,48,52,93,44,91,45,55,48,46,51,50,50,53,50,50,44,52,50,46,49,49,55,57,49,53,93,44,91,45,55,48,46,54,48,56,51,56,49,44,52,50,46,49,51,56,52,55,57,93,44,91,45,55,48,46,54,57,48,51,57,51,44,52,50,46,50,55,56,57,57,57,93,44,91,45,55,48,46,54,53,56,55,50,51,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,55,53,54,57,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,55,50,57,50,49,50,44,52,50,46,51,55,51,56,52,56,93,44,91,45,55,48,46,56,57,52,50,57,50,44,52,50,46,51,55,50,51,57,57,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,48,46,57,50,52,56,55,55,44,52,50,46,49,53,55,53,56,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,114,111,110,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,55,56,55,50,44,34,98,101,100,115,34,58,51,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,52,49,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,44,91,45,55,53,46,56,49,51,49,48,56,44,51,54,46,50,50,51,53,54,93,44,91,45,55,53,46,55,54,52,55,50,55,44,51,54,46,48,54,48,49,51,57,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,57,53,52,51,55,52,44,51,53,46,57,57,48,48,54,52,93,44,91,45,55,54,46,48,48,56,51,52,56,44,51,53,46,56,57,53,56,48,50,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,53,46,57,48,49,51,52,50,44,51,53,46,54,54,56,57,53,50,93,44,91,45,55,53,46,56,49,52,48,50,49,44,51,53,46,53,48,48,49,56,50,93,44,91,45,55,53,46,55,51,54,54,50,44,51,53,46,49,52,48,53,54,53,93,44,91,45,55,53,46,52,55,52,54,44,51,53,46,50,48,50,48,50,57,93,44,91,45,55,53,46,52,48,48,51,57,44,51,53,46,53,57,51,53,49,50,93,44,91,45,55,53,46,52,51,55,54,49,55,44,51,53,46,55,52,54,57,54,93,44,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,101,100,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,50,53,55,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,57,55,51,56,57,53,44,52,49,46,49,57,57,56,51,49,93,44,91,45,56,50,46,49,54,57,56,55,53,44,52,49,46,49,51,55,48,57,55,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,109,115,116,114,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,51,49,44,34,98,101,100,115,34,58,49,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,53,54,49,49,49,44,52,48,46,53,54,52,49,49,51,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,50,49,53,50,49,53,44,52,48,46,55,55,53,57,52,50,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,51,56,53,53,51,55,44,52,48,46,57,56,57,55,54,54,93,44,91,45,55,57,46,53,57,55,48,49,51,44,52,48,46,57,57,52,51,56,56,93,44,91,45,55,57,46,54,54,53,55,54,50,44,52,49,46,48,52,57,49,50,51,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,116,108,97,110,116,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,53,51,57,44,34,98,101,100,115,34,58,56,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,52,46,56,53,53,57,55,56,44,51,57,46,52,50,52,50,51,56,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,55,53,50,49,54,53,44,51,57,46,50,57,53,48,48,53,93,44,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,44,91,45,55,52,46,51,54,50,53,49,51,44,51,57,46,51,50,53,55,56,49,93,44,91,45,55,52,46,50,51,50,48,54,50,44,51,57,46,52,55,53,49,57,56,93,44,91,45,55,52,46,51,56,48,55,57,54,44,51,57,46,52,57,56,53,51,55,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,54,53,57,50,57,53,44,51,57,46,54,51,49,50,51,51,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,77,97,110,105,116,111,119,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,48,55,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,55,46,56,56,56,48,56,55,44,52,52,46,50,52,48,52,54,49,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,111,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,51,49,53,52,50,50,44,52,53,46,50,52,48,54,53,55,93,44,91,45,56,55,46,52,48,53,54,57,52,44,52,53,46,50,48,49,57,54,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,53,53,49,50,54,50,44,52,53,46,48,48,56,48,52,57,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,54,46,54,56,54,50,56,56,44,52,52,46,56,56,49,48,48,50,93,44,91,45,56,54,46,52,57,57,57,51,44,52,53,46,48,56,48,56,93,44,91,45,56,54,46,50,53,48,49,44,52,53,46,50,51,53,55,51,53,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,55,53,52,50,51,54,44,52,53,46,52,52,51,54,49,93,44,91,45,56,55,46,49,48,49,49,51,51,44,52,53,46,52,52,52,50,51,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,50,57,51,44,34,98,101,100,115,34,58,49,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,52,52,53,51,50,44,51,52,46,51,55,55,52,93,44,91,45,55,56,46,54,54,55,53,56,56,44,51,52,46,52,54,57,54,52,53,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,57,53,49,56,48,56,44,51,52,46,52,52,56,55,53,54,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,56,46,53,53,53,48,52,51,44,51,52,46,48,54,55,48,55,49,93,44,91,45,55,56,46,51,55,52,50,57,53,44,51,52,46,50,48,52,56,57,51,93,44,91,45,55,56,46,50,53,52,54,50,50,44,51,52,46,50,49,54,51,48,53,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,97,108,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,57,53,44,34,98,101,100,115,34,58,50,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,52,53,53,49,55,57,44,51,56,46,56,52,52,53,55,55,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,52,56,51,53,55,57,44,51,56,46,55,55,50,50,55,56,93,44,91,45,56,50,46,52,55,50,52,55,56,44,51,56,46,54,56,50,50,55,57,93,44,91,45,56,50,46,51,53,52,52,54,56,44,51,56,46,54,55,54,48,55,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,49,55,49,57,54,54,44,51,56,46,54,50,53,51,56,52,93,44,91,45,56,50,46,50,50,49,53,54,54,44,51,56,46,55,56,55,49,56,55,93,44,91,45,56,50,46,49,52,52,49,54,55,44,51,56,46,56,52,49,56,56,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,48,57,53,52,54,53,44,51,57,46,48,48,50,55,55,56,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,49,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,51,52,56,44,34,98,101,100,115,34,58,49,48,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,55,48,34,44,34,78,65,77,69,34,58,34,67,111,108,111,110,105,97,108,32,72,101,105,103,104,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,51,56,50,53,50,49,44,51,55,46,50,52,50,56,51,55,93,44,91,45,55,55,46,51,55,57,49,57,51,44,51,55,46,50,54,55,53,56,93,44,91,45,55,55,46,51,56,56,57,49,55,44,51,55,46,50,56,55,51,52,57,93,44,91,45,55,55,46,52,49,52,52,48,54,44,51,55,46,50,54,48,57,52,57,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,115,104,111,99,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,55,52,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,54,49,54,48,51,44,52,48,46,51,54,56,49,49,56,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,101,114,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,72,97,114,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,55,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,54,54,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,53,46,57,48,53,57,57,44,52,48,46,51,57,57,54,53,50,93,44,91,45,49,48,54,46,50,51,48,55,52,54,44,52,48,46,51,50,52,52,56,54,93,44,91,45,49,48,54,46,54,49,50,51,50,49,44,52,48,46,51,55,57,51,56,51,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,54,51,50,50,53,55,44,52,48,46,51,52,49,53,53,57,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,50,53,50,48,50,55,44,51,57,46,57,49,52,55,49,50,93,44,91,45,49,48,54,46,48,56,51,55,49,49,44,51,57,46,56,48,53,57,54,52,93,44,91,45,49,48,54,46,48,50,51,55,56,51,44,51,57,46,54,56,56,52,50,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,54,51,56,50,57,50,44,52,48,46,48,52,52,51,50,54,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,57,34,44,34,78,65,77,69,34,58,34,74,105,109,32,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,57,50,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,56,46,48,53,57,56,44,50,55,46,54,51,53,56,54,57,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,55,46,57,51,52,50,55,52,44,50,55,46,56,56,53,50,48,50,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,76,117,105,115,32,79,98,105,115,112,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,52,53,53,44,34,98,101,100,115,34,58,49,55,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,49,46,52,51,56,49,55,54,44,51,53,46,55,57,54,54,53,53,93,44,91,45,49,50,49,46,51,50,51,53,49,50,44,51,53,46,54,50,52,57,54,57,93,44,91,45,49,50,49,46,50,48,49,53,53,53,44,51,53,46,53,56,51,54,57,93,44,91,45,49,50,49,46,48,52,49,54,51,53,44,51,53,46,52,49,57,57,57,93,44,91,45,49,50,48,46,57,51,51,50,57,50,44,51,53,46,51,57,50,55,52,56,93,44,91,45,49,50,48,46,57,54,48,50,52,55,44,51,53,46,50,52,51,54,50,50,93,44,91,45,49,50,48,46,56,48,48,52,49,49,44,51,53,46,49,49,54,53,55,55,93,44,91,45,49,50,48,46,54,56,57,54,48,54,44,51,53,46,48,57,56,56,50,56,93,44,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,44,91,45,49,50,48,46,54,51,52,49,52,52,44,51,52,46,57,53,57,53,54,50,93,44,91,45,49,50,48,46,52,57,54,50,50,50,44,51,52,46,57,57,51,49,53,53,93,44,91,45,49,50,48,46,51,50,55,49,49,53,44,51,52,46,57,56,54,53,50,53,93,44,91,45,49,50,48,46,48,57,54,57,51,44,51,53,46,49,48,57,53,57,53,93,44,91,45,49,49,57,46,55,52,53,53,54,54,44,51,52,46,57,55,51,54,55,54,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,52,55,50,55,49,57,44,51,53,46,48,55,54,56,56,53,93,44,91,45,49,49,57,46,53,53,51,54,52,49,44,51,53,46,49,55,57,57,55,53,93,44,91,45,49,49,57,46,54,54,55,48,53,54,44,51,53,46,49,55,52,56,48,57,93,44,91,45,49,49,57,46,54,54,54,54,54,51,44,51,53,46,50,54,50,53,50,55,93,44,91,45,49,49,57,46,56,48,57,52,52,57,44,51,53,46,50,54,51,53,56,52,93,44,91,45,49,49,57,46,56,56,48,49,55,50,44,51,53,46,51,53,49,50,49,49,93,44,91,45,49,49,57,46,56,56,48,48,52,53,44,51,53,46,52,51,57,49,51,51,93,44,91,45,49,50,48,46,48,56,54,54,55,52,44,51,53,46,53,50,54,53,53,52,93,44,91,45,49,50,48,46,49,57,51,57,49,56,44,51,53,46,54,49,52,51,53,57,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,50,49,54,48,55,54,44,51,49,46,55,48,50,52,48,57,93,44,91,45,56,53,46,52,49,54,48,51,56,44,51,49,46,55,48,54,54,54,52,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,87,121,97,110,100,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,48,55,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,52,57,53,55,57,56,44,52,48,46,55,48,49,53,49,53,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,53,34,44,34,78,65,77,69,34,58,34,90,97,112,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,44,91,45,57,57,46,52,50,54,52,49,56,44,50,55,46,49,55,56,50,56,55,93,44,91,45,57,57,46,52,52,54,49,50,51,44,50,55,46,48,50,51,48,52,56,93,44,91,45,57,57,46,50,54,56,54,49,51,44,50,54,46,56,52,51,50,49,51,93,44,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,44,91,45,57,57,46,48,49,49,49,49,50,44,50,54,46,54,55,53,48,50,51,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,48,52,51,50,49,51,44,51,49,46,54,50,51,53,55,51,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,52,46,48,50,53,54,50,51,44,51,49,46,55,49,48,48,50,50,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,52,46,51,51,56,49,52,51,44,51,49,46,57,49,54,49,57,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,50,54,50,51,52,57,44,51,49,46,56,50,56,52,56,56,93,44,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,52,49,54,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,53,50,48,55,48,54,44,52,52,46,56,57,49,53,48,50,93,44,91,45,57,51,46,55,54,55,48,52,49,44,52,52,46,56,57,48,56,54,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,108,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,49,55,53,54,49,51,44,52,49,46,51,55,55,48,56,51,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,50,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,51,50,55,53,57,44,51,52,46,52,57,55,55,54,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,48,52,53,52,51,57,44,51,52,46,52,57,50,54,51,49,93,44,91,45,55,57,46,56,56,52,53,52,50,44,51,52,46,52,57,49,50,49,56,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,56,48,51,56,55,55,44,51,52,46,54,48,57,48,53,51,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,52,53,57,53,56,55,44,51,53,46,54,49,53,49,50,52,93,44,91,45,56,55,46,53,54,56,56,51,49,44,51,53,46,54,53,50,50,57,54,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,49,56,50,49,44,34,98,101,100,115,34,58,57,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,49,51,53,52,50,55,44,52,53,46,52,51,51,52,53,57,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,50,46,55,52,51,55,52,49,44,52,53,46,51,51,50,48,54,55,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,55,52,51,56,54,50,44,52,53,46,53,49,57,53,48,57,93,44,91,45,49,50,50,46,57,50,57,49,50,56,44,52,53,46,54,51,53,51,49,51,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,51,46,48,51,48,56,55,51,44,52,53,46,55,55,57,49,53,57,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,52,56,52,55,50,54,44,52,53,46,55,48,56,55,54,52,93,44,91,45,49,50,51,46,51,54,49,49,51,49,44,52,53,46,53,55,56,55,55,57,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,49,48,34,44,34,78,65,77,69,34,58,34,86,105,114,103,105,110,105,97,32,66,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,49,51,53,44,34,98,101,100,115,34,58,56,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,49,50,49,57,53,53,44,51,54,46,54,54,53,55,53,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,53,46,55,57,55,52,57,55,44,51,54,46,53,53,48,57,49,54,93,44,91,45,55,53,46,57,50,54,56,52,55,44,51,54,46,57,51,54,52,54,50,93,44,91,45,55,53,46,57,48,57,52,57,49,44,51,54,46,57,57,48,55,48,56,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,57,50,54,57,54,53,44,52,53,46,56,53,53,54,57,52,93,44,91,45,49,49,50,46,48,56,56,55,54,44,52,53,46,56,52,57,48,53,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,53,49,53,52,53,51,44,52,53,46,55,52,54,55,48,50,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,54,56,55,56,51,57,44,52,53,46,52,55,55,50,52,93,44,91,45,49,49,50,46,53,48,53,53,54,56,44,52,53,46,52,52,51,48,48,57,93,44,91,45,49,49,50,46,52,53,56,48,54,50,44,52,53,46,51,52,57,57,49,93,44,91,45,49,49,50,46,52,53,54,56,53,52,44,52,53,46,48,56,56,53,48,57,93,44,91,45,49,49,50,46,51,51,52,50,52,56,44,52,53,46,48,48,48,53,49,57,93,44,91,45,49,49,50,46,49,57,49,49,56,55,44,52,53,46,48,48,48,53,49,50,93,44,91,45,49,49,50,46,49,54,55,49,48,56,44,52,52,46,56,50,54,55,51,56,93,44,91,45,49,49,50,46,48,54,53,55,57,55,44,52,52,46,55,56,51,52,55,53,93,44,91,45,49,49,49,46,55,56,49,49,53,55,44,52,52,46,55,56,49,48,50,55,93,44,91,45,49,49,49,46,55,56,49,48,57,57,44,52,52,46,55,48,56,56,52,53,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,51,55,51,48,51,44,52,53,46,51,53,48,53,50,49,93,44,91,45,49,49,49,46,51,53,49,51,56,44,52,53,46,54,52,49,57,51,56,93,44,91,45,49,49,49,46,53,51,54,50,52,49,44,52,53,46,54,52,50,50,53,55,93,44,91,45,49,49,49,46,54,53,57,55,51,56,44,52,53,46,55,52,51,51,52,52,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,53,51,54,53,56,57,44,51,55,46,54,51,57,49,57,52,93,44,91,45,55,54,46,51,54,56,50,49,51,44,51,55,46,53,57,52,51,51,49,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,51,48,56,51,54,55,44,51,55,46,54,54,57,55,55,51,93,44,91,45,55,54,46,52,50,48,48,55,49,44,51,55,46,56,50,51,55,54,54,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,108,107,110,97,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,52,48,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,54,49,50,52,50,54,44,52,51,46,52,51,55,56,57,51,93,44,91,45,55,49,46,53,53,48,48,51,44,52,51,46,52,53,50,55,48,49,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,49,53,57,51,54,52,44,52,51,46,51,53,53,49,50,51,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,49,46,50,53,56,50,53,57,44,52,51,46,53,55,49,51,52,53,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,54,52,56,51,52,54,44,52,51,46,54,56,52,53,49,49,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,55,56,44,34,98,101,100,115,34,58,57,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,54,46,57,48,48,52,57,44,51,55,46,57,56,50,49,52,50,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,55,52,56,56,55,49,44,51,55,46,57,57,52,56,57,55,93,44,91,45,55,54,46,56,55,55,48,54,50,44,51,56,46,49,50,52,51,53,56,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,48,34,44,34,78,65,77,69,34,58,34,83,107,97,103,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,44,91,45,49,51,53,46,51,55,53,48,50,44,53,57,46,51,53,48,48,51,51,93,44,91,45,49,51,53,46,48,51,48,53,50,53,44,53,57,46,51,52,54,51,52,56,93,44,91,45,49,51,53,46,49,48,49,48,50,44,53,57,46,52,50,55,53,51,49,93,44,91,45,49,51,53,46,48,50,56,57,48,51,44,53,57,46,53,54,51,54,53,57,93,44,91,45,49,51,53,46,52,55,57,49,54,49,44,53,57,46,55,57,56,48,52,49,93,44,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,72,111,111,110,97,104,45,65,110,103,111,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,56,49,51,48,53,49,44,53,55,46,56,51,55,54,50,52,93,44,91,45,49,51,52,46,49,55,54,57,57,44,53,56,46,49,53,56,51,50,93,44,91,45,49,51,52,46,53,51,56,52,49,51,44,53,56,46,48,57,56,49,55,50,93,44,91,45,49,51,52,46,54,57,55,55,54,54,44,53,56,46,48,51,50,48,51,54,93,44,91,45,49,51,52,46,55,55,54,56,54,50,44,53,56,46,48,57,57,48,52,53,93,44,91,45,49,51,52,46,54,57,52,56,51,54,44,53,56,46,50,55,54,53,50,50,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,53,46,48,48,48,52,51,50,44,53,56,46,49,49,56,48,54,52,93,44,91,45,49,51,53,46,50,53,48,48,50,44,53,56,46,49,54,54,55,93,44,91,45,49,51,53,46,52,52,57,54,56,55,44,53,56,46,51,49,55,48,55,51,93,44,91,45,49,51,53,46,52,55,54,49,51,57,44,53,56,46,52,55,53,51,52,55,93,44,91,45,49,51,53,46,52,50,50,54,56,55,44,53,56,46,54,51,49,52,49,54,93,44,91,45,49,51,53,46,55,53,53,51,50,51,44,53,56,46,55,52,53,57,53,52,93,44,91,45,49,51,53,46,53,54,54,56,54,53,44,53,56,46,57,54,51,56,50,93,44,91,45,49,51,53,46,55,49,48,51,56,51,44,53,57,46,49,48,49,52,57,49,93,44,91,45,49,51,53,46,57,54,57,56,52,55,44,53,57,46,49,55,57,55,52,93,44,91,45,49,51,54,46,52,56,56,52,48,50,44,53,57,46,50,53,57,50,57,93,44,91,45,49,51,54,46,53,56,49,53,50,49,44,53,57,46,49,54,52,57,48,57,93,44,91,45,49,51,54,46,56,50,54,54,51,51,44,53,57,46,49,53,56,51,56,57,93,44,91,45,49,51,55,46,53,50,53,54,55,53,44,53,56,46,57,48,56,57,55,53,93,44,91,45,49,51,56,46,48,50,49,54,49,44,53,56,46,55,57,48,48,50,51,93,44,91,45,49,51,55,46,55,54,50,50,49,56,44,53,56,46,53,57,54,53,48,50,93,44,91,45,49,51,55,46,49,52,57,53,56,54,44,53,56,46,51,52,49,51,48,55,93,44,91,45,49,51,55,46,48,49,52,53,44,53,56,46,51,52,52,51,49,49,93,44,91,45,49,51,54,46,56,49,52,52,49,50,44,53,56,46,49,56,56,55,57,93,44,91,45,49,51,54,46,54,49,54,51,51,57,44,53,56,46,49,52,55,50,51,93,44,91,45,49,51,54,46,54,55,56,56,57,49,44,53,56,46,48,51,54,50,57,51,93,44,91,45,49,51,54,46,54,53,56,53,54,56,44,53,55,46,57,48,49,52,53,53,93,44,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,44,91,45,49,51,54,46,48,50,52,51,50,56,44,53,55,46,56,51,56,55,57,53,93,44,91,45,49,51,53,46,57,48,49,57,54,52,44,53,56,46,48,48,49,51,52,51,93,44,91,45,49,51,53,46,53,50,56,53,51,52,44,53,55,46,56,56,48,52,55,93,44,91,45,49,51,53,46,50,51,56,49,50,57,44,53,55,46,55,54,49,55,49,49,93,44,91,45,49,51,52,46,56,51,54,50,44,53,55,46,55,56,55,55,93,44,91,45,49,51,52,46,55,48,49,49,52,49,44,53,55,46,52,53,52,54,49,51,93,44,91,45,49,51,52,46,55,51,56,53,53,54,44,53,55,46,50,50,54,51,48,51,93,44,91,45,49,51,52,46,54,55,55,50,44,53,54,46,57,57,57,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,51,51,53,51,49,57,44,53,54,46,57,54,55,53,51,57,93,44,91,45,49,51,52,46,48,54,51,49,52,53,44,53,55,46,49,53,54,50,56,54,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,51,46,55,51,56,54,49,49,44,53,55,46,49,56,54,51,52,56,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,44,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,52,53,50,50,52,50,44,53,55,46,56,49,52,48,54,50,93,44,91,45,49,51,50,46,56,55,49,56,57,56,44,53,55,46,55,49,50,55,57,54,93,44,91,45,49,51,50,46,56,56,55,56,53,44,53,55,46,54,49,51,55,51,57,93,44,91,45,49,51,50,46,54,53,50,52,53,54,44,53,55,46,54,48,55,51,53,55,93,44,91,45,49,51,50,46,56,54,57,51,49,56,44,53,55,46,56,52,50,57,52,49,93,44,91,45,49,51,51,46,48,55,54,52,50,49,44,53,55,46,57,57,57,55,54,50,93,44,91,45,49,51,51,46,49,55,54,57,51,55,44,53,56,46,49,53,48,53,54,55,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,54,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,50,55,48,51,50,44,52,54,46,53,50,49,51,49,49,93,44,91,45,49,49,57,46,50,54,55,50,48,50,44,52,54,46,50,56,52,54,50,53,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,56,46,55,55,55,50,50,56,44,52,54,46,50,57,48,49,55,55,93,44,91,45,49,49,56,46,54,51,51,56,50,54,44,52,54,46,52,49,52,48,50,50,93,44,91,45,49,49,56,46,54,49,53,53,57,50,44,52,54,46,53,48,52,53,52,51,93,44,91,45,49,49,56,46,52,55,53,57,51,50,44,52,54,46,53,57,53,49,52,50,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,54,54,57,50,54,53,44,52,50,46,52,55,52,54,52,53,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,51,50,50,51,53,55,44,52,50,46,52,55,52,55,51,55,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,101,100,103,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,48,54,52,44,34,98,101,100,115,34,58,50,56,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,54,57,56,54,57,50,44,51,55,46,55,51,53,48,53,54,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,51,34,44,34,78,65,77,69,34,58,34,84,114,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,49,54,54,44,34,98,101,100,115,34,58,51,48,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,52,57,50,52,56,50,44,51,48,46,50,49,48,48,49,49,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,53,57,54,50,51,54,44,51,48,46,53,48,49,53,49,51,93,44,91,45,57,55,46,56,49,49,56,54,51,44,51,48,46,52,52,55,48,49,56,93,44,91,45,57,55,46,57,53,54,55,51,52,44,51,48,46,54,50,56,50,52,57,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,98,111,114,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,56,56,56,51,44,34,98,101,100,115,34,58,52,48,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,54,52,56,51,50,44,50,55,46,57,52,55,51,57,56,93,44,91,45,56,50,46,53,57,55,50,49,57,44,50,55,46,57,51,53,49,57,57,93,44,91,45,56,50,46,53,52,49,53,49,56,44,50,55,46,55,56,50,50,48,52,93,44,91,45,56,50,46,54,48,54,49,51,57,44,50,55,46,54,52,51,54,51,56,93,44,91,45,56,50,46,56,49,51,51,54,50,44,50,55,46,54,52,53,55,52,56,93,44,91,45,56,50,46,56,50,51,48,50,57,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,55,52,53,49,51,55,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,53,53,51,54,54,54,44,50,55,46,54,52,53,52,54,53,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,48,53,54,50,54,49,44,50,56,46,49,55,49,53,57,50,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,54,50,44,34,98,101,100,115,34,58,50,48,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,55,46,49,55,53,54,49,51,44,52,49,46,51,55,55,48,56,51,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,101,115,116,109,111,114,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,55,53,49,44,34,98,101,100,115,34,58,57,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,53,54,49,49,49,44,52,48,46,53,54,52,49,49,51,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,55,54,53,52,49,53,44,52,48,46,53,52,57,56,53,52,93,44,91,45,55,57,46,55,48,52,55,51,57,44,52,48,46,52,50,55,50,51,49,93,44,91,45,55,57,46,55,55,49,48,56,50,44,52,48,46,51,55,53,52,49,57,93,44,91,45,55,57,46,55,56,49,55,54,49,44,52,48,46,50,50,55,55,49,49,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,54,51,56,57,57,52,44,52,48,46,48,56,50,56,53,57,93,44,91,45,55,57,46,53,48,53,49,56,56,44,52,48,46,49,52,48,53,54,56,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,57,46,49,50,49,54,51,52,44,52,48,46,51,55,48,53,55,54,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,57,53,52,44,34,98,101,100,115,34,58,54,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,50,46,50,53,53,50,51,55,44,50,55,46,48,51,50,57,55,53,93,44,91,45,56,50,46,50,53,53,53,50,49,44,50,54,46,57,52,53,50,54,52,93,44,91,45,56,50,46,52,51,55,51,50,55,44,50,54,46,57,52,54,48,50,53,93,44,91,45,56,50,46,51,51,53,48,52,44,50,54,46,55,56,55,57,52,54,93,44,91,45,56,50,46,49,57,56,54,50,54,44,50,54,46,55,55,48,56,57,50,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,57,49,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,48,54,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,52,53,54,49,55,50,44,52,48,46,55,50,56,51,48,54,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,51,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,50,46,55,54,50,49,57,44,51,55,46,55,53,53,56,53,54,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,57,52,55,57,51,54,44,51,56,46,48,48,48,52,51,49,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,56,54,49,44,34,98,101,100,115,34,58,51,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,52,56,52,52,50,55,44,52,49,46,54,48,50,53,57,49,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,87,105,110,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,53,48,44,34,98,101,100,115,34,58,50,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,56,54,56,55,51,55,44,52,51,46,49,49,51,49,55,93,44,91,45,55,50,46,57,57,54,57,44,52,51,46,49,49,57,48,57,53,93,44,91,45,55,51,46,48,48,56,48,54,51,44,52,50,46,57,51,48,48,56,55,93,44,91,45,55,50,46,57,50,49,51,55,54,44,52,50,46,57,50,54,55,57,50,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,53,52,49,53,49,51,44,52,50,46,56,48,55,48,57,52,93,44,91,45,55,50,46,53,51,50,48,50,50,44,52,50,46,57,53,52,57,52,51,93,44,91,45,55,50,46,52,55,51,48,55,54,44,52,50,46,57,55,50,53,50,56,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,54,56,53,54,51,55,44,52,51,46,50,50,50,52,57,53,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,44,91,45,55,50,46,53,53,52,51,54,44,52,53,46,48,48,56,50,55,49,93,44,91,45,55,50,46,53,51,50,54,51,56,44,52,52,46,56,51,51,51,52,54,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,52,49,55,51,49,53,44,52,52,46,55,50,50,56,57,51,93,44,91,45,55,50,46,52,56,50,51,48,50,44,52,52,46,54,51,51,57,50,56,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,50,54,50,57,54,53,44,52,52,46,53,52,50,51,51,54,93,44,91,45,55,50,46,49,49,52,53,48,51,44,52,52,46,55,52,57,54,50,52,93,44,91,45,55,50,46,48,49,50,53,48,52,44,52,52,46,54,57,56,56,50,49,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,49,46,56,55,52,52,51,51,44,52,52,46,56,55,54,51,56,50,93,44,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,55,56,57,49,48,49,44,51,57,46,53,54,53,57,49,54,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,50,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,54,50,53,49,50,49,44,51,50,46,52,48,53,51,52,52,93,44,91,45,57,49,46,55,53,57,48,57,56,44,51,50,46,51,49,55,55,49,52,93,44,91,45,57,49,46,55,55,54,53,56,55,44,51,50,46,50,51,57,49,48,54,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,49,46,55,55,57,57,50,56,44,51,49,46,56,56,49,52,56,49,93,44,91,45,57,49,46,54,52,54,48,52,44,51,49,46,57,54,49,49,52,49,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,53,49,49,51,55,52,44,51,49,46,57,51,48,48,50,53,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,53,52,51,48,50,49,44,51,50,46,50,53,57,48,48,54,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,56,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,53,48,54,52,57,54,44,51,51,46,52,53,57,56,48,54,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,50,50,50,48,51,57,44,51,51,46,53,50,55,50,52,53,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,57,51,53,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,50,46,57,53,49,48,51,57,44,52,50,46,54,52,49,48,48,54,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,50,46,56,55,49,49,51,54,44,52,50,46,52,56,52,48,52,49,93,44,91,45,55,50,46,51,55,53,48,50,50,44,52,50,46,52,50,48,56,49,57,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,50,55,54,52,51,52,44,52,50,46,53,55,55,51,55,52,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,48,54,54,54,56,57,44,52,50,46,52,52,51,52,54,51,93,44,91,45,49,48,50,46,48,52,48,50,56,44,52,50,46,48,57,54,55,52,52,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,51,46,56,48,54,52,51,49,44,52,53,46,54,48,49,54,51,93,44,91,45,49,49,51,46,55,55,51,55,53,51,44,52,53,46,52,48,54,51,53,57,93,44,91,45,49,49,51,46,53,55,54,55,50,53,44,52,53,46,49,51,49,50,51,55,93,44,91,45,49,49,51,46,52,53,50,48,52,52,44,52,53,46,48,53,57,49,55,52,93,44,91,45,49,49,51,46,52,53,53,48,55,49,44,52,52,46,56,54,53,52,50,52,93,44,91,45,49,49,51,46,50,52,55,49,57,50,44,52,52,46,56,50,50,57,53,52,93,44,91,45,49,49,51,46,49,48,49,54,49,56,44,52,52,46,55,50,57,52,54,53,93,44,91,45,49,49,51,46,48,48,49,57,55,56,44,52,52,46,52,52,57,56,53,55,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,50,46,55,49,55,57,51,44,52,52,46,53,48,52,50,55,51,93,44,91,45,49,49,50,46,52,55,51,52,49,57,44,52,52,46,52,55,57,51,53,57,93,44,91,45,49,49,50,46,50,56,56,54,55,51,44,52,52,46,53,54,55,57,49,93,44,91,45,49,49,50,46,48,57,54,52,56,52,44,52,52,46,53,50,50,57,57,50,93,44,91,45,49,49,49,46,56,54,51,54,53,55,44,52,52,46,53,53,49,50,52,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,53,50,53,54,49,44,52,52,46,54,48,52,55,52,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,55,56,49,48,57,57,44,52,52,46,55,48,56,56,52,53,93,44,91,45,49,49,49,46,55,56,49,49,53,55,44,52,52,46,55,56,49,48,50,55,93,44,91,45,49,49,50,46,48,54,53,55,57,55,44,52,52,46,55,56,51,52,55,53,93,44,91,45,49,49,50,46,49,54,55,49,48,56,44,52,52,46,56,50,54,55,51,56,93,44,91,45,49,49,50,46,49,57,49,49,56,55,44,52,53,46,48,48,48,53,49,50,93,44,91,45,49,49,50,46,51,51,52,50,52,56,44,52,53,46,48,48,48,53,49,57,93,44,91,45,49,49,50,46,52,53,54,56,53,52,44,52,53,46,48,56,56,53,48,57,93,44,91,45,49,49,50,46,52,53,56,48,54,50,44,52,53,46,51,52,57,57,49,93,44,91,45,49,49,50,46,53,48,53,53,54,56,44,52,53,46,52,52,51,48,48,57,93,44,91,45,49,49,50,46,54,56,55,56,51,57,44,52,53,46,52,55,55,50,52,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,55,53,57,51,51,57,44,52,53,46,55,52,56,50,48,57,93,44,91,45,49,49,51,46,48,48,48,49,53,53,44,52,53,46,56,48,55,55,52,55,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,51,46,49,55,57,55,57,49,44,52,53,46,56,56,53,48,48,57,93,44,91,45,49,49,51,46,51,57,54,57,48,51,44,52,53,46,55,54,55,54,53,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,53,51,50,51,55,44,52,53,46,56,55,56,52,48,53,93,44,91,45,49,49,51,46,55,49,50,53,50,50,44,52,53,46,56,51,56,51,56,52,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,78,101,119,32,77,97,100,114,105,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,55,48,48,57,53,50,44,51,54,46,54,50,55,52,53,51,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,54,49,49,51,48,56,44,51,54,46,52,49,49,50,55,51,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,44,91,45,56,57,46,52,56,53,52,50,55,44,51,54,46,52,57,55,52,57,49,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,101,109,112,115,116,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,49,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,56,51,49,52,53,50,44,51,51,46,55,52,55,55,48,57,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,57,54,53,54,51,55,44,51,51,46,54,54,57,55,51,54,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,54,49,55,52,54,44,51,51,46,57,53,57,54,50,55,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,57,54,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,50,46,54,50,48,49,56,49,44,51,55,46,56,57,50,53,50,49,93,44,91,45,57,50,46,53,52,56,57,51,52,44,51,55,46,56,48,48,52,55,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,53,55,48,50,56,49,44,51,56,46,48,54,54,54,51,53,93,44,91,45,57,50,46,54,52,48,48,56,53,44,51,56,46,50,49,51,48,51,50,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,55,54,52,57,54,51,44,51,56,46,49,56,57,53,51,52,93,44,91,45,57,51,46,48,50,50,50,55,55,44,51,56,46,49,57,56,54,52,50,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,101,99,107,108,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,52,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,50,52,49,53,48,57,44,51,54,46,56,48,55,57,53,56,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,57,48,44,34,98,101,100,115,34,58,52,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,83,107,97,109,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,49,46,56,54,55,48,50,49,44,52,53,46,54,57,51,51,57,49,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,54,48,57,50,52,54,44,52,53,46,55,56,50,53,49,57,93,44,91,45,49,50,49,46,54,49,50,50,51,50,44,52,54,46,48,52,52,48,57,51,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,101,110,97,119,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,52,55,52,44,34,98,101,100,115,34,58,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,71,105,108,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,54,53,55,48,57,56,44,51,52,46,55,50,56,57,48,53,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,51,49,52,54,53,51,44,51,52,46,56,48,55,51,50,56,93,44,91,45,56,52,46,52,50,57,48,57,51,44,51,52,46,56,53,53,48,51,54,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,82,111,115,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,51,52,50,55,51,44,52,56,46,55,49,51,48,50,56,93,44,91,45,57,53,46,48,56,57,56,54,51,44,52,56,46,55,49,51,48,54,50,93,44,91,45,57,53,46,48,57,49,50,56,50,44,52,56,46,57,49,57,49,55,51,93,44,91,45,57,53,46,50,51,53,54,48,54,44,52,56,46,56,56,49,52,53,93,44,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,44,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,57,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,57,48,46,48,52,57,49,50,57,44,51,50,46,55,51,53,54,55,52,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,52,52,53,57,52,54,44,51,50,46,52,56,55,57,48,51,93,44,91,45,57,48,46,50,52,51,54,52,49,44,51,50,46,52,56,55,53,51,51,93,44,91,45,57,48,46,50,52,51,55,54,52,44,51,50,46,52,48,48,48,57,56,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,56,57,46,56,54,49,49,53,57,44,51,50,46,53,56,51,49,54,50,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,54,55,44,34,98,101,100,115,34,58,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,48,56,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,54,51,52,55,48,50,44,51,56,46,49,51,54,57,52,49,93,44,91,45,56,50,46,53,52,57,50,52,44,51,56,46,48,54,55,57,53,50,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,50,48,50,50,51,54,44,51,56,46,48,51,54,49,57,51,93,44,91,45,56,50,46,50,56,53,54,57,51,44,51,56,46,49,52,52,57,53,50,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,93,93,125,125,93,125]) \ No newline at end of file diff --git a/functions/cors.js b/functions/cors.js new file mode 100644 index 000000000..7c3ddee8d --- /dev/null +++ b/functions/cors.js @@ -0,0 +1,59 @@ +const cors_proxy = require('cors-anywhere'); +const fetch = require('node-fetch'); +const createHttpTerminator = require('http-terminator'); + +const handleResponse = async (response, type) => { + if (type === "json") { + return await response.json() + } + + if (type === "csv" || type === "text" || type === "document") { + return await response.text() + } + + if (type === "buffer" || type === "pbf"){ + return await response.arrayBuffer() + } + + if (type ==="blob"){ + return await response.blob() + } + + return null +} + +exports.handler = async (event) => { + try { + if (!event.queryStringParameters.url) return { statusCode: 500, body: JSON.stringify({ error: 'No URL Supplied' })} + if (!event.queryStringParameters.type) return { statusCode: 500, body: JSON.stringify({ error: 'No Data Type Supplied' })} + + const port = 8080; + const cors_api_url = `http://localhost:${port}/${event.queryStringParameters.url}`; + + const server = cors_proxy.createServer({ + originWhitelist: [], // Allow all origins + requireHeader: [], + removeHeaders: ['cookie', 'cookie2'] + }) + server.listen(port, '0.0.0.0', function() {}); + + const httpTerminator = createHttpTerminator({ + server, + }); + + const response = await fetch(cors_api_url, { + method: 'GET' + }).then(r => { + httpTerminator.terminate() + return r + }).then( r => r.json()); + + return { statusCode: 200, body: JSON.stringify({ data: response }) }; + + } catch (error) { + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; \ No newline at end of file diff --git a/functions/countyMoran.js b/functions/countyMoran.js new file mode 100644 index 000000000..970346061 --- /dev/null +++ b/functions/countyMoran.js @@ -0,0 +1,58 @@ +const jsgeoda = require('jsgeoda'); +const axios = require('axios') + +function csvJSON(csvStr){ + var lines=csvStr.split("\n"); + var result = {}; + var headers=lines[0].split(","); + + for(var i=1;i { + try { + const [geoda, raw] = await Promise.all([jsgeoda.New(), axios.get('https://raw.githubusercontent.com/GeoDaCenter/covid/master/public/csv/covid_confirmed_cdc.csv')]); + + const uid = await geoda.readGeoJSON(geom); + const {result, headers} = csvJSON(raw.data); + const data = parseOrderedData(result, headers, geoidOrder) + const weights = geoda.getQueenWeights(uid) + + return { statusCode: 200, body: JSON.stringify({ localMoran: geoda.localMoran(weights, data) }) + }; + + } catch (error) { + console.log(error); + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; + +var geoidOrder = [31039,53069,35011,31109,31129,72085,46099,48327,6091,21053,39063,48189,1027,48011,39003,13189,55111,5137,41063,42007,28061,29083,8109,37037,49033,40001,39085,51775,51121,47065,35035,35003,1091,56023,29011,48057,51735,54075,48077,51095,31101,31137,22019,22111,40135,1049,36101,42053,22105,51179,26109,18073,13025,13171,18151,48361,39047,25015,21003,37001,20073,25025,16051,48177,47115,26007,21231,47185,48147,20043,48265,12053,12129,12131,28017,2130,26035,20157,12127,40017,72115,13115,32001,31181,17067,46067,41013,50011,26103,9007,37057,17025,29103,29117,42117,31043,26089,51181,48391,39017,13273,13063,56013,18115,13073,8115,30065,42043,46101,54079,34037,20039,18123,28145,31015,27095,38099,39115,39133,56041,32013,48247,8017,41005,5113,13193,18007,47129,46043,24047,17185,18069,21209,19053,18169,18003,18099,31171,38085,48127,27045,45023,27073,49005,55093,13049,13233,17113,23001,16055,32003,20147,31089,29101,55063,22021,21061,17005,17009,27085,55033,8027,29123,48353,42127,36091,48041,40095,24001,54103,55053,41007,53041,36003,19031,18117,13089,13227,30015,31017,47013,37069,24510,20111,19027,22107,47123,20075,19151,16045,5063,5085,18111,13119,12051,13265,48245,30059,8067,48027,28069,5019,41035,36075,72105,1019,48019,30087,35059,26153,36111,34007,17083,51085,20199,26003,5049,48215,37155,26123,41049,27153,5083,37109,5091,12095,8111,16041,13045,20161,48413,51167,37027,16065,18173,21001,21077,21097,23023,30097,48181,42059,2188,20051,1065,1105,1033,20151,21017,47149,13075,20101,40059,17147,48107,72053,1063,16033,19109,72151,38013,37063,19085,31103,19187,17151,47159,51089,51510,19101,30049,49013,40003,48119,47169,21193,46039,41029,72067,48507,31007,19121,12011,13279,26151,48397,26163,27105,27001,38071,37145,20195,28151,48133,28055,48123,48005,45081,29125,5001,29109,51540,17011,39145,37115,16053,39163,48309,16037,19089,12099,13181,1013,47165,51097,5015,51820,2220,41051,47061,27057,38081,36089,29179,6067,39125,18179,51063,6083,54005,28009,21055,19147,19159,37151,24015,18171,31077,31095,31151,21119,19045,27063,27039,27047,6009,25001,51119,42065,18089,47003,47027,17029,47097,41001,36097,26159,17131,21127,21175,21177,17049,47105,46025,15003,12041,18157,42109,48277,12086,31057,48289,8097,38035,18091,18057,51595,40081,20071,13145,13251,72127,48433,39069,33009,29145,18129,48311,17035,13297,27121,51157,51009,6111,17033,8093,6037,4027,13129,19025,12055,51580,50017,20113,4021,39051,8003,12017,72049,72051,47041,42031,46097,46073,18031,18037,51057,45089,36031,19195,40063,51027,51005,28087,18143,8099,48435,72121,40101,29043,72039,28073,18137,38057,13147,22049,51133,48157,55047,30073,55127,32021,17057,36103,18161,29119,31157,35047,1081,48367,38021,38003,27143,13293,6097,26033,16019,13013,13183,48271,40115,42033,26037,72133,17135,28003,28071,22043,29005,17115,26149,17055,30033,31001,27109,34039,72139,1097,46087,1057,1017,37131,8081,21087,18047,37013,72073,38015,37159,26071,27067,21237,48149,46081,23029,48045,26131,28015,41003,27133,42063,22061,42099,46137,48203,26013,40131,29019,72097,40015,8059,54011,48383,5141,8117,20035,5071,36041,51045,48083,2290,4017,28085,48357,48103,56003,47081,28143,29081,72029,18005,13223,39015,47141,38101,25027,39091,6031,6073,72123,13079,72103,29037,36027,48477,8101,29067,38009,37051,56017,26001,6061,5129,48305,36077,37153,37093,31131,42023,45035,27161,46015,47177,17023,21201,47095,45015,5051,20139,39155,48333,48359,42019,16049,20115,51029,37025,29225,49011,27033,12093,13291,19013,48403,39131,1125,1131,28097,31099,31087,10003,16081,17161,51073,5133,18017,16077,18015,42101,56043,37029,36109,5069,5079,55123,29093,48223,36001,48225,39111,20165,18107,20187,21129,27071,48029,8013,47089,40097,27165,16013,22053,46119,8031,40029,30011,48461,18051,31105,17093,11001,8085,27171,55059,8037,6075,8113,2020,12109,28019,29079,26085,26139,17031,17059,45047,20059,27027,47075,49003,28139,54051,54035,16039,24005,38005,29163,39087,29201,39001,48143,13137,13319,54061,39033,12027,9011,39059,26015,29209,51760,37169,19039,19065,6041,48381,48401,19181,39161,12043,13199,8023,48099,19001,13053,6043,29089,41047,55079,27139,39129,51145,8014,47099,26009,45069,16009,17103,31127,37031,20149,26075,48091,25019,45009,48007,13019,18165,26143,37005,6035,51610,12081,39119,8015,8025,8043,28109,28111,31041,12013,21117,19037,17037,19081,38089,26095,40019,37139,35055,28011,32023,47073,38011,42057,22055,48237,17175,40055,48211,16069,46129,6055,40033,29221,36011,48417,48407,19061,51075,20181,39139,17001,39021,33019,17075,19157,39169,13113,13141,48259,36039,51137,40089,13277,31025,46077,56009,36043,38047,26053,27005,1095,47173,54057,55003,17053,38029,6089,22113,5121,55085,22035,22037,22087,48481,2198,2195,48153,2275,21151,47009,30031,45031,1053,13143,20001,17041,51079,55137,5065,6053,35017,29131,37193,2110,29165,29021,1083,18065,31143,39123,27107,19165,24013,19011,21159,27025,21189,42015,54029,29051,26021,42061,31045,51141,26119,26135,35007,17163,17189,42009,5127,20099,42073,39067,37003,34009,33005,27089,51101,8055,48255,47023,17171,49027,49029,48257,4011,4013,26129,47087,17159,1009,30051,48131,29173,48251,13061,41023,41011,48159,36113,51113,40005,17129,13015,12069,40111,38083,18049,20091,24009,55129,53031,72003,27169,28149,29003,29139,20021,37083,35043,21051,42035,41043,55065,40147,54077,55135,48137,41037,29153,48473,1099,50009,51111,38097,13139,13283,13037,55125,27007,72043,72055,24019,42037,39023,48323,4019,35006,34005,50021,13099,25007,38049,31179,38045,16023,33007,38043,48273,18127,28101,37163,47127,12103,72019,17065,5105,20023,8029,19185,48165,1093,37189,51770,48317,48037,49057,29127,36045,19097,38063,36019,8045,29177,39073,1085,13043,19113,6105,13215,28135,20005,72081,48003,39109,48375,40133,45003,6045,51550,72153,56037,48169,54031,72001,55089,47163,45059,56011,55117,25013,48055,20029,6027,1037,19059,21095,20061,42011,47019,27083,51037,47179,45071,51093,41069,29023,22047,28125,51061,51750,32005,12037,18055,18139,55131,29105,42085,5031,29195,17193,17039,32033,27049,37173,12101,12119,36059,38091,18163,29071,37011,54107,55007,47161,55097,45063,24003,55039,54101,55061,48369,40151,21063,25003,29041,8103,8087,41045,34023,20167,17155,46055,47111,5023,1109,16003,25005,42107,38103,37045,5059,24021,17169,6051,6109,35013,13081,5027,38039,6095,19043,48449,54027,37125,20009,38087,22083,31071,22099,1119,1133,12117,28035,26065,20177,46061,27061,8073,36053,36115,18081,48445,35021,1121,55067,48155,19021,19129,48385,39041,37067,32510,19049,48065,13261,29223,45007,56007,30093,17177,26087,22027,28161,72093,26079,72005,22039,47069,4003,35023,38023,6071,8083,28023,19125,31055,51600,40057,29039,13059,16085,48275,5103,39037,40071,46041,41057,13077,28127,28131,6013,47017,51087,18119,36119,29017,54047,54033,37077,9009,31139,13023,13033,17181,17091,38051,31141,37185,72009,13197,46027,10005,13159,29175,20015,48209,48325,26105,45013,46135,55105,45077,53013,18023,17027,16067,42113,28121,48345,41039,48485,26155,20089,20123,12007,28091,28039,17085,18059,51620,48329,20171,30013,51660,17199,30029,72111,20189,21067,21091,46013,54001,47181,31013,42097,48469,51530,26147,31173,50015,51067,40011,53037,18135,49025,54093,72113,55023,1071,19123,20045,21059,21197,29097,41061,13151,38001,37137,21083,42021,47107,26093,8001,42069,40123,40037,48457,47175,40125,9013,35053,13003,12031,48145,5149,20033,21113,21171,40075,46079,37033,48377,39057,48489,72021,35028,2122,1003,19007,51127,13263,36049,54015,18077,51019,35033,31011,29149,47083,42131,37107,18167,18039,51077,48303,27093,39005,31119,12085,8079,13085,13167,5095,29059,51143,2068,20145,20209,12029,26157,2240,20065,22097,47055,39095,5093,72117,18043,20129,21081,21217,37075,54045,54073,51071,54019,53061,35015,31117,31145,31149,47085,17125,51197,13303,53077,5143,48213,55035,47153,48471,4005,20191,26127,27065,39007,6003,48167,1011,17105,39135,39079,48201,25017,72145,48115,36069,2261,1001,20121,13091,36023,13039,26161,18087,48371,13225,13311,13163,55083,48347,44009,53047,53063,55041,55113,34017,39151,48187,53029,54037,51153,42029,54055,47145,53009,53065,19177,31073,28095,12033,48439,24033,51169,48239,40085,13289,39099,1087,17191,48437,29151,17089,6017,45055,37073,8089,41019,42089,5101,38019,40103,20063,22077,31067,1115,28123,13095,18061,16017,13047,22059,23027,24027,49035,9003,9015,12087,39157,36085,39071,27077,16011,72023,72069,72077,45045,46085,55121,6113,48431,48495,46071,49041,51036,1023,18083,31047,20057,38105,38017,17069,31005,48163,19103,20133,21089,20107,49017,32011,31085,8095,5013,2090,21101,28051,28105,72037,72047,30027,24023,22119,26059,21141,46033,33013,42133,37161,46005,1043,13097,31097,37187,46075,37007,2100,38007,31003,29073,21031,56005,13211,5037,5107,22093,6115,1117,8091,35009,40149,37135,18131,26019,36029,24031,51685,51013,51035,29183,6069,24035,20013,13031,21071,30007,13309,37049,29087,48295,41009,45041,38061,49053,30003,42047,31165,28031,72099,18013,18019,21021,21065,48087,48089,17063,27081,13109,48497,2050,13307,13169,13135,55095,55045,72107,36079,51700,8011,40065,30089,48173,5047,40093,47125,53051,38055,41027,19197,48419,29055,51017,27111,22075,28115,22067,21029,1047,48093,30053,72129,72135,27021,8007,28163,55087,29107,37195,39117,30039,38031,5033,48053,29186,48179,17109,19137,5067,48229,22079,31111,48067,47079,51840,37061,37087,27037,41025,72095,55001,29045,21015,21229,22009,28137,29227,31163,46021,46063,26057,19175,17127,31113,31121,31161,21039,56025,13321,18109,48139,13229,18053,12035,28077,22127,17073,41041,23031,46029,13231,13259,34025,5021,5045,40041,19107,17061,27075,13285,6023,47043,27003,46009,47059,51183,18141,38067,46007,22115,23019,24041,13257,6065,5005,28007,19169,20011,51049,45085,2164,54109,6029,48097,45075,55119,27099,27101,44007,29161,28117,21235,18149,48491,72109,19131,13107,22025,42025,31133,47171,45083,55073,32007,54007,26165,48079,42013,29085,29009,27123,5081,32019,12071,41033,72091,28113,47031,16059,21183,31153,13071,27167,17157,23011,51173,35041,42111,51191,37081,16001,40039,39101,17149,17203,13245,1107,40045,17145,19075,8107,34035,6011,17087,8053,16031,27059,42049,28029,48467,51161,51015,2060,49031,21161,27009,48129,12005,1077,18045,17173,17051,39127,51590,13011,13305,40109,40069,37099,49043,29167,32015,19191,21023,55037,54087,27159,51670,17201,4007,24045,21043,37097,51083,37091,36057,27113,53073,41021,34029,5009,40031,48253,48185,26049,22007,28013,28041,30017,46109,17141,38077,55005,55051,27157,6015,40127,53007,26141,40027,36105,37149,37165,37085,37105,18159,20027,40145,30083,5003,5041,72147,47135,27163,51740,42051,54023,51171,48235,29025,12107,18025,29111,31075,72087,16071,17139,21107,16035,21013,27035,72011,4009,5123,13101,2070,20105,20183,12065,72041,28005,5097,26025,1029,8123,40009,6049,19153,13179,48349,48047,47187,56021,53003,27155,17017,13247,42067,42083,40049,31021,35045,36073,22031,6019,13105,1005,37017,48111,17167,40035,47035,26137,19161,49015,53019,30109,35027,40021,27173,48231,48335,48499,40113,37039,26107,21195,12067,37035,21025,48075,29181,17179,48243,51678,5135,8069,37177,27131,29219,21227,22017,46121,19127,40141,37113,54063,18155,21105,1061,17099,19055,20127,19051,16015,55081,37143,12047,2170,18035,12075,72063,72065,28045,13315,22081,47093,23017,29095,13281,28129,16075,16079,37095,19067,21145,21225,46125,47029,47067,47071,45067,72057,22117,29207,13093,27145,31155,27141,46035,47025,48337,48049,55101,55115,19009,48207,40083,36065,8065,40121,54017,54105,33003,54095,27079,53017,36009,55027,19105,20007,29169,1045,20109,6039,29075,31009,49009,56031,37071,35019,30037,37101,6085,45019,53005,29001,39043,17183,29189,17007,6103,55025,48151,22085,17137,13235,37015,37167,47143,37079,21131,24039,17123,21143,48095,48081,47133,26063,26069,13069,13299,38037,22051,22103,19083,22023,39027,27137,39093,72143,19015,48373,31051,24025,45037,51001,55015,21121,26067,37129,47131,21035,51003,47147,51043,53023,21109,27031,45073,22033,28021,24037,26081,37147,30009,31167,13001,19099,28153,48101,51081,12105,48503,1123,33015,8105,19149,36123,53033,41017,19155,29229,30101,36107,48287,13121,48073,29007,45029,55055,5055,48191,55013,35057,53049,37141,48221,46117,32031,21007,48009,48023,48405,32029,13249,9001,48313,6077,28159,21103,21167,31183,21135,27051,28053,1025,20017,21221,1069,46003,2013,31061,24029,20037,27023,46103,45049,16043,13029,51053,12111,36055,46083,55017,20207,21157,13065,13185,15005,15007,26099,13287,17079,48331,18147,21099,21137,30005,51710,48389,51155,37179,38053,12091,6001,17013,18085,28103,5147,34015,33011,30045,37121,30077,41053,41065,46105,19173,1129,39039,54025,17121,51051,51007,13243,35029,48355,56045,72137,17187,1089,47189,48063,40067,54085,19145,20087,22045,2158,37133,27043,47057,48161,42087,1041,51520,48399,48443,20153,20193,13161,19035,5145,28083,29053,26043,17197,48117,46011,29047,28027,18011,19057,19163,20143,12023,12059,28047,72141,47011,27017,48315,36095,40117,36007,48291,39009,39081,54083,54049,34011,6057,55031,21199,37065,48241,49001,13213,18075,26117,36083,12021,35031,13017,5077,12003,13173,20159,1015,28059,21037,21057,28107,48195,48071,13239,48199,9005,39143,23021,17153,40107,26145,35039,50005,51023,17119,48085,45001,31053,12115,55077,4015,4025,45051,42091,16061,72013,51720,34027,29211,20135,48039,51790,31029,39113,48447,13221,5029,29147,38073,26017,47157,6007,27115,48021,53039,53055,55009,20205,22069,22109,13155,2185,26011,19111,20141,26047,19071,23015,36099,21125,47121,29213,13269,51830,48415,8047,40087,54071,51139,40079,54089,37119,34013,29115,13209,41055,13133,46017,46095,48135,48293,53027,54003,72149,30067,48121,45021,37199,48387,48321,27149,13301,48197,17133,13165,21085,48363,13149,1079,72061,28093,20025,20081,22013,13295,19095,31019,40007,19023,30085,72017,53015,48297,29135,51193,37197,6047,40043,37023,37191,42123,5061,37059,37111,5099,8125,48421,48463,39011,22015,19063,20169,21153,48017,29027,56001,56029,42093,36081,12121,26031,26051,21173,45057,21123,19193,12123,17003,29099,29113,13051,12125,36037,19041,30025,46107,48109,23005,48013,20095,13241,54097,29215,5119,19047,16005,39055,72035,6107,72015,72125,36117,51163,38095,42045,36063,50003,12019,37183,39061,34003,32017,2180,30055,19019,17043,46047,27069,13219,48493,31059,12079,72031,18153,4012,13027,2016,2150,20185,13271,26115,18181,18113,21139,13201,47103,21211,31185,42001,45005,47037,49047,49049,18021,36047,29141,39075,19143,18079,16083,17165,26077,45061,56019,18027,26055,22003,46065,46069,45027,30095,47007,21219,47183,29077,42077,31159,36015,36121,6099,42095,1103,21027,28043,21213,50013,39029,51125,12097,5053,13175,36061,5007,72071,12083,51135,34041,36021,51690,40023,20041,48427,13103,40129,55103,35025,1075,72054,47117,51011,5087,56033,42041,42055,42079,26039,1113,39019,51065,17097,13195,5039,8057,8063,16073,55141,36013,13067,47091,39013,51195,29035,40013,31035,24017,19033,19073,21205,49055,29031,53071,29133,5025,48113,72079,18033,22073,22095,22091,29197,1059,21041,8019,48267,26097,48307,28141,48105,48217,8075,20055,20125,45039,31033,27091,47155,47139,48263,30099,31069,17117,39141,17195,48141,48301,40077,39167,29091,20047,21111,17107,55139,21075,20079,30021,54091,26111,28119,21093,17081,46057,55069,36033,51630,54081,35005,35049,6059,4023,37053,17101,18067,18125,21047,26045,19179,6025,26027,28157,2282,20179,28079,72025,72027,28025,28037,28099,46045,72119,1035,18029,18071,28081,22125,5035,12063,48125,51115,38075,48283,36067,19087,31083,30075,72075,55091,4001,29121,48279,20097,48015,29061,13253,26101,19119,48233,40139,40153,19003,6101,42105,48465,20077,19133,49023,40137,36017,17143,19091,31177,55049,27097,42003,29205,39097,20201,17019,16087,17045,8121,39065,26113,38093,29203,48423,40143,40091,48395,48171,26125,38033,56027,27117,51099,53025,27129,12001,31091,51147,49007,42017,46059,42081,16057,13237,51640,35037,48269,5073,48451,12049,39025,48501,41071,19115,20049,39121,39137,48425,42075,30035,32027,27087,34031,30047,48261,48033,29157,48411,40073,48051,36035,28133,27053,42027,48025,47077,19171,20175,19135,31147,17021,12089,12133,13007,13275,21005,21185,13057,38065,26133,47109,53001,29057,22101,50007,72045,15009,22057,19139,12113,18101,21203,21223,13055,45033,37103,29199,20131,20137,72007,72033,31065,13087,18177,21009,31093,38025,6005,47049,20031,26023,51031,39105,54067,40053,46115,50027,48455,35001,13205,15001,21147,21191,21215,30041,31175,48069,24043,21133,34033,51680,5125,54053,54021,28063,38079,30103,21049,72101,26005,47005,27015,47137,51109,18145,39049,49021,32009,26083,49039,20093,12009,18105,19117,21239,45053,48043,45065,45087,27103,55075,53011,55099,18103,20053,22123,12077,20083,20119,21149,28001,72083,28057,21073,23009,23013,13217,46049,26061,30061,47051,22029,22063,25009,46019,8035,45079,18095,40099,54009,54013,51021,30111,54043,6033,13131,8021,49037,18133,16047,47167,22121,29171,56039,55043,38059,37041,37021,6063,51730,50023,46093,18097,5017,13021,72059,72131,5115,51175,48183,36087,5089,51800,8041,29187,48475,8061,48487,41015,8119,29049,49051,16029,37157,5117,5011,48193,24011,27041,30043,51059,30023,47001,39077,13005,10001,39173,13157,20003,17095,30107,47015,23007,21165,46089,8051,26029,27151,39147,13267,48429,37117,30081,13317,53043,6081,39171,8009,16021,16007,39159,39035,48285,40105,13125,41059,46102,20117,22065,30105,13313,20203,46023,31027,53035,17111,30069,29033,53075,27147,31169,47033,19079,39165,13255,34019,29217,18121,19069,13035,8039,44001,48035,44005,39045,38069,17015,27125,41031,47021,46127,1051,13187,39083,19017,48175,37089,12061,48393,31049,36051,19141,48059,48379,20067,51105,35051,5043,31123,29015,5109,8077,29065,51185,42103,42115,48343,42125,50001,20103,26121,28049,48281,51107,29185,36025,30071,29129,53045,37127,51199,29159,30063,20019,48459,51047,40061,54069,54065,51165,18183,6093,46037,22071,1073,1127,29063,12039,13083,28033,51187,17047,47113,1111,37009,8033,39089,51683,5139,17071,1101,8005,21155,53057,28067,55021,37019,27029,51131,20163,18041,31079,31081,31115,30091,31063,72089,1007,28075,27011,27013,51091,51177,33017,13153,26041,5131,6087,13191,13207,29069,48483,13117,48409,28147,29137,26073,48341,45017,56035,21069,55019,45091,18001,22005,42119,51041,22001,42039,46123,19077,19183,46111,40051,54039,55109,42121,39153,13127,48479,37123,23003,28065,18175,48031,51025,47045,47053,51149,5075,38027,53053,16063,42071,55057,47151,46031,46053,37181,21033,45011,47039,18009,1055,16025,20155,47119,56015,55107,55133,21079,25021,18063,17077,45043,38041,49019,49045,51650,55011,51069,54041,27119,27127,47047,22089,5111,12045,47063,1021,48351,48219,13009,37175,37171,1031,39149,16027,30019,12073,40119,1039,18093,20069,21045,21169,21207,22011,23025,40025,21163,21179,21187,29155,31125,55078,48365,21011,48001,51033,19167,6021,29510,13111,46051,46091,53067,31107,35061,30079,19005,48061,48339,8071,48299,48319,37043,36071,36093,54059,20197,27055,21181,25023,36005,37055,39103,42005,34001,55071,55029,37047,39053,48441,51570,39031,31135,48205,8049,48249,19189,6079,1067,39175,48505,13177,21019,27019,31037,45025,47101,41067,51810,30057,51103,29013,33001,51159,2230,2105,53021,19093,20173,48453,12057,34021,31023,42129,12015,19029,39107,21115,44003,50025,50019,20085,22041,28155,25011,31031,30001,29143,5057,29029,51117,21233,40047,53059,26091,13123,27135,28089,48227,54099] + +var geom = new Uint8Array([123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,67,111,108,108,101,99,116,105,111,110,34,44,34,110,97,109,101,34,58,34,99,100,99,34,44,34,99,114,115,34,58,123,34,116,121,112,101,34,58,34,110,97,109,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,110,97,109,101,34,58,34,117,114,110,58,111,103,99,58,100,101,102,58,99,114,115,58,79,71,67,58,49,46,51,58,67,82,83,56,52,34,125,125,44,34,102,101,97,116,117,114,101,115,34,58,91,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,117,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,53,53,53,53,49,49,44,52,50,46,48,56,57,57,53,55,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,87,97,104,107,105,97,107,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,52,55,57,54,52,52,44,52,54,46,50,54,57,49,51,49,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,55,50,54,53,53,55,44,52,54,46,51,56,52,56,55,50,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,68,101,32,66,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,55,56,54,52,50,57,44,51,52,46,48,56,55,54,54,52,93,44,91,45,49,48,52,46,55,56,54,49,48,52,44,51,52,46,48,48,48,49,51,55,93,44,91,45,49,48,52,46,49,53,54,50,54,57,44,51,51,46,57,57,53,52,49,51,93,44,91,45,49,48,52,46,49,53,53,54,44,51,52,46,48,56,51,50,48,53,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,52,46,49,50,56,56,56,44,51,52,46,54,48,53,50,48,49,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,51,51,57,56,49,55,44,51,52,46,55,55,57,48,54,50,93,44,91,45,49,48,52,46,51,51,57,55,50,53,44,51,52,46,54,57,50,50,51,52,93,44,91,45,49,48,52,46,52,52,52,55,54,50,44,51,52,46,54,48,52,57,53,50,93,44,91,45,49,48,52,46,56,57,50,48,50,51,44,51,52,46,54,48,52,52,50,54,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,48,57,52,44,34,98,101,100,115,34,58,49,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,52,54,51,56,54,57,44,52,49,46,48,52,53,48,56,51,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,78,117,99,107,111,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,115,32,80,105,101,100,114,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,105,110,110,101,104,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,55,52,57,44,34,98,101,100,115,34,58,49,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,55,34,44,34,78,65,77,69,34,58,34,77,101,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,54,48,51,54,50,55,44,51,48,46,57,52,48,55,50,54,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,105,101,114,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,54,53,52,50,50,55,44,51,57,46,55,48,54,54,50,57,93,44,91,45,49,50,48,46,56,55,49,52,57,56,44,51,57,46,55,55,54,53,50,57,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,48,46,55,53,53,55,50,57,44,51,57,46,52,53,50,54,54,51,93,44,91,45,49,50,48,46,53,55,55,49,56,56,44,51,57,46,53,50,51,49,52,52,93,44,91,45,49,50,48,46,53,48,53,52,52,53,44,51,57,46,52,52,54,49,49,55,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,49,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,54,57,48,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,72,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,49,51,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,56,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,57,56,48,50,57,51,44,51,51,46,50,57,52,49,57,93,44,91,45,56,54,46,49,49,56,49,57,56,44,51,51,46,50,57,54,51,50,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,114,109,115,116,114,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,52,50,44,34,98,101,100,115,34,58,56,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,51,57,55,51,55,52,44,52,48,46,56,49,53,57,52,49,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,50,50,50,55,57,57,44,52,48,46,54,56,53,57,53,55,93,44,91,45,56,52,46,49,48,55,55,56,55,44,52,48,46,54,52,51,48,54,57,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,52,46,49,48,57,53,49,54,44,52,48,46,57,48,52,55,51,93,44,91,45,56,52,46,49,48,57,53,56,54,44,52,48,46,56,54,48,57,57,52,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,77,99,68,117,102,102,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,53,51,53,55,55,57,44,51,51,46,51,53,55,52,54,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,52,51,54,56,49,52,44,51,51,46,53,52,57,54,53,56,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,53,57,54,44,34,98,101,100,115,34,58,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,49,57,49,57,54,52,44,52,51,46,53,53,52,57,57,54,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,54,48,48,55,51,44,52,51,46,51,56,48,54,54,54,93,44,91,45,56,57,46,53,57,57,51,53,55,44,52,51,46,53,53,56,48,52,49,93,44,91,45,56,57,46,55,50,55,55,56,56,44,52,51,46,53,54,57,52,55,56,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,52,49,56,52,48,56,44,51,53,46,55,49,54,48,52,54,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,50,46,48,56,53,52,56,53,44,51,53,46,57,54,53,57,52,51,93,44,91,45,57,50,46,49,51,57,49,48,52,44,51,54,46,49,49,50,50,50,49,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,87,97,108,108,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,55,46,55,52,55,51,50,55,44,52,53,46,56,54,49,48,55,50,93,44,91,45,49,49,55,46,55,56,55,54,50,51,44,52,53,46,54,56,57,53,54,55,93,44,91,45,49,49,55,46,54,52,51,52,57,52,44,52,53,46,51,51,54,56,55,93,44,91,45,49,49,55,46,53,50,50,50,52,57,44,52,53,46,50,54,55,55,51,49,93,44,91,45,49,49,55,46,52,55,54,54,56,52,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,50,54,54,48,48,54,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,53,53,55,54,50,49,44,52,53,46,53,48,51,52,57,53,93,44,91,45,49,49,54,46,52,54,51,54,51,53,44,52,53,46,54,48,50,55,56,53,93,44,91,45,49,49,54,46,53,57,52,50,49,44,52,53,46,55,55,57,48,56,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,56,57,54,44,34,98,101,100,115,34,58,51,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,49,56,48,52,50,52,44,52,48,46,54,48,55,55,54,57,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,50,57,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,54,53,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,97,103,117,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,54,46,56,57,55,56,51,52,44,51,55,46,57,54,55,56,57,49,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,53,56,54,51,55,52,44,51,55,46,55,52,55,56,48,57,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,53,54,48,51,49,49,44,51,55,46,57,53,49,56,56,54,93,44,91,45,49,48,53,46,54,56,54,56,51,56,44,51,56,46,49,54,54,56,52,53,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,55,46,48,48,48,54,48,49,44,51,56,46,52,50,53,54,49,57,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,49,57,57,49,51,54,44,51,53,46,53,53,57,56,52,52,93,44,91,45,55,57,46,49,49,55,48,57,54,44,51,53,46,54,50,56,49,54,52,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,57,57,53,48,53,57,44,51,53,46,54,49,48,49,51,53,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,52,50,54,56,53,53,44,52,49,46,54,55,55,56,54,52,93,44,91,45,49,49,49,46,52,52,50,57,52,57,44,52,49,46,53,51,49,51,54,53,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,50,57,52,56,56,54,44,52,49,46,51,50,57,57,54,57,93,44,91,45,49,49,49,46,50,50,53,56,50,51,44,52,49,46,49,57,49,48,49,55,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,49,51,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,48,53,50,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,44,91,45,56,49,46,52,56,55,56,52,50,44,52,49,46,53,55,48,48,53,49,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,50,57,52,54,54,57,44,52,49,46,54,52,48,56,56,57,93,44,91,45,56,49,46,49,48,49,52,50,50,44,52,49,46,54,52,49,52,53,55,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,48,48,57,56,50,55,44,52,50,46,50,53,49,54,48,50,93,44,91,45,56,49,46,50,52,57,56,51,51,44,52,50,46,50,49,54,52,49,53,93,44,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,55,53,34,44,34,78,65,77,69,34,58,34,83,97,108,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,49,57,44,34,98,101,100,115,34,58,51,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,56,48,46,48,57,51,54,55,53,44,51,55,46,50,56,50,53,48,50,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,57,55,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,51,52,53,51,54,50,44,51,55,46,48,50,54,56,49,56,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,49,57,48,55,51,56,44,51,55,46,50,50,55,55,56,51,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,53,52,54,44,34,98,101,100,115,34,58,49,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,51,56,50,50,53,53,44,51,53,46,48,52,52,55,51,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,53,46,48,50,51,54,44,51,53,46,49,50,53,48,55,51,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,79,116,101,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,52,53,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,51,55,54,53,56,53,44,51,50,46,57,53,56,48,53,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,53,46,51,53,52,48,49,44,51,50,46,53,49,56,55,55,54,93,44,91,45,49,48,53,46,51,53,50,53,49,51,44,51,50,46,57,54,50,48,48,55,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,53,46,51,49,55,51,55,54,44,51,51,46,51,48,53,57,55,55,93,44,91,45,49,48,53,46,55,50,53,57,53,55,44,51,51,46,51,48,52,56,51,52,93,44,91,45,49,48,53,46,55,50,55,49,55,49,44,51,51,46,51,57,48,54,51,51,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,97,116,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,56,46,48,48,48,54,48,50,44,51,51,46,52,55,56,48,49,52,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,55,46,55,49,54,51,48,49,44,51,52,46,50,53,57,56,53,54,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,101,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,56,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,48,49,57,49,52,53,44,51,50,46,50,56,53,50,52,93,44,91,45,56,56,46,48,48,55,48,55,55,44,51,50,46,49,56,53,51,49,51,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,55,46,54,50,52,48,48,53,44,51,50,46,49,51,50,51,52,53,93,44,91,45,56,55,46,53,50,49,57,52,54,44,51,50,46,49,51,50,56,49,54,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,55,50,56,55,52,52,44,51,50,46,52,56,48,57,49,56,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,56,46,48,51,49,54,50,51,44,51,50,46,52,51,51,54,49,93,44,91,45,56,56,46,48,52,54,51,51,53,44,51,50,46,51,55,55,48,56,55,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,49,48,46,53,52,49,54,51,52,44,52,50,46,50,55,55,52,57,49,93,44,91,45,49,49,48,46,53,57,48,49,51,49,44,52,50,46,52,52,56,52,51,53,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,56,49,51,57,57,51,44,52,51,46,50,51,53,49,55,56,93,44,91,45,49,49,48,46,56,49,51,57,57,54,44,52,51,46,51,49,51,57,52,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,56,53,51,55,53,55,44,50,56,46,54,51,53,49,57,57,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,54,46,55,55,56,54,51,52,44,50,56,46,52,48,52,50,53,57,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,54,46,56,51,48,56,54,49,44,50,56,46,49,48,56,93,44,91,45,57,54,46,56,49,53,57,48,53,44,50,56,46,48,50,50,56,51,53,93,44,91,45,57,54,46,54,49,56,55,56,53,44,50,56,46,49,54,57,53,50,50,93,44,91,45,57,54,46,51,57,53,49,57,56,44,50,56,46,50,55,57,55,51,54,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,51,53,34,44,34,78,65,77,69,34,58,34,80,111,113,117,111,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,51,51,48,52,51,53,44,51,55,46,49,57,48,57,56,52,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,111,99,97,104,111,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,51,51,48,50,54,55,44,51,56,46,51,51,53,55,53,56,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,51,54,51,50,57,53,44,51,56,46,49,49,52,51,51,49,93,44,91,45,56,48,46,50,54,52,54,53,51,44,51,56,46,48,52,54,54,49,54,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,55,57,46,56,57,55,51,51,53,44,51,56,46,49,57,51,51,56,49,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,54,56,57,54,54,55,44,51,56,46,52,51,49,52,54,50,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,55,57,56,50,56,51,44,51,56,46,55,48,51,50,49,49,93,44,91,45,55,57,46,56,54,51,50,53,44,51,56,46,53,53,48,56,50,93,44,91,45,56,48,46,48,50,57,50,48,56,44,51,56,46,52,53,57,49,56,52,93,44,91,45,56,48,46,49,49,54,57,50,44,51,56,46,52,55,51,57,53,51,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,57,52,54,56,48,50,44,51,51,46,57,57,48,56,57,51,93,44,91,45,57,56,46,48,56,52,52,51,53,44,51,52,46,48,48,50,56,57,51,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,51,54,52,48,50,51,44,51,52,46,49,53,55,49,48,57,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,97,109,101,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,49,53,51,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,55,52,49,48,49,55,44,51,55,46,50,54,53,57,56,52,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,75,101,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,49,46,50,55,48,51,56,49,44,52,49,46,48,52,55,51,57,50,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,50,46,48,53,53,50,53,54,44,52,49,46,51,57,53,49,54,50,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,104,101,108,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,108,99,97,115,105,101,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,49,56,50,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,49,50,56,52,55,53,44,51,48,46,48,53,50,53,56,55,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,51,46,48,51,48,57,53,53,44,51,48,46,51,55,57,51,57,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,55,54,52,50,53,50,44,51,48,46,51,51,48,50,50,57,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,55,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,54,50,56,50,56,56,44,51,50,46,55,53,57,54,54,57,93,44,91,45,57,50,46,52,49,53,48,53,44,51,50,46,54,55,48,48,53,54,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,50,55,50,51,49,51,44,51,50,46,53,56,48,57,55,53,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,83,101,113,117,111,121,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,53,57,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,53,46,49,51,50,50,55,49,44,51,53,46,53,50,54,48,53,53,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,52,46,54,54,56,55,57,54,44,51,53,46,50,57,53,48,50,57,93,44,91,45,57,52,46,52,57,53,50,53,49,44,51,53,46,51,48,49,50,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,48,48,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,55,56,53,52,55,49,44,51,52,46,54,50,52,53,56,52,93,44,91,45,56,54,46,48,48,51,56,52,44,51,52,46,52,56,48,48,51,49,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,49,49,48,51,54,50,44,51,52,46,52,50,55,55,57,55,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,53,46,54,51,54,54,52,53,44,51,52,46,51,54,54,54,50,50,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,116,101,117,98,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,50,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,54,53,57,57,49,55,44,52,50,46,53,56,48,52,48,57,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,55,46,48,57,57,54,53,55,44,52,50,46,50,55,50,51,53,54,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,55,46,49,52,51,55,57,53,44,52,50,46,53,55,54,56,54,57,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,111,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,52,48,48,50,54,57,44,52,49,46,52,51,54,49,52,53,93,44,91,45,55,57,46,50,48,55,49,57,54,44,52,49,46,52,51,48,57,50,50,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,57,46,48,57,51,53,56,56,44,52,49,46,52,50,51,50,56,54,93,44,91,45,55,56,46,57,55,54,54,53,56,44,52,49,46,52,53,49,55,54,49,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,84,97,110,103,105,112,97,104,111,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,53,48,52,44,34,98,101,100,115,34,58,53,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,53,54,54,57,48,54,44,51,48,46,52,56,55,48,54,93,44,91,45,57,48,46,52,55,55,56,44,51,48,46,51,53,54,52,52,55,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,51,48,48,57,50,51,44,51,48,46,50,57,52,54,56,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,50,52,51,54,52,57,44,51,48,46,51,54,49,53,56,49,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,57,48,46,51,52,54,55,49,44,51,48,46,57,48,53,52,50,55,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,83,116,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,48,49,50,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,52,54,55,48,53,51,44,51,56,46,51,49,56,54,54,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,52,55,54,56,52,55,44,51,56,46,53,57,50,50,56,54,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,101,110,111,109,105,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,54,57,54,57,52,54,44,52,53,46,56,57,56,56,52,50,93,44,91,45,56,55,46,54,57,55,49,53,57,44,52,53,46,55,50,50,57,54,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,55,46,55,55,52,54,56,50,44,52,53,46,54,48,50,48,50,52,93,44,91,45,56,55,46,55,57,50,55,54,57,44,52,53,46,52,57,57,57,54,55,93,44,91,45,56,55,46,56,56,52,56,53,53,44,52,53,46,51,54,50,55,57,50,93,44,91,45,56,55,46,54,52,55,55,54,56,44,52,53,46,51,52,48,53,54,51,93,44,91,45,56,55,46,55,51,53,50,56,50,44,52,53,46,49,55,54,53,54,53,93,44,91,45,56,55,46,54,54,49,50,49,49,44,52,53,46,49,48,56,50,55,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,52,48,53,54,57,52,44,52,53,46,50,48,49,57,54,57,93,44,91,45,56,55,46,51,49,53,52,50,50,44,52,53,46,50,52,48,54,53,55,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,49,50,57,49,49,56,44,52,53,46,53,53,48,52,56,53,93,44,91,45,56,55,46,51,50,55,53,48,50,44,52,53,46,53,53,49,50,53,93,44,91,45,56,55,46,51,50,53,51,57,49,44,52,53,46,56,57,56,54,54,53,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,52,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,48,57,57,55,57,51,44,52,48,46,56,51,55,54,48,55,93,44,91,45,56,54,46,57,56,54,52,51,56,44,52,48,46,56,51,55,57,50,49,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,55,46,49,51,49,54,53,51,44,52,49,46,50,56,54,49,53,53,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,97,110,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,50,46,48,57,50,55,50,44,51,49,46,50,55,54,49,49,57,93,44,91,45,56,50,46,49,57,52,56,50,52,44,51,49,46,50,48,55,53,57,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,50,48,56,55,51,50,44,51,49,46,49,55,48,57,51,56,93,44,91,45,56,50,46,50,48,56,50,54,50,44,51,49,46,48,56,52,55,54,56,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,48,54,48,56,55,44,51,49,46,48,55,53,56,48,57,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,48,52,52,49,49,51,44,51,50,46,57,52,55,56,55,52,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,116,101,117,98,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,49,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,48,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,48,51,49,57,55,54,44,51,48,46,48,50,56,48,49,51,93,44,91,45,57,51,46,56,54,48,49,54,57,44,50,57,46,57,55,55,51,57,55,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,53,55,54,50,56,54,44,51,57,46,53,52,52,53,52,55,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,53,57,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,50,46,55,56,49,48,51,57,44,52,50,46,49,57,57,55,52,57,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,51,55,53,48,50,50,44,52,50,46,52,50,48,56,49,57,93,44,91,45,55,50,46,56,55,49,49,51,54,44,52,50,46,52,56,52,48,52,49,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,54,46,48,54,57,57,53,55,44,51,54,46,56,48,53,55,56,51,93,44,91,45,56,54,46,48,55,48,50,57,51,44,51,54,46,56,55,56,49,56,56,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,109,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,55,54,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,54,46,51,53,56,48,57,57,44,51,56,46,48,56,53,56,49,55,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,49,55,54,54,44,34,98,101,100,115,34,58,54,50,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,49,46,49,53,55,48,51,54,44,52,50,46,51,51,48,51,57,93,44,91,45,55,49,46,49,54,52,55,48,50,44,52,50,46,51,48,51,56,51,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,48,46,56,57,52,50,57,50,44,52,50,46,51,55,50,51,57,57,93,44,91,45,55,48,46,55,50,57,50,49,50,44,52,50,46,51,55,51,56,52,56,93,44,91,45,55,48,46,54,55,53,54,57,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,53,56,55,50,51,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,52,56,48,55,50,44,52,50,46,52,48,53,54,50,56,93,44,91,45,55,48,46,57,50,52,53,57,51,44,52,50,46,51,56,54,55,57,56,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,49,46,57,51,52,51,53,55,44,52,51,46,55,54,54,49,54,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,50,46,49,53,54,51,55,44,52,51,46,57,55,49,50,52,55,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,54,57,52,55,52,52,44,52,52,46,48,53,56,52,54,52,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,71,111,110,122,97,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,54,55,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,55,46,50,48,52,48,56,55,44,50,57,46,53,56,48,54,49,51,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,53,57,55,55,52,51,44,50,57,46,54,51,48,55,49,56,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,52,52,52,49,52,52,44,51,53,46,50,54,50,54,52,54,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,54,57,48,52,49,53,44,51,53,46,50,56,54,48,55,53,93,44,91,45,56,53,46,55,52,48,49,49,51,44,51,53,46,50,49,53,50,57,53,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,51,56,50,50,53,53,44,51,53,46,48,52,52,55,51,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,108,112,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,49,50,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,50,46,52,48,56,55,49,55,44,52,52,46,56,53,56,49,52,55,93,44,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,54,55,57,49,54,53,44,51,54,46,57,56,48,57,49,52,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,56,48,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,52,52,57,51,54,44,51,53,46,56,50,49,53,53,57,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,50,50,50,53,50,52,44,51,53,46,56,55,55,51,54,52,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,51,53,54,54,49,57,44,51,54,46,48,52,53,56,57,51,93,44,91,45,56,53,46,53,48,55,54,55,55,44,51,54,46,48,56,50,48,49,50,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,70,97,110,110,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,55,53,44,34,98,101,100,115,34,58,51,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,57,52,54,48,51,44,51,51,46,56,53,57,51,51,56,93,44,91,45,57,54,46,49,52,57,50,50,55,44,51,51,46,56,51,55,48,57,49,93,44,91,45,57,54,46,49,55,57,56,52,54,44,51,51,46,55,53,57,54,49,56,93,44,91,45,57,54,46,50,57,48,51,53,57,44,51,51,46,55,55,48,56,51,49,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,111,110,105,112,104,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,49,49,53,49,56,57,44,51,57,46,54,53,50,53,52,57,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,53,46,48,56,53,48,48,51,44,51,57,46,56,54,49,56,56,51,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,53,34,44,34,78,65,77,69,34,58,34,75,101,114,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,51,54,53,44,34,98,101,100,115,34,58,51,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,49,55,54,57,56,56,44,50,57,46,56,57,53,48,54,51,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,57,46,51,48,48,57,56,56,44,51,48,46,49,51,52,50,57,56,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,54,56,57,56,55,57,44,51,48,46,48,55,51,57,52,56,93,44,91,45,57,57,46,54,57,49,50,49,53,44,50,57,46,57,48,56,53,56,50,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,101,114,110,97,110,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,54,57,54,44,34,98,101,100,115,34,58,53,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,44,91,45,56,50,46,50,53,51,52,51,57,44,50,56,46,52,51,52,56,50,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,52,49,56,51,53,51,44,50,56,46,54,57,52,56,53,57,93,44,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,44,91,45,56,50,46,55,50,55,51,57,50,44,50,56,46,53,57,53,53,56,55,93,44,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,107,117,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,50,52,55,54,55,51,44,51,48,46,51,48,51,52,57,51,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,54,54,57,50,53,56,44,51,48,46,49,50,53,50,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,52,46,51,50,53,49,57,56,44,50,57,46,57,53,56,48,53,93,44,91,45,56,52,46,50,54,52,55,51,53,44,50,57,46,57,55,56,48,54,49,93,44,91,45,56,52,46,48,55,53,52,53,53,44,51,48,46,48,51,52,54,50,54,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,97,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,53,56,44,34,98,101,100,115,34,58,49,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,51,57,55,53,48,52,44,51,48,46,51,50,53,51,53,52,93,44,91,45,56,53,46,57,57,57,56,57,51,44,51,48,46,50,49,51,48,57,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,56,54,54,56,49,56,44,51,48,46,52,56,55,54,51,55,93,44,91,45,56,53,46,57,49,53,50,57,55,44,51,48,46,54,51,54,52,50,55,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,54,46,48,51,55,53,57,49,44,51,48,46,55,48,52,53,55,50,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,107,97,115,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,55,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,57,46,49,51,55,56,55,54,44,51,51,46,56,49,50,49,52,52,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,56,46,57,51,49,49,55,54,44,51,51,46,56,49,50,51,55,52,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,48,34,44,34,78,65,77,69,34,58,34,75,101,116,99,104,105,107,97,110,32,71,97,116,101,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,50,50,53,57,55,57,44,53,53,46,53,54,53,56,49,50,93,44,91,45,49,51,50,46,48,51,55,48,48,54,44,53,53,46,52,54,53,50,52,54,93,44,91,45,49,51,49,46,57,52,49,51,54,52,44,53,53,46,51,49,50,56,50,54,93,44,91,45,49,51,49,46,56,53,53,48,48,51,44,53,53,46,48,56,56,54,49,53,93,44,91,45,49,51,49,46,54,56,53,51,55,55,44,53,53,46,49,49,52,52,53,56,93,44,91,45,49,51,49,46,54,48,57,50,53,51,44,53,53,46,50,56,50,48,49,51,93,44,91,45,49,51,49,46,52,56,54,55,53,54,44,53,53,46,50,55,54,49,56,51,93,44,91,45,49,51,49,46,50,51,57,53,53,52,44,53,53,46,49,54,57,54,56,51,93,44,91,45,49,51,49,46,51,51,54,57,56,51,44,53,52,46,57,57,53,53,51,52,93,44,91,45,49,51,49,46,53,49,48,54,54,44,53,53,46,48,49,54,51,54,54,93,44,91,45,49,51,49,46,55,57,52,50,56,55,44,53,52,46,57,52,52,48,49,55,93,44,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,44,91,45,49,51,49,46,50,48,51,48,55,52,44,53,52,46,54,57,49,51,49,55,93,44,91,45,49,51,48,46,55,50,54,53,57,53,44,53,52,46,54,54,57,57,50,51,93,44,91,45,49,51,48,46,51,52,52,53,51,55,44,53,52,46,57,49,56,56,49,51,93,44,91,45,49,51,48,46,49,56,55,53,54,50,44,53,53,46,48,54,50,56,52,49,93,44,91,45,49,51,48,46,49,48,50,56,52,50,44,53,53,46,49,57,50,54,48,50,93,44,91,45,49,50,57,46,57,55,52,49,54,55,44,53,53,46,50,56,49,57,49,57,93,44,91,45,49,51,48,46,49,50,55,57,48,52,44,53,53,46,53,56,49,48,51,53,93,44,91,45,49,51,48,46,49,53,49,53,55,55,44,53,53,46,55,54,55,52,50,56,93,44,91,45,49,51,48,46,51,56,56,54,48,54,44,53,53,46,57,52,51,49,55,57,93,44,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,44,91,45,49,51,48,46,52,50,54,48,48,54,44,53,54,46,49,52,49,53,54,49,93,44,91,45,49,51,48,46,52,54,55,56,55,44,53,54,46,50,52,51,48,53,51,93,44,91,45,49,51,48,46,54,50,51,51,48,56,44,53,54,46,50,54,54,56,55,56,93,44,91,45,49,51,48,46,55,56,49,57,56,49,44,53,54,46,51,54,54,56,52,52,93,44,91,45,49,51,49,46,48,56,55,51,52,57,44,53,54,46,52,48,54,48,48,53,93,44,91,45,49,51,49,46,48,49,53,57,55,49,44,53,54,46,50,52,57,56,54,49,93,44,91,45,49,51,49,46,50,53,51,51,53,56,44,53,54,46,50,48,54,56,53,93,44,91,45,49,51,49,46,52,51,57,57,53,55,44,53,54,46,49,51,49,48,56,51,93,44,91,45,49,51,49,46,51,55,57,57,56,55,44,53,54,46,48,49,51,52,49,57,93,44,91,45,49,51,49,46,56,51,51,49,56,50,44,53,54,46,48,53,51,53,49,50,93,44,91,45,49,51,49,46,57,51,53,54,51,53,44,53,53,46,55,57,56,52,51,49,93,44,91,45,49,51,50,46,48,57,49,49,55,56,44,53,53,46,54,54,48,55,48,51,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,49,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,101,112,117,98,108,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,54,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,86,111,108,117,115,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,54,51,52,44,34,98,101,100,115,34,58,49,52,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,53,51,50,53,55,54,44,50,57,46,49,55,55,54,49,53,93,44,91,45,56,49,46,53,48,50,48,53,53,44,50,57,46,48,57,55,56,48,50,93,44,91,45,56,49,46,51,53,52,53,53,52,44,50,56,46,57,56,52,51,55,53,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,51,50,48,52,55,51,44,50,56,46,56,51,52,53,51,93,44,91,45,56,49,46,49,48,53,55,53,44,50,56,46,56,50,56,53,52,49,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,48,46,57,54,55,56,57,53,44,50,56,46,55,57,48,49,57,55,93,44,91,45,56,48,46,54,54,51,52,54,49,44,50,56,46,55,57,48,53,56,56,93,44,91,45,56,48,46,57,48,54,56,51,54,44,50,57,46,49,52,52,55,48,54,93,44,91,45,56,49,46,48,52,53,55,48,54,44,50,57,46,52,51,50,52,54,50,93,44,91,45,56,49,46,49,53,53,56,56,49,44,50,57,46,52,49,48,57,53,52,93,44,91,45,56,49,46,49,53,48,48,56,49,44,50,57,46,50,54,53,57,53,55,93,44,91,45,56,49,46,52,49,55,50,57,44,50,57,46,50,54,49,49,53,54,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,110,97,100,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,55,49,48,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,55,46,57,53,53,49,50,52,44,51,53,46,51,52,54,48,52,56,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,56,46,51,49,51,49,53,51,44,51,53,46,55,50,53,49,54,49,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,51,48,54,51,50,54,44,51,53,46,51,55,55,50,51,57,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,81,117,101,98,114,97,100,105,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,44,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,50,52,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,49,56,48,53,52,56,44,51,52,46,52,51,53,57,57,54,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,53,46,48,56,54,55,54,49,44,51,52,46,52,48,49,50,54,52,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,67,104,117,114,99,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,49,48,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,48,55,55,57,56,56,44,51,57,46,55,50,50,52,52,49,93,44,91,45,49,49,57,46,49,49,56,49,57,51,44,51,57,46,51,56,56,53,49,54,93,44,91,45,49,49,56,46,55,53,52,48,49,52,44,51,57,46,49,49,50,48,50,51,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,55,49,57,57,53,44,51,57,46,50,51,54,56,50,49,93,44,91,45,49,49,55,46,55,54,51,48,52,54,44,51,57,46,51,53,50,56,51,93,44,91,45,49,49,55,46,54,52,54,48,49,49,44,51,57,46,52,50,54,54,48,50,93,44,91,45,49,49,55,46,53,56,55,49,52,44,51,57,46,53,49,56,53,50,49,93,44,91,45,49,49,55,46,52,56,53,51,51,54,44,51,57,46,53,52,53,51,50,50,93,44,91,45,49,49,55,46,52,57,53,51,52,52,44,51,57,46,55,52,56,51,54,52,93,44,91,45,49,49,55,46,52,54,49,51,52,44,51,57,46,56,54,55,56,49,56,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,56,46,53,48,48,57,55,57,44,51,57,46,57,57,56,54,55,54,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,49,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,50,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,49,46,51,53,57,56,55,51,44,52,48,46,54,48,49,56,48,53,93,44,91,45,57,49,46,51,55,53,55,49,50,44,52,48,46,51,57,49,57,50,53,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,117,116,99,104,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,49,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,114,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,56,50,55,53,53,53,44,52,52,46,53,54,50,55,57,51,93,44,91,45,49,50,48,46,56,50,54,56,57,57,44,52,52,46,52,55,54,52,57,57,93,44,91,45,49,50,48,46,57,56,56,56,50,52,44,52,52,46,52,55,54,52,56,52,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,49,46,49,48,50,55,55,51,44,52,52,46,49,51,56,49,50,53,93,44,91,45,49,50,48,46,57,56,55,50,55,49,44,52,52,46,49,51,52,48,50,54,93,44,91,45,49,50,48,46,57,56,54,53,56,55,44,52,51,46,57,54,48,56,53,50,93,44,91,45,49,50,48,46,55,52,56,50,52,57,44,52,51,46,57,53,55,51,49,93,44,91,45,49,50,48,46,55,52,55,56,52,56,44,52,51,46,56,55,49,51,51,49,93,44,91,45,49,50,48,46,51,55,56,55,52,44,52,51,46,56,55,50,51,54,50,93,44,91,45,49,50,48,46,51,55,56,49,48,55,44,52,51,46,55,56,53,52,50,57,93,44,91,45,49,50,48,46,50,53,55,55,55,55,44,52,51,46,54,57,56,55,54,50,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,49,57,46,55,55,55,53,50,56,44,52,51,46,54,57,55,57,53,55,93,44,91,45,49,49,57,46,55,55,53,52,48,50,44,52,51,46,57,53,57,48,56,54,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,56,57,57,48,48,50,44,52,52,46,51,48,54,54,50,93,44,91,45,49,49,57,46,56,57,57,50,56,51,44,52,52,46,51,56,57,53,55,53,93,44,91,45,49,50,48,46,48,50,49,54,50,49,44,52,52,46,52,51,56,55,57,51,93,44,91,45,49,50,48,46,51,56,54,48,55,52,44,52,52,46,52,51,54,48,56,51,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,53,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,50,46,55,52,55,51,54,44,52,52,46,55,56,54,49,55,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,53,51,50,54,51,56,44,52,52,46,56,51,51,51,52,54,93,44,91,45,55,50,46,53,53,52,51,54,44,52,53,46,48,48,56,50,55,49,93,44,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,97,114,113,117,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,57,51,57,44,34,98,101,100,115,34,58,50,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,48,52,52,55,48,57,44,52,54,46,55,54,53,51,53,51,93,44,91,45,56,56,46,49,49,53,56,52,51,44,52,54,46,54,55,56,51,56,49,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,55,46,54,49,53,53,57,55,44,52,54,46,50,52,54,54,53,51,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,50,52,50,56,56,53,44,52,53,46,57,56,53,49,49,55,93,44,91,45,56,55,46,50,52,49,53,48,54,44,52,54,46,49,53,57,49,48,51,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,56,46,48,52,54,54,49,52,44,52,55,46,50,49,56,54,57,54,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,51,54,56,44,34,98,101,100,115,34,58,55,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,55,51,57,49,50,44,52,49,46,52,51,56,50,57,52,93,44,91,45,55,50,46,54,53,52,49,57,51,44,52,49,46,52,51,56,50,53,54,93,44,91,45,55,50,46,53,50,55,57,48,50,44,52,49,46,50,53,48,49,49,53,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,50,46,51,56,52,56,51,51,44,52,49,46,51,56,53,49,57,93,44,91,45,55,50,46,51,48,53,53,51,49,44,52,49,46,52,51,54,50,56,50,93,44,91,45,55,50,46,51,50,51,51,57,52,44,52,49,46,53,51,52,50,53,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,53,48,53,52,51,49,44,52,49,46,54,52,54,57,57,57,93,44,91,45,55,50,46,55,49,51,56,57,55,44,52,49,46,54,50,55,55,48,53,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,54,52,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,50,49,51,55,51,44,51,54,46,48,50,54,56,48,56,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,51,56,53,55,56,52,44,51,53,46,56,53,52,53,56,55,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,50,48,57,53,48,57,44,51,53,46,53,56,49,57,53,49,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,51,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,51,46,51,54,52,56,48,56,44,51,57,46,55,48,51,56,48,51,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,84,105,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,54,46,57,54,48,52,55,57,44,52,49,46,53,53,49,51,55,49,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,55,50,50,50,51,49,44,52,50,46,53,50,52,54,53,50,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,52,48,55,57,57,56,44,52,50,46,51,51,55,52,48,56,93,44,91,45,57,54,46,51,56,48,55,48,53,44,52,50,46,52,52,54,51,57,51,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,101,101,108,97,110,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,53,46,54,49,56,48,51,51,44,52,52,46,55,55,52,53,53,55,93,44,91,45,56,53,46,53,53,48,52,53,53,44,52,53,46,48,53,49,48,55,51,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,54,50,53,48,55,54,44,52,53,46,52,53,52,54,48,50,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,50,53,48,49,44,52,53,46,50,51,53,55,51,53,93,44,91,45,56,54,46,52,57,57,57,51,44,52,53,46,48,56,48,56,93,44,91,45,56,54,46,54,56,54,50,56,56,44,52,52,46,56,56,49,48,48,50,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,83,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,54,46,57,56,54,54,49,44,51,55,46,48,52,57,54,57,55,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,55,49,49,55,55,53,44,51,55,46,48,53,53,51,56,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,49,34,44,34,78,65,77,69,34,58,34,82,101,102,117,103,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,51,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,51,49,57,49,57,57,44,50,56,46,49,50,53,57,53,56,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,49,52,52,57,49,54,44,50,56,46,49,48,50,54,50,50,93,44,91,45,57,55,46,48,50,51,53,56,54,44,50,56,46,49,56,55,54,53,55,93,44,91,45,57,55,46,49,50,51,48,55,50,44,50,56,46,50,55,50,56,49,55,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,54,46,55,55,56,54,51,52,44,50,56,46,52,48,52,50,53,57,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,57,52,44,34,98,101,100,115,34,58,55,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,51,51,50,48,56,57,44,51,57,46,53,52,56,56,48,51,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,51,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,54,48,51,48,56,54,44,51,49,46,55,55,50,48,48,49,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,44,91,45,56,52,46,50,54,50,51,52,57,44,51,49,46,56,50,56,52,56,56,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,54,54,54,44,34,98,101,100,115,34,58,53,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,52,53,55,55,50,54,44,51,51,46,54,52,56,56,54,54,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,51,56,55,55,48,56,44,51,51,46,52,55,55,49,51,57,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,50,57,52,54,56,44,51,51,46,52,51,53,55,49,53,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,55,54,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,48,57,46,55,53,52,55,49,55,44,52,51,46,52,54,51,50,93,44,91,45,49,48,57,46,54,57,50,55,49,54,44,52,51,46,50,54,53,48,51,93,44,91,45,49,48,57,46,53,53,50,53,55,57,44,52,51,46,48,49,50,53,51,56,93,44,91,45,49,48,57,46,51,55,48,54,53,56,44,52,50,46,57,52,53,55,50,56,93,44,91,45,49,48,57,46,50,49,52,54,48,50,44,52,50,46,55,54,49,55,57,53,93,44,91,45,49,48,57,46,48,55,50,56,53,49,44,52,50,46,54,57,51,53,49,52,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,55,46,53,52,51,53,50,54,44,52,50,46,55,56,49,53,53,56,93,44,91,45,49,48,55,46,53,48,49,52,50,53,44,52,50,46,55,56,49,52,53,56,93,44,91,45,49,48,55,46,53,49,55,48,51,49,44,52,51,46,52,55,50,54,53,57,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,57,53,49,51,55,44,52,51,46,52,55,50,50,55,57,93,44,91,45,49,48,56,46,51,51,55,56,54,49,44,52,51,46,52,53,57,55,54,53,93,44,91,45,49,48,56,46,54,57,53,48,55,50,44,52,51,46,53,51,50,50,53,53,93,44,91,45,49,48,56,46,54,57,52,54,55,50,44,52,51,46,53,55,53,55,53,53,93,44,91,45,49,48,56,46,57,51,52,49,52,49,44,52,51,46,54,49,57,49,54,51,93,44,91,45,49,48,57,46,49,55,49,54,51,56,44,52,51,46,54,49,57,55,54,52,93,44,91,45,49,48,57,46,49,55,49,52,52,56,44,52,51,46,54,57,57,49,57,56,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,52,52,50,51,54,49,44,52,51,46,57,51,48,52,51,52,93,44,91,45,49,48,57,46,53,52,50,51,51,50,44,52,51,46,57,54,49,51,53,50,93,44,91,45,49,48,57,46,55,56,57,57,44,52,51,46,56,48,51,50,53,50,93,44,91,45,49,48,57,46,56,56,49,57,44,52,51,46,57,52,57,48,55,54,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,50,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,52,51,54,56,49,52,44,51,51,46,53,52,57,54,53,56,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,51,50,57,48,52,57,44,51,51,46,54,57,55,54,55,54,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,101,100,103,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,48,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,117,115,115,101,108,115,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,57,46,48,48,57,57,56,50,44,52,54,46,54,50,49,49,55,50,93,44,91,45,49,48,56,46,57,48,52,57,48,52,44,52,54,46,53,55,54,57,48,56,93,44,91,45,49,48,56,46,56,54,50,50,55,55,44,52,54,46,51,54,52,53,56,54,93,44,91,45,49,48,56,46,55,55,57,50,55,50,44,52,54,46,50,55,55,51,57,56,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,52,48,52,55,57,53,44,52,54,46,49,51,50,57,53,50,93,44,91,45,49,48,56,46,52,48,52,56,53,54,44,52,54,46,50,51,53,57,54,93,44,91,45,49,48,56,46,51,50,48,56,49,50,44,52,54,46,50,54,51,57,57,55,93,44,91,45,49,48,56,46,48,50,57,51,54,51,44,52,54,46,50,54,52,48,53,53,93,44,91,45,49,48,55,46,57,50,56,53,52,55,44,52,54,46,51,57,53,50,56,52,93,44,91,45,49,48,55,46,55,56,50,48,56,55,44,52,54,46,51,57,53,49,56,50,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,97,117,112,104,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,53,49,53,44,34,98,101,100,115,34,58,54,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,57,52,57,51,57,55,44,52,48,46,52,54,57,48,51,55,93,44,91,45,55,55,46,48,50,56,54,52,53,44,52,48,46,51,57,49,49,57,55,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,54,55,56,48,52,44,52,48,46,52,55,52,55,49,55,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,111,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,54,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,49,46,57,48,48,50,50,50,44,51,56,46,51,57,56,53,55,50,93,44,91,45,56,49,46,55,50,53,56,48,49,44,51,56,46,52,54,54,54,50,93,44,91,45,56,49,46,55,53,48,53,52,55,44,51,56,46,53,57,49,48,49,52,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,57,53,53,55,57,49,44,51,56,46,54,53,55,51,53,53,93,44,91,45,56,50,46,48,54,52,53,54,50,44,51,56,46,54,48,55,57,56,53,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,50,57,56,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,54,52,48,54,52,51,44,52,48,46,57,54,53,51,51,56,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,56,51,48,48,53,55,44,52,49,46,50,56,55,50,93,44,91,45,55,52,46,56,56,50,49,51,57,44,52,49,46,49,56,48,56,51,54,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,52,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,54,46,55,54,55,51,53,50,44,51,56,46,48,53,54,57,50,52,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,53,48,55,48,56,57,44,51,55,46,57,50,57,57,49,55,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,53,54,44,34,98,101,100,115,34,58,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,50,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,56,46,57,53,52,54,51,52,44,52,50,46,56,57,52,48,55,55,93,44,91,45,57,56,46,55,49,48,48,52,56,44,52,50,46,56,48,51,52,56,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,32,76,97,99,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,50,56,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,51,46,56,49,48,51,50,49,44,52,53,46,57,56,51,48,56,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,53,49,56,48,56,44,52,53,46,57,56,49,55,56,57,93,44,91,45,57,51,46,52,51,50,52,57,50,44,52,53,46,57,56,49,51,57,56,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,52,51,48,54,52,56,44,52,54,46,50,52,54,52,49,50,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,87,97,108,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,50,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,49,49,54,53,55,44,52,56,46,50,55,57,54,54,49,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,50,46,48,50,52,50,49,57,44,51,57,46,55,50,52,54,56,54,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,48,53,53,55,55,57,44,51,57,46,52,54,48,48,53,51,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,49,46,55,48,56,53,50,55,44,51,57,46,52,56,48,55,55,53,93,44,91,45,56,49,46,54,56,56,56,56,52,44,51,57,46,53,57,48,53,49,49,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,111,114,116,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,54,52,52,44,34,98,101,100,115,34,58,51,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,48,48,49,54,57,53,44,52,48,46,57,56,55,55,56,51,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,85,105,110,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,57,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,48,52,54,56,49,53,44,52,48,46,57,57,55,56,55,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,49,46,48,52,53,56,51,55,44,52,49,46,53,55,57,56,52,53,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,48,52,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,56,46,55,56,54,55,48,53,44,52,48,46,57,54,48,56,53,93,44,91,45,49,49,56,46,55,56,54,55,51,56,44,52,48,46,56,53,53,57,50,57,93,44,91,45,49,49,55,46,54,52,52,50,50,44,52,48,46,56,53,55,56,50,52,93,44,91,45,49,49,55,46,54,52,52,51,57,57,44,52,48,46,54,56,52,51,52,51,93,44,91,45,49,49,55,46,51,48,57,52,52,49,44,52,48,46,54,56,51,53,51,55,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,50,52,54,55,56,56,44,52,48,46,54,52,50,52,52,53,93,44,91,45,49,49,55,46,48,49,56,54,54,52,44,52,48,46,54,52,51,48,51,53,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,57,46,51,50,57,55,57,49,44,52,48,46,57,54,48,51,57,52,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,55,34,44,34,78,65,77,69,34,58,34,74,105,109,32,72,111,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,52,49,55,56,56,51,44,50,55,46,48,53,53,50,56,53,93,44,91,45,57,56,46,52,54,54,53,52,50,44,50,55,46,48,53,52,55,49,49,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,53,53,50,54,49,55,44,50,55,46,51,53,57,49,48,49,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,55,57,56,48,56,55,44,50,55,46,50,54,56,48,49,50,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,108,97,99,107,97,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,55,56,56,44,34,98,101,100,115,34,58,54,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,55,52,51,55,52,49,44,52,53,46,51,51,50,48,54,55,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,50,46,55,52,57,55,57,51,44,52,53,46,49,57,53,50,52,50,93,44,91,45,49,50,50,46,55,56,56,53,53,52,44,52,53,46,49,51,48,49,55,54,93,44,91,45,49,50,50,46,53,57,53,53,50,51,44,52,53,46,48,49,57,54,55,57,93,44,91,45,49,50,50,46,53,48,56,49,48,54,44,52,52,46,57,49,57,53,57,57,93,44,91,45,49,50,50,46,52,48,49,48,50,49,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,56,48,53,54,54,55,44,52,53,46,48,48,54,49,50,52,93,44,91,45,49,50,49,46,54,53,50,48,49,56,44,52,53,46,48,56,54,55,48,54,93,44,91,45,49,50,49,46,55,52,56,52,56,53,44,52,53,46,50,48,52,52,52,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,55,48,48,52,55,51,44,52,53,46,51,55,56,53,51,49,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,50,46,54,52,49,53,56,44,52,53,46,52,54,49,52,56,50,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,54,51,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,50,53,52,54,54,56,44,51,52,46,51,53,53,52,56,49,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,52,46,48,49,56,49,54,56,44,51,52,46,54,57,50,52,54,57,93,44,91,45,57,52,46,51,49,55,54,53,57,44,51,52,46,54,57,55,52,48,56,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,56,48,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,49,50,50,51,52,55,44,51,50,46,53,48,53,57,50,49,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,51,46,57,53,56,56,49,55,44,51,50,46,50,53,50,49,48,53,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,44,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,52,46,55,50,48,55,50,55,44,51,53,46,57,57,52,57,49,52,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,52,52,54,48,53,52,44,51,53,46,57,56,53,57,56,52,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,53,54,56,55,52,49,44,51,54,46,50,51,55,48,55,55,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,56,54,54,49,48,52,44,51,54,46,50,57,50,57,50,56,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,48,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,54,56,48,54,56,56,44,52,51,46,51,55,51,49,53,55,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,87,111,114,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,54,52,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,53,52,53,56,57,56,44,51,56,46,49,55,56,55,52,93,44,91,45,55,53,46,53,52,53,56,48,54,44,51,56,46,48,56,54,55,52,57,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,49,54,54,52,51,53,44,51,56,46,48,50,55,56,51,52,93,44,91,45,55,52,46,57,57,57,54,50,53,44,51,56,46,51,55,49,54,54,56,93,44,91,45,55,52,46,57,56,54,50,56,50,44,51,56,46,52,53,49,54,51,50,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,53,46,51,48,55,48,49,49,44,51,56,46,51,53,52,55,54,93,44,91,45,55,53,46,51,54,52,54,52,49,44,51,56,46,50,57,48,51,53,57,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,55,46,57,52,51,48,51,52,44,51,56,46,52,52,57,50,49,54,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,56,53,49,49,51,44,51,56,46,50,55,53,49,50,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,117,110,116,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,55,56,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,51,51,52,54,54,55,44,52,48,46,54,53,52,52,49,51,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,53,49,55,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,52,53,57,57,48,54,44,51,56,46,51,55,56,57,57,53,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,51,49,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,53,46,57,51,57,53,50,53,44,52,48,46,54,53,48,57,57,49,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,48,49,54,44,34,98,101,100,115,34,58,49,54,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,57,53,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,52,54,55,49,48,56,44,52,49,46,52,55,54,52,53,57,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,51,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,49,46,51,48,51,53,49,52,44,52,54,46,49,48,53,53,48,51,93,44,91,45,49,48,49,46,52,57,54,52,50,51,44,52,54,46,48,50,51,55,50,56,93,44,91,45,49,48,49,46,54,55,55,54,49,50,44,52,54,46,48,49,50,56,55,49,93,44,91,45,49,48,49,46,56,54,49,56,50,44,52,54,46,48,54,52,55,57,52,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,48,46,54,50,57,49,52,53,44,52,54,46,49,52,53,54,48,56,93,44,91,45,49,48,48,46,53,53,56,53,52,57,44,52,54,46,50,52,57,57,57,51,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,56,49,52,56,55,51,44,52,54,46,51,56,52,55,48,49,93,44,91,45,49,48,48,46,57,49,56,57,53,44,52,54,46,51,57,52,57,56,51,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,68,105,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,105,108,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,50,54,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,48,46,56,54,48,50,55,52,44,51,52,46,54,57,53,56,52,55,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,99,32,113,117,105,32,80,97,114,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,51,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,53,46,56,52,57,48,48,57,44,52,52,46,56,48,53,51,52,55,93,44,91,45,57,53,46,56,52,55,52,53,50,44,52,52,46,56,57,49,55,57,57,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,50,56,51,49,57,53,44,52,53,46,50,52,54,51,57,49,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,51,51,54,44,34,98,101,100,115,34,58,49,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,50,46,48,51,48,52,56,51,44,52,49,46,56,49,48,48,52,55,93,44,91,45,49,49,50,46,48,53,49,55,51,55,44,52,49,46,54,57,57,53,53,50,93,44,91,45,49,49,49,46,57,57,54,54,48,54,44,52,49,46,53,53,55,53,55,50,93,44,91,45,49,49,49,46,57,49,54,53,51,52,44,52,49,46,53,51,56,53,53,52,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,49,46,55,50,54,49,56,49,44,52,49,46,51,55,53,57,56,54,93,44,91,45,49,49,49,46,54,54,54,53,55,54,44,52,49,46,52,50,56,56,51,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,52,52,50,57,52,57,44,52,49,46,53,51,49,51,54,53,93,44,91,45,49,49,49,46,52,50,54,56,53,53,44,52,49,46,54,55,55,56,54,52,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,54,50,50,53,51,55,44,52,52,46,54,49,54,48,53,52,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,49,51,53,51,44,52,52,46,53,51,57,53,56,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,52,49,53,54,48,51,44,51,49,46,48,49,51,53,57,93,44,91,45,56,50,46,52,50,48,52,52,50,44,51,48,46,55,57,53,50,50,57,93,44,91,45,56,50,46,49,52,57,56,55,50,44,51,48,46,55,56,52,51,51,54,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,50,49,48,55,51,51,44,51,48,46,52,50,53,54,52,93,44,91,45,56,50,46,49,55,48,49,57,55,44,51,48,46,51,53,56,57,55,50,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,48,48,53,56,49,44,51,48,46,53,54,53,51,53,56,93,44,91,45,56,50,46,48,51,57,55,57,53,44,51,48,46,55,52,55,50,57,55,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,50,46,48,54,48,56,55,44,51,49,46,48,55,53,56,48,57,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,52,46,57,55,56,54,56,51,44,51,51,46,57,53,49,51,57,51,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,50,49,57,44,34,98,101,100,115,34,58,51,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,53,55,52,53,48,50,44,52,48,46,54,49,54,53,53,93,44,91,45,56,56,46,53,56,52,50,55,50,44,52,48,46,55,53,55,54,48,56,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,57,56,52,55,50,50,44,52,48,46,54,54,52,57,53,51,93,44,91,45,56,57,46,49,51,51,55,53,50,44,52,48,46,53,57,54,55,51,52,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,114,111,115,99,111,103,103,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,52,52,52,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,51,51,52,48,57,52,44,52,52,46,50,49,48,55,53,51,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,51,49,53,51,55,52,44,52,52,46,48,51,55,56,48,55,93,44,91,45,55,48,46,49,49,53,56,54,44,52,51,46,57,48,54,55,49,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,55,48,46,48,55,53,55,52,55,44,52,52,46,50,48,54,49,54,56,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,75,111,111,116,101,110,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,54,48,53,44,34,98,101,100,115,34,58,52,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,54,46,54,50,57,48,53,57,44,52,55,46,51,55,49,52,51,56,93,44,91,45,49,49,54,46,53,56,54,53,52,57,44,52,55,46,52,49,52,54,57,53,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,53,48,53,49,48,52,44,52,55,46,56,57,48,49,52,50,93,44,91,45,49,49,54,46,53,48,52,51,50,57,44,52,55,46,57,57,49,51,56,54,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,49,53,55,52,44,34,98,101,100,115,34,58,54,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,56,57,53,55,53,51,44,51,54,46,49,55,50,50,50,55,93,44,91,45,49,49,53,46,56,52,53,55,54,50,44,51,54,46,49,55,48,55,54,52,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,52,46,53,54,57,53,50,57,44,51,53,46,49,54,50,51,49,55,93,44,91,45,49,49,52,46,53,57,53,49,54,51,44,51,53,46,51,50,49,56,56,51,93,44,91,45,49,49,52,46,54,55,56,56,57,50,44,51,53,46,53,48,49,50,55,54,93,44,91,45,49,49,52,46,55,48,56,49,49,50,44,51,53,46,57,48,57,57,51,51,93,44,91,45,49,49,52,46,55,53,52,53,48,56,44,51,54,46,48,56,54,49,55,49,93,44,91,45,49,49,52,46,54,50,55,48,55,57,44,51,54,46,49,52,48,55,54,49,93,44,91,45,49,49,52,46,51,55,48,49,56,49,44,51,54,46,49,52,50,54,50,52,93,44,91,45,49,49,52,46,50,52,51,56,54,53,44,51,54,46,48,49,53,50,54,54,93,44,91,45,49,49,52,46,49,53,51,52,44,51,54,46,48,50,51,49,55,93,44,91,45,49,49,52,46,48,52,51,57,52,52,44,51,54,46,49,57,51,51,53,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,55,54,50,53,48,55,44,51,54,46,56,53,51,52,55,51,93,44,91,45,49,49,53,46,55,52,48,56,52,54,44,51,54,46,56,53,51,48,56,52,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,48,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,53,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,50,52,53,56,48,51,44,52,50,46,55,56,50,52,57,57,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,55,49,48,48,52,56,44,52,50,46,56,48,51,52,56,93,44,91,45,57,56,46,57,53,52,54,51,52,44,52,50,46,56,57,52,48,55,55,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,56,57,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,49,49,57,54,54,52,44,51,56,46,53,54,56,55,49,50,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,56,51,52,55,49,57,44,51,56,46,57,51,55,57,48,57,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,97,32,67,114,111,115,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,56,53,48,44,34,98,101,100,115,34,58,54,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,48,46,57,49,50,57,49,56,44,52,52,46,48,55,49,53,50,50,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,49,46,51,48,55,52,55,56,44,52,52,46,48,54,52,56,55,54,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,57,54,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,57,55,50,56,56,44,51,50,46,49,54,54,55,52,50,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,69,100,109,111,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,50,56,49,55,53,44,51,55,46,48,56,48,53,57,55,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,49,50,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,53,56,54,51,52,52,44,51,57,46,48,50,56,51,50,57,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,54,48,55,49,51,52,44,51,57,46,57,56,49,54,53,56,93,44,91,45,57,48,46,54,57,54,51,53,55,44,52,48,46,49,48,51,57,53,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,99,76,101,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,50,53,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,52,57,55,56,51,53,44,52,52,46,54,50,57,57,50,49,93,44,91,45,57,52,46,50,53,52,55,49,57,44,52,52,46,54,51,48,51,49,49,93,44,91,45,57,52,46,50,53,52,48,55,54,44,52,52,46,55,49,55,56,53,53,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,53,48,49,56,56,53,44,52,52,46,57,55,57,54,57,53,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,117,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,53,46,54,56,54,56,51,56,44,51,56,46,49,54,54,56,52,53,93,44,91,45,49,48,53,46,53,54,48,51,49,49,44,51,55,46,57,53,49,56,56,54,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,52,49,51,54,51,53,44,51,55,46,56,57,48,53,50,55,93,44,91,45,49,48,53,46,49,54,56,54,53,50,44,51,56,46,48,49,56,57,52,54,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,48,53,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,49,52,53,54,57,57,44,51,55,46,51,49,50,48,57,49,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,51,34,44,34,78,65,77,69,34,58,34,78,111,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,51,54,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,52,52,49,52,50,49,44,52,49,46,50,54,48,48,53,51,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,53,46,48,53,51,50,50,55,44,52,49,46,55,53,49,54,54,50,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,53,46,50,55,49,50,57,51,44,52,49,46,56,56,55,51,53,56,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,97,114,97,116,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,51,55,55,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,48,53,54,53,54,44,52,50,46,57,51,51,52,56,52,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,53,55,51,51,52,50,44,52,51,46,49,48,48,53,52,53,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,55,56,57,55,51,49,44,52,51,46,50,52,52,52,50,49,93,44,91,45,55,51,46,56,56,52,49,51,57,44,52,51,46,51,57,56,48,52,49,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,66,114,97,122,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,49,57,51,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,50,56,50,53,54,52,44,51,48,46,52,50,54,54,49,52,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,49,48,55,51,54,44,51,48,46,52,49,55,53,56,50,93,44,91,45,57,54,46,49,56,54,52,51,57,44,51,48,46,54,48,54,49,55,53,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,51,51,56,48,48,49,44,51,48,46,57,50,48,53,51,49,93,44,91,45,57,54,46,52,53,55,54,51,44,51,48,46,55,52,52,52,55,52,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,56,54,54,52,51,56,44,51,51,46,56,53,51,49,52,57,93,44,91,45,57,54,46,54,57,48,55,48,56,44,51,51,46,56,52,57,57,53,57,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,54,49,57,57,51,57,44,51,51,46,57,57,57,52,52,57,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,54,54,57,57,54,51,44,51,52,46,49,55,50,53,50,49,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,57,55,55,44,34,98,101,100,115,34,58,51,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,56,46,57,53,55,51,48,49,44,51,57,46,52,52,48,48,57,53,93,44,91,45,55,56,46,55,57,53,50,54,56,44,51,57,46,54,49,48,55,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,87,101,116,122,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,48,46,56,52,51,55,51,49,44,51,57,46,53,56,51,56,56,53,93,44,91,45,56,48,46,55,49,54,49,50,50,44,51,57,46,52,55,53,53,51,49,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,52,57,56,49,53,56,44,51,57,46,53,54,50,56,57,57,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,48,46,57,48,52,53,55,57,44,52,52,46,49,53,56,50,57,56,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,56,48,49,57,49,56,44,52,52,46,52,50,50,52,52,50,93,44,91,45,57,48,46,56,48,49,53,50,53,44,52,52,46,53,48,57,54,56,49,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,108,97,116,115,111,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,53,54,50,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,44,91,45,49,50,52,46,48,54,55,51,49,51,44,52,54,46,49,56,51,56,52,57,93,44,91,45,49,50,52,46,48,48,56,49,50,53,44,52,54,46,48,48,57,57,52,93,44,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,52,55,57,54,52,52,44,52,54,46,50,54,57,49,51,49,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,56,55,49,56,54,57,44,52,54,46,50,51,52,57,52,57,93,44,91,45,49,50,51,46,57,55,54,50,55,53,44,52,54,46,50,54,57,57,48,55,93,44,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,57,52,55,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,49,46,51,57,55,48,49,54,44,52,54,46,51,56,56,48,56,51,93,44,91,45,49,50,49,46,52,53,49,50,53,54,44,52,54,46,53,51,51,56,57,52,93,44,91,45,49,50,49,46,51,55,54,55,53,55,44,52,54,46,55,48,52,54,53,56,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,55,53,56,53,57,51,44,52,54,46,55,56,51,55,57,49,93,44,91,45,49,50,49,46,56,52,49,56,57,44,52,54,46,55,50,56,52,53,53,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,51,46,49,54,48,57,48,57,44,52,54,46,55,54,52,51,51,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,50,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,56,52,48,57,48,49,44,52,50,46,53,49,55,55,54,55,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,52,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,51,48,56,56,54,56,44,51,56,46,51,57,52,48,54,57,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,51,49,56,55,44,34,98,101,100,115,34,58,50,51,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,51,52,55,56,49,57,44,51,51,46,57,54,51,50,56,56,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,49,49,48,49,50,52,44,51,51,46,54,50,53,49,49,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,52,46,50,53,57,56,50,50,44,51,51,46,57,49,56,57,48,49,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,51,50,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,53,56,50,54,51,44,51,52,46,51,56,49,52,57,50,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,111,117,116,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,56,57,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,55,50,54,57,49,52,44,52,56,46,49,51,50,56,53,57,93,44,91,45,49,48,57,46,55,50,54,57,52,51,44,52,56,46,50,50,49,53,50,53,93,44,91,45,49,48,57,46,56,52,53,57,51,50,44,52,56,46,51,48,53,57,55,49,93,44,91,45,49,49,48,46,54,50,53,52,48,57,44,52,56,46,51,48,54,52,55,57,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,56,50,55,49,54,56,44,52,56,46,49,51,51,50,48,53,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,48,46,57,55,54,54,54,56,44,52,55,46,54,57,56,55,51,93,44,91,45,49,49,49,46,48,52,51,56,56,49,44,52,55,46,53,57,49,53,56,51,93,44,91,45,49,49,48,46,56,54,52,54,51,44,52,55,46,53,50,52,55,49,52,93,44,91,45,49,49,48,46,55,54,57,49,50,57,44,52,55,46,52,52,54,48,57,54,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,48,57,46,56,52,53,50,50,49,44,52,55,46,53,52,54,55,57,53,93,44,91,45,49,48,57,46,56,50,51,52,48,49,44,52,55,46,55,49,53,53,55,57,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,56,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,49,48,48,46,49,51,51,57,55,56,44,52,50,46,56,48,55,56,49,57,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,56,55,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,50,53,57,53,57,51,44,51,54,46,53,49,51,57,56,53,93,44,91,45,56,52,46,51,52,57,57,51,57,44,51,54,46,52,54,54,50,57,50,93,44,91,45,56,52,46,51,50,57,57,50,55,44,51,54,46,50,56,53,48,56,54,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,50,50,55,53,50,55,44,51,54,46,50,52,52,56,55,57,93,44,91,45,56,52,46,48,54,57,54,49,56,44,51,54,46,50,51,48,57,55,56,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,57,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,52,49,50,48,57,53,44,51,54,46,49,54,57,53,57,55,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,52,50,54,56,54,52,44,51,53,46,57,55,53,48,49,50,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,66,97,108,116,105,109,111,114,101,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,52,55,48,48,44,34,98,101,100,115,34,58,52,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,53,50,57,55,57,51,44,51,57,46,51,55,50,48,53,56,93,44,91,45,55,54,46,55,49,49,51,49,51,44,51,57,46,51,55,49,57,51,51,93,44,91,45,55,54,46,55,49,49,48,53,52,44,51,57,46,50,55,55,56,56,57,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,57,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,52,52,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,101,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,53,49,49,51,55,52,44,51,49,46,57,51,48,48,50,53,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,51,52,53,50,49,52,44,51,49,46,56,52,51,56,54,49,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,49,46,48,51,48,56,49,44,51,50,46,49,50,48,54,53,93,44,91,45,57,49,46,48,53,51,53,53,53,44,51,50,46,49,50,52,52,49,50,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,56,55,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,44,91,45,56,52,46,52,48,57,50,50,54,44,51,53,46,51,57,56,51,55,56,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,50,49,49,51,57,53,44,51,53,46,50,54,53,54,50,49,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,52,46,48,50,49,52,53,50,44,51,53,46,52,48,52,50,50,51,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,52,46,50,57,57,53,52,57,44,51,53,46,54,53,55,54,55,51,93,44,91,45,56,52,46,52,56,54,55,53,52,44,51,53,46,54,53,56,51,55,54,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,53,50,50,51,55,51,44,51,53,46,54,49,56,54,50,53,93,44,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,53,52,50,55,53,55,44,51,55,46,56,50,55,53,57,52,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,111,99,97,104,111,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,53,50,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,53,55,50,50,50,52,44,52,51,46,57,56,48,52,56,53,93,44,91,45,49,49,54,46,55,49,50,53,48,49,44,52,51,46,57,56,49,51,50,54,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,54,46,50,55,51,48,54,57,44,52,52,46,49,53,49,50,50,55,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,50,49,50,57,49,44,52,52,46,51,50,52,51,55,51,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,51,53,56,52,57,50,44,52,52,46,49,53,49,49,53,56,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,73,110,100,101,112,101,110,100,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,54,52,44,34,98,101,100,115,34,58,50,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,51,54,57,53,55,44,51,53,46,53,50,54,51,54,50,93,44,91,45,57,49,46,51,53,54,50,52,54,44,51,53,46,55,48,49,49,48,55,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,52,54,51,49,57,56,44,51,53,46,57,51,54,56,49,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,110,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,48,55,48,56,48,53,44,51,53,46,48,49,49,56,48,50,93,44,91,45,57,50,46,48,55,56,55,49,49,44,51,52,46,55,50,57,57,56,51,93,44,91,45,57,50,46,48,50,57,53,51,57,44,51,52,46,54,50,49,50,52,56,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,54,52,51,48,56,44,51,52,46,54,51,54,56,54,50,93,44,91,45,57,49,46,55,48,48,56,50,56,44,51,52,46,54,55,50,48,50,57,93,44,91,45,57,49,46,54,57,51,55,48,53,44,51,52,46,57,49,57,54,48,53,93,44,91,45,57,49,46,56,48,51,55,48,51,44,51,52,46,57,50,49,53,50,52,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,50,54,55,50,57,56,44,52,48,46,55,51,54,53,56,50,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,52,49,52,52,50,49,44,52,49,46,49,54,50,50,52,56,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,49,52,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,50,57,55,51,49,55,44,51,52,46,50,54,52,53,56,55,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,49,55,55,56,51,56,44,51,52,46,52,55,55,48,49,55,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,50,55,49,55,54,56,44,50,54,46,53,49,55,48,54,57,93,44,91,45,56,49,46,50,54,56,53,53,44,50,54,46,50,53,51,48,52,53,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,57,52,53,51,53,52,44,50,54,46,55,54,57,48,52,57,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,53,34,44,34,78,65,77,69,34,58,34,84,97,108,105,97,102,101,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,56,49,50,57,53,56,44,51,51,46,54,53,53,56,51,54,93,44,91,45,56,50,46,56,57,48,53,57,57,44,51,51,46,54,51,50,56,55,55,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,50,49,48,44,34,98,101,100,115,34,58,49,52,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,50,48,51,55,48,57,44,51,48,46,49,56,56,56,49,57,93,44,91,45,57,52,46,50,57,50,54,50,57,44,51,48,46,49,49,55,54,55,49,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,51,53,55,57,55,54,44,50,57,46,56,56,55,52,54,52,93,44,91,45,57,52,46,51,53,52,56,56,44,50,57,46,53,48,54,51,50,56,93,44,91,45,57,52,46,48,51,51,53,54,53,44,50,57,46,54,50,53,48,48,50,93,44,91,45,57,51,46,56,49,52,51,53,49,44,50,57,46,53,57,54,53,55,54,93,44,91,45,57,51,46,57,50,50,55,52,52,44,50,57,46,56,49,56,56,48,56,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,56,54,48,49,54,57,44,50,57,46,57,55,55,51,57,55,93,44,91,45,57,52,46,48,51,49,57,55,54,44,51,48,46,48,50,56,48,49,51,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,101,97,103,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,51,50,48,49,56,49,44,52,54,46,53,54,57,52,48,49,93,44,91,45,49,49,49,46,50,52,54,53,49,57,44,52,54,46,52,51,56,49,48,57,93,44,91,45,49,49,49,46,48,53,54,57,57,54,44,52,54,46,51,57,56,49,50,50,93,44,91,45,49,49,49,46,49,49,56,49,50,51,44,52,54,46,51,49,54,57,55,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,49,48,46,52,53,52,53,54,54,44,52,54,46,54,55,57,53,52,53,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,57,49,51,48,51,53,44,52,54,46,57,56,48,53,53,57,93,44,91,45,49,49,49,46,48,56,52,50,56,53,44,52,55,46,48,49,48,54,49,51,93,44,91,45,49,49,49,46,53,51,57,51,55,51,44,52,55,46,48,48,48,53,53,57,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,54,48,51,49,53,51,44,52,54,46,56,48,57,57,52,57,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,32,80,108,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,48,49,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,56,46,48,51,51,49,52,54,44,51,55,46,52,54,52,57,52,93,44,91,45,49,48,56,46,50,48,52,56,51,54,44,51,55,46,51,52,52,48,56,93,44,91,45,49,48,56,46,50,57,49,54,55,54,44,51,55,46,50,50,50,48,48,51,93,44,91,45,49,48,56,46,50,57,48,52,53,57,44,51,55,46,49,52,53,57,55,53,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,50,51,54,44,34,98,101,100,115,34,58,49,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,54,50,53,50,56,56,44,51,48,46,56,55,48,52,51,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,50,53,57,48,56,50,44,51,48,46,56,56,57,53,57,54,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,75,101,109,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,52,51,52,56,56,55,44,51,52,46,48,53,50,50,57,56,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,50,57,48,53,55,49,44,51,51,46,56,52,53,49,51,51,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,51,46,48,52,50,48,50,53,44,51,52,46,49,53,57,56,53,50,93,44,91,45,57,51,46,48,51,53,48,51,57,44,51,52,46,50,51,54,54,54,52,93,44,91,45,57,51,46,51,53,54,56,52,44,51,52,46,50,56,48,51,48,54,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,75,108,97,109,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,49,48,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,50,48,46,56,56,51,51,50,55,44,52,50,46,55,52,52,50,49,52,93,44,91,45,49,50,49,46,51,52,57,54,55,57,44,52,50,46,55,52,54,54,52,52,93,44,91,45,49,50,49,46,51,52,56,52,55,49,44,52,51,46,51,53,54,55,53,51,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,50,46,49,51,48,54,56,57,44,52,51,46,53,53,55,49,52,51,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,48,50,50,54,54,50,44,52,51,46,51,54,50,51,48,52,93,44,91,45,49,50,49,46,57,56,48,53,53,52,44,52,51,46,50,54,53,49,56,93,44,91,45,49,50,50,46,48,57,51,55,55,54,44,52,51,46,48,55,54,50,53,55,93,44,91,45,49,50,50,46,50,56,50,53,56,53,44,52,51,46,48,54,55,55,49,57,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,79,115,119,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,48,52,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,54,48,53,48,49,50,44,52,51,46,50,53,51,53,55,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,49,54,57,48,52,55,44,52,51,46,50,52,54,54,54,56,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,56,49,52,54,50,55,44,52,51,46,52,56,51,53,55,56,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,54,46,48,50,50,48,48,51,44,52,51,46,54,54,56,49,52,51,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,97,114,97,110,106,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,53,51,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,52,50,49,56,53,50,44,51,52,46,48,56,48,56,50,50,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,54,51,54,54,52,53,44,51,52,46,51,54,54,54,50,50,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,97,110,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,56,46,57,56,51,55,56,55,44,50,57,46,54,50,51,52,53,93,44,91,45,57,56,46,57,50,55,49,54,49,44,50,57,46,53,54,50,50,53,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,57,46,49,55,54,57,56,56,44,50,57,46,56,57,53,48,54,51,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,115,101,98,117,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,49,55,52,53,51,49,44,52,54,46,52,56,50,55,49,51,93,44,91,45,49,48,55,46,49,53,51,52,52,52,44,52,54,46,51,57,53,54,49,51,93,44,91,45,49,48,55,46,48,50,56,52,50,50,44,52,54,46,51,57,53,52,54,93,44,91,45,49,48,55,46,48,48,53,53,51,52,44,52,54,46,49,51,54,54,54,57,93,44,91,45,49,48,54,46,57,51,57,48,54,55,44,52,54,46,49,51,54,54,54,55,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,54,46,57,49,50,57,53,57,44,52,53,46,54,56,51,57,49,53,93,44,91,45,49,48,54,46,55,50,57,53,55,49,44,52,53,46,54,55,50,56,53,93,44,91,45,49,48,54,46,55,50,57,53,52,51,44,52,53,46,51,53,49,52,56,93,44,91,45,49,48,54,46,55,54,56,48,49,52,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,51,53,55,49,54,44,52,53,46,51,53,49,55,57,54,93,44,91,45,49,48,54,46,50,51,52,53,48,50,44,52,53,46,55,56,56,53,55,56,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,54,46,49,57,49,54,50,57,44,52,54,46,49,51,55,49,56,51,93,44,91,45,49,48,54,46,49,53,51,52,51,51,44,52,54,46,49,51,55,50,54,93,44,91,45,49,48,54,46,49,53,53,49,52,51,44,52,54,46,52,56,51,54,51,52,93,44,91,45,49,48,54,46,49,50,48,51,54,54,44,52,54,46,52,56,51,54,52,56,93,44,91,45,49,48,54,46,49,50,48,54,51,44,52,54,46,56,51,49,52,51,56,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,55,50,48,49,53,55,44,52,54,46,56,53,57,54,48,51,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,51,46,55,57,51,57,57,49,44,51,54,46,49,55,51,57,55,50,93,44,91,45,49,48,51,46,55,57,52,53,50,53,44,51,54,46,48,56,53,55,51,56,93,44,91,45,49,48,51,46,51,54,52,57,55,55,44,51,54,46,48,56,54,48,53,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,51,46,48,52,49,55,49,51,44,51,54,46,53,48,48,52,51,57,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,99,104,111,111,108,99,114,97,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,57,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,54,46,51,54,52,57,53,51,44,52,54,46,53,48,53,56,53,50,93,44,91,45,56,54,46,51,54,52,57,56,57,44,52,54,46,51,51,49,57,50,55,93,44,91,45,56,54,46,54,49,53,51,57,55,44,52,54,46,51,51,51,50,54,51,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,54,46,52,57,48,49,52,50,44,52,54,46,49,53,56,49,55,56,93,44,91,45,56,54,46,52,53,57,49,49,52,44,52,53,46,56,57,54,51,54,51,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,85,108,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,51,48,51,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,52,46,52,53,51,54,56,53,44,52,49,46,56,55,53,53,57,53,93,44,91,45,55,52,46,53,55,53,48,56,54,44,52,49,46,55,52,53,50,53,56,93,44,91,45,55,52,46,51,57,53,48,55,49,44,52,49,46,54,52,52,56,55,54,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,51,46,57,54,50,50,50,49,44,52,49,46,57,48,49,48,50,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,52,46,48,48,50,52,53,44,52,50,46,49,55,54,57,57,50,93,44,91,45,55,52,46,48,55,52,55,57,55,44,52,50,46,48,57,54,53,56,57,93,44,91,45,55,52,46,51,48,55,53,55,49,44,52,50,46,49,49,52,51,52,54,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,55,51,54,55,44,34,98,101,100,115,34,58,49,57,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,57,48,50,57,54,51,44,51,57,46,55,57,49,49,48,56,93,44,91,45,55,52,46,57,51,48,55,52,53,44,51,57,46,56,56,53,57,48,56,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,54,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,53,55,48,49,54,57,44,51,56,46,57,57,51,50,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,51,49,51,50,56,57,44,51,57,46,49,55,52,50,56,57,93,44,91,45,57,48,46,53,54,48,48,55,49,44,51,57,46,49,56,55,52,51,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,110,111,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,52,57,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,52,57,51,57,57,44,51,55,46,55,48,49,48,48,56,93,44,91,45,55,55,46,51,56,49,55,53,53,44,51,55,46,53,57,52,53,49,51,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,87,97,108,108,97,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,52,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,54,46,54,49,53,51,57,55,44,52,54,46,51,51,51,50,54,51,93,44,91,45,56,54,46,51,54,52,57,56,57,44,52,54,46,51,51,49,57,50,55,93,44,91,45,56,54,46,51,54,52,57,53,51,44,52,54,46,53,48,53,56,53,50,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,44,91,45,56,55,46,49,49,50,54,57,53,44,52,55,46,56,49,55,57,57,56,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,49,46,53,54,54,48,55,56,44,51,54,46,50,52,57,57,52,53,93,44,91,45,57,49,46,53,54,53,56,54,54,44,51,54,46,51,51,55,52,93,44,91,45,57,49,46,52,53,52,52,51,55,44,51,54,46,51,51,53,52,54,53,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,72,105,100,97,108,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,57,51,56,57,44,34,98,101,100,115,34,58,49,52,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,44,91,45,57,56,46,52,54,50,55,49,52,44,50,54,46,50,50,53,56,48,50,93,44,91,45,57,56,46,49,57,56,52,54,54,44,50,54,46,48,53,53,51,57,55,93,44,91,45,57,56,46,48,51,56,51,54,55,44,50,54,46,48,52,50,49,48,55,93,44,91,45,57,55,46,56,54,49,56,50,50,44,50,54,46,48,54,57,57,50,49,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,56,54,49,57,50,44,50,54,46,52,51,51,53,55,57,93,44,91,45,57,56,46,48,48,52,49,56,57,44,50,54,46,52,52,56,55,56,52,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,82,111,98,101,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,52,52,50,44,34,98,101,100,115,34,58,52,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,56,46,57,53,49,56,48,56,44,51,52,46,52,52,56,55,53,54,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,56,48,53,56,51,52,44,51,52,46,54,56,57,53,54,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,57,46,49,57,49,51,57,49,44,51,52,46,56,51,51,55,49,55,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,51,51,48,57,52,57,44,51,52,46,55,55,51,56,50,49,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,78,101,119,97,121,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,54,46,48,51,56,57,53,51,44,52,51,46,50,57,51,53,49,57,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,111,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,49,53,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,50,48,46,48,48,54,53,53,53,44,52,53,46,50,53,55,55,48,54,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,57,46,49,52,54,52,50,52,44,52,53,46,48,56,50,57,52,93,44,91,45,49,49,57,46,49,52,53,49,52,52,44,52,53,46,53,49,53,57,48,57,93,44,91,45,49,49,57,46,50,52,56,53,52,55,44,52,53,46,54,48,49,57,51,53,93,44,91,45,49,49,57,46,52,51,52,54,52,44,52,53,46,54,48,50,57,56,53,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,53,55,49,54,48,50,44,52,53,46,57,50,53,52,55,56,93,44,91,45,49,49,57,46,54,54,57,57,55,52,44,52,53,46,56,53,54,57,48,56,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,52,48,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,53,55,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,57,50,48,49,53,55,44,51,53,46,50,50,57,53,56,53,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,52,46,48,51,49,50,51,54,44,51,53,46,49,52,48,57,48,56,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,48,55,52,52,52,57,44,51,53,46,48,50,54,52,51,50,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,51,46,55,48,54,56,52,50,44,51,53,46,49,51,52,57,52,51,93,44,91,45,57,51,46,53,50,57,55,51,57,44,51,53,46,49,52,53,52,51,51,93,44,91,45,57,51,46,52,53,55,48,50,50,44,51,53,46,50,49,53,55,56,50,93,44,91,45,57,51,46,50,55,57,57,50,57,44,51,53,46,50,49,50,53,53,54,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,52,51,48,52,49,44,51,53,46,52,50,51,55,51,55,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,52,49,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,53,57,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,56,53,57,48,56,55,44,51,51,46,48,56,57,53,51,55,93,44,91,45,57,51,46,54,56,51,55,49,53,44,51,51,46,50,56,49,48,57,50,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,57,51,53,54,48,54,44,51,51,46,53,53,48,49,55,54,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,49,57,52,44,34,98,101,100,115,34,58,52,51,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,54,53,56,53,57,55,44,50,56,46,55,54,54,56,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,48,46,56,56,53,57,48,50,44,50,56,46,53,49,48,50,51,56,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,49,46,51,50,55,56,57,44,50,56,46,54,49,48,50,55,55,93,44,91,45,56,49,46,52,53,57,55,50,56,44,50,56,46,54,52,48,49,57,54,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,52,56,50,50,52,53,44,51,55,46,55,54,56,51,53,51,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,55,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,56,57,54,55,50,56,44,52,50,46,50,53,54,50,55,54,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,53,57,53,55,52,51,44,52,50,46,48,57,52,50,49,93,44,91,45,49,49,49,46,54,50,54,49,48,52,44,52,50,46,50,48,55,53,52,50,93,44,91,45,49,49,49,46,53,54,54,54,50,56,44,52,50,46,50,55,51,53,55,52,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,48,50,50,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,53,46,48,53,48,56,56,57,44,51,51,46,55,49,52,54,51,50,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,57,48,53,55,56,56,44,51,51,46,53,55,51,51,55,56,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,105,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,57,54,44,34,98,101,100,115,34,58,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,56,52,57,56,55,57,44,51,57,46,50,49,57,48,49,50,93,44,91,45,57,54,46,56,53,49,52,48,57,44,51,57,46,48,56,56,49,55,54,93,44,91,45,57,54,46,53,48,48,57,54,50,44,51,57,46,48,55,50,54,56,49,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,51,57,48,55,57,54,44,51,57,46,48,52,51,50,53,55,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,53,49,54,55,44,51,57,46,49,55,49,49,51,93,44,91,45,57,54,46,55,49,57,49,53,56,44,51,57,46,51,57,52,51,51,56,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,51,34,44,34,78,65,77,69,34,58,34,83,99,104,108,101,105,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,49,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,48,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,49,46,57,52,57,50,55,54,44,51,54,46,56,54,52,52,55,51,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,55,57,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,55,51,53,54,55,51,44,51,54,46,48,54,55,53,56,52,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,53,53,53,57,57,52,44,51,53,46,55,55,55,53,51,56,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,48,53,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,49,46,57,51,52,51,53,55,44,52,51,46,55,54,54,49,54,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,53,53,56,56,51,51,44,52,51,46,56,56,51,51,48,53,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,57,50,56,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,50,50,53,55,48,49,44,51,55,46,57,55,49,54,54,55,93,44,91,45,56,55,46,48,49,55,52,53,51,44,51,56,46,49,49,56,51,48,49,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,50,48,53,56,51,49,44,51,54,46,57,57,54,56,54,50,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,53,46,48,53,54,56,57,56,44,51,55,46,50,53,55,48,52,49,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,56,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,52,53,57,57,48,54,44,51,56,46,51,55,56,57,57,53,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,51,52,53,52,55,54,44,51,56,46,50,56,53,48,57,57,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,83,97,103,97,100,97,104,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,50,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,54,57,46,56,57,51,50,51,50,44,52,51,46,56,55,56,53,49,56,93,44,91,45,54,57,46,56,56,49,56,57,53,44,52,51,46,54,51,54,52,54,54,93,44,91,45,54,57,46,54,54,52,55,52,53,44,52,51,46,55,49,49,55,52,56,93,44,91,45,54,57,46,55,48,48,48,57,55,44,52,52,46,48,48,54,54,56,53,93,44,91,45,54,57,46,56,49,51,53,52,57,44,52,52,46,48,50,54,48,49,49,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,119,101,101,116,32,71,114,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,50,57,50,54,54,50,44,52,53,46,55,56,53,48,53,55,93,44,91,45,49,49,48,46,50,50,48,57,48,56,44,52,53,46,55,56,52,57,55,51,93,44,91,45,49,49,48,46,50,50,56,48,53,50,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,48,54,52,53,56,49,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,48,57,46,57,51,49,57,56,52,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,48,57,46,57,51,50,48,50,53,44,52,53,46,53,50,50,52,53,54,93,44,91,45,49,48,57,46,54,56,53,51,56,53,44,52,53,46,54,48,57,48,50,50,93,44,91,45,49,48,57,46,53,54,50,48,55,44,52,53,46,54,48,57,49,49,57,93,44,91,45,49,48,57,46,53,54,51,57,48,55,44,52,53,46,55,56,51,52,55,49,93,44,91,45,49,48,57,46,53,48,54,54,48,52,44,52,53,46,57,53,57,49,49,50,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,54,48,53,49,53,51,44,52,54,46,48,52,52,57,57,52,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,53,54,48,44,34,98,101,100,115,34,58,54,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,53,48,48,57,56,52,44,51,51,46,55,55,50,56,48,49,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,54,57,48,55,48,56,44,51,51,46,56,52,57,57,53,57,93,44,91,45,57,54,46,56,54,54,52,51,56,44,51,51,46,56,53,51,49,52,57,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,52,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,55,57,46,57,50,53,53,57,55,44,51,57,46,57,50,52,55,57,53,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,56,48,46,50,56,55,52,50,49,44,52,48,46,48,49,57,50,48,54,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,56,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,119,101,115,116,32,65,114,99,116,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,53,46,51,49,56,55,52,56,44,54,56,46,48,51,52,57,52,50,93,44,91,45,49,53,54,46,50,51,54,56,49,55,44,54,56,46,48,51,52,57,50,54,93,44,91,45,49,53,54,46,50,51,54,56,51,49,44,54,56,46,49,50,49,52,57,56,93,44,91,45,49,53,55,46,49,53,52,57,49,44,54,56,46,49,50,49,52,56,51,93,44,91,45,49,53,55,46,49,53,52,57,50,52,44,54,56,46,50,48,56,48,53,52,93,44,91,45,49,53,56,46,52,53,55,56,51,54,44,54,56,46,50,48,56,48,49,54,93,44,91,45,49,53,57,46,54,57,51,52,55,55,44,54,56,46,50,48,55,57,57,50,93,44,91,45,49,53,57,46,54,57,51,52,56,55,44,54,56,46,50,57,52,53,54,52,93,44,91,45,49,54,48,46,49,53,57,52,53,50,44,54,56,46,50,57,52,53,53,51,93,44,91,45,49,54,48,46,49,53,57,52,52,44,54,56,46,50,48,55,57,56,50,93,44,91,45,49,54,49,46,48,57,49,51,53,49,44,54,56,46,50,48,55,57,54,49,93,44,91,45,49,54,49,46,48,57,49,51,54,52,44,54,56,46,50,57,52,53,51,50,93,44,91,45,49,54,49,46,53,53,55,51,50,44,54,56,46,50,57,52,53,50,49,93,44,91,45,49,54,49,46,53,53,55,51,50,56,44,54,56,46,50,48,55,57,52,57,93,44,91,45,49,54,50,46,48,50,51,50,54,49,44,54,56,46,50,48,55,57,52,93,44,91,45,49,54,50,46,48,50,51,50,55,51,44,54,56,46,50,57,52,53,49,49,93,44,91,45,49,54,50,46,55,50,50,50,48,50,44,54,56,46,50,57,52,52,57,54,93,44,91,45,49,54,50,46,55,50,50,49,57,44,54,56,46,50,48,55,57,50,54,93,44,91,45,49,54,52,46,52,57,57,52,54,51,44,54,56,46,50,48,55,56,57,93,44,91,45,49,54,52,46,52,57,57,52,51,55,44,54,56,46,48,51,52,55,52,56,93,44,91,45,49,54,53,46,53,57,54,48,52,54,44,54,56,46,48,51,52,55,50,55,93,44,91,45,49,54,53,46,52,57,57,52,53,51,44,54,56,46,48,49,56,55,56,50,93,44,91,45,49,54,52,46,54,54,52,57,50,49,44,54,55,46,54,57,56,50,49,54,93,44,91,45,49,54,52,46,49,55,53,52,50,57,44,54,55,46,53,52,55,53,57,57,93,44,91,45,49,54,52,46,48,48,52,53,49,44,54,55,46,51,57,55,56,48,56,93,44,91,45,49,54,51,46,56,56,50,53,51,52,44,54,55,46,50,49,52,57,55,54,93,44,91,45,49,54,51,46,57,57,49,50,51,44,54,55,46,49,52,55,56,56,51,93,44,91,45,49,54,51,46,55,56,49,53,50,52,44,54,55,46,48,54,57,55,54,93,44,91,45,49,54,51,46,48,52,57,52,55,49,44,54,54,46,57,56,54,54,49,49,93,44,91,45,49,54,50,46,56,51,50,48,51,50,44,54,54,46,57,50,54,56,49,51,93,44,91,45,49,54,51,46,54,50,54,50,49,53,44,54,54,46,54,50,52,49,55,52,93,44,91,45,49,54,51,46,56,48,53,48,57,51,44,54,54,46,54,52,49,50,56,54,93,44,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,44,91,45,49,54,52,46,51,49,56,57,51,54,44,54,54,46,52,55,54,51,49,57,93,44,91,45,49,54,52,46,51,49,56,57,49,51,44,54,54,46,49,50,57,57,52,52,93,44,91,45,49,54,52,46,50,52,52,49,57,49,44,54,54,46,49,50,57,57,52,54,93,44,91,45,49,54,52,46,50,52,52,49,50,55,44,54,53,46,55,56,51,53,53,51,93,44,91,45,49,54,51,46,57,54,51,53,49,54,44,54,53,46,55,56,51,53,54,49,93,44,91,45,49,54,51,46,57,54,51,52,57,56,44,54,53,46,54,49,48,51,54,51,93,44,91,45,49,54,51,46,55,53,53,52,48,55,44,54,53,46,54,49,48,51,54,55,93,44,91,45,49,54,51,46,55,53,53,51,57,49,44,54,53,46,52,51,55,49,54,53,93,44,91,45,49,54,49,46,53,52,54,56,57,50,44,54,53,46,52,51,55,50,48,51,93,44,91,45,49,53,57,46,56,48,49,54,57,50,44,54,53,46,52,51,55,50,51,49,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,54,48,52,56,49,51,44,54,53,46,57,53,54,56,51,93,44,91,45,49,53,56,46,57,55,50,49,55,53,44,54,53,46,57,53,54,56,52,57,93,44,91,45,49,53,56,46,57,55,50,49,56,53,44,54,54,46,49,51,48,48,50,55,93,44,91,45,49,53,55,46,57,48,54,50,57,53,44,54,54,46,49,51,48,48,52,57,93,44,91,45,49,53,55,46,57,48,54,51,49,44,54,54,46,52,55,54,52,50,52,93,44,91,45,49,53,55,46,48,53,49,50,56,52,44,54,54,46,52,55,54,52,51,56,93,44,91,45,49,53,55,46,48,53,49,50,54,54,44,54,54,46,51,48,51,50,53,52,93,44,91,45,49,53,54,46,54,50,51,55,53,55,44,54,54,46,51,48,51,50,53,57,93,44,91,45,49,53,54,46,54,50,51,55,55,44,54,54,46,52,55,54,52,52,50,93,44,91,45,49,53,54,46,49,57,54,50,50,52,44,54,54,46,52,55,54,53,56,50,93,44,91,45,49,53,53,46,57,56,50,53,48,52,44,54,54,46,51,56,57,56,54,93,44,91,45,49,53,53,46,57,56,50,52,57,57,44,54,54,46,51,48,51,50,54,56,93,44,91,45,49,53,53,46,53,53,52,57,57,51,44,54,54,46,51,48,51,50,55,52,93,44,91,45,49,53,53,46,53,49,48,53,56,53,44,54,54,46,53,54,51,48,53,49,93,44,91,45,49,53,52,46,56,54,48,52,51,49,44,54,54,46,53,54,51,48,54,52,93,44,91,45,49,53,52,46,56,54,48,52,52,54,44,54,54,46,55,51,54,50,52,50,93,44,91,45,49,53,52,46,50,49,48,51,48,50,44,54,54,46,55,51,54,50,53,53,93,44,91,45,49,53,52,46,49,52,54,50,50,49,44,54,54,46,56,50,50,56,52,51,93,44,91,45,49,53,52,46,49,52,54,51,49,52,44,54,55,46,49,54,57,49,55,56,93,44,91,45,49,53,52,46,51,48,51,49,49,44,54,55,46,50,53,53,55,53,57,93,44,91,45,49,53,52,46,55,52,56,57,48,52,44,54,55,46,50,53,53,55,53,51,93,44,91,45,49,53,52,46,55,52,56,57,51,57,44,54,55,46,53,49,53,52,57,53,93,44,91,45,49,53,53,46,51,54,56,57,57,57,44,54,55,46,55,55,53,50,49,54,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,55,56,44,34,98,101,100,115,34,58,49,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,56,55,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,56,51,49,53,56,54,44,51,50,46,56,54,52,56,54,54,93,44,91,45,56,55,46,55,56,54,53,55,49,44,51,50,46,54,56,50,52,56,49,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,55,50,56,55,52,52,44,51,50,46,52,56,48,57,49,56,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,52,55,51,57,49,53,44,51,50,46,54,53,53,56,54,55,93,44,91,45,56,55,46,52,55,50,49,55,52,44,51,50,46,56,51,48,54,50,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,52,55,50,49,55,52,44,51,50,46,56,51,48,54,50,93,44,91,45,56,55,46,52,55,51,57,49,53,44,51,50,46,54,53,53,56,54,55,93,44,91,45,56,55,46,53,50,52,52,56,53,44,51,50,46,52,56,50,48,50,56,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,52,50,51,49,53,51,44,51,50,46,52,56,50,57,54,53,93,44,91,45,56,55,46,49,49,50,51,54,50,44,51,50,46,52,56,56,54,53,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,55,46,51,49,57,49,56,52,44,51,50,46,56,51,49,53,50,50,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,57,53,44,34,98,101,100,115,34,58,51,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,53,50,52,51,54,51,44,51,52,46,56,51,50,51,56,52,93,44,91,45,56,55,46,56,51,53,56,51,51,44,51,52,46,55,52,49,50,51,57,93,44,91,45,56,55,46,57,55,51,50,50,50,44,51,52,46,56,56,50,53,53,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,55,46,52,51,51,48,54,44,51,52,46,55,49,55,52,56,53,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,114,97,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,56,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,117,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,52,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,51,52,53,52,55,54,44,51,56,46,50,56,53,48,57,57,93,44,91,45,56,52,46,52,52,50,54,54,49,44,51,56,46,50,56,51,50,51,54,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,51,56,48,55,56,56,44,51,56,46,49,49,51,57,54,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,52,46,48,54,50,54,57,49,44,51,56,46,50,51,53,50,48,51,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,82,117,116,104,101,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,49,50,56,44,34,98,101,100,115,34,58,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,54,49,51,51,50,56,44,51,53,46,55,57,48,51,51,49,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,53,52,51,49,49,54,44,51,53,46,54,57,55,54,49,55,93,44,91,45,56,54,46,52,49,51,54,55,56,44,51,53,46,54,50,51,49,55,55,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,51,50,54,50,53,50,44,51,53,46,57,56,53,48,48,56,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,56,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,53,48,57,56,49,44,51,49,46,50,48,54,49,56,49,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,51,51,53,57,52,57,44,51,49,46,50,52,52,53,55,57,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,114,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,52,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,57,57,46,50,57,53,49,57,51,44,51,54,46,53,57,53,48,51,49,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,105,97,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,67,114,111,115,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,97,106,97,114,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,48,49,44,34,98,101,100,115,34,58,50,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,44,91,45,54,53,46,54,56,53,57,50,44,49,56,46,51,50,57,57,57,49,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,54,50,52,54,48,53,44,49,56,46,50,56,55,55,52,53,93,44,91,45,54,53,46,52,54,57,49,51,50,44,49,56,46,51,57,54,52,49,93,44,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,50,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,56,46,50,48,55,51,49,54,44,51,50,46,57,50,52,55,56,50,93,44,91,45,56,56,46,49,51,50,54,56,53,44,51,50,46,56,51,50,56,53,51,93,44,91,45,56,56,46,48,53,53,48,48,52,44,51,50,46,54,52,54,52,56,50,93,44,91,45,56,55,46,57,50,56,54,56,57,44,51,50,46,54,51,50,50,56,52,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,55,46,56,49,50,53,53,57,44,51,50,46,53,50,52,53,54,93,44,91,45,56,55,46,55,56,54,53,55,49,44,51,50,46,54,56,50,52,56,49,93,44,91,45,56,55,46,56,51,49,53,56,54,44,51,50,46,56,54,52,56,54,54,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,56,51,50,50,51,51,44,51,51,46,48,49,55,50,53,56,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,56,54,51,54,53,55,44,52,52,46,53,53,49,50,52,52,93,44,91,45,49,49,50,46,48,57,54,52,56,52,44,52,52,46,53,50,50,57,57,50,93,44,91,45,49,49,50,46,50,56,56,54,55,51,44,52,52,46,53,54,55,57,49,93,44,91,45,49,49,50,46,52,55,51,52,49,57,44,52,52,46,52,55,57,51,53,57,93,44,91,45,49,49,50,46,55,49,55,57,51,44,52,52,46,53,48,52,50,55,51,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,50,46,56,49,51,55,57,50,44,52,52,46,50,51,48,50,56,49,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,50,46,57,57,52,51,50,51,44,52,51,46,57,55,50,51,54,50,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,54,57,52,55,52,52,44,52,52,46,48,53,56,52,54,52,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,48,51,51,54,54,52,44,52,52,46,49,52,52,48,52,57,93,44,91,45,49,49,49,46,56,53,55,56,53,49,44,52,52,46,49,56,55,55,53,57,93,44,91,45,49,49,49,46,56,53,50,50,55,54,44,52,52,46,51,49,54,57,57,54,93,44,91,45,49,49,49,46,55,57,49,54,50,52,44,52,52,46,52,48,49,54,49,93,44,91,45,49,49,49,46,54,49,55,52,51,55,44,52,52,46,52,48,49,50,53,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,75,111,115,115,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,89,97,98,117,99,111,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,53,46,56,54,55,56,48,50,44,49,56,46,48,50,54,48,48,55,93,44,91,45,54,53,46,56,49,54,52,52,57,44,49,55,46,57,54,53,53,48,52,93,44,91,45,54,53,46,55,51,57,49,49,50,44,49,56,46,48,55,48,55,55,56,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,44,91,45,49,48,50,46,57,51,57,57,51,50,44,52,56,46,55,50,48,52,54,57,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,50,46,50,51,51,54,44,52,56,46,55,50,48,50,57,93,44,91,45,49,48,50,46,49,53,50,49,54,52,44,52,56,46,56,48,55,50,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,48,50,49,49,52,52,44,52,56,46,57,57,57,48,49,53,93,44,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,68,117,114,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,52,53,55,44,34,98,101,100,115,34,58,49,52,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,56,46,56,50,57,57,54,53,44,51,53,46,56,54,54,57,55,56,93,44,91,45,55,56,46,54,57,57,51,49,54,44,51,54,46,48,49,49,52,52,56,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,56,48,52,54,57,44,51,54,46,48,57,52,53,53,49,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,54,46,48,54,52,56,57,55,44,52,49,46,55,57,49,54,55,51,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,48,53,55,51,51,49,44,52,49,46,53,49,49,48,53,49,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,53,53,56,49,52,51,44,52,49,46,54,48,50,51,56,51,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,75,101,121,97,32,80,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,51,51,57,55,56,44,52,50,46,56,48,55,56,49,57,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,57,57,46,53,51,55,52,57,49,44,52,50,46,55,49,55,54,50,54,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,53,55,44,34,98,101,100,115,34,58,50,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,51,57,55,54,55,49,44,52,50,46,52,55,51,51,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,51,46,57,51,49,54,56,52,44,52,50,46,52,55,50,48,49,49,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,52,57,48,51,51,44,51,55,46,49,53,57,52,54,50,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,52,50,52,54,48,51,44,51,55,46,49,53,49,55,54,52,93,44,91,45,56,56,46,53,48,55,48,54,50,44,51,55,46,50,53,57,54,56,57,93,44,91,45,56,56,46,52,55,52,48,57,44,51,55,46,51,57,49,56,54,51,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,56,52,54,52,56,51,44,51,54,46,50,56,56,49,54,55,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,56,48,46,48,57,52,51,56,57,44,51,54,46,55,55,57,53,53,50,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,56,48,50,48,53,54,44,51,54,46,55,57,50,49,51,55,93,44,91,45,55,57,46,57,57,57,55,55,49,44,51,54,46,56,51,48,55,51,56,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,93,44,91,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,44,91,45,55,57,46,56,55,52,55,54,44,51,54,46,55,49,53,50,51,55,93,44,91,45,55,57,46,56,51,55,51,53,57,44,51,54,46,55,48,52,49,51,55,93,44,91,45,55,57,46,56,53,57,50,54,44,51,54,46,54,54,49,55,51,55,93,44,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,53,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,32,97,110,100,32,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,55,55,44,34,98,101,100,115,34,58,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,48,53,57,49,57,57,44,52,55,46,52,56,56,53,57,57,93,44,91,45,49,49,51,46,48,53,57,48,53,51,44,52,55,46,49,55,57,53,55,93,44,91,45,49,49,50,46,55,57,53,56,48,56,44,52,55,46,49,55,55,48,48,52,93,44,91,45,49,49,50,46,55,57,53,54,52,50,44,52,54,46,56,51,49,54,54,53,93,44,91,45,49,49,50,46,53,51,53,55,52,56,44,52,54,46,56,51,52,50,51,52,93,44,91,45,49,49,50,46,53,51,53,53,57,55,44,52,54,46,54,57,57,52,56,50,93,44,91,45,49,49,50,46,51,50,48,56,55,49,44,52,54,46,54,53,53,57,50,55,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,49,55,54,50,51,53,44,52,54,46,52,53,54,51,52,50,93,44,91,45,49,49,50,46,48,50,57,50,51,49,44,52,54,46,53,54,56,56,48,53,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,49,46,54,52,48,48,57,53,44,52,54,46,53,56,50,52,54,51,93,44,91,45,49,49,49,46,54,51,57,50,54,49,44,52,54,46,55,51,56,49,56,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,54,48,51,49,53,51,44,52,54,46,56,48,57,57,52,57,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,55,57,48,50,51,54,44,52,54,46,57,49,51,55,54,52,93,44,91,45,49,49,49,46,55,56,57,50,55,56,44,52,55,46,49,50,56,57,50,50,93,44,91,45,49,49,50,46,48,52,52,56,50,57,44,52,55,46,49,57,50,55,49,49,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,50,46,50,55,56,44,52,55,46,53,48,53,54,50,51,93,44,91,45,49,49,50,46,52,51,50,55,49,49,44,52,55,46,54,48,54,49,48,52,93,44,91,45,49,49,50,46,53,54,56,54,54,44,52,55,46,54,51,54,48,49,56,93,44,91,45,49,49,50,46,56,53,52,55,48,49,44,52,55,46,54,50,57,50,51,52,93,44,91,45,49,49,50,46,57,49,51,56,55,52,44,52,55,46,54,57,55,49,57,57,93,44,91,45,49,49,50,46,57,49,51,50,53,54,44,52,55,46,56,50,54,50,49,54,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,51,46,48,54,50,56,55,54,44,52,55,46,56,56,53,53,54,51,93,44,91,45,49,49,51,46,48,56,48,57,57,55,44,52,55,46,55,52,57,57,49,55,93,44,91,45,49,49,51,46,49,54,53,56,49,49,44,52,55,46,55,49,57,55,54,52,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,68,117,99,104,101,115,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,49,48,46,50,54,48,57,54,55,44,52,48,46,56,51,52,56,50,52,93,44,91,45,49,49,48,46,51,55,56,57,54,50,44,52,48,46,55,56,55,49,56,93,44,91,45,49,49,48,46,54,53,54,52,56,50,44,52,48,46,55,52,48,50,55,53,93,44,91,45,49,49,48,46,55,53,48,55,51,51,44,52,48,46,55,52,55,55,48,54,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,102,97,108,102,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,54,50,49,48,50,55,44,51,51,46,52,56,55,48,54,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,55,50,57,48,57,52,44,51,51,46,51,48,53,52,50,56,93,44,91,45,57,53,46,53,56,49,49,55,53,44,51,51,46,51,53,56,57,55,55,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,84,114,111,117,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,54,46,49,54,56,50,54,49,44,51,54,46,52,52,52,50,57,51,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,49,55,44,34,98,101,100,115,34,58,51,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,52,54,48,57,57,50,44,51,55,46,50,57,51,56,52,56,93,44,91,45,56,51,46,50,48,56,49,50,49,44,51,55,46,49,55,52,54,53,57,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,51,46,49,48,49,53,54,51,44,51,55,46,50,51,53,52,51,55,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,49,57,57,55,51,52,44,51,55,46,52,49,52,54,54,93,44,91,45,56,51,46,52,48,51,57,56,56,44,51,55,46,51,51,56,51,51,50,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,50,54,55,44,34,98,101,100,115,34,58,53,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,52,48,49,48,50,53,44,52,50,46,57,57,54,54,51,50,93,44,91,45,49,50,50,46,53,54,48,50,55,51,44,52,50,46,57,51,57,49,56,53,93,44,91,45,49,50,50,46,55,57,52,55,55,54,44,52,50,46,55,55,56,50,50,49,93,44,91,45,49,50,51,46,49,53,50,50,51,51,44,52,50,46,55,53,53,56,51,53,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,111,114,109,105,103,117,101,114,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,55,34,44,34,78,65,77,69,34,58,34,90,97,118,97,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,110,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,57,49,53,49,44,34,98,101,100,115,34,58,53,56,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,44,91,45,56,48,46,50,57,54,57,56,54,44,50,54,46,51,51,52,51,53,54,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,54,56,48,48,49,54,44,50,53,46,57,53,54,56,53,55,93,44,91,45,56,48,46,50,57,52,57,55,50,44,50,53,46,57,53,54,55,55,93,44,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,44,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,57,34,44,34,78,65,77,69,34,58,34,84,111,111,109,98,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,52,56,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,49,56,50,55,50,55,44,51,50,46,49,54,48,52,52,50,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,51,53,52,53,52,54,44,51,50,46,50,57,50,49,57,52,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,97,110,105,108,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,55,54,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,48,48,48,52,51,44,52,51,46,50,56,52,57,49,51,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,44,91,45,56,50,46,49,50,50,57,55,49,44,52,51,46,53,57,48,56,50,55,93,44,91,45,56,50,46,49,52,53,53,48,49,44,52,51,46,54,57,53,53,56,55,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,119,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,52,50,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,51,56,50,44,34,98,101,100,115,34,58,54,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,50,57,53,48,54,51,44,52,50,46,48,57,52,50,51,55,93,44,91,45,56,51,46,49,52,51,57,53,54,44,52,50,46,48,50,55,57,51,93,44,91,45,56,51,46,49,50,54,51,54,49,44,52,50,46,50,51,56,52,49,50,93,44,91,45,56,51,46,48,54,51,54,51,55,44,52,50,46,51,49,54,56,53,55,93,44,91,45,56,50,46,56,51,48,50,53,44,52,50,46,51,55,51,52,57,50,93,44,91,45,56,50,46,55,52,57,57,48,56,44,52,50,46,52,53,49,48,57,50,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,57,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,105,116,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,51,46,56,49,49,52,54,52,44,52,54,46,53,56,52,50,51,56,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,52,51,48,54,52,56,44,52,54,46,50,52,54,52,49,50,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,82,97,109,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,57,55,48,56,52,50,44,52,56,46,51,55,48,52,49,52,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,57,46,49,57,57,57,49,49,44,52,56,46,49,53,53,51,48,57,93,44,91,45,57,57,46,48,55,48,52,52,51,44,52,56,46,49,48,55,56,53,55,93,44,91,45,57,56,46,57,56,54,57,48,49,44,52,56,46,48,48,55,52,57,56,93,44,91,45,57,56,46,56,48,55,53,57,51,44,52,56,46,48,53,57,56,48,49,93,44,91,45,57,56,46,54,50,53,51,56,52,44,52,55,46,57,49,54,51,57,57,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,52,50,50,52,55,52,44,52,56,46,48,50,49,48,56,93,44,91,45,57,56,46,52,50,50,48,53,55,44,52,56,46,49,57,52,55,56,50,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,48,53,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,84,114,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,56,54,44,34,98,101,100,115,34,58,50,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,49,46,49,54,57,52,53,57,44,51,51,46,52,53,50,49,51,55,93,44,91,45,57,49,46,48,56,55,53,56,57,44,51,51,46,49,52,53,49,55,54,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,48,46,57,49,52,52,54,53,44,51,51,46,48,57,55,52,49,55,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,55,54,51,55,55,51,44,51,51,46,50,55,48,51,53,57,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,69,97,115,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,55,48,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,52,55,52,54,56,53,44,51,50,46,50,57,57,48,56,52,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,73,115,115,97,113,117,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,50,49,50,56,51,55,44,51,50,46,57,50,50,49,48,51,93,44,91,45,57,49,46,49,52,51,53,53,57,44,51,50,46,56,52,52,55,51,56,93,44,91,45,57,49,46,49,53,50,54,57,57,44,51,50,46,54,52,48,55,53,55,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,48,46,57,54,52,48,52,51,44,51,50,46,53,55,53,54,48,53,93,44,91,45,57,48,46,57,53,49,50,52,44,51,50,46,52,52,52,51,56,57,93,44,91,45,57,48,46,56,54,49,51,54,52,44,51,50,46,52,52,50,49,49,53,93,44,91,45,57,48,46,56,54,48,53,54,54,44,51,50,46,53,55,53,49,55,51,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,57,54,52,56,54,52,44,51,50,46,54,54,50,55,57,56,93,44,91,45,57,48,46,57,54,51,55,53,51,44,51,50,46,56,51,56,49,51,51,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,68,101,87,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,51,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,55,53,53,49,49,44,50,57,46,48,48,55,49,49,51,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,52,49,55,51,52,44,50,56,46,57,50,53,50,50,56,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,110,103,101,108,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,54,48,55,44,34,98,101,100,115,34,58,52,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,52,46,56,57,57,48,49,55,44,51,49,46,51,50,54,57,55,50,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,52,54,54,54,55,54,44,51,49,46,51,55,56,48,48,57,93,44,91,45,57,52,46,53,53,52,56,51,56,44,51,49,46,52,51,53,49,50,51,93,44,91,45,57,52,46,55,50,56,52,53,54,44,51,49,46,52,53,55,49,52,55,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,108,117,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,49,46,56,57,52,53,57,53,44,51,51,46,57,55,53,52,49,53,93,44,91,45,56,49,46,56,51,54,56,48,51,44,51,51,46,56,54,54,53,48,49,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,53,51,56,56,57,57,44,51,52,46,48,56,49,55,52,52,93,44,91,45,56,49,46,55,51,49,54,49,52,44,51,52,46,49,56,55,54,49,51,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,49,46,56,57,53,51,52,55,44,51,56,46,48,53,49,49,57,57,93,44,91,45,57,49,46,54,51,50,52,51,49,44,51,56,46,48,53,48,57,53,49,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,50,52,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,53,57,52,52,50,57,44,51,52,46,53,54,56,48,53,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,49,46,55,49,49,55,57,53,44,51,52,46,50,51,51,57,49,57,93,44,91,45,57,49,46,53,52,48,49,55,56,44,51,52,46,50,50,52,53,57,57,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,50,49,52,51,51,56,44,51,51,46,57,55,50,52,48,51,93,44,91,45,57,49,46,49,57,52,50,55,56,44,51,52,46,48,55,48,57,51,56,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,50,54,51,54,48,54,44,51,52,46,53,48,49,56,54,55,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,51,51,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,52,48,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,52,50,44,34,98,101,100,115,34,58,53,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,44,91,45,55,56,46,52,54,57,53,48,52,44,51,56,46,48,49,49,55,52,53,93,44,91,45,55,56,46,52,53,52,55,51,50,44,51,56,46,48,52,53,50,55,56,93,44,91,45,55,56,46,52,56,53,50,48,50,44,51,56,46,48,54,56,57,55,52,93,44,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,114,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,51,56,49,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,54,51,56,55,48,56,44,52,49,46,50,51,51,56,54,50,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,52,54,54,51,56,57,44,52,49,46,50,51,51,56,55,50,93,44,91,45,56,57,46,51,51,52,57,48,49,44,52,49,46,51,48,48,56,55,55,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,99,105,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,55,55,44,34,98,101,100,115,34,58,52,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,51,46,50,49,50,49,48,55,44,51,56,46,57,54,48,49,52,56,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,49,51,52,55,53,52,44,51,56,46,54,51,50,48,49,51,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,50,46,56,57,55,49,56,57,44,51,56,46,55,53,54,50,49,52,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,55,52,48,51,56,51,44,51,56,46,53,57,55,49,54,55,93,44,91,45,56,50,46,54,54,50,56,56,54,44,51,56,46,55,52,55,57,55,55,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,55,54,48,54,57,44,51,56,46,56,53,52,56,55,53,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,56,48,55,48,53,54,44,51,53,46,54,56,53,56,55,52,93,44,91,45,56,50,46,53,49,51,49,54,49,44,51,53,46,56,48,51,51,56,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,54,51,55,50,51,44,51,54,46,48,54,53,56,50,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,101,114,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,52,46,48,52,57,56,52,57,44,52,50,46,56,48,56,52,52,52,93,44,91,45,49,49,52,46,51,52,53,54,53,57,44,52,50,46,56,48,57,48,53,53,93,44,91,45,49,49,52,46,51,54,53,51,54,54,44,52,50,46,56,53,48,55,57,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,50,52,52,55,48,51,44,52,50,46,53,53,57,50,52,52,93,44,91,45,49,49,52,46,49,50,52,57,51,52,44,52,50,46,52,57,54,49,51,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,86,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,53,51,54,51,48,54,44,51,57,46,49,56,48,55,53,55,93,44,91,45,56,50,46,52,50,52,54,55,55,44,51,57,46,49,51,55,57,55,50,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,57,34,44,34,78,65,77,69,34,58,34,77,99,76,101,110,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,50,57,44,34,98,101,100,115,34,58,52,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,55,46,48,51,55,50,54,54,44,51,49,46,56,54,51,48,55,57,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,50,57,50,52,56,52,44,52,51,46,56,56,55,48,54,50,93,44,91,45,49,49,52,46,49,51,50,55,51,50,44,52,51,46,55,53,48,55,53,55,93,44,91,45,49,49,51,46,57,56,54,52,57,52,44,52,51,46,55,50,53,51,57,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,55,54,49,49,55,44,52,51,46,54,50,49,49,57,52,93,44,91,45,49,49,51,46,53,50,55,56,48,52,44,52,51,46,55,49,57,49,51,53,93,44,91,45,49,49,51,46,51,55,55,56,55,55,44,52,51,46,56,48,57,55,93,44,91,45,49,49,51,46,52,52,52,56,57,49,44,52,51,46,57,49,56,53,52,50,93,44,91,45,49,49,51,46,52,49,54,53,50,53,44,52,52,46,50,51,51,51,54,52,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,51,46,51,51,57,54,49,55,44,52,52,46,51,49,54,51,49,51,93,44,91,45,49,49,51,46,53,48,49,53,49,57,44,52,52,46,52,50,50,51,48,51,93,44,91,45,49,49,51,46,56,49,54,50,49,53,44,52,52,46,52,57,51,57,54,51,93,44,91,45,49,49,52,46,48,49,57,50,48,52,44,52,52,46,54,53,49,53,52,49,93,44,91,45,49,49,52,46,48,55,53,57,51,55,44,52,52,46,55,52,53,53,55,56,93,44,91,45,49,49,52,46,51,51,57,49,57,54,44,52,52,46,55,57,51,53,57,52,93,44,91,45,49,49,52,46,52,53,49,56,52,44,52,52,46,54,49,49,55,52,49,93,44,91,45,49,49,52,46,54,48,50,51,54,50,44,52,52,46,53,57,52,56,53,54,93,44,91,45,49,49,52,46,56,49,57,56,56,57,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,57,53,54,49,49,54,44,52,52,46,55,50,48,57,56,50,93,44,91,45,49,49,53,46,48,57,49,57,50,50,44,52,52,46,55,54,54,55,50,54,93,44,91,45,49,49,53,46,49,54,53,54,48,53,44,52,52,46,54,53,48,51,48,54,93,44,91,45,49,49,53,46,51,48,52,57,57,52,44,52,52,46,53,55,57,56,53,55,93,44,91,45,49,49,53,46,50,50,56,50,50,50,44,52,52,46,52,50,51,53,50,49,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,49,54,55,54,56,52,44,52,52,46,50,48,50,56,52,93,44,91,45,49,49,53,46,48,50,52,49,56,49,44,52,52,46,49,53,53,52,55,56,93,44,91,45,49,49,53,46,48,52,55,55,50,44,52,52,46,48,53,48,54,53,53,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,97,108,109,32,66,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,54,50,55,55,44,34,98,101,100,115,34,58,52,51,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,44,91,45,56,48,46,49,52,50,48,48,55,44,50,54,46,57,53,54,54,52,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,56,56,49,50,51,51,44,50,54,46,51,51,51,56,48,54,93,44,91,45,56,48,46,50,57,54,57,56,54,44,50,54,46,51,51,52,51,53,54,93,44,91,45,56,48,46,48,49,53,50,55,54,44,50,54,46,51,50,48,57,53,54,93,44,91,45,55,57,46,57,56,48,54,52,56,44,50,54,46,53,57,53,52,52,55,93,44,91,45,55,57,46,57,55,53,52,50,53,44,50,54,46,56,48,48,50,53,93,44,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,53,55,51,54,53,50,44,51,51,46,55,56,54,49,49,54,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,52,50,53,51,50,56,44,51,51,46,54,53,48,54,50,57,93,44,91,45,56,50,46,51,50,57,48,52,57,44,51,51,46,54,57,55,54,55,54,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,51,52,54,57,51,51,44,51,51,46,56,51,52,50,57,56,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,50,53,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,54,46,57,48,54,55,54,57,44,51,49,46,54,51,50,54,55,49,93,44,91,45,56,54,46,56,51,57,51,56,54,44,51,49,46,53,50,53,50,48,52,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,52,52,56,54,51,53,44,51,49,46,54,53,53,54,49,55,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,117,109,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,52,55,51,44,34,98,101,100,115,34,58,50,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,54,57,53,48,54,52,44,51,54,46,52,50,49,51,49,57,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,52,53,49,55,50,49,44,51,54,46,51,51,53,54,50,57,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,97,110,100,32,81,117,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,48,51,51,50,55,51,44,51,55,46,55,50,48,56,48,57,93,44,91,45,55,54,46,57,50,55,53,44,51,55,46,54,57,48,52,56,53,93,44,91,45,55,54,46,55,55,55,55,50,57,44,51,55,46,53,53,52,52,52,54,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,55,46,48,51,53,53,49,50,44,51,55,46,56,54,53,56,49,56,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,56,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,51,46,56,54,54,57,54,49,44,51,54,46,51,52,56,53,55,57,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,54,53,55,54,56,57,44,51,54,46,51,48,51,48,56,50,93,44,91,45,57,51,46,53,53,49,49,51,53,44,51,54,46,49,50,54,50,55,49,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,50,48,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,115,98,111,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,44,91,45,55,56,46,56,57,49,55,55,50,44,51,56,46,48,51,57,52,51,56,93,44,91,45,55,56,46,56,54,50,54,55,55,44,51,56,46,48,56,57,57,55,50,93,44,91,45,55,56,46,57,48,51,55,57,53,44,51,56,46,48,57,57,56,48,50,93,44,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,48,34,44,34,78,65,77,69,34,58,34,83,105,116,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,56,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,44,91,45,49,51,53,46,56,54,52,49,44,53,54,46,57,57,54,55,93,44,91,45,49,51,52,46,56,53,57,50,50,50,44,53,54,46,50,52,52,57,52,50,93,44,91,45,49,51,52,46,54,54,54,51,57,54,44,53,54,46,49,52,55,53,56,54,93,44,91,45,49,51,52,46,54,54,54,54,54,56,44,53,54,46,50,56,51,51,51,52,93,44,91,45,49,51,52,46,52,50,57,50,52,55,44,53,54,46,50,56,50,55,51,55,93,44,91,45,49,51,52,46,52,57,54,50,49,54,44,53,54,46,54,57,57,54,51,49,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,54,55,55,50,44,53,54,46,57,57,57,93,44,91,45,49,51,52,46,55,51,56,53,53,54,44,53,55,46,50,50,54,51,48,51,93,44,91,45,49,51,52,46,55,48,49,49,52,49,44,53,55,46,52,53,52,54,49,51,93,44,91,45,49,51,52,46,56,51,54,50,44,53,55,46,55,56,55,55,93,44,91,45,49,51,53,46,50,51,56,49,50,57,44,53,55,46,55,54,49,55,49,49,93,44,91,45,49,51,53,46,53,50,56,53,51,52,44,53,55,46,56,56,48,52,55,93,44,91,45,49,51,53,46,57,48,49,57,54,52,44,53,56,46,48,48,49,51,52,51,93,44,91,45,49,51,54,46,48,50,52,51,50,56,44,53,55,46,56,51,56,55,57,53,93,44,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,117,108,116,110,111,109,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,56,54,52,55,44,34,98,101,100,115,34,58,50,57,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,50,46,57,50,57,49,50,56,44,52,53,46,54,51,53,51,49,51,93,44,91,45,49,50,50,46,55,52,51,56,54,50,44,52,53,46,53,49,57,53,48,57,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,54,52,49,53,56,44,52,53,46,52,54,49,52,56,50,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,49,46,57,48,54,54,50,56,44,52,53,46,53,50,49,49,52,55,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,50,46,52,51,56,54,55,52,44,52,53,46,53,54,51,53,56,53,93,44,91,45,49,50,50,46,55,54,51,56,49,44,52,53,46,54,53,55,49,51,56,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,55,52,48,49,49,51,44,51,53,46,50,49,53,50,57,53,93,44,91,45,56,53,46,54,57,48,52,49,53,44,51,53,46,50,56,54,48,55,53,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,52,56,53,54,51,53,44,51,53,46,52,48,54,52,51,51,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,117,98,98,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,54,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,52,46,54,53,57,57,52,50,44,52,54,46,56,48,51,55,49,54,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,114,103,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,50,53,57,54,51,50,44,52,53,46,57,57,55,49,56,53,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,53,53,56,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,44,91,45,55,52,46,57,55,50,52,57,49,44,52,52,46,57,56,51,52,48,53,93,44,91,45,55,53,46,50,55,51,53,52,53,44,52,52,46,56,53,51,48,56,52,93,44,91,45,55,53,46,55,54,54,50,50,54,44,52,52,46,53,49,53,56,52,55,93,44,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,48,54,50,55,55,57,44,52,52,46,48,53,48,52,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,53,50,53,54,56,51,44,52,52,46,49,55,48,54,51,54,93,44,91,45,55,52,46,54,52,49,56,55,50,44,52,52,46,57,53,50,54,50,49,93,44,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,82,101,121,110,111,108,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,49,50,54,48,50,56,44,51,55,46,49,57,57,52,56,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,48,46,57,54,52,52,54,54,44,51,55,46,48,53,51,53,56,52,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,55,55,50,57,52,57,44,51,55,46,51,55,51,54,53,57,93,44,91,45,57,48,46,55,54,56,54,57,53,44,51,55,46,54,48,51,48,49,49,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,49,46,51,49,50,52,53,56,44,51,55,46,53,57,50,56,50,52,93,44,91,45,57,49,46,51,49,52,50,51,54,44,51,55,46,53,48,53,49,51,50,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,83,97,99,114,97,109,101,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,48,48,50,51,44,34,98,101,100,115,34,58,51,50,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,53,48,50,57,56,50,44,51,56,46,52,52,48,55,49,56,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,54,49,53,52,49,51,44,51,56,46,49,57,53,54,57,54,93,44,91,45,49,50,49,46,55,49,51,57,50,54,44,51,56,46,48,56,52,53,52,50,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,49,46,55,51,55,56,50,52,44,51,56,46,48,50,54,54,51,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,52,55,48,57,53,56,44,51,56,46,50,53,57,57,48,50,93,44,91,45,49,50,49,46,51,52,52,48,50,52,44,51,56,46,50,50,56,50,54,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,97,117,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,52,53,55,50,49,55,44,52,49,46,50,53,51,52,56,53,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,52,55,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,53,46,51,51,54,48,51,44,52,48,46,57,49,55,48,56,50,93,44,91,45,56,53,46,51,51,52,54,54,55,44,52,48,46,54,53,52,52,49,51,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,51,52,53,51,54,50,44,51,55,46,48,50,54,56,49,56,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,51,56,53,51,55,51,44,51,54,46,55,57,56,54,53,56,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,49,52,53,56,52,52,44,51,54,46,57,52,57,53,55,56,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,66,97,114,98,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,55,51,56,44,34,98,101,100,115,34,58,56,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,44,91,45,49,50,48,46,55,51,51,56,50,44,51,52,46,56,57,54,48,52,49,93,44,91,45,49,50,48,46,54,55,51,50,56,49,44,51,52,46,56,51,56,54,50,52,93,44,91,45,49,50,48,46,54,54,52,54,57,49,44,51,52,46,54,57,54,51,52,52,93,44,91,45,49,50,48,46,55,49,50,55,53,55,44,51,52,46,53,54,56,50,57,55,93,44,91,45,49,50,48,46,53,53,57,52,51,57,44,51,52,46,52,56,56,52,54,54,93,44,91,45,49,50,48,46,52,53,48,57,57,56,44,51,52,46,51,57,49,49,56,52,93,44,91,45,49,50,48,46,50,56,55,49,50,53,44,51,52,46,52,49,55,54,48,57,93,44,91,45,49,50,48,46,48,52,52,56,49,52,44,51,52,46,52,49,50,52,53,52,93,44,91,45,49,49,57,46,56,57,56,53,48,50,44,51,52,46,51,54,48,51,53,56,93,44,91,45,49,49,57,46,55,48,55,53,57,51,44,51,52,46,51,51,55,51,50,52,93,44,91,45,49,49,57,46,54,53,49,51,53,55,44,51,52,46,51,54,54,55,48,56,93,44,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,44,91,45,49,49,57,46,52,52,50,50,50,50,44,51,52,46,52,53,53,57,49,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,55,52,53,53,54,54,44,51,52,46,57,55,51,54,55,54,93,44,91,45,49,50,48,46,48,57,54,57,51,44,51,53,46,49,48,57,53,57,53,93,44,91,45,49,50,48,46,51,50,55,49,49,53,44,51,52,46,57,56,54,53,50,53,93,44,91,45,49,50,48,46,52,57,54,50,50,50,44,51,52,46,57,57,51,49,53,53,93,44,91,45,49,50,48,46,54,51,52,49,52,52,44,51,52,46,57,53,57,53,54,50,93,44,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,93,93,44,91,91,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,44,91,45,49,49,57,46,53,54,53,53,50,50,44,51,52,46,49,48,56,56,48,57,93,44,91,45,49,49,57,46,54,53,52,57,51,49,44,51,52,46,48,55,49,50,49,56,93,44,91,45,49,49,57,46,57,50,56,55,57,53,44,51,52,46,49,50,57,57,48,50,93,44,91,45,49,50,48,46,48,48,48,57,54,51,44,51,52,46,48,55,54,56,49,57,93,44,91,45,49,50,48,46,50,53,50,56,52,54,44,51,52,46,48,53,56,48,51,49,93,44,91,45,49,50,48,46,51,54,49,57,55,56,44,51,52,46,49,52,56,55,56,93,44,91,45,49,50,48,46,53,54,48,57,57,56,44,51,52,46,49,52,48,54,54,52,93,44,91,45,49,50,48,46,53,55,51,56,48,56,44,51,52,46,48,55,53,57,54,54,93,44,91,45,49,50,48,46,52,54,54,55,55,55,44,51,51,46,57,55,54,49,49,54,93,44,91,45,49,50,48,46,50,57,56,57,55,51,44,51,51,46,57,54,56,52,53,55,93,44,91,45,49,50,48,46,50,50,49,49,50,56,44,51,51,46,56,56,52,49,56,55,93,44,91,45,49,50,48,46,49,48,52,48,56,56,44,51,51,46,56,52,50,51,57,54,93,44,91,45,49,49,57,46,57,50,56,55,57,57,44,51,51,46,57,48,53,52,55,49,93,44,91,45,49,49,57,46,55,48,55,52,57,49,44,51,51,46,57,49,48,51,56,56,93,44,91,45,49,49,57,46,52,57,50,50,57,44,51,51,46,57,56,51,50,49,53,93,44,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,93,93,44,91,91,91,45,49,49,57,46,49,49,55,49,55,52,44,51,51,46,53,48,53,54,93,44,91,45,49,49,57,46,48,55,49,56,57,51,44,51,51,46,52,49,51,55,57,57,93,44,91,45,49,49,56,46,57,56,48,53,49,50,44,51,51,46,52,50,56,53,57,51,93,44,91,45,49,49,56,46,57,56,50,49,52,57,44,51,51,46,53,50,52,50,54,93,44,91,45,49,49,57,46,49,49,55,49,55,52,44,51,51,46,53,48,53,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,57,51,50,52,52,52,44,51,56,46,49,53,48,48,56,53,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,49,46,55,56,53,54,52,49,44,51,55,46,57,51,54,52,48,52,93,44,91,45,56,49,46,55,50,50,49,51,54,44,51,55,46,56,48,57,53,48,55,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,53,55,49,51,51,52,44,51,55,46,57,50,56,49,48,55,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,52,55,56,49,50,50,44,51,56,46,48,54,48,49,51,56,93,44,91,45,56,49,46,54,52,56,53,51,55,44,51,56,46,49,56,53,48,51,54,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,50,57,57,50,50,55,44,51,52,46,56,52,52,52,49,53,93,44,91,45,56,57,46,50,57,56,51,51,52,44,51,52,46,53,56,50,57,50,54,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,57,46,48,56,56,48,54,53,44,51,52,46,56,49,53,51,48,55,93,44,91,45,56,57,46,48,49,55,53,53,49,44,51,52,46,56,53,56,55,50,51,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,114,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,51,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,50,49,56,57,56,44,51,55,46,50,55,51,49,52,53,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,48,56,49,48,53,56,44,51,55,46,50,50,51,51,52,55,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,56,46,50,55,57,50,48,55,44,51,55,46,52,53,51,50,57,50,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,97,108,111,32,65,108,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,53,53,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,110,103,103,111,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,57,53,56,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,53,52,50,52,50,56,44,51,53,46,56,52,51,51,48,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,101,99,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,53,49,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,48,52,49,57,55,54,44,51,57,46,52,57,52,50,50,56,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,53,46,57,48,56,48,51,53,44,51,57,46,51,54,52,53,48,49,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,50,52,52,56,57,56,44,52,48,46,51,48,57,50,53,50,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,56,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,56,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,75,110,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,51,46,48,53,48,50,48,49,44,51,55,46,53,50,53,51,49,52,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,49,48,49,53,54,51,44,51,55,46,50,51,53,52,51,55,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,56,51,49,52,55,51,44,51,55,46,52,54,54,57,57,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,49,56,44,34,98,101,100,115,34,58,50,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,55,48,50,49,52,50,44,52,49,46,55,51,55,55,50,56,93,44,91,45,57,48,46,53,51,55,54,49,54,44,52,49,46,55,55,54,51,57,53,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,52,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,101,101,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,54,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,108,97,118,101,114,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,51,53,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,53,48,52,54,52,44,51,56,46,52,51,57,51,55,56,93,44,91,45,49,50,48,46,54,52,54,54,49,51,44,51,56,46,51,51,52,53,56,54,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,53,49,52,57,53,50,44,51,55,46,57,53,51,51,57,93,44,91,45,49,50,48,46,49,55,54,54,49,51,44,51,56,46,51,55,51,53,49,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,114,110,115,116,97,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,54,57,48,44,34,98,101,100,115,34,58,52,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,48,46,53,48,50,56,51,50,44,52,49,46,53,48,48,54,51,53,93,44,91,45,55,48,46,51,57,53,49,54,52,44,52,49,46,53,53,54,55,50,50,93,44,91,45,55,48,46,49,54,48,51,53,55,44,52,49,46,53,57,57,51,55,93,44,91,45,55,48,46,49,49,52,51,57,52,44,52,49,46,52,56,52,48,56,51,93,44,91,45,54,57,46,57,52,54,54,49,51,44,52,49,46,53,49,50,49,53,50,93,44,91,45,54,57,46,56,54,50,56,55,54,44,52,49,46,54,55,51,49,53,51,93,44,91,45,54,57,46,56,54,54,53,50,53,44,52,49,46,56,49,55,48,49,49,93,44,91,45,54,57,46,57,50,57,49,48,57,44,52,49,46,57,55,56,52,55,54,93,44,91,45,55,48,46,48,49,49,53,57,49,44,52,50,46,48,55,51,51,55,56,93,44,91,45,55,48,46,49,55,50,53,52,50,44,52,50,46,49,51,52,53,49,53,93,44,91,45,55,48,46,51,50,50,53,50,50,44,52,50,46,49,49,55,57,49,53,93,44,91,45,55,48,46,51,53,53,48,48,52,44,52,50,46,48,48,48,49,48,52,93,44,91,45,55,48,46,54,50,49,54,50,50,44,52,49,46,55,52,56,57,55,50,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,51,54,56,50,49,51,44,51,55,46,53,57,52,51,51,49,93,44,91,45,55,54,46,53,51,54,53,56,57,44,51,55,46,54,51,57,49,57,52,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,48,56,52,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,56,46,56,48,52,53,51,50,44,52,49,46,49,51,50,49,56,54,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,55,51,53,50,56,44,52,49,46,50,54,50,57,49,53,93,44,91,45,55,56,46,57,53,57,49,53,55,44,52,49,46,51,54,50,49,54,49,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,54,56,52,57,44,34,98,101,100,115,34,58,49,55,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,53,50,51,54,54,49,44,52,49,46,55,53,57,57,48,55,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,52,49,52,52,50,49,44,52,49,46,49,54,50,50,52,56,93,44,91,45,56,55,46,50,55,53,56,56,50,44,52,49,46,50,49,56,53,57,53,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,53,53,56,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,54,53,56,50,52,55,44,51,53,46,52,51,53,50,56,49,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,52,50,49,54,55,50,44,51,53,46,51,49,57,50,54,55,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,52,49,51,54,55,56,44,51,53,46,54,50,51,49,55,55,93,44,91,45,56,54,46,53,52,51,49,49,54,44,51,53,46,54,57,55,54,49,55,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,55,48,52,48,55,53,44,51,54,46,53,50,50,51,57,53,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,52,51,56,56,48,56,44,51,54,46,53,48,49,49,48,50,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,54,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,56,46,48,54,51,53,49,56,44,51,57,46,54,53,50,54,53,55,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,55,52,50,54,48,54,44,51,53,46,57,48,54,54,53,51,93,44,91,45,56,57,46,56,50,48,56,55,54,44,51,53,46,55,53,54,56,54,56,93,44,91,45,56,57,46,57,53,48,50,55,55,44,51,53,46,55,51,56,52,57,52,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,56,57,46,55,57,51,49,52,53,44,51,53,46,54,51,55,51,53,54,93,44,91,45,56,57,46,54,49,50,57,55,54,44,51,53,46,54,52,51,50,51,54,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,52,48,49,56,48,53,44,51,53,46,56,50,50,54,53,55,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,52,48,54,57,54,53,44,51,53,46,57,52,54,53,57,57,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,56,52,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,55,46,53,54,51,52,56,54,44,52,53,46,48,55,57,52,52,54,93,44,91,45,49,49,55,46,53,54,52,48,51,51,44,52,52,46,57,57,50,56,54,54,93,44,91,45,49,49,55,46,55,55,55,53,48,52,44,52,52,46,57,57,50,49,54,49,93,44,91,45,49,49,55,46,56,52,51,52,51,44,52,53,46,48,53,56,52,55,55,93,44,91,45,49,49,55,46,57,54,56,51,57,52,44,52,52,46,57,57,54,48,48,50,93,44,91,45,49,49,56,46,49,51,49,51,55,49,44,52,53,46,48,52,52,54,57,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,51,49,56,55,50,53,44,52,52,46,56,51,54,50,55,57,93,44,91,45,49,49,56,46,50,56,53,52,51,57,44,52,52,46,55,53,48,57,55,53,93,44,91,45,49,49,56,46,53,49,54,52,53,50,44,52,52,46,55,48,50,52,54,50,93,44,91,45,49,49,56,46,51,48,53,55,55,56,44,52,52,46,53,56,56,56,49,93,44,91,45,49,49,56,46,52,50,50,49,55,51,44,52,52,46,52,52,56,57,56,52,93,44,91,45,49,49,56,46,52,48,57,55,55,52,44,52,52,46,51,55,56,54,49,57,93,44,91,45,49,49,56,46,52,57,55,52,57,57,44,52,52,46,50,53,53,50,52,56,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,49,53,50,57,52,53,44,52,52,46,50,55,48,54,56,52,93,44,91,45,49,49,55,46,57,55,49,55,56,55,44,52,52,46,52,52,51,56,52,57,93,44,91,45,49,49,55,46,53,57,48,56,52,57,44,52,52,46,52,52,52,53,55,51,93,44,91,45,49,49,55,46,52,56,54,55,52,52,44,52,52,46,51,56,55,50,52,54,93,44,91,45,49,49,55,46,52,56,55,48,49,52,44,52,52,46,51,48,48,51,49,55,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,50,50,52,49,48,52,44,52,52,46,52,56,51,55,51,52,93,44,91,45,49,49,55,46,49,52,52,49,54,49,44,52,52,46,53,52,53,54,52,55,93,44,91,45,49,49,55,46,48,52,52,50,49,55,44,52,52,46,55,52,53,49,52,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,54,57,49,52,48,54,44,52,50,46,50,56,52,51,48,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,56,56,57,56,48,53,44,52,50,46,52,54,51,48,53,52,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,55,46,48,57,57,54,53,55,44,52,50,46,50,55,50,51,53,54,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,55,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,54,46,50,50,51,53,54,51,44,52,50,46,50,52,51,51,55,57,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,57,51,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,49,46,49,49,52,49,56,54,44,52,49,46,50,53,48,48,50,57,93,44,91,45,57,48,46,57,56,57,54,54,50,44,52,49,46,49,53,53,55,48,55,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,56,51,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,50,46,56,56,57,48,53,57,44,51,56,46,49,49,49,53,56,55,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,50,46,57,52,55,57,51,54,44,51,56,46,48,48,48,52,51,49,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,53,52,57,50,52,44,51,56,46,48,54,55,57,53,50,93,44,91,45,56,50,46,54,51,52,55,48,50,44,51,56,46,49,51,54,57,52,49,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,50,55,48,51,56,55,44,51,55,46,55,54,54,56,52,53,93,44,91,45,56,51,46,48,56,57,52,48,57,44,51,55,46,56,57,48,51,52,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,51,46,49,57,52,52,52,53,44,51,56,46,48,49,48,54,52,57,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,77,117,104,108,101,110,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,56,49,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,51,56,56,55,48,55,44,51,55,46,50,54,50,49,56,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,102,102,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,55,52,44,34,98,101,100,115,34,58,49,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,56,46,56,48,54,55,57,53,44,51,56,46,57,49,49,53,56,53,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,111,117,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,54,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,53,51,57,57,54,51,44,51,53,46,54,55,48,52,54,53,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,52,56,54,55,53,52,44,51,53,46,54,53,56,51,55,54,93,44,91,45,56,52,46,50,57,57,53,52,57,44,51,53,46,54,53,55,54,55,51,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,72,111,110,111,108,117,108,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,55,54,51,56,44,34,98,101,100,115,34,58,50,57,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,56,46,51,50,56,54,53,50,44,50,49,46,53,52,54,93,44,91,45,49,53,56,46,49,54,52,51,53,52,44,50,49,46,50,55,50,51,51,53,93,44,91,45,49,53,56,46,49,49,48,48,55,55,44,50,49,46,50,51,55,48,55,49,93,44,91,45,49,53,55,46,56,57,56,54,53,54,44,50,49,46,50,52,57,57,51,57,93,44,91,45,49,53,55,46,56,49,48,50,50,57,44,50,49,46,49,57,57,50,51,56,93,44,91,45,49,53,55,46,54,55,53,55,55,55,44,50,49,46,50,49,51,56,48,49,93,44,91,45,49,53,55,46,54,48,55,54,57,51,44,50,49,46,50,54,57,49,51,52,93,44,91,45,49,53,55,46,54,54,48,57,52,57,44,50,49,46,52,57,54,55,56,57,93,44,91,45,49,53,55,46,55,53,48,57,50,52,44,50,49,46,53,49,54,52,53,56,93,44,91,45,49,53,55,46,57,52,49,55,56,53,44,50,49,46,55,53,52,53,55,57,93,44,91,45,49,53,56,46,48,53,48,49,52,52,44,50,49,46,55,51,57,56,56,49,93,44,91,45,49,53,56,46,49,52,56,56,52,54,44,50,49,46,54,52,49,57,57,57,93,44,91,45,49,53,56,46,51,50,52,50,52,55,44,50,49,46,54,49,53,54,55,53,93,44,91,45,49,53,56,46,51,50,56,54,53,50,44,50,49,46,53,52,54,93,93,93,44,91,91,91,45,49,55,54,46,48,52,51,51,53,52,44,50,55,46,55,57,53,56,57,55,93,44,91,45,49,55,53,46,57,54,57,53,57,56,44,50,55,46,54,57,51,52,48,50,93,44,91,45,49,55,53,46,55,51,52,49,51,52,44,50,55,46,55,51,56,56,53,53,93,44,91,45,49,55,53,46,54,55,48,49,50,56,44,50,55,46,57,52,49,54,48,49,93,44,91,45,49,55,53,46,56,48,54,55,51,51,44,50,56,46,48,48,55,49,57,50,93,44,91,45,49,55,53,46,57,54,54,51,51,53,44,50,55,46,57,50,57,57,49,49,93,44,91,45,49,55,54,46,48,52,51,51,53,52,44,50,55,46,55,57,53,56,57,55,93,93,93,44,91,91,91,45,49,54,54,46,51,56,54,53,51,50,44,50,51,46,56,52,54,51,54,51,93,44,91,45,49,54,54,46,51,49,53,56,50,51,44,50,51,46,55,52,48,49,50,93,44,91,45,49,54,54,46,50,48,53,52,49,53,44,50,51,46,54,57,49,54,48,49,93,44,91,45,49,54,54,46,49,48,54,55,56,44,50,51,46,55,52,50,53,50,50,93,44,91,45,49,54,54,46,49,56,50,51,52,55,44,50,51,46,57,48,50,51,50,53,93,44,91,45,49,54,54,46,51,48,55,48,55,50,44,50,51,46,57,50,52,56,56,51,93,44,91,45,49,54,54,46,51,56,54,53,51,50,44,50,51,46,56,52,54,51,54,51,93,93,93,44,91,91,91,45,49,55,56,46,52,52,51,53,57,51,44,50,56,46,52,49,56,57,56,54,93,44,91,45,49,55,56,46,51,57,53,54,49,44,50,56,46,51,52,49,57,48,49,93,44,91,45,49,55,56,46,50,51,51,48,49,56,44,50,56,46,51,55,53,93,44,91,45,49,55,56,46,50,51,56,52,54,57,44,50,56,46,52,53,54,49,53,93,44,91,45,49,55,56,46,51,49,53,49,50,49,44,50,56,46,53,49,54,51,51,52,93,44,91,45,49,55,56,46,52,52,51,53,57,51,44,50,56,46,52,49,56,57,56,54,93,93,93,44,91,91,91,45,49,55,52,46,48,54,55,51,55,52,44,50,54,46,48,53,57,54,49,52,93,44,91,45,49,55,52,46,48,48,54,52,48,52,44,50,53,46,57,57,48,50,56,57,93,44,91,45,49,55,51,46,57,50,53,57,54,56,44,50,54,46,48,49,57,54,50,55,93,44,91,45,49,55,51,46,57,53,55,57,49,54,44,50,54,46,49,51,53,54,57,93,44,91,45,49,55,52,46,48,54,55,51,55,52,44,50,54,46,48,53,57,54,49,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,71,105,108,99,104,114,105,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,57,48,51,57,53,54,44,50,57,46,56,50,52,50,57,52,93,44,91,45,56,50,46,57,49,56,55,48,56,44,50,57,46,56,50,52,48,56,51,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,105,112,112,101,99,97,110,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,50,57,52,44,34,98,101,100,115,34,58,52,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,55,46,48,57,51,54,55,54,44,52,48,46,52,55,53,55,52,53,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,110,121,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,57,52,48,55,48,54,44,52,48,46,56,56,56,48,50,51,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,48,51,53,53,52,57,44,52,48,46,54,55,54,57,49,56,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,54,46,56,53,53,51,54,50,44,52,48,46,55,50,56,56,50,49,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,55,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,53,51,50,44,34,98,101,100,115,34,58,50,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,56,53,55,55,51,56,44,51,51,46,52,54,49,55,50,50,93,44,91,45,57,53,46,54,50,49,48,50,55,44,51,51,46,52,56,55,48,54,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,53,51,51,55,57,56,44,51,51,46,56,56,49,49,53,51,93,44,91,45,57,53,46,53,53,50,55,57,57,44,51,51,46,57,50,52,51,49,49,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,54,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,54,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,45,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,53,53,49,54,44,34,98,101,100,115,34,58,56,51,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,44,91,45,56,48,46,50,57,52,57,55,50,44,50,53,46,57,53,54,55,55,93,44,91,45,56,48,46,54,56,48,48,49,54,44,50,53,46,57,53,54,56,53,55,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,48,46,56,55,51,49,57,44,50,53,46,51,54,51,57,57,51,93,44,91,45,56,48,46,56,53,56,49,54,55,44,50,53,46,49,55,54,54,48,55,93,44,91,45,56,48,46,55,48,53,51,55,57,44,50,53,46,49,52,57,48,49,55,93,44,91,45,56,48,46,54,53,49,50,55,57,44,50,53,46,49,57,50,53,57,54,93,44,91,45,56,48,46,52,50,57,51,48,54,44,50,53,46,50,51,53,54,54,49,93,44,91,45,56,48,46,51,55,50,49,50,49,44,50,53,46,51,49,48,50,49,53,93,44,91,45,56,48,46,50,54,53,52,55,50,44,50,53,46,51,53,52,50,57,54,93,44,91,45,56,48,46,49,53,48,50,52,55,44,50,53,46,51,49,52,49,52,57,93,44,91,45,56,48,46,48,53,54,48,53,54,44,50,53,46,56,51,55,54,56,56,93,44,91,45,56,48,46,48,53,50,50,53,55,44,50,53,46,57,55,52,57,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,57,34,44,34,78,65,77,69,34,58,34,76,101,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,51,50,55,54,51,44,51,49,46,50,56,52,56,55,54,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,53,46,57,55,51,56,52,49,44,51,49,46,48,57,50,49,53,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,55,50,53,50,50,54,44,51,49,46,50,55,49,48,56,52,93,44,91,45,57,53,46,54,53,53,53,52,53,44,51,49,46,51,50,57,54,52,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,80,105,116,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,50,56,50,52,57,44,51,57,46,49,49,56,55,49,56,93,44,91,45,49,48,55,46,48,54,54,51,50,44,51,57,46,49,49,56,56,48,53,93,44,91,45,49,48,54,46,57,48,56,49,57,54,44,51,56,46,57,57,50,53,55,57,93,44,91,45,49,48,54,46,56,48,49,56,55,52,44,51,56,46,57,55,56,51,48,51,93,44,91,45,49,48,54,46,55,52,48,54,57,53,44,51,57,46,48,52,53,57,48,54,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,52,57,51,54,52,57,44,51,57,46,49,57,56,51,50,54,93,44,91,45,49,48,54,46,53,48,50,54,57,44,51,57,46,50,57,56,48,54,55,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,70,111,114,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,48,48,44,34,98,101,100,115,34,58,52,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,55,46,56,56,50,48,54,53,44,52,56,46,48,50,48,56,52,52,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,55,46,48,53,53,53,57,55,44,52,55,46,57,52,57,49,50,57,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,97,80,111,114,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,53,53,50,44,34,98,101,100,115,34,58,50,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,55,56,51,52,55,51,44,52,49,46,50,56,53,52,54,53,93,44,91,45,56,54,46,55,48,48,54,51,44,52,49,46,52,48,49,57,56,50,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,52,56,54,52,51,51,44,52,49,46,53,55,48,53,52,53,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,48,57,53,44,34,98,101,100,115,34,58,54,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,57,53,34,44,34,78,65,77,69,34,58,34,69,109,112,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,56,49,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,44,91,45,55,55,46,53,53,54,53,50,52,44,51,54,46,54,55,52,56,55,52,93,44,91,45,55,55,46,53,48,57,50,52,54,44,51,54,46,54,56,50,57,57,56,93,44,91,45,55,55,46,53,48,57,51,54,53,44,51,54,46,55,49,54,51,57,56,93,44,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,53,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,50,46,48,52,53,50,49,50,44,51,56,46,54,57,55,53,54,55,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,49,34,44,34,78,65,77,69,34,58,34,83,99,114,101,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,56,54,55,57,51,56,44,51,50,46,54,56,49,49,53,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,49,46,54,56,55,57,50,55,44,51,50,46,53,52,54,48,55,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,52,50,54,52,55,53,44,51,50,46,56,52,48,55,55,51,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,54,48,54,44,34,98,101,100,115,34,58,50,48,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,54,46,48,51,51,57,55,44,49,56,46,53,49,52,50,54,57,93,44,91,45,54,54,46,49,50,56,57,56,54,44,49,56,46,53,50,52,52,48,51,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,51,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,119,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,49,54,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,50,50,56,52,53,52,44,52,49,46,52,50,55,56,49,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,71,114,97,102,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,56,49,49,44,34,98,101,100,115,34,58,53,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,44,91,45,55,50,46,48,51,50,51,50,57,44,52,52,46,48,56,48,56,54,57,93,44,91,45,55,50,46,49,49,54,57,53,54,44,52,51,46,57,57,50,54,51,54,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,51,48,53,49,51,51,44,52,51,46,54,57,53,51,50,49,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,54,52,56,51,52,54,44,52,51,46,54,56,52,53,49,49,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,53,54,52,54,48,51,44,52,51,46,56,57,51,49,55,50,93,44,91,45,55,49,46,51,54,49,57,54,53,44,52,51,46,57,49,53,57,51,56,93,44,91,45,55,49,46,51,54,54,51,53,53,44,52,52,46,48,54,56,53,50,52,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,53,55,53,56,49,57,44,52,52,46,50,53,52,53,57,54,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,57,56,49,52,50,52,44,52,52,46,51,51,55,51,54,54,93,44,91,45,55,50,46,48,54,56,52,55,56,44,52,52,46,50,55,48,56,48,49,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,48,50,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,80,111,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,57,49,48,57,50,52,44,51,56,46,49,54,50,53,53,55,93,44,91,45,56,56,46,48,49,51,49,49,56,44,51,56,46,49,48,51,53,50,55,93,44,91,45,56,56,46,48,49,51,51,53,53,44,51,55,46,56,57,52,56,53,52,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,55,46,57,48,54,57,51,57,44,51,55,46,56,48,55,53,57,51,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,55,57,57,49,54,57,44,51,56,46,50,50,56,53,56,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,49,34,44,34,78,65,77,69,34,58,34,77,99,77,117,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,51,51,53,48,52,55,44,50,56,46,54,52,56,50,55,53,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,55,34,44,34,78,65,77,69,34,58,34,87,97,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,49,51,50,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,56,48,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,97,112,112,97,104,97,110,110,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,49,54,56,55,57,50,44,51,56,46,53,50,51,56,48,57,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,109,104,101,114,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,57,46,50,54,52,54,55,52,44,51,55,46,55,57,52,54,57,52,93,44,91,45,55,57,46,51,52,53,50,51,53,44,51,55,46,54,54,48,54,50,53,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,51,52,49,54,55,44,51,55,46,53,49,56,48,49,53,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,56,46,57,54,54,57,50,54,44,51,55,46,54,55,55,48,48,52,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,86,101,110,116,117,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,56,49,49,50,44,34,98,101,100,115,34,58,49,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,44,91,45,49,49,57,46,51,51,53,57,50,54,44,51,52,46,50,51,55,53,50,51,93,44,91,45,49,49,57,46,50,49,55,57,57,51,44,51,52,46,48,54,50,52,57,49,93,44,91,45,49,49,56,46,57,53,49,55,50,49,44,51,51,46,57,57,50,56,53,56,93,44,91,45,49,49,56,46,57,52,48,57,54,53,44,51,52,46,48,55,52,56,51,93,44,91,45,49,49,56,46,55,56,56,56,56,57,44,51,52,46,49,54,56,50,49,52,93,44,91,45,49,49,56,46,54,54,56,49,53,50,44,51,52,46,49,54,56,49,57,53,93,44,91,45,49,49,56,46,54,51,54,55,56,57,44,51,52,46,50,57,49,56,48,52,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,57,46,50,52,51,54,52,53,44,51,52,46,56,49,52,49,55,56,93,44,91,45,49,49,57,46,50,55,54,57,52,54,44,51,52,46,56,55,57,54,55,53,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,52,52,50,50,50,50,44,51,52,46,52,53,53,57,49,93,44,91,45,49,49,57,46,53,48,48,57,53,51,44,51,52,46,51,50,54,57,50,50,93,93,93,44,91,91,91,45,49,49,57,46,54,51,54,48,54,56,44,51,51,46,50,56,48,55,49,51,93,44,91,45,49,49,57,46,53,55,52,49,57,50,44,51,51,46,49,56,54,52,56,52,93,44,91,45,49,49,57,46,52,51,51,55,49,55,44,51,51,46,49,54,54,57,56,55,93,44,91,45,49,49,57,46,51,54,48,57,50,54,44,51,51,46,50,52,50,48,54,93,44,91,45,49,49,57,46,53,50,53,51,49,51,44,51,51,46,51,51,52,56,54,50,93,44,91,45,49,49,57,46,54,51,54,48,54,56,44,51,51,46,50,56,48,55,49,51,93,93,93,44,91,91,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,44,91,45,49,49,57,46,52,57,50,50,57,44,51,51,46,57,56,51,50,49,53,93,44,91,45,49,49,57,46,51,56,48,52,53,54,44,51,51,46,57,53,51,54,49,49,93,44,91,45,49,49,57,46,51,52,50,52,54,50,44,51,52,46,48,54,56,57,54,52,93,44,91,45,49,49,57,46,52,54,56,48,54,52,44,51,52,46,48,54,51,49,51,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,56,56,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,49,48,53,55,53,56,44,51,56,46,57,52,48,51,54,52,93,44,91,45,49,48,54,46,48,50,56,49,51,56,44,51,56,46,57,52,50,56,52,57,93,44,91,45,49,48,53,46,57,48,54,53,56,55,44,51,56,46,56,48,54,57,54,50,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,57,55,56,55,53,44,51,57,46,49,50,57,53,54,52,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,57,53,49,54,57,56,44,51,57,46,52,49,52,54,49,57,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,54,46,49,56,51,57,55,50,44,51,57,46,51,48,57,51,53,52,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,76,111,115,32,65,110,103,101,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,57,56,48,53,50,44,34,98,101,100,115,34,58,50,52,48,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,56,46,54,51,54,55,56,57,44,51,52,46,50,57,49,56,48,52,93,44,91,45,49,49,56,46,54,54,56,49,53,50,44,51,52,46,49,54,56,49,57,53,93,44,91,45,49,49,56,46,55,56,56,56,56,57,44,51,52,46,49,54,56,50,49,52,93,44,91,45,49,49,56,46,57,52,48,57,54,53,44,51,52,46,48,55,52,56,51,93,44,91,45,49,49,56,46,57,53,49,55,50,49,44,51,51,46,57,57,50,56,53,56,93,44,91,45,49,49,56,46,56,50,52,56,57,51,44,51,51,46,57,52,57,48,52,50,93,44,91,45,49,49,56,46,53,53,55,51,53,54,44,51,51,46,57,56,55,54,55,51,93,44,91,45,49,49,56,46,52,52,51,57,54,56,44,51,51,46,56,51,57,48,53,55,93,44,91,45,49,49,56,46,52,54,54,57,54,50,44,51,51,46,55,50,53,53,50,52,93,44,91,45,49,49,56,46,51,52,53,52,49,53,44,51,51,46,54,54,51,52,50,55,93,44,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,44,91,45,49,49,56,46,48,53,56,57,49,56,44,51,51,46,56,52,54,49,50,49,93,44,91,45,49,49,55,46,57,55,54,52,57,56,44,51,51,46,57,52,54,48,53,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,54,55,56,53,48,49,44,51,52,46,49,54,49,57,57,51,93,44,91,45,49,49,55,46,54,52,54,51,55,52,44,51,52,46,50,56,57,49,55,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,56,46,56,53,52,48,49,44,51,52,46,56,49,55,51,51,57,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,93,93,44,91,91,91,45,49,49,56,46,54,54,56,50,48,51,44,51,51,46,52,56,53,57,51,55,93,44,91,45,49,49,56,46,53,53,51,51,55,54,44,51,51,46,51,56,48,50,50,54,93,44,91,45,49,49,56,46,53,49,56,48,51,55,44,51,51,46,50,57,54,54,53,93,44,91,45,49,49,56,46,51,50,55,57,57,51,44,51,51,46,50,52,56,48,56,51,93,44,91,45,49,49,56,46,50,54,50,55,52,56,44,51,51,46,51,55,48,52,52,93,44,91,45,49,49,56,46,51,53,57,51,57,51,44,51,51,46,52,54,52,57,50,50,93,44,91,45,49,49,56,46,53,50,51,50,51,54,44,51,51,46,53,51,48,49,53,51,93,44,91,45,49,49,56,46,54,54,56,50,48,51,44,51,51,46,52,56,53,57,51,55,93,93,93,44,91,91,91,45,49,49,56,46,54,55,56,50,48,52,44,51,51,46,48,51,57,55,50,54,93,44,91,45,49,49,56,46,53,51,56,49,57,55,44,51,50,46,56,49,50,55,55,93,44,91,45,49,49,56,46,52,51,54,53,51,56,44,51,50,46,55,53,48,48,52,93,44,91,45,49,49,56,46,51,50,51,56,49,57,44,51,50,46,55,55,51,53,49,52,93,44,91,45,49,49,56,46,50,57,55,50,53,44,51,50,46,56,52,53,48,57,52,93,44,91,45,49,49,56,46,52,52,56,56,54,51,44,51,50,46,57,54,49,55,53,93,44,91,45,49,49,56,46,53,52,50,49,48,51,44,51,51,46,48,55,51,55,56,56,93,44,91,45,49,49,56,46,54,55,56,50,48,52,44,51,51,46,48,51,57,55,50,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,89,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,56,50,57,44,34,98,101,100,115,34,58,52,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,44,91,45,49,49,52,46,56,48,57,52,51,55,44,51,50,46,54,49,53,57,56,54,93,44,91,45,49,49,52,46,56,49,51,54,57,50,44,51,50,46,52,57,52,48,54,57,93,44,91,45,49,49,51,46,56,51,54,50,50,54,44,51,50,46,49,57,54,48,55,54,93,44,91,45,49,49,51,46,51,51,51,55,54,55,44,51,50,46,48,51,56,57,50,55,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,57,53,55,52,56,57,44,51,51,46,51,55,55,51,54,50,93,44,91,45,49,49,51,46,57,53,55,53,49,52,44,51,51,46,52,54,52,52,49,51,93,44,91,45,49,49,52,46,50,54,56,56,48,56,44,51,51,46,52,54,52,52,48,50,93,44,91,45,49,49,52,46,50,54,56,56,44,51,51,46,48,50,57,57,54,49,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,52,54,50,57,50,57,44,51,50,46,57,48,55,57,52,52,93,44,91,45,49,49,52,46,53,50,54,56,53,54,44,51,50,46,55,53,55,48,57,52,93,44,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,71,111,114,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,57,48,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,48,56,54,55,54,49,44,51,52,46,52,48,49,50,54,52,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,56,53,54,54,56,57,44,52,50,46,52,55,51,57,57,54,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,51,57,55,54,55,49,44,52,50,46,52,55,51,51,93,44,91,45,57,52,46,52,52,51,48,50,52,44,52,50,46,53,53,56,56,52,51,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,48,49,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,50,54,55,50,49,54,44,50,55,46,48,51,50,52,55,52,93,44,91,45,56,49,46,50,54,55,54,55,55,44,50,55,46,49,50,49,48,57,55,93,44,91,45,56,49,46,49,54,56,50,56,49,44,50,55,46,49,50,49,55,51,52,93,44,91,45,56,49,46,49,54,57,49,51,56,44,50,55,46,50,48,57,53,56,53,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,49,46,50,48,53,51,56,56,44,50,55,46,52,57,48,50,53,52,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,56,48,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,44,91,45,55,57,46,57,55,56,50,49,52,44,51,55,46,55,54,52,57,55,53,93,44,91,45,55,57,46,57,54,55,48,55,49,44,51,55,46,56,48,51,52,48,53,93,44,91,45,55,57,46,57,57,50,48,53,53,44,51,55,46,55,57,57,56,49,93,44,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,51,55,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,52,52,51,48,51,50,44,52,52,46,49,50,56,54,54,57,93,44,91,45,55,50,46,53,56,57,56,53,53,44,52,52,46,49,53,57,51,52,51,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,55,56,51,50,48,56,44,52,51,46,57,50,56,57,54,55,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,49,49,54,57,53,54,44,52,51,46,57,57,50,54,51,54,93,44,91,45,55,50,46,48,51,50,51,50,57,44,52,52,46,48,56,48,56,54,57,93,44,91,45,55,50,46,48,51,57,56,50,44,52,52,46,49,53,53,55,51,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,80,105,110,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,55,50,49,44,34,98,101,100,115,34,58,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,49,46,53,56,48,54,51,52,44,51,51,46,52,54,53,56,93,44,91,45,49,49,49,46,53,56,50,54,51,49,44,51,51,46,50,48,53,52,48,56,93,44,91,45,49,49,50,46,48,56,49,57,52,54,44,51,51,46,50,48,52,54,56,54,93,44,91,45,49,49,50,46,49,57,49,54,48,56,44,51,51,46,50,54,52,54,57,56,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,49,46,53,54,57,50,53,54,44,51,50,46,53,48,54,55,54,57,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,54,51,52,52,49,50,44,51,51,46,49,52,50,51,54,54,93,44,91,45,49,49,48,46,55,56,51,49,51,54,44,51,50,46,57,56,52,54,54,93,44,91,45,49,49,48,46,57,52,54,54,56,52,44,51,51,46,50,53,48,48,53,51,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,48,53,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,51,56,48,55,51,53,44,52,49,46,53,49,51,57,52,50,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,97,109,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,52,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,48,51,56,57,49,50,44,51,55,46,51,53,54,57,53,51,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,105,116,114,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,48,56,55,44,34,98,101,100,115,34,58,51,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,44,91,45,56,50,46,52,49,56,51,53,51,44,50,56,46,54,57,52,56,53,57,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,49,55,49,52,48,50,44,50,56,46,55,56,57,56,52,56,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,50,46,52,55,55,54,51,57,44,50,57,46,48,53,50,52,56,52,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,55,49,49,53,51,44,50,57,46,48,51,48,57,56,56,93,44,91,45,56,50,46,56,52,56,50,52,56,44,50,56,46,57,49,52,53,50,57,93,44,91,45,56,50,46,55,55,56,52,51,55,44,50,56,46,54,57,52,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,117,108,101,98,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,44,91,45,54,53,46,50,56,54,54,56,44,49,56,46,50,50,53,57,57,93,44,91,45,54,53,46,49,57,49,49,51,52,44,49,56,46,50,53,56,56,56,52,93,44,91,45,54,53,46,49,56,49,55,54,50,44,49,56,46,51,53,55,55,50,55,93,44,91,45,54,53,46,51,54,50,53,54,54,44,49,56,46,52,49,57,52,55,50,93,44,91,45,54,53,46,52,50,52,52,51,49,44,49,56,46,51,57,48,56,56,93,44,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,44,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,48,49,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,108,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,50,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,54,53,55,54,50,44,52,49,46,48,52,57,49,50,51,93,44,91,45,55,57,46,53,57,55,48,49,51,44,52,48,46,57,57,52,51,56,56,93,44,91,45,55,57,46,51,56,53,53,51,55,44,52,48,46,57,56,57,55,54,54,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,50,48,56,56,55,56,44,52,49,46,51,51,49,56,54,49,93,44,91,45,55,57,46,50,48,55,49,57,54,44,52,49,46,52,51,48,57,50,50,93,44,91,45,55,57,46,52,48,48,50,54,57,44,52,49,46,52,51,54,49,52,53,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,101,114,97,117,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,53,54,54,51,50,44,51,57,46,49,51,50,55,54,49,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,117,98,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,49,56,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,51,54,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,48,51,53,53,49,50,44,51,55,46,56,54,53,56,49,56,93,44,91,45,55,54,46,55,53,49,48,55,50,44,51,55,46,55,50,56,54,48,53,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,57,48,48,52,57,44,51,55,46,57,56,50,49,52,50,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,49,55,48,49,44,51,56,46,48,55,57,53,52,51,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,57,57,53,54,51,56,44,51,51,46,55,54,55,57,48,54,93,44,91,45,55,57,46,57,55,52,51,56,50,44,51,51,46,55,50,49,53,57,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,55,57,46,57,55,49,57,54,51,44,51,51,46,53,48,48,57,51,55,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,53,57,48,49,49,44,51,51,46,52,52,51,53,52,93,44,91,45,55,57,46,52,51,53,55,51,51,44,51,51,46,53,55,50,55,48,50,93,44,91,45,55,57,46,52,48,57,51,51,50,44,51,51,46,54,56,56,56,57,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,52,57,54,52,56,54,44,51,51,46,55,55,53,51,53,55,93,44,91,45,55,57,46,55,57,56,51,55,44,51,51,46,56,51,53,53,54,50,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,52,57,55,53,54,55,44,52,52,46,52,56,54,50,51,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,52,46,49,52,49,52,50,52,44,52,52,46,52,48,55,50,54,56,93,44,91,45,55,52,46,48,57,51,52,57,44,52,52,46,49,51,55,54,49,53,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,50,53,53,57,57,56,44,52,51,46,57,54,57,55,57,55,93,44,91,45,55,52,46,51,51,54,56,50,54,44,52,51,46,57,50,53,50,50,51,93,44,91,45,55,52,46,50,49,51,55,51,52,44,52,51,46,56,49,48,56,55,53,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,52,51,55,57,48,53,44,52,52,46,48,52,53,49,50,53,93,44,91,45,55,51,46,51,57,48,54,50,53,44,52,52,46,49,57,49,48,54,56,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,51,46,50,57,54,48,53,50,44,52,52,46,52,50,56,51,51,52,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,117,103,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,54,46,52,57,48,52,51,52,44,51,53,46,49,49,53,56,53,55,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,52,49,51,55,56,49,44,51,52,46,57,49,53,54,49,57,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,48,56,56,55,57,50,44,51,53,46,48,52,57,56,55,53,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,56,53,51,53,53,51,44,51,55,46,50,56,55,55,48,54,93,44,91,45,56,49,46,57,57,54,53,55,56,44,51,55,46,52,55,54,55,48,53,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,56,54,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,56,48,46,49,54,50,50,48,50,44,51,55,46,56,55,53,49,50,50,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,49,52,52,51,57,52,44,51,55,46,53,57,54,54,50,55,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,55,57,46,56,49,54,54,56,53,44,51,55,46,56,48,48,57,54,52,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,56,56,55,51,50,57,44,51,55,46,56,57,50,57,55,49,93,44,91,45,55,57,46,57,51,53,51,54,52,44,51,55,46,57,53,52,51,54,53,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,93,44,91,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,44,91,45,55,57,46,57,57,50,48,53,53,44,51,55,46,55,57,57,56,49,93,44,91,45,55,57,46,57,54,55,48,55,49,44,51,55,46,56,48,51,52,48,53,93,44,91,45,55,57,46,57,55,56,50,49,52,44,51,55,46,55,54,52,57,55,53,93,44,91,45,56,48,46,48,48,56,57,57,52,44,51,55,46,55,54,50,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,51,55,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,52,57,50,53,48,52,44,51,51,46,53,52,51,49,53,52,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,55,57,51,53,56,52,44,51,56,46,54,48,52,56,49,52,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,53,55,48,57,51,44,51,56,46,54,55,56,55,48,54,93,44,91,45,56,53,46,54,56,51,51,51,56,44,51,56,46,55,51,54,55,51,49,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,114,111,119,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,50,46,48,52,52,52,54,52,44,51,56,46,50,54,50,52,49,50,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,53,34,44,34,78,65,77,69,34,58,34,83,117,116,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,83,97,98,97,110,97,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,117,115,107,111,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,48,56,52,44,34,98,101,100,115,34,58,51,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,51,52,52,55,57,57,44,51,53,46,53,53,49,55,53,49,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,49,55,49,55,54,51,44,51,53,46,51,48,53,53,53,51,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,53,46,49,51,50,50,55,49,44,51,53,46,53,50,54,48,53,53,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,53,46,49,50,55,49,54,51,44,51,53,46,56,49,50,55,53,53,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,54,51,57,55,55,57,44,51,53,46,55,57,49,56,48,55,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,55,49,51,48,56,49,44,51,53,46,55,50,53,56,48,55,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,51,51,55,52,53,49,44,51,54,46,57,57,50,52,57,52,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,105,97,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,50,51,44,34,98,101,100,115,34,58,50,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,52,55,54,48,50,50,44,51,48,46,57,56,50,57,48,49,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,51,52,55,56,54,51,44,51,49,46,51,52,54,55,93,44,91,45,56,57,46,52,53,49,48,55,51,44,51,49,46,51,52,54,51,56,51,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,82,105,112,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,48,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,51,52,53,55,51,53,44,52,55,46,50,57,49,56,57,55,93,44,91,45,49,48,49,46,52,52,48,49,51,57,44,52,55,46,52,55,55,50,57,57,93,44,91,45,49,48,49,46,52,51,54,53,50,49,44,52,55,46,53,54,52,49,53,55,93,44,91,45,49,48,49,46,56,57,50,48,49,55,44,52,55,46,53,48,53,49,51,51,93,44,91,45,49,48,50,46,48,51,54,54,52,56,44,52,55,46,53,55,50,55,48,53,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,50,48,53,53,53,54,44,52,55,46,51,50,56,48,55,49,93,44,91,45,49,48,50,46,49,52,52,52,53,51,44,52,55,46,51,50,56,48,55,57,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,49,46,55,54,52,54,52,55,44,52,55,46,50,52,49,53,49,56,93,44,91,45,49,48,49,46,50,53,55,54,51,51,44,52,55,46,50,52,49,51,52,51,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,72,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,50,46,57,56,48,57,48,53,44,51,52,46,50,49,49,53,48,53,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,56,54,52,52,44,51,52,46,52,53,57,55,56,53,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,55,55,52,57,51,54,44,51,50,46,50,51,55,48,53,53,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,52,49,53,52,49,56,44,51,50,46,52,48,55,56,49,50,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,54,50,50,51,51,53,44,51,50,46,52,57,54,52,48,54,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,52,50,48,48,55,49,44,51,55,46,56,50,51,55,54,54,93,44,91,45,55,54,46,51,48,56,51,54,55,44,51,55,46,54,54,57,55,55,51,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,70,111,114,116,32,66,101,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,57,51,52,50,44,34,98,101,100,115,34,58,49,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,48,54,48,54,55,54,44,50,57,46,52,55,54,52,55,51,93,44,91,45,57,53,46,57,53,48,54,52,51,44,50,57,46,51,51,54,53,55,55,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,55,53,50,56,54,54,44,50,57,46,51,50,52,53,48,51,93,44,91,45,57,53,46,53,57,48,55,57,51,44,50,57,46,51,50,55,52,56,53,93,44,91,45,57,53,46,53,52,57,57,57,52,44,50,57,46,52,51,56,52,51,57,93,44,91,45,57,53,46,52,54,50,53,48,51,44,50,57,46,52,51,57,50,52,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,55,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,57,46,49,54,56,49,50,49,44,52,51,46,56,55,54,52,55,93,44,91,45,56,57,46,50,52,53,51,55,53,44,52,51,46,55,53,57,56,49,51,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,80,111,110,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,53,55,54,57,56,50,44,52,56,46,52,56,51,51,52,56,93,44,91,45,49,49,50,46,53,56,48,52,56,52,44,52,56,46,51,48,57,57,51,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,51,46,50,51,48,55,50,51,44,52,56,46,49,56,50,48,48,50,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,50,46,49,55,55,56,51,51,44,52,56,46,49,51,48,55,49,50,93,44,91,45,49,49,50,46,48,52,55,57,57,57,44,52,56,46,48,56,54,54,49,50,93,44,91,45,49,49,49,46,57,56,52,50,54,51,44,52,55,46,57,56,52,53,57,50,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,54,54,53,53,57,57,44,52,56,46,50,49,57,53,52,57,93,44,91,45,49,49,49,46,54,54,53,55,53,54,44,52,56,46,51,52,57,52,53,54,93,44,91,45,49,49,49,46,55,57,53,57,49,44,52,56,46,51,57,51,48,56,49,93,44,91,45,49,49,49,46,57,57,48,56,56,57,44,52,56,46,51,57,52,50,54,53,93,44,91,45,49,49,50,46,48,48,52,52,51,54,44,52,56,46,52,52,56,56,56,54,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,48,49,51,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,56,46,57,50,57,55,51,55,44,51,57,46,48,55,51,54,57,56,93,44,91,45,49,49,57,46,48,49,52,56,51,55,44,51,56,46,57,52,51,51,50,51,93,44,91,45,49,49,57,46,48,49,52,53,50,56,44,51,56,46,56,53,49,51,93,44,91,45,49,49,56,46,57,48,50,49,50,52,44,51,56,46,56,53,50,49,53,56,93,44,91,45,49,49,56,46,57,48,54,56,54,49,44,51,56,46,52,49,52,54,55,55,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,56,46,51,53,49,52,56,52,44,51,55,46,56,57,51,55,48,53,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,56,46,49,57,54,50,51,53,44,51,56,46,57,49,57,48,53,56,93,44,91,45,49,49,56,46,49,57,54,50,55,52,44,51,56,46,57,57,57,57,50,54,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,49,56,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,52,53,49,57,49,54,44,52,48,46,49,56,56,56,48,51,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,49,49,56,57,54,54,44,52,48,46,50,51,53,50,54,51,93,44,91,45,57,48,46,48,51,51,48,50,54,44,52,48,46,51,55,55,56,48,54,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,56,55,51,54,56,44,52,48,46,54,50,52,57,55,53,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,55,57,48,49,44,34,98,101,100,115,34,58,51,57,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,51,46,52,57,55,52,48,53,44,52,48,46,57,50,51,55,54,54,93,44,91,45,55,51,46,52,50,51,50,54,57,44,52,48,46,54,55,48,56,57,51,93,44,91,45,55,51,46,52,50,53,51,49,44,52,48,46,53,51,52,50,54,53,93,44,91,45,55,51,46,50,55,52,48,50,53,44,52,48,46,53,53,49,51,49,52,93,44,91,45,55,50,46,51,55,52,53,50,57,44,52,48,46,56,49,56,53,57,53,93,44,91,45,55,49,46,56,51,55,48,56,56,44,52,49,46,48,49,48,56,57,50,93,44,91,45,55,49,46,55,55,55,52,57,49,44,52,49,46,48,54,55,50,57,50,93,44,91,45,55,49,46,55,57,48,57,55,50,44,52,49,46,49,56,52,49,48,49,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,99,68,111,110,97,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,115,32,66,108,117,102,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,53,53,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,105,103,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,51,52,44,34,98,101,100,115,34,58,50,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,50,57,49,49,54,57,44,51,53,46,50,49,54,52,56,57,93,44,91,45,49,48,52,46,49,50,53,49,51,54,44,51,53,46,50,49,53,54,57,54,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,51,46,56,53,55,53,51,44,51,53,46,50,52,50,52,48,53,93,44,91,45,49,48,51,46,54,51,55,49,51,44,51,53,46,50,52,48,56,49,57,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,55,50,51,54,48,57,44,51,53,46,52,50,50,55,56,53,93,44,91,45,49,48,51,46,57,55,54,57,48,49,44,51,53,46,56,48,49,55,52,55,93,44,91,45,49,48,52,46,48,50,49,55,48,50,44,51,53,46,55,56,49,52,57,52,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,53,46,48,48,54,52,49,55,44,51,53,46,55,55,49,50,53,54,93,44,91,45,49,48,53,46,51,52,55,56,51,44,51,53,46,56,55,48,54,57,53,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,56,55,44,34,98,101,100,115,34,58,53,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,54,57,54,55,53,53,44,51,50,46,54,57,55,52,50,57,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,52,56,57,51,52,56,44,51,50,46,52,57,54,57,51,55,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,51,51,51,56,52,51,44,51,50,46,52,54,56,54,51,57,93,44,91,45,56,53,46,48,53,57,50,57,52,44,51,50,46,52,55,50,57,48,57,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,55,34,44,34,78,65,77,69,34,58,34,80,97,114,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,48,50,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,48,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,114,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,56,46,52,51,57,55,51,52,44,52,54,46,57,55,57,54,51,49,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,55,46,54,56,49,53,48,56,44,52,54,46,57,55,56,52,56,49,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,105,98,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,49,50,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,52,46,50,53,52,48,55,54,44,52,52,46,55,49,55,56,53,53,93,44,91,45,57,52,46,50,53,52,55,49,57,44,52,52,46,54,51,48,51,49,49,93,44,91,45,57,52,46,52,57,55,56,51,53,44,52,52,46,54,50,57,57,50,49,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,54,50,57,52,56,57,44,52,52,46,55,49,54,54,54,51,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,51,34,44,34,78,65,77,69,34,58,34,85,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,49,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,111,110,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,51,49,55,44,34,98,101,100,115,34,58,56,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,44,91,45,49,50,50,46,57,48,49,55,50,54,44,51,56,46,51,49,54,57,52,51,93,44,91,45,49,50,50,46,55,51,57,57,44,51,56,46,50,48,55,48,49,56,93,44,91,45,49,50,50,46,53,55,56,50,48,49,44,51,56,46,49,56,51,53,56,51,93,44,91,45,49,50,50,46,53,48,50,56,50,44,51,56,46,49,49,51,48,48,50,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,51,53,57,57,50,52,44,51,56,46,50,51,48,53,48,49,93,44,91,45,49,50,50,46,53,52,51,56,57,51,44,51,56,46,53,49,57,57,54,54,93,44,91,45,49,50,50,46,54,52,54,50,54,56,44,51,56,46,53,57,57,49,50,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,51,46,48,56,48,57,57,55,44,51,56,46,56,53,50,52,51,56,93,44,91,45,49,50,51,46,49,51,54,50,53,51,44,51,56,46,56,48,57,49,51,54,93,44,91,45,49,50,51,46,51,54,56,51,57,52,44,51,56,46,56,48,54,54,52,93,44,91,45,49,50,51,46,54,51,50,52,57,55,44,51,56,46,55,53,56,49,49,57,93,44,91,45,49,50,51,46,53,49,48,53,56,44,51,56,46,54,56,48,56,57,93,44,91,45,49,50,51,46,51,54,48,57,50,57,44,51,56,46,53,49,48,50,48,50,93,44,91,45,49,50,51,46,50,50,48,50,50,44,51,56,46,52,52,49,57,53,52,93,44,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,51,52,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,44,91,45,56,51,46,52,51,51,53,53,56,44,52,53,46,57,57,56,56,57,53,93,44,91,45,56,51,46,53,55,49,52,54,55,44,52,54,46,49,48,53,57,57,56,93,44,91,45,56,51,46,56,50,54,50,52,51,44,52,54,46,49,49,57,50,56,56,93,44,91,45,56,51,46,57,53,53,52,50,52,44,52,54,46,48,53,55,49,56,56,93,44,91,45,56,52,46,49,48,56,48,56,57,44,52,54,46,50,52,49,50,51,56,93,44,91,45,56,52,46,49,52,54,49,55,50,44,52,54,46,52,49,56,53,50,93,44,91,45,56,52,46,49,49,49,50,50,53,44,52,54,46,53,48,52,49,49,57,93,44,91,45,56,52,46,52,50,48,50,55,52,44,52,54,46,53,48,49,48,55,55,93,44,91,45,56,52,46,53,53,54,57,55,54,44,52,54,46,52,54,48,54,53,93,44,91,45,56,52,46,55,54,50,57,53,55,44,52,54,46,54,51,52,51,50,52,93,44,91,45,56,52,46,56,53,57,51,51,53,44,52,54,46,56,56,56,56,52,51,93,44,91,45,56,53,46,50,51,52,51,51,44,52,55,46,48,52,55,54,49,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,49,49,50,53,49,51,44,52,54,46,49,53,56,50,54,51,93,44,91,45,56,52,46,51,54,51,53,48,51,44,52,54,46,49,53,55,57,56,52,93,44,91,45,56,52,46,51,54,51,48,57,44,52,54,46,48,55,49,53,55,52,93,44,91,45,56,52,46,50,51,57,51,51,50,44,52,53,46,57,56,52,57,49,52,93,44,91,45,56,52,46,49,49,52,49,56,54,44,52,53,46,57,56,53,49,53,50,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,110,110,101,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,51,57,55,44,34,98,101,100,115,34,58,51,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,50,46,53,50,48,48,50,52,44,52,51,46,52,50,53,49,55,93,44,91,45,49,49,50,46,49,48,51,50,57,56,44,52,51,46,52,50,53,48,53,55,93,44,91,45,49,49,50,46,48,52,51,56,50,49,44,52,51,46,51,54,54,55,48,56,93,44,91,45,49,49,49,46,56,50,50,52,55,53,44,52,51,46,51,54,54,48,51,53,93,44,91,45,49,49,49,46,56,50,50,52,57,52,44,52,51,46,50,56,50,50,56,54,93,44,91,45,49,49,49,46,53,56,56,48,52,57,44,52,51,46,50,56,49,56,52,49,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,50,48,55,53,54,49,44,52,51,46,53,52,51,56,53,55,93,44,91,45,49,49,49,46,50,52,51,56,51,57,44,52,51,46,54,50,49,56,53,51,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,54,50,54,48,52,51,44,52,51,46,54,50,54,55,53,54,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,56,55,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,56,54,56,57,51,49,44,51,52,46,48,48,52,55,56,54,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,53,54,51,50,49,53,44,51,52,46,48,51,49,55,53,55,93,44,91,45,56,51,46,55,53,49,51,56,49,44,51,52,46,48,54,52,50,48,49,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,76,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,49,46,56,50,51,57,50,49,44,51,49,46,54,53,49,56,48,57,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,53,54,54,48,48,57,44,51,49,46,53,55,54,52,54,55,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,54,52,49,55,54,49,44,51,49,46,55,54,53,52,53,49,93,44,91,45,56,49,46,55,54,53,51,53,55,44,51,49,46,56,55,52,53,52,93,44,91,45,56,49,46,55,53,48,50,53,55,44,51,49,46,57,55,51,50,48,55,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,49,34,44,34,78,65,77,69,34,58,34,75,105,110,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,44,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,54,57,57,49,52,49,44,50,57,46,52,49,57,55,52,55,93,44,91,45,49,48,48,46,55,52,53,51,48,56,44,50,57,46,50,54,52,56,57,56,93,44,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,54,54,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,54,49,56,51,48,55,44,51,54,46,55,54,54,53,54,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,50,49,54,44,34,98,101,100,115,34,58,51,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,56,48,52,53,51,50,44,52,49,46,49,51,50,49,56,54,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,50,49,57,56,49,51,44,52,48,46,57,49,50,55,52,49,93,44,91,45,55,56,46,48,55,55,55,52,44,52,48,46,57,53,56,56,50,52,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,54,52,54,54,54,54,44,52,49,46,50,53,51,55,55,56,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,57,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,73,115,97,98,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,52,50,52,53,55,53,44,49,55,46,56,56,49,57,51,56,93,44,91,45,54,54,46,51,50,51,50,50,44,49,55,46,56,55,55,54,54,55,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,48,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,53,56,54,51,52,52,44,51,57,46,48,50,56,51,50,57,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,50,53,48,53,49,51,44,51,57,46,50,49,55,53,49,50,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,53,51,48,56,51,54,44,51,57,46,51,52,56,56,54,52,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,99,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,56,48,44,34,98,101,100,115,34,58,50,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,56,46,56,50,51,52,55,51,44,51,52,46,56,53,56,54,50,57,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,53,57,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,52,55,54,54,52,50,44,51,52,46,53,53,52,49,54,56,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,57,48,56,51,49,51,44,51,49,46,54,50,53,49,54,57,93,44,91,45,57,50,46,56,48,54,50,48,54,44,51,49,46,53,57,56,53,52,56,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,54,51,49,57,52,52,44,51,49,46,51,57,48,52,55,56,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,50,56,50,48,56,49,44,51,49,46,53,48,51,52,56,54,93,44,91,45,57,50,46,51,55,50,52,55,54,44,51,49,46,55,48,49,53,49,57,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,54,49,57,50,50,52,44,51,49,46,55,57,55,49,52,57,93,44,91,45,57,50,46,54,49,57,57,55,54,44,51,49,46,55,48,57,53,55,50,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,99,104,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,53,49,50,44,34,98,101,100,115,34,58,53,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,49,52,49,57,54,55,44,51,57,46,56,48,49,50,55,51,93,44,91,45,56,57,46,49,51,57,49,50,53,44,51,57,46,54,53,53,49,51,49,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,115,101,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,56,57,55,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,55,54,48,49,56,54,44,52,49,46,55,57,56,56,49,52,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,50,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,44,34,98,101,100,115,34,58,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,57,53,54,54,50,52,44,52,55,46,51,54,48,57,52,51,93,44,91,45,49,48,55,46,57,53,52,51,52,55,44,52,55,46,49,50,48,54,53,50,93,44,91,45,49,48,55,46,56,56,52,55,49,56,44,52,54,46,57,56,52,50,52,57,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,54,46,55,50,48,49,53,55,44,52,54,46,56,53,57,54,48,51,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,54,46,49,55,48,52,50,44,52,55,46,49,56,48,56,50,54,93,44,91,45,49,48,54,46,49,55,48,54,55,53,44,52,55,46,51,53,52,52,57,53,93,44,91,45,49,48,54,46,50,57,56,49,53,56,44,52,55,46,51,53,52,50,57,56,93,44,91,45,49,48,54,46,50,54,49,49,50,49,44,52,55,46,53,50,57,48,53,50,93,44,91,45,49,48,54,46,50,54,48,57,51,50,44,52,55,46,56,54,56,52,51,49,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,53,55,49,48,48,51,44,52,55,46,56,49,50,57,51,51,93,44,91,45,49,48,54,46,56,54,49,54,54,56,44,52,55,46,55,51,55,51,55,50,93,44,91,45,49,48,54,46,56,56,49,49,54,50,44,52,55,46,54,55,56,49,50,56,93,44,91,45,49,48,55,46,50,52,57,44,52,55,46,54,54,49,53,54,54,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,53,57,52,50,53,44,52,55,46,54,52,57,55,51,49,93,44,91,45,49,48,55,46,56,54,52,57,50,50,44,52,55,46,53,49,51,55,52,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,56,51,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,79,108,109,115,116,101,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,48,54,53,44,34,98,101,100,115,34,58,50,49,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,51,49,56,57,55,49,44,52,52,46,49,48,55,55,51,52,93,44,91,45,57,50,46,51,49,56,57,56,54,44,52,52,46,49,57,52,48,53,55,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,51,48,54,54,44,34,98,101,100,115,34,58,49,51,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,114,117,106,105,108,108,111,32,65,108,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,98,105,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,54,53,57,44,34,98,101,100,115,34,58,49,57,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,51,56,52,52,51,49,44,51,48,46,49,53,56,53,52,51,93,44,91,45,56,56,46,49,54,50,48,50,50,44,51,48,46,50,48,48,48,57,51,93,44,91,45,56,56,46,48,51,55,51,48,57,44,51,48,46,49,52,54,53,54,49,93,44,91,45,56,55,46,57,56,55,56,51,57,44,51,48,46,54,51,55,49,52,57,93,44,91,45,56,56,46,48,50,54,51,49,57,44,51,48,46,55,53,51,51,53,56,93,44,91,45,56,55,46,57,52,49,53,54,49,44,51,49,46,48,54,49,51,52,50,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,56,46,48,50,50,54,52,57,44,51,49,46,49,52,52,50,54,55,93,44,91,45,56,56,46,51,50,57,55,56,50,44,51,49,46,49,52,51,56,50,49,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,99,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,56,53,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,54,54,54,54,54,49,44,51,51,46,53,50,49,54,54,55,93,44,91,45,56,55,46,54,51,49,55,49,56,44,51,51,46,54,48,57,56,51,51,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,52,50,51,56,52,51,44,51,51,46,54,56,57,49,49,50,93,44,91,45,56,55,46,53,50,56,51,51,56,44,51,51,46,54,57,50,48,52,57,93,44,91,45,56,55,46,53,51,49,54,48,50,44,51,51,46,56,54,55,54,49,56,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,109,98,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,50,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,49,51,53,48,51,56,44,51,50,46,55,52,54,53,51,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,54,52,57,56,51,53,44,51,54,46,52,56,49,52,52,51,93,44,91,45,55,55,46,52,52,53,56,56,54,44,51,54,46,51,50,52,56,56,56,93,44,91,45,55,55,46,51,56,54,53,57,53,44,51,54,46,50,49,51,53,52,56,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,55,46,48,57,51,50,50,52,44,51,54,46,53,49,56,50,49,54,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,111,102,102,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,56,46,49,49,51,49,55,57,44,52,48,46,50,50,49,54,55,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,55,46,52,50,56,56,49,51,44,52,48,46,53,52,50,50,48,55,93,44,91,45,49,48,55,46,51,49,52,49,53,51,44,52,48,46,54,48,48,50,56,49,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,50,51,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,54,57,55,51,50,53,44,51,55,46,51,48,49,56,51,56,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,50,57,54,53,52,44,51,57,46,50,54,56,50,57,49,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,56,49,53,51,53,51,44,51,57,46,53,50,49,57,53,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,97,117,102,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,52,51,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,54,46,56,52,53,53,48,53,44,51,53,46,50,49,54,48,53,57,93,44,91,45,55,54,46,54,51,50,53,54,49,44,51,53,46,50,51,53,51,50,52,93,44,91,45,55,54,46,54,49,55,52,57,54,44,51,53,46,51,50,56,56,57,51,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,53,56,53,51,50,44,51,53,46,52,53,53,48,55,53,93,44,91,45,55,54,46,53,56,56,49,57,49,44,51,53,46,54,50,48,54,53,52,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,57,56,53,56,52,50,44,51,53,46,54,53,56,56,52,56,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,97,121,117,121,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,117,114,108,101,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,51,55,44,34,98,101,100,115,34,58,53,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,55,52,57,51,51,52,44,52,55,46,51,50,55,54,56,53,93,44,91,45,49,48,48,46,55,52,57,51,55,44,52,55,46,49,53,55,50,52,53,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,48,46,56,56,50,49,55,50,44,52,55,46,48,49,53,49,49,53,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,48,46,55,56,56,55,54,56,44,52,54,46,54,57,49,55,48,49,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,49,48,48,46,48,55,53,50,50,57,44,52,54,46,57,56,49,50,56,50,93,44,91,45,49,48,48,46,49,49,52,54,51,55,44,52,54,46,57,56,49,54,54,54,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,54,48,53,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,55,55,49,53,56,50,44,51,53,46,54,55,50,49,54,51,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,50,48,57,53,48,57,44,51,53,46,53,56,49,57,53,49,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,54,51,50,55,50,52,44,51,53,46,56,52,53,56,53,52,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,53,48,55,52,56,44,52,54,46,48,49,56,53,49,54,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,75,97,110,100,105,121,111,104,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,54,53,56,44,34,98,101,100,115,34,58,49,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,55,54,50,57,51,52,44,52,53,46,52,49,50,56,54,49,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,87,111,108,102,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,52,49,56,52,55,52,44,51,55,46,54,57,48,55,50,57,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,54,54,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,54,56,51,51,57,52,44,51,48,46,49,53,49,48,51,56,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,51,52,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,51,46,52,53,51,48,49,54,44,52,52,46,50,53,54,54,48,57,93,44,91,45,49,48,51,46,53,55,52,51,57,54,44,52,52,46,50,53,54,48,55,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,51,46,56,50,48,54,51,57,44,52,52,46,54,48,52,55,55,55,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,57,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,55,46,57,56,49,56,53,49,44,52,52,46,57,53,53,56,56,53,93,44,91,45,54,56,46,49,48,53,48,49,55,44,52,52,46,57,51,57,48,56,56,93,44,91,45,54,55,46,57,56,49,57,56,56,44,52,52,46,52,55,51,55,53,54,93,44,91,45,54,55,46,57,50,53,49,55,56,44,52,52,46,51,52,49,52,51,52,93,44,91,45,54,55,46,56,48,53,53,54,57,44,52,52,46,51,57,49,48,49,53,93,44,91,45,54,55,46,53,54,55,53,56,53,44,52,52,46,51,57,55,50,48,57,93,44,91,45,54,55,46,52,51,57,54,57,53,44,52,52,46,53,48,53,51,56,52,93,44,91,45,54,55,46,50,52,56,48,53,50,44,52,52,46,53,53,52,56,57,56,93,44,91,45,54,54,46,56,56,53,52,52,52,44,52,52,46,55,57,52,50,48,56,93,44,91,45,54,54,46,57,54,53,51,49,55,44,52,52,46,56,50,56,57,48,53,93,44,91,45,54,55,46,49,53,56,56,55,49,44,52,53,46,49,54,50,48,51,53,93,44,91,45,54,55,46,51,52,48,57,50,52,44,52,53,46,49,50,53,48,57,50,93,44,91,45,54,55,46,52,55,54,51,55,50,44,52,53,46,50,55,53,51,55,49,93,44,91,45,54,55,46,52,50,55,51,50,53,44,52,53,46,51,57,48,55,50,49,93,44,91,45,54,55,46,53,48,48,48,55,50,44,52,53,46,52,57,48,56,52,57,93,44,91,45,54,55,46,52,50,48,55,51,50,44,52,53,46,53,52,57,54,57,53,93,44,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,55,46,57,51,57,55,54,44,52,53,46,50,54,55,56,52,53,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,66,114,105,115,99,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,110,116,111,110,97,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,57,56,57,53,50,57,44,52,54,46,54,56,48,49,49,57,93,44,91,45,56,56,46,57,51,50,52,56,44,52,54,46,55,54,52,55,56,55,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,57,48,46,48,48,48,49,54,49,44,52,54,46,57,57,57,57,51,55,93,44,91,45,57,48,46,48,48,48,49,55,49,44,52,54,46,55,54,53,53,50,57,93,44,91,45,56,57,46,56,54,51,55,57,51,44,52,54,46,55,54,53,52,48,53,93,44,91,45,56,57,46,56,54,52,52,50,44,52,54,46,53,57,50,54,52,51,93,44,91,45,56,57,46,55,52,48,53,54,56,44,52,54,46,53,48,53,54,52,50,93,44,91,45,56,57,46,51,54,53,48,57,52,44,52,54,46,53,48,53,57,52,57,93,44,91,45,56,57,46,51,54,53,53,48,55,44,52,54,46,51,51,51,48,55,56,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,57,48,46,49,48,49,52,48,49,44,51,51,46,52,53,56,57,52,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,54,52,54,51,49,52,44,51,51,46,52,48,50,53,52,52,93,44,91,45,56,57,46,55,56,53,50,50,55,44,51,51,46,52,49,54,50,55,53,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,56,48,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,53,57,55,54,55,55,44,52,52,46,52,51,51,49,48,57,93,44,91,45,49,50,51,46,55,50,48,48,55,49,44,52,52,46,52,51,51,51,55,52,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,50,52,48,55,52,52,44,52,52,46,51,51,55,55,56,57,93,44,91,45,49,50,51,46,50,49,49,57,54,55,44,52,52,46,53,48,49,50,49,56,93,44,91,45,49,50,51,46,50,54,48,49,53,49,44,52,52,46,53,53,53,49,52,56,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,51,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,53,53,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,57,46,50,49,53,50,49,53,44,52,48,46,55,55,53,57,52,50,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,49,50,49,54,51,52,44,52,48,46,51,55,48,53,55,54,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,56,48,53,49,54,55,44,52,48,46,57,48,53,57,56,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,53,54,44,34,98,101,100,115,34,58,50,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,54,50,50,51,51,53,44,51,50,46,52,57,54,52,48,54,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,52,49,53,48,53,44,51,50,46,54,55,48,48,53,54,93,44,91,45,57,50,46,54,50,56,50,56,56,44,51,50,46,55,53,57,54,54,57,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,56,50,56,53,51,53,44,51,50,46,55,53,56,56,49,52,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,50,46,56,55,57,50,54,56,44,51,50,46,52,53,52,49,49,56,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,55,46,50,56,57,53,57,50,44,52,48,46,53,49,56,52,53,55,93,44,91,45,55,55,46,53,52,48,49,52,49,44,52,48,46,51,57,57,50,50,49,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,52,50,54,53,57,53,44,52,48,46,50,56,54,54,49,93,44,91,45,55,55,46,50,55,48,48,53,55,44,52,48,46,50,55,56,54,53,50,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,55,46,48,50,56,54,52,53,44,52,48,46,51,57,49,49,57,55,93,44,91,45,55,54,46,57,52,57,51,57,55,44,52,48,46,52,54,57,48,51,55,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,90,105,101,98,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,52,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,49,46,55,56,48,55,51,51,44,52,52,46,53,51,54,52,51,54,93,44,91,45,49,48,49,46,55,49,53,48,51,56,44,52,52,46,53,55,57,52,56,51,93,44,91,45,49,48,49,46,53,51,49,48,51,53,44,52,52,46,53,54,55,56,55,53,93,44,91,45,49,48,49,46,51,50,56,50,52,53,44,52,52,46,54,57,48,57,53,54,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,49,51,54,49,54,50,44,52,52,46,57,57,52,48,55,52,93,44,91,45,49,48,49,46,53,48,49,48,53,51,44,52,52,46,57,57,51,55,57,53,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,52,53,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,55,48,49,57,56,54,44,51,50,46,52,50,49,55,56,50,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,51,53,52,50,57,52,44,51,50,46,51,50,57,50,48,57,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,49,55,50,49,51,54,44,51,50,46,54,57,54,57,93,44,91,45,57,52,46,50,56,51,48,50,56,44,51,50,46,55,52,54,55,50,57,93,44,91,45,57,52,46,51,57,48,55,56,51,44,51,50,46,54,57,52,51,55,55,93,44,91,45,57,52,46,53,48,55,51,50,51,44,51,50,46,54,57,51,55,51,56,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,114,97,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,48,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,52,53,49,50,44,52,54,46,57,51,56,57,55,54,93,44,91,45,56,56,46,53,53,49,57,52,51,44,52,54,46,56,53,49,55,57,53,93,44,91,45,56,56,46,54,55,56,57,56,51,44,52,54,46,56,53,49,56,50,50,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,49,49,54,53,55,49,44,52,54,46,52,49,57,57,53,49,93,44,91,45,56,56,46,49,49,53,56,52,51,44,52,54,46,54,55,56,51,56,49,93,44,91,45,56,56,46,48,52,52,55,48,57,44,52,54,46,55,54,53,51,53,51,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,82,111,103,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,49,52,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,53,46,56,49,53,52,44,51,54,46,49,54,50,54,51,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,54,49,56,53,50,44,51,54,46,49,54,50,53,49,50,93,44,91,45,57,53,46,53,53,50,53,56,55,44,51,54,46,48,57,49,52,56,54,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,52,51,53,54,49,44,51,54,46,53,49,48,49,54,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,53,49,53,44,34,98,101,100,115,34,58,49,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,51,55,57,54,49,52,44,51,56,46,56,48,48,48,55,54,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,51,53,55,56,49,51,44,51,56,46,54,55,57,53,49,55,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,49,51,53,51,57,55,44,51,56,46,56,49,53,53,56,49,93,44,91,45,57,50,46,49,54,53,49,49,55,44,51,56,46,57,48,48,57,52,56,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,50,46,49,48,52,51,55,52,44,51,57,46,50,51,57,56,48,57,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,121,97,103,195,188,101,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,50,53,53,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,54,55,46,57,57,56,54,57,49,44,49,56,46,49,55,48,55,54,93,44,91,45,54,55,46,57,55,54,49,51,54,44,49,56,46,48,51,57,53,57,51,93,44,91,45,54,55,46,56,50,50,52,52,49,44,49,56,46,48,50,54,52,51,49,93,44,91,45,54,55,46,55,57,49,57,56,54,44,49,56,46,49,48,55,52,53,56,93,44,91,45,54,55,46,56,53,50,52,52,51,44,49,56,46,49,55,48,49,49,49,93,44,91,45,54,55,46,57,57,56,54,57,49,44,49,56,46,49,55,48,55,54,93,93,93,44,91,91,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,50,53,52,50,44,49,56,46,50,53,50,54,51,56,93,44,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,100,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,52,50,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,56,46,51,48,54,51,50,54,44,51,53,46,51,55,55,50,51,57,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,52,50,55,44,34,98,101,100,115,34,58,54,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,51,57,55,56,55,53,44,51,57,46,49,50,57,53,54,52,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,50,51,51,57,51,56,44,51,57,46,50,52,54,56,54,56,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,57,54,57,48,57,44,51,57,46,54,49,52,52,50,51,93,44,91,45,49,48,53,46,48,53,51,50,53,54,44,51,57,46,54,54,55,55,56,53,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,51,49,56,44,34,98,101,100,115,34,58,49,48,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,51,50,51,57,57,57,44,51,56,46,52,52,57,50,54,56,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,49,57,53,55,53,49,44,51,56,46,51,50,51,52,57,57,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,51,34,44,34,78,65,77,69,34,58,34,82,101,97,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,50,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,56,49,51,52,49,55,44,51,53,46,53,52,57,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,52,55,57,50,54,56,44,51,53,46,52,53,53,51,53,55,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,50,46,52,49,56,52,48,56,44,51,53,46,55,49,54,48,52,54,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,54,50,57,56,51,55,44,51,53,46,55,57,48,56,50,51,93,44,91,45,57,50,46,54,51,49,50,48,55,44,51,53,46,55,49,56,51,54,53,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,51,56,53,52,55,56,44,51,57,46,55,54,55,49,54,52,93,44,91,45,49,48,54,46,49,55,54,49,49,53,44,51,57,46,54,49,52,50,50,49,93,44,91,45,49,48,54,46,50,52,56,50,57,53,44,51,57,46,53,52,52,50,53,49,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,53,46,57,53,49,54,57,56,44,51,57,46,52,49,52,54,49,57,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,55,56,50,54,55,52,44,51,57,46,54,50,57,48,50,52,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,54,46,48,50,51,55,56,51,44,51,57,46,54,56,56,52,50,93,44,91,45,49,48,54,46,48,56,51,55,49,49,44,51,57,46,56,48,53,57,54,52,93,44,91,45,49,48,54,46,50,53,50,48,50,55,44,51,57,46,57,49,52,55,49,50,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,111,119,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,57,49,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,49,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,52,51,48,52,49,44,51,53,46,52,50,51,55,51,55,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,50,57,53,57,49,44,51,53,46,52,54,57,57,49,53,93,44,91,45,57,51,46,50,50,51,54,51,51,44,51,53,46,52,54,56,53,57,51,93,44,91,45,57,51,46,49,54,55,56,44,51,53,46,53,57,55,54,57,53,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,51,46,53,49,57,53,55,53,44,51,53,46,55,51,52,52,50,50,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,52,46,55,55,53,54,49,55,44,52,51,46,52,56,54,54,55,55,93,44,91,45,55,52,46,56,54,55,55,49,50,44,52,51,46,51,51,57,56,50,54,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,53,51,52,54,53,55,44,52,51,46,50,50,56,49,49,53,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,52,46,50,49,52,54,50,53,44,52,51,46,55,50,56,55,48,51,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,52,46,50,49,51,55,51,52,44,52,51,46,56,49,48,56,55,53,93,44,91,45,55,52,46,51,51,54,56,50,54,44,52,51,46,57,50,53,50,50,51,93,44,91,45,55,52,46,50,53,53,57,57,56,44,52,51,46,57,54,57,55,57,55,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,55,57,46,57,54,57,48,55,49,44,51,55,46,53,52,52,52,48,56,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,56,48,46,49,52,52,51,57,52,44,51,55,46,53,57,54,54,50,55,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,50,57,57,55,56,57,44,51,55,46,53,48,56,50,55,49,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,67,111,108,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,51,48,50,54,48,53,44,51,49,46,52,51,50,53,48,52,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,48,34,44,34,78,65,77,69,34,58,34,89,117,107,111,110,45,75,111,121,117,107,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,44,91,45,49,52,51,46,53,50,56,56,50,51,44,54,56,46,53,48,48,48,50,49,93,44,91,45,49,52,54,44,54,56,46,53,93,44,91,45,49,52,54,44,54,56,93,44,91,45,49,52,55,46,55,53,51,49,49,55,44,54,55,46,57,57,57,57,56,56,93,44,91,45,49,52,57,46,51,50,53,52,51,44,54,55,46,57,57,57,57,57,57,93,44,91,45,49,53,48,46,56,57,48,48,50,56,44,54,56,46,48,48,48,48,48,52,93,44,91,45,49,53,49,46,57,48,48,50,55,54,44,54,56,46,48,48,48,48,48,55,93,44,91,45,49,53,51,46,52,48,52,49,53,50,44,54,56,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,53,46,51,54,56,57,57,57,44,54,55,46,55,55,53,50,49,54,93,44,91,45,49,53,52,46,55,52,56,57,51,57,44,54,55,46,53,49,53,52,57,53,93,44,91,45,49,53,52,46,55,52,56,57,48,52,44,54,55,46,50,53,53,55,53,51,93,44,91,45,49,53,52,46,51,48,51,49,49,44,54,55,46,50,53,53,55,53,57,93,44,91,45,49,53,52,46,49,52,54,51,49,52,44,54,55,46,49,54,57,49,55,56,93,44,91,45,49,53,52,46,49,52,54,50,50,49,44,54,54,46,56,50,50,56,52,51,93,44,91,45,49,53,52,46,50,49,48,51,48,50,44,54,54,46,55,51,54,50,53,53,93,44,91,45,49,53,52,46,56,54,48,52,52,54,44,54,54,46,55,51,54,50,52,50,93,44,91,45,49,53,52,46,56,54,48,52,51,49,44,54,54,46,53,54,51,48,54,52,93,44,91,45,49,53,53,46,53,49,48,53,56,53,44,54,54,46,53,54,51,48,53,49,93,44,91,45,49,53,53,46,53,53,52,57,57,51,44,54,54,46,51,48,51,50,55,52,93,44,91,45,49,53,53,46,57,56,50,52,57,57,44,54,54,46,51,48,51,50,54,56,93,44,91,45,49,53,53,46,57,56,50,53,48,52,44,54,54,46,51,56,57,56,54,93,44,91,45,49,53,54,46,49,57,54,50,50,52,44,54,54,46,52,55,54,53,56,50,93,44,91,45,49,53,54,46,54,50,51,55,55,44,54,54,46,52,55,54,52,52,50,93,44,91,45,49,53,54,46,54,50,51,55,53,55,44,54,54,46,51,48,51,50,53,57,93,44,91,45,49,53,55,46,48,53,49,50,54,54,44,54,54,46,51,48,51,50,53,52,93,44,91,45,49,53,55,46,48,53,49,50,56,52,44,54,54,46,52,55,54,52,51,56,93,44,91,45,49,53,55,46,57,48,54,51,49,44,54,54,46,52,55,54,52,50,52,93,44,91,45,49,53,55,46,57,48,54,50,57,53,44,54,54,46,49,51,48,48,52,57,93,44,91,45,49,53,56,46,57,55,50,49,56,53,44,54,54,46,49,51,48,48,50,55,93,44,91,45,49,53,56,46,57,55,50,49,55,53,44,54,53,46,57,53,54,56,52,57,93,44,91,45,49,53,57,46,54,48,52,56,49,51,44,54,53,46,57,53,54,56,51,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,51,56,53,53,55,56,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,51,55,55,51,54,53,44,54,53,46,50,54,52,48,51,51,93,44,91,45,49,53,57,46,53,56,50,55,51,54,44,54,53,46,50,54,52,48,50,54,93,44,91,45,49,53,57,46,53,55,50,49,55,51,44,54,52,46,57,49,55,53,57,55,93,44,91,45,49,53,57,46,55,55,52,57,50,49,44,54,52,46,57,49,55,53,54,53,93,44,91,45,49,53,57,46,55,55,52,56,57,55,44,54,52,46,55,52,52,51,56,50,93,44,91,45,49,53,57,46,57,54,50,50,57,44,54,52,46,55,52,52,51,55,55,93,44,91,45,49,53,57,46,57,52,55,50,56,56,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,55,51,55,52,55,53,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,55,51,55,52,53,49,44,54,51,46,55,57,49,53,57,49,93,44,91,45,49,53,57,46,57,51,50,55,51,49,44,54,51,46,55,57,49,53,56,57,93,44,91,45,49,54,48,46,49,49,49,52,57,56,44,54,51,46,55,48,52,57,55,50,93,44,91,45,49,54,48,46,49,49,49,53,50,50,44,54,51,46,54,49,56,51,53,49,93,44,91,45,49,54,48,46,52,57,55,51,56,49,44,54,51,46,54,49,56,51,52,51,93,44,91,45,49,54,48,46,54,57,48,50,57,52,44,54,51,46,53,51,49,54,56,57,93,44,91,45,49,54,48,46,54,54,55,51,54,49,44,54,51,46,50,55,49,56,52,53,93,44,91,45,49,54,48,46,56,53,56,48,48,52,44,54,51,46,50,55,49,56,51,56,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,48,46,57,57,54,50,49,53,44,54,50,46,56,57,56,57,51,54,93,44,91,45,49,54,48,46,57,57,54,50,48,49,44,54,50,46,53,53,50,52,50,52,93,44,91,45,49,54,49,46,48,52,56,49,55,54,44,54,50,46,53,53,50,52,49,93,44,91,45,49,54,49,46,48,52,56,49,54,53,44,54,50,46,50,48,53,56,54,57,93,44,91,45,49,54,48,46,57,49,53,57,54,52,44,54,50,46,50,48,53,56,54,54,93,44,91,45,49,54,48,46,57,49,53,57,53,51,44,54,49,46,57,52,53,57,52,51,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,53,57,46,50,54,53,48,51,55,44,54,49,46,57,52,53,57,53,55,93,44,91,45,49,53,57,46,50,54,53,48,51,53,44,54,50,46,48,51,50,53,57,56,93,44,91,45,49,53,56,46,53,51,49,51,53,49,44,54,50,46,48,51,50,54,50,93,44,91,45,49,53,56,46,53,51,49,51,54,49,44,54,50,46,49,49,57,50,54,52,93,44,91,45,49,53,55,46,48,54,51,56,54,52,44,54,50,46,49,49,57,50,55,49,93,44,91,45,49,53,55,46,48,54,51,56,53,50,44,54,50,46,48,51,50,54,51,52,93,44,91,45,49,53,53,46,52,57,55,54,52,53,44,54,50,46,48,51,50,54,53,57,93,44,91,45,49,53,51,46,55,54,49,56,55,53,44,54,50,46,48,51,50,54,56,57,93,44,91,45,49,53,51,46,55,54,49,56,55,49,44,54,50,46,49,49,57,51,51,53,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,49,49,57,51,52,55,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,50,48,53,57,57,93,44,91,45,49,53,51,46,48,55,48,49,50,51,44,54,50,46,50,48,54,48,49,53,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,50,46,52,50,56,48,56,52,44,54,51,46,49,56,51,49,55,49,93,44,91,45,49,53,50,46,52,50,56,48,57,56,44,54,51,46,51,48,52,50,53,57,93,44,91,45,49,53,50,46,56,49,48,57,51,49,44,54,51,46,51,52,55,53,54,51,93,44,91,45,49,53,50,46,56,55,51,51,57,50,44,54,51,46,52,55,55,53,93,44,91,45,49,53,50,46,56,55,51,52,49,44,54,51,46,54,53,48,55,52,53,93,44,91,45,49,53,50,46,50,50,56,52,51,57,44,54,51,46,54,53,48,55,54,93,44,91,45,49,53,50,46,50,50,57,50,53,54,44,54,51,46,56,50,52,48,48,49,93,44,91,45,49,53,50,46,48,53,53,49,51,50,44,54,51,46,56,50,52,48,48,54,93,44,91,45,49,53,50,46,48,53,53,55,53,56,44,54,51,46,57,57,55,50,52,50,93,44,91,45,49,53,49,46,55,57,51,57,55,54,44,54,52,46,48,54,57,52,51,93,44,91,45,49,53,49,46,50,56,49,57,57,53,44,54,51,46,57,57,55,50,54,53,93,44,91,45,49,53,48,46,55,50,57,51,56,53,44,54,52,46,51,53,56,49,55,51,93,44,91,45,49,52,57,46,49,51,50,54,53,51,44,54,52,46,51,53,56,50,49,52,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,56,46,53,53,48,55,52,50,44,54,52,46,54,49,55,50,48,56,93,44,91,45,49,52,56,46,54,52,56,50,48,55,44,54,52,46,53,56,53,51,55,49,93,44,91,45,49,52,56,46,54,54,49,49,57,57,44,54,53,46,50,48,57,56,55,53,93,44,91,45,49,52,55,46,53,53,55,55,55,49,44,54,53,46,50,48,57,56,57,53,93,44,91,45,49,52,55,46,51,49,54,56,48,57,44,54,53,46,50,55,53,50,51,50,93,44,91,45,49,52,54,46,57,48,51,49,52,50,44,54,53,46,50,56,51,51,55,53,93,44,91,45,49,52,54,46,53,52,56,54,53,52,44,54,53,46,51,52,53,48,48,51,93,44,91,45,49,52,54,46,50,48,53,55,48,52,44,54,53,46,52,53,50,57,57,54,93,44,91,45,49,52,54,46,48,48,55,56,57,57,44,54,53,46,51,53,57,52,51,52,93,44,91,45,49,52,54,46,48,56,49,48,50,56,44,54,53,46,50,52,57,57,52,50,93,44,91,45,49,52,53,46,54,51,51,55,56,57,44,54,53,46,49,53,51,55,57,49,93,44,91,45,49,52,53,46,53,49,57,52,51,54,44,54,53,46,48,54,50,54,56,50,93,44,91,45,49,52,53,46,50,50,53,57,52,52,44,54,53,46,48,54,57,50,49,54,93,44,91,45,49,52,52,46,57,56,51,53,49,52,44,54,53,46,49,51,54,57,56,56,93,44,91,45,49,52,52,46,52,54,48,48,50,44,54,53,46,48,54,48,55,49,49,93,44,91,45,49,52,52,46,51,51,49,51,55,55,44,54,53,46,49,48,55,55,48,55,93,44,91,45,49,52,51,46,57,55,51,54,51,57,44,54,53,46,49,49,57,51,48,52,93,44,91,45,49,52,51,46,57,50,49,48,57,52,44,54,53,46,48,53,56,55,56,93,44,91,45,49,52,52,46,49,48,52,55,52,52,44,54,52,46,56,52,57,50,51,49,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,51,46,55,53,50,48,57,49,44,54,52,46,54,52,55,54,49,56,93,44,91,45,49,52,51,46,53,51,51,55,52,56,44,54,52,46,55,55,56,55,53,53,93,44,91,45,49,52,51,46,52,54,57,54,54,55,44,54,52,46,57,56,50,49,56,57,93,44,91,45,49,52,51,46,48,52,52,48,53,53,44,54,53,46,49,51,50,51,50,55,93,44,91,45,49,52,50,46,56,54,52,51,52,52,44,54,53,46,49,52,48,51,56,55,93,44,91,45,49,52,50,46,55,51,49,57,44,54,53,46,50,51,51,54,51,57,93,44,91,45,49,52,50,46,54,54,51,55,55,50,44,54,53,46,51,55,49,56,55,54,93,44,91,45,49,52,50,46,52,56,55,51,48,49,44,54,53,46,51,55,49,56,57,56,93,44,91,45,49,52,50,46,49,52,50,57,50,50,44,54,53,46,52,54,51,49,55,52,93,44,91,45,49,52,49,46,56,53,53,55,54,49,44,54,53,46,52,52,53,55,56,54,93,44,91,45,49,52,49,46,55,56,57,48,53,44,54,53,46,53,48,49,53,52,54,93,44,91,45,49,52,49,46,51,56,55,56,52,50,44,54,53,46,54,49,52,51,57,53,93,44,91,45,49,52,49,46,51,51,54,50,50,52,44,54,53,46,55,49,49,54,49,52,93,44,91,45,49,52,49,46,48,48,50,52,55,50,44,54,53,46,56,51,57,52,50,49,93,44,91,45,49,52,49,46,48,48,50,53,57,54,44,54,54,46,53,49,52,50,55,93,44,91,45,49,52,49,46,48,48,50,54,57,51,44,54,55,46,54,55,49,57,50,57,93,44,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,78,97,118,97,106,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,55,48,53,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,48,46,55,53,48,54,57,55,44,51,53,46,56,50,48,53,56,57,93,44,91,45,49,49,48,46,55,53,48,54,57,51,44,51,53,46,49,52,48,51,48,57,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,55,53,48,54,55,50,44,51,52,46,48,48,48,48,52,56,93,44,91,45,49,49,48,46,48,48,48,54,54,44,51,52,46,48,48,48,48,52,54,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,48,57,46,56,53,57,50,55,52,44,51,51,46,55,55,55,54,56,51,93,44,91,45,49,48,57,46,56,52,56,50,52,54,44,51,52,46,52,55,51,52,48,49,93,44,91,45,49,48,57,46,56,54,52,57,56,57,44,51,52,46,53,54,54,56,57,51,93,44,91,45,49,48,57,46,56,52,52,54,50,52,44,51,52,46,56,50,50,53,54,50,93,44,91,45,49,48,57,46,56,52,51,55,54,52,44,51,53,46,53,49,55,56,55,53,93,44,91,45,49,48,57,46,56,50,54,57,54,52,44,51,53,46,54,54,50,56,56,55,93,44,91,45,49,49,48,46,48,48,48,54,55,52,44,51,53,46,54,54,51,48,56,55,93,44,91,45,49,49,48,46,48,48,48,54,55,54,44,51,54,46,52,52,53,50,56,52,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,51,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,50,55,57,57,53,51,44,51,49,46,54,57,57,56,54,53,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,48,46,54,51,51,50,51,49,44,51,49,46,54,49,49,52,48,57,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,55,34,44,34,78,65,77,69,34,58,34,79,99,104,105,108,116,114,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,67,114,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,54,55,51,50,52,52,44,51,49,46,51,50,56,49,48,53,93,44,91,45,49,48,50,46,52,51,48,49,50,51,44,51,49,46,49,57,51,57,49,56,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,105,103,32,72,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,56,46,53,57,50,50,57,54,44,52,52,46,56,55,49,52,52,52,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,55,46,49,52,53,48,48,49,44,52,52,46,51,50,52,48,48,52,93,44,91,45,49,48,55,46,50,48,50,48,51,56,44,52,52,46,52,52,54,51,48,53,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,55,46,53,50,56,50,55,57,44,52,52,46,54,54,53,53,56,52,93,44,91,45,49,48,55,46,55,52,49,53,52,51,44,52,52,46,55,49,52,51,53,50,93,44,91,45,49,48,55,46,56,51,49,54,50,50,44,52,52,46,55,57,57,55,56,55,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,105,99,107,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,55,52,51,55,53,44,51,53,46,54,54,51,57,53,50,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,53,54,56,56,51,49,44,51,53,46,54,53,50,50,57,54,93,44,91,45,56,55,46,52,53,57,53,56,55,44,51,53,46,54,49,53,49,50,52,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,50,51,52,49,52,51,44,51,53,46,55,50,52,54,57,49,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,55,48,54,57,54,44,51,53,46,57,48,53,56,56,52,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,84,117,110,105,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,53,49,55,49,54,56,44,51,52,46,54,51,48,57,50,56,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,51,48,52,51,49,55,44,51,52,46,53,48,57,54,50,49,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,57,48,46,50,52,51,57,50,52,44,51,52,46,54,48,50,49,53,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,50,48,50,49,50,54,44,51,52,46,56,54,48,51,55,52,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,52,46,48,49,53,52,57,50,44,52,48,46,53,55,51,57,49,52,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,110,195,179,118,97,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,116,104,111,108,111,109,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,57,51,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,53,46,56,54,48,53,55,51,44,51,57,46,48,52,48,57,49,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,80,97,117,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,56,52,48,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,52,46,57,55,56,54,56,51,44,51,51,46,57,53,49,51,57,51,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,54,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,56,55,50,50,49,52,44,51,57,46,48,50,49,51,48,52,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,52,52,48,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,54,51,52,49,53,56,44,51,54,46,50,49,51,51,52,54,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,56,48,55,52,49,53,44,51,54,46,49,51,49,53,56,50,93,44,91,45,56,53,46,54,52,52,54,48,52,44,51,54,46,48,49,53,48,53,51,93,44,91,45,56,53,46,53,48,55,54,55,55,44,51,54,46,48,56,50,48,49,50,93,44,91,45,56,53,46,51,53,54,54,49,57,44,51,54,46,48,52,53,56,57,51,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,50,51,53,55,53,55,44,51,54,46,49,48,53,55,53,50,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,52,49,57,52,51,50,44,51,54,46,50,51,54,49,52,53,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,87,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,48,51,52,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,49,46,57,55,51,50,56,50,44,52,56,46,53,52,54,52,56,53,93,44,91,45,49,48,49,46,57,50,50,50,51,55,44,52,56,46,51,55,50,51,51,93,44,91,45,49,48,49,46,57,50,50,49,50,51,44,52,56,46,48,50,51,49,55,51,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,49,46,48,49,53,48,50,52,44,52,56,46,48,50,50,55,51,57,93,44,91,45,49,48,49,46,48,49,52,50,51,50,44,52,56,46,51,55,49,52,51,50,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,56,52,50,56,52,49,44,52,56,46,52,53,57,52,51,57,93,44,91,45,49,48,49,46,56,52,50,50,52,52,44,52,56,46,55,50,48,48,54,52,93,44,91,45,49,48,50,46,48,50,49,52,50,56,44,52,56,46,55,50,48,50,56,51,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,49,53,50,49,54,52,44,52,56,46,56,48,55,50,93,44,91,45,49,48,50,46,50,51,51,54,44,52,56,46,55,50,48,50,57,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,111,114,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,50,56,48,44,34,98,101,100,115,34,58,50,52,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,49,51,53,48,49,49,44,52,50,46,49,54,49,55,56,52,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,53,56,50,57,49,44,52,50,46,49,57,53,53,53,57,93,44,91,45,55,49,46,53,56,53,50,49,44,52,50,46,51,49,48,57,53,50,93,44,91,45,55,49,46,53,51,49,51,55,55,44,52,50,46,53,50,48,51,53,50,93,44,91,45,55,49,46,54,54,52,54,48,49,44,52,50,46,54,49,49,53,57,56,93,44,91,45,55,49,46,56,52,52,56,52,51,44,52,50,46,54,51,55,57,56,53,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,50,46,50,55,54,52,51,52,44,52,50,46,53,55,55,51,55,52,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,51,48,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,48,55,53,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,54,54,54,50,57,44,51,54,46,52,49,56,57,54,93,44,91,45,49,49,57,46,57,53,57,50,50,55,44,51,54,46,52,48,48,57,55,53,93,44,91,45,49,49,57,46,57,53,57,50,49,44,51,54,46,49,56,49,52,48,51,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,49,57,46,53,50,57,51,53,56,44,51,54,46,50,54,57,56,53,93,44,91,45,49,49,57,46,52,55,52,56,57,50,44,51,54,46,52,48,48,57,53,51,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,83,97,110,32,68,105,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,50,56,51,51,44,34,98,101,100,115,34,58,54,56,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,44,91,45,49,49,55,46,52,51,53,53,54,51,44,51,51,46,49,55,55,53,49,50,93,44,91,45,49,49,55,46,51,50,51,50,55,57,44,51,50,46,57,48,51,48,54,52,93,44,91,45,49,49,55,46,51,50,48,57,51,57,44,51,50,46,54,56,57,56,52,55,93,44,91,45,49,49,55,46,50,50,51,51,48,50,44,51,50,46,54,50,49,50,51,56,93,44,91,45,49,49,55,46,50,48,52,57,49,55,44,51,50,46,53,50,56,56,51,50,93,44,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,44,91,45,49,49,54,46,49,48,51,50,53,50,44,51,51,46,48,55,52,54,55,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,55,46,48,51,48,56,54,49,44,51,51,46,52,50,54,57,51,49,93,44,91,45,49,49,55,46,50,52,49,50,55,49,44,51,51,46,52,51,49,57,57,51,93,44,91,45,49,49,55,46,51,55,48,57,50,53,44,51,51,46,52,57,48,53,52,57,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,53,55,56,52,56,44,51,51,46,52,53,51,57,50,55,93,44,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,51,50,51,50,50,44,49,55,46,56,55,55,54,54,55,93,44,91,45,54,54,46,49,56,55,51,52,50,44,49,55,46,56,55,55,48,51,54,93,44,91,45,54,54,46,50,50,53,50,55,53,44,49,55,46,57,50,52,54,53,50,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,49,48,52,57,54,54,44,51,50,46,54,55,51,51,56,53,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,51,46,55,54,54,57,54,51,44,51,50,46,54,57,50,52,57,53,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,56,48,56,50,54,55,44,51,50,46,55,50,56,54,56,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,97,103,117,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,54,57,57,51,51,53,44,49,56,46,49,49,54,49,49,51,93,44,91,45,54,53,46,54,53,52,55,50,56,44,49,56,46,49,51,51,51,51,53,93,44,91,45,54,53,46,54,55,49,44,49,56,46,50,50,51,48,53,50,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,54,55,56,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,48,54,52,51,49,55,44,51,56,46,53,54,55,51,56,93,44,91,45,57,52,46,49,49,57,54,54,52,44,51,56,46,53,54,56,55,49,50,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,117,116,99,104,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,56,57,52,44,34,98,101,100,115,34,58,57,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,57,54,50,50,50,49,44,52,49,46,57,48,49,48,50,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,51,51,55,55,53,44,52,49,46,52,56,56,50,55,57,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,53,50,55,48,55,50,44,52,49,46,57,55,55,57,56,93,44,91,45,55,51,46,55,49,48,57,51,44,52,50,46,48,48,53,52,56,56,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,57,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,54,46,54,56,51,51,57,52,44,51,48,46,49,53,49,48,51,56,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,50,57,50,56,52,57,44,51,48,46,48,57,54,49,53,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,49,57,49,52,49,56,44,51,48,46,49,51,52,54,54,57,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,117,101,98,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,56,53,44,34,98,101,100,115,34,58,49,50,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,57,52,48,51,54,54,44,51,56,46,50,53,56,50,55,53,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,48,49,51,55,50,57,44,51,55,46,56,56,49,50,55,49,93,44,91,45,49,48,52,46,54,52,54,51,56,51,44,51,55,46,57,48,48,53,50,55,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,116,116,105,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,44,91,45,49,48,49,46,52,57,54,54,56,52,44,52,56,46,55,50,48,48,55,56,93,44,91,45,49,48,49,46,52,53,49,50,55,53,44,52,56,46,53,52,54,48,55,57,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,48,53,57,54,50,52,44,52,56,46,54,51,50,51,54,49,93,44,91,45,49,48,48,46,52,48,54,55,56,44,52,56,46,54,51,49,56,55,56,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,49,48,48,46,49,56,51,48,51,52,44,52,56,46,55,49,56,57,48,57,93,44,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,44,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,49,48,54,44,34,98,101,100,115,34,58,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,55,57,51,52,52,55,44,51,53,46,50,54,53,57,55,54,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,48,57,48,50,57,49,44,51,53,46,48,52,50,48,51,49,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,54,52,55,55,51,52,44,51,52,46,57,57,52,55,52,93,44,91,45,55,56,46,54,55,48,54,53,44,51,53,46,48,57,50,53,57,50,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,72,111,116,32,83,112,114,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,49,55,49,52,52,56,44,52,51,46,54,57,57,49,57,56,93,44,91,45,49,48,57,46,49,55,49,54,51,56,44,52,51,46,54,49,57,55,54,52,93,44,91,45,49,48,56,46,57,51,52,49,52,49,44,52,51,46,54,49,57,49,54,51,93,44,91,45,49,48,56,46,54,57,52,54,55,50,44,52,51,46,53,55,53,55,53,53,93,44,91,45,49,48,56,46,54,57,53,48,55,50,44,52,51,46,53,51,50,50,53,53,93,44,91,45,49,48,56,46,51,51,55,56,54,49,44,52,51,46,52,53,57,55,54,53,93,44,91,45,49,48,55,46,53,57,53,49,51,55,44,52,51,46,52,55,50,50,55,57,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,57,53,49,53,55,44,52,51,46,54,52,54,52,50,55,93,44,91,45,49,48,55,46,55,49,53,56,55,54,44,52,51,46,55,51,51,51,52,51,93,44,91,45,49,48,55,46,57,53,54,53,55,55,44,52,51,46,55,51,51,52,52,54,93,44,91,45,49,48,55,46,57,53,54,52,52,56,44,52,51,46,56,49,56,54,54,54,93,44,91,45,49,48,56,46,49,55,51,54,49,55,44,52,51,46,56,49,56,57,53,51,93,44,91,45,49,48,56,46,52,50,57,53,54,51,44,52,51,46,57,48,51,51,53,53,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,55,57,50,50,55,55,44,52,52,46,48,55,57,54,49,54,93,44,91,45,49,48,56,46,55,57,49,55,55,57,44,52,51,46,57,57,49,48,53,51,93,44,91,45,49,48,56,46,57,49,50,55,56,51,44,52,51,46,57,48,52,55,53,52,93,44,91,45,49,48,57,46,48,57,50,56,55,56,44,52,51,46,57,48,52,52,55,52,93,44,91,45,49,48,57,46,48,57,51,54,48,51,44,52,51,46,56,49,55,54,49,57,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,99,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,50,46,51,50,57,53,49,57,44,52,52,46,53,49,50,56,51,52,93,44,91,45,56,50,46,52,48,56,55,49,55,44,52,52,46,56,53,56,49,52,55,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,80,108,97,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,48,55,55,44,34,98,101,100,115,34,58,55,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,54,52,53,55,57,53,44,51,57,46,51,49,53,49,53,53,93,44,91,45,49,50,48,46,55,50,55,56,57,51,44,51,57,46,50,56,56,48,56,49,93,44,91,45,49,50,48,46,57,54,54,48,56,44,51,57,46,49,50,55,57,50,56,93,44,91,45,49,50,49,46,48,52,49,54,48,56,44,51,57,46,48,49,51,55,57,49,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,52,54,57,51,53,54,44,51,56,46,57,50,53,57,57,50,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,48,53,50,57,49,49,44,51,56,46,57,48,48,49,52,52,93,44,91,45,49,50,48,46,57,51,52,54,53,51,44,51,56,46,57,54,51,55,57,49,93,44,91,45,49,50,48,46,55,51,48,49,55,52,44,51,57,46,48,48,51,57,53,56,93,44,91,45,49,50,48,46,53,55,50,51,53,50,44,51,56,46,57,49,52,52,93,44,91,45,49,50,48,46,52,51,53,50,52,44,51,57,46,48,50,56,51,57,55,93,44,91,45,49,50,48,46,49,56,52,48,57,56,44,51,57,46,48,51,49,48,49,52,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,101,97,114,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,54,51,49,50,48,55,44,51,53,46,55,49,56,51,54,53,93,44,91,45,57,50,46,54,50,57,56,51,55,44,51,53,46,55,57,48,56,50,51,93,44,91,45,57,50,46,52,49,54,56,52,55,44,51,53,46,55,56,56,53,57,49,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,56,51,55,55,55,54,44,51,54,46,48,55,48,49,50,52,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,53,34,44,34,78,65,77,69,34,58,34,76,121,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,79,116,115,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,50,52,52,44,34,98,101,100,115,34,58,50,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,51,51,50,57,52,57,44,52,50,46,53,54,54,51,49,50,93,44,91,45,55,53,46,52,48,52,52,54,52,44,52,50,46,52,55,57,49,49,55,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,48,49,57,56,49,56,44,52,50,46,52,50,57,48,52,53,93,44,91,45,55,52,46,56,52,52,49,50,49,44,52,50,46,53,49,50,53,57,49,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,54,51,48,54,51,49,44,52,50,46,54,50,54,54,55,52,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,57,48,54,55,51,56,44,52,50,46,56,50,52,57,52,51,93,44,91,45,55,53,46,49,48,48,57,57,57,44,52,50,46,57,48,56,51,54,51,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,55,57,46,57,52,54,49,50,50,44,51,53,46,49,49,56,53,57,51,93,44,91,45,55,57,46,56,52,57,53,51,54,44,51,52,46,57,48,48,48,48,54,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,53,54,49,56,53,54,44,51,52,46,57,49,48,51,53,93,44,91,45,55,57,46,53,55,51,52,50,51,44,51,52,46,57,57,50,50,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,53,54,54,52,57,55,44,51,53,46,48,54,52,48,49,49,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,56,53,49,50,54,56,44,51,53,46,49,56,51,56,53,53,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,51,57,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,51,53,51,51,49,50,44,51,52,46,57,52,50,53,54,49,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,49,57,49,51,57,49,44,51,52,46,56,51,51,55,49,55,93,44,91,45,55,57,46,48,51,56,55,52,55,44,51,52,46,57,53,50,55,49,53,93,44,91,45,55,57,46,48,57,48,50,57,49,44,51,53,46,48,52,50,48,51,49,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,50,50,57,55,49,50,44,51,53,46,50,49,48,54,48,50,93,44,91,45,55,57,46,51,51,53,52,55,55,44,51,53,46,49,54,49,53,56,56,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,116,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,54,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,56,56,49,53,50,57,44,52,48,46,55,53,48,54,49,49,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,52,50,48,48,50,56,44,52,49,46,52,48,53,48,52,54,93,44,91,45,55,56,46,50,53,51,57,53,57,44,52,49,46,52,48,52,55,50,49,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,55,46,57,56,56,55,56,54,44,52,49,46,51,54,55,52,53,51,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,56,46,48,53,48,52,52,50,44,52,49,46,52,55,53,52,54,50,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,111,114,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,52,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,53,48,50,55,57,44,51,51,46,51,51,52,52,57,54,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,54,50,51,56,49,53,44,51,51,46,48,54,54,57,50,55,93,44,91,45,56,48,46,52,48,50,50,50,54,44,51,51,46,48,53,51,50,51,56,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,49,53,55,50,54,53,44,51,50,46,56,49,56,49,56,55,93,44,91,45,56,48,46,48,55,57,48,50,56,44,51,50,46,57,50,55,56,49,49,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,51,51,53,57,52,44,51,51,46,49,52,53,52,54,51,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,87,97,115,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,48,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,117,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,57,46,51,49,48,56,50,54,44,52,51,46,56,53,53,50,49,54,93,44,91,45,57,57,46,52,49,48,49,53,44,52,51,46,55,55,52,54,49,57,93,44,91,45,57,57,46,52,48,54,57,54,49,44,52,51,46,55,48,53,50,55,55,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,53,52,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,53,57,52,54,51,50,44,51,53,46,54,49,55,56,57,56,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,54,56,50,48,57,53,44,51,53,46,56,51,49,50,53,52,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,53,46,57,56,52,56,57,49,44,51,53,46,55,51,52,53,53,51,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,53,51,49,54,52,54,44,51,57,46,51,52,55,56,56,56,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,56,46,48,49,50,49,50,49,44,51,57,46,51,55,56,57,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,53,51,54,52,52,49,44,51,54,46,50,55,50,56,50,55,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,51,54,48,49,50,44,51,54,46,52,48,57,50,55,55,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,52,56,53,52,50,55,44,51,54,46,52,57,55,52,57,49,93,44,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,114,107,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,51,51,53,57,52,44,51,51,46,49,52,53,52,54,51,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,48,53,53,53,57,53,44,51,50,46,57,57,56,55,49,93,44,91,45,55,57,46,57,53,54,52,51,51,44,51,50,46,56,53,57,55,57,49,93,44,91,45,55,57,46,56,52,49,48,54,55,44,51,50,46,57,49,50,52,54,57,93,44,91,45,55,57,46,54,52,51,51,48,49,44,51,51,46,49,50,51,52,53,51,93,44,91,45,55,57,46,53,49,56,56,52,52,44,51,51,46,49,52,56,50,57,55,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,57,55,49,57,54,51,44,51,51,46,53,48,48,57,51,55,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,50,53,53,54,52,50,44,51,51,46,51,48,48,48,48,50,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,97,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,57,54,44,34,98,101,100,115,34,58,53,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,50,46,57,52,56,48,55,49,44,51,52,46,51,56,57,50,53,53,93,44,91,45,57,50,46,57,49,53,48,55,57,44,51,52,46,53,48,54,49,49,52,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,56,48,56,48,50,56,44,51,52,46,53,57,48,52,48,54,93,44,91,45,57,50,46,57,55,57,57,48,50,44,51,52,46,54,51,55,50,50,50,93,44,91,45,57,50,46,57,54,57,50,53,44,51,52,46,55,55,50,50,54,54,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,84,114,117,109,98,117,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,55,57,52,44,34,98,101,100,115,34,58,55,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,51,34,44,34,78,65,77,69,34,58,34,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,56,46,57,54,51,53,57,51,44,51,49,46,52,52,54,50,53,49,93,44,91,45,57,56,46,54,57,54,54,51,52,44,51,49,46,52,48,55,50,56,55,93,44,91,45,57,56,46,54,50,53,54,50,56,44,51,49,46,50,54,57,55,57,56,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,52,57,50,56,48,50,44,51,49,46,55,50,51,54,48,56,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,57,34,44,34,78,65,77,69,34,58,34,79,108,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,53,54,54,44,34,98,101,100,115,34,58,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,56,48,46,49,54,54,52,55,50,44,52,49,46,48,48,48,57,50,56,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,51,55,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,54,46,49,51,51,53,55,44,52,54,46,50,49,53,50,51,49,93,44,91,45,49,49,54,46,51,48,51,55,49,51,44,52,54,46,49,54,54,55,55,56,93,44,91,45,49,49,54,46,52,53,52,49,49,55,44,52,54,46,49,57,50,48,51,50,93,44,91,45,49,49,54,46,53,49,52,55,48,55,44,52,54,46,48,51,56,55,53,55,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,53,57,52,50,49,44,52,53,46,55,55,57,48,56,93,44,91,45,49,49,54,46,52,54,51,54,51,53,44,52,53,46,54,48,50,55,56,53,93,44,91,45,49,49,54,46,53,53,55,54,50,49,44,52,53,46,53,48,51,52,57,53,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,51,52,50,56,55,54,44,52,53,46,50,54,55,56,55,50,93,44,91,45,49,49,54,46,50,56,53,57,54,57,44,52,53,46,49,50,56,55,51,50,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,53,46,57,55,53,55,56,55,44,52,53,46,49,57,53,50,56,50,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,52,46,54,48,51,57,52,44,52,53,46,50,57,53,56,50,54,93,44,91,45,49,49,52,46,55,57,51,50,48,55,44,52,53,46,52,51,54,51,51,52,93,44,91,45,49,49,52,46,54,54,54,50,50,51,44,52,53,46,52,55,49,51,50,53,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,52,57,57,54,54,55,44,52,53,46,54,54,56,53,49,51,93,44,91,45,49,49,52,46,53,54,54,51,52,56,44,52,53,46,55,55,50,55,51,57,93,44,91,45,49,49,52,46,52,48,53,57,49,55,44,52,53,46,56,55,48,52,93,44,91,45,49,49,52,46,52,56,48,53,51,55,44,52,54,46,48,51,48,52,51,57,93,44,91,45,49,49,52,46,52,52,53,50,51,52,44,52,54,46,49,54,55,57,52,54,93,44,91,45,49,49,52,46,52,55,48,55,57,53,44,52,54,46,50,54,53,51,55,55,93,44,91,45,49,49,52,46,51,52,50,57,56,53,44,52,54,46,53,49,56,48,52,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,53,46,54,50,56,57,53,55,44,52,54,46,52,55,51,54,49,56,93,44,91,45,49,49,53,46,55,56,48,56,49,56,44,52,54,46,50,54,55,50,53,93,44,91,45,49,49,53,46,57,53,55,50,54,56,44,52,54,46,50,56,56,57,51,49,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,49,53,51,48,57,51,44,51,56,46,49,55,52,54,51,52,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,117,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,54,56,51,50,50,52,44,51,55,46,52,50,56,57,55,52,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,50,52,57,48,50,49,44,51,55,46,54,51,53,53,52,54,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,52,48,53,53,57,54,44,51,55,46,55,51,53,50,54,51,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,98,97,114,114,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,52,56,44,34,98,101,100,115,34,58,52,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,54,54,54,52,56,44,51,53,46,50,54,55,57,51,52,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,50,46,57,48,51,50,55,51,44,51,55,46,48,55,48,54,53,49,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,51,46,48,55,49,53,56,52,44,51,55,46,52,56,55,52,52,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,50,49,44,34,98,101,100,115,34,58,52,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,56,49,53,52,49,52,44,52,48,46,57,53,55,52,51,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,50,46,49,56,54,54,57,51,44,52,49,46,49,53,51,48,50,56,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,48,48,54,53,54,54,44,52,48,46,57,50,49,56,52,54,93,44,91,45,49,49,49,46,57,52,54,50,56,57,44,52,48,46,56,50,49,55,57,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,116,116,111,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,55,50,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,53,46,52,53,50,53,48,50,44,52,51,46,56,52,55,57,53,51,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,53,46,49,48,48,50,50,49,44,52,52,46,49,48,56,48,51,52,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,79,107,101,101,99,104,111,98,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,55,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,50,48,53,51,56,56,44,50,55,46,52,57,48,50,53,52,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,48,46,56,55,49,49,54,57,44,50,55,46,49,53,52,57,53,49,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,54,55,55,52,50,55,44,50,55,46,49,50,49,54,49,57,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,55,55,55,49,54,54,44,50,55,46,53,53,56,55,51,51,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,55,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,49,48,51,54,51,44,51,52,46,55,50,55,56,51,55,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,48,51,54,50,55,54,44,51,52,46,54,52,50,48,56,55,93,44,91,45,56,51,46,57,51,57,48,48,55,44,51,52,46,55,52,48,56,53,57,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,56,48,52,57,54,50,44,51,52,46,56,57,53,57,51,52,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,99,107,32,72,97,119,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,48,57,44,34,98,101,100,115,34,58,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,51,34,44,34,78,65,77,69,34,58,34,83,97,98,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,51,46,57,56,51,50,51,57,44,51,49,46,52,54,54,49,49,52,93,44,91,45,57,52,46,48,52,52,49,53,52,44,51,49,46,52,48,57,57,55,57,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,54,56,55,53,49,49,44,51,49,46,51,49,48,56,49,51,93,44,91,45,57,51,46,54,57,50,54,51,49,44,51,49,46,52,51,55,49,57,50,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,50,49,50,49,48,55,44,51,56,46,57,54,48,49,52,56,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,84,117,115,99,97,108,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,50,49,51,44,34,98,101,100,115,34,58,49,48,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,55,46,56,51,50,50,51,51,44,51,51,46,48,49,55,50,53,56,93,44,91,45,56,55,46,55,49,53,55,48,57,44,51,51,46,48,48,54,56,50,52,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,51,49,56,53,51,57,44,51,51,46,48,48,54,49,55,57,93,44,91,45,56,55,46,50,56,49,57,52,53,44,51,51,46,49,51,51,48,54,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,49,55,57,54,51,56,44,51,51,46,51,50,49,49,49,50,93,44,91,45,56,55,46,50,56,52,51,54,51,44,51,51,46,52,52,48,53,55,56,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,51,49,56,53,51,50,44,51,51,46,53,56,55,51,57,51,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,54,51,49,55,49,56,44,51,51,46,54,48,57,56,51,51,93,44,91,45,56,55,46,54,54,54,54,54,49,44,51,51,46,53,50,49,54,54,55,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,105,108,99,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,53,50,49,57,52,54,44,51,50,46,49,51,50,56,49,54,93,44,91,45,56,55,46,54,50,52,48,48,53,44,51,50,46,49,51,50,51,52,53,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,55,46,54,50,48,49,49,50,44,51,49,46,56,50,55,49,50,51,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,55,46,49,55,55,56,54,44,51,50,46,48,52,55,53,49,52,93,44,91,45,56,55,46,51,50,53,54,52,52,44,51,50,46,49,57,54,50,55,50,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,56,57,46,55,56,53,50,50,55,44,51,51,46,52,49,54,50,55,53,93,44,91,45,56,57,46,54,52,54,51,49,52,44,51,51,46,52,48,50,53,52,52,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,52,53,52,48,53,44,51,51,46,52,51,51,50,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,53,48,54,52,57,54,44,51,51,46,52,53,57,56,48,54,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,75,101,97,114,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,50,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,56,46,55,50,51,57,52,56,44,52,48,46,51,53,48,51,57,49,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,57,48,54,48,57,54,44,52,48,46,54,53,50,55,50,50,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,105,116,99,104,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,78,101,119,32,67,97,115,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,53,49,51,51,44,34,98,101,100,115,34,58,50,48,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,53,55,52,52,50,57,44,51,57,46,51,49,51,54,49,49,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,53,54,48,53,51,56,44,51,57,46,52,53,53,54,52,53,93,44,91,45,55,53,46,53,49,50,55,55,44,51,57,46,53,55,56,50,57,93,44,91,45,55,53,46,53,53,56,55,55,51,44,51,57,46,54,50,57,57,56,55,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,53,55,57,57,50,54,44,51,57,46,56,51,56,56,54,50,93,44,91,45,55,53,46,53,57,51,48,57,57,44,51,57,46,56,51,55,55,50,51,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,56,48,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,51,57,57,55,54,53,44,52,51,46,54,50,49,57,55,54,93,44,91,45,49,49,49,46,50,52,51,56,51,57,44,52,51,46,54,50,49,56,53,51,93,44,91,45,49,49,49,46,50,48,55,53,54,49,44,52,51,46,53,52,51,56,53,55,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,49,56,55,50,53,54,44,52,51,46,57,51,50,49,49,52,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,111,99,107,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,50,55,53,44,34,98,101,100,115,34,58,52,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,51,52,51,50,50,56,44,52,49,46,53,56,55,56,51,51,93,44,91,45,57,48,46,52,54,49,52,51,50,44,52,49,46,53,50,51,53,51,51,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,49,46,48,52,56,50,53,57,44,52,49,46,52,48,57,55,52,56,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,48,46,52,51,49,57,51,44,52,49,46,52,53,54,56,51,52,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,108,111,117,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,54,49,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,53,49,54,48,53,55,44,51,55,46,50,52,56,55,53,50,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,52,52,52,55,51,54,44,51,55,46,52,49,56,53,51,57,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,54,53,52,48,55,54,44,51,55,46,54,48,51,49,55,52,93,44,91,45,55,54,46,55,49,50,51,48,53,44,51,55,46,52,51,49,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,49,56,49,56,49,44,51,51,46,55,56,56,56,53,50,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,52,46,48,53,50,57,52,51,44,51,51,46,56,56,54,48,56,50,93,44,91,45,57,52,46,48,57,56,53,48,49,44,51,52,46,49,57,49,50,48,51,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,52,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,51,55,51,53,50,49,44,52,48,46,54,57,50,52,54,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,49,51,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,48,48,50,55,57,50,44,52,50,46,53,56,56,48,48,51,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,50,46,54,53,52,48,50,56,44,52,50,46,51,50,56,56,55,50,93,44,91,45,49,49,50,46,54,53,51,57,56,57,44,52,50,46,52,49,54,49,54,57,93,44,91,45,49,49,50,46,52,57,55,56,52,57,44,52,50,46,52,49,53,57,57,56,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,51,56,57,52,49,56,44,52,50,46,54,50,52,51,56,50,93,44,91,45,49,49,50,46,52,57,54,57,49,44,52,50,46,55,51,51,48,49,51,93,44,91,45,49,49,50,46,53,49,53,53,49,57,44,52,50,46,57,48,57,57,55,53,93,44,91,45,49,49,50,46,53,55,57,50,56,55,44,52,50,46,57,55,50,52,53,49,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,56,49,54,53,55,56,44,52,50,46,56,54,51,50,51,49,93,44,91,45,49,49,51,46,48,48,55,55,54,44,52,50,46,56,54,51,48,53,49,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,50,52,51,52,55,56,44,52,51,46,49,49,48,57,52,54,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,51,55,51,53,50,49,44,52,48,46,54,57,50,52,54,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,55,52,55,55,54,52,44,52,48,46,55,51,55,53,52,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,104,105,108,97,100,101,108,112,104,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,53,50,50,44,34,98,101,100,115,34,58,55,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,53,46,49,48,57,52,51,49,44,52,48,46,48,52,53,56,55,52,93,44,91,45,55,53,46,50,50,51,54,49,44,52,48,46,48,57,50,57,48,55,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,97,107,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,52,50,57,53,54,51,44,52,51,46,57,48,51,51,53,53,93,44,91,45,49,48,56,46,49,55,51,54,49,55,44,52,51,46,56,49,56,57,53,51,93,44,91,45,49,48,55,46,57,53,54,52,52,56,44,52,51,46,56,49,56,54,54,54,93,44,91,45,49,48,55,46,57,53,54,53,55,55,44,52,51,46,55,51,51,52,52,54,93,44,91,45,49,48,55,46,55,49,53,56,55,54,44,52,51,46,55,51,51,51,52,51,93,44,91,45,49,48,55,46,53,57,53,49,53,55,44,52,51,46,54,52,54,52,50,55,93,44,91,45,49,48,55,46,53,57,53,49,48,53,44,52,51,46,53,48,49,51,57,55,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,55,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,50,51,56,50,52,52,44,51,54,46,51,55,49,53,56,56,93,44,91,45,55,54,46,48,54,56,54,48,53,44,51,54,46,50,49,54,53,57,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,53,46,56,56,55,57,56,52,44,51,54,46,49,54,51,51,49,49,93,44,91,45,55,53,46,57,54,57,54,50,53,44,51,54,46,51,48,54,51,49,50,93,44,91,45,55,54,46,49,49,52,48,54,57,44,51,54,46,51,53,55,52,57,56,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,111,109,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,54,50,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,54,57,49,52,48,54,44,52,50,46,50,56,52,51,48,55,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,52,49,53,51,48,53,44,52,50,46,51,49,56,51,54,56,93,44,91,45,55,54,46,50,53,48,49,52,57,44,52,50,46,50,57,54,54,55,54,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,50,52,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,49,46,55,52,52,57,57,44,51,52,46,48,57,52,48,50,49,93,44,91,45,57,49,46,55,50,55,50,55,54,44,51,52,46,49,55,52,48,57,51,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,53,52,48,49,55,56,44,51,52,46,50,50,52,53,57,57,93,44,91,45,57,49,46,55,49,49,55,57,53,44,51,52,46,50,51,51,57,49,57,93,44,91,45,57,49,46,55,48,53,49,56,53,44,51,52,46,52,56,50,54,55,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,44,91,45,57,49,46,55,50,55,50,55,54,44,51,52,46,49,55,52,48,57,51,93,44,91,45,57,49,46,55,52,52,57,57,44,51,52,46,48,57,52,48,50,49,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,53,52,56,54,54,56,44,51,51,46,57,55,54,55,57,57,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,52,52,53,54,49,52,44,51,52,46,48,56,48,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,49,54,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,49,46,50,54,56,55,52,56,44,52,51,46,54,49,53,51,52,56,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,48,46,54,55,49,54,53,50,44,52,51,46,53,53,50,56,53,54,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,50,49,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,48,46,55,54,56,54,57,53,44,51,55,46,54,48,51,48,49,49,93,44,91,45,57,48,46,55,55,50,57,52,57,44,51,55,46,51,55,51,54,53,57,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,54,52,55,56,55,52,44,51,55,46,54,52,50,56,48,57,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,72,111,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,52,48,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,53,56,49,49,55,53,44,51,51,46,51,53,56,57,55,55,93,44,91,45,57,53,46,55,50,57,48,57,52,44,51,51,46,51,48,53,52,50,56,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,98,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,52,50,54,44,34,98,101,100,115,34,58,49,53,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,55,54,49,50,54,53,44,52,50,46,54,49,48,51,55,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,54,53,53,53,52,53,44,51,49,46,51,50,57,54,52,93,44,91,45,57,53,46,55,50,53,50,50,54,44,51,49,46,50,55,49,48,56,52,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,54,53,54,52,56,55,44,51,49,46,48,55,57,51,51,57,93,44,91,45,57,53,46,54,55,50,53,57,55,44,51,48,46,57,55,54,50,55,56,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,53,46,49,52,57,49,57,56,44,51,49,46,53,54,56,56,48,55,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,54,53,49,55,54,52,44,51,49,46,53,52,49,55,57,49,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,57,48,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,49,46,51,49,51,53,57,49,44,51,57,46,56,54,57,52,55,49,93,44,91,45,56,49,46,51,49,57,49,50,53,44,51,57,46,55,48,55,51,54,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,82,117,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,50,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,55,54,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,50,46,48,52,50,49,53,53,44,51,55,46,55,51,56,53,52,49,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,56,50,51,48,51,44,51,55,46,54,53,57,56,55,50,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,75,111,111,99,104,105,99,104,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,44,91,45,57,51,46,50,48,55,52,50,54,44,52,56,46,54,52,50,52,49,57,93,44,91,45,57,51,46,52,54,53,57,56,50,44,52,56,46,53,56,55,50,56,55,93,44,91,45,57,51,46,52,54,55,53,48,50,44,52,56,46,53,52,53,54,54,49,93,44,91,45,57,51,46,55,57,52,52,53,53,44,52,56,46,53,49,53,57,56,54,93,44,91,45,57,51,46,56,52,52,48,49,51,44,52,56,46,54,50,57,51,56,52,93,44,91,45,57,52,46,50,52,52,51,57,56,44,52,56,46,54,53,51,52,50,49,93,44,91,45,57,52,46,52,51,48,50,55,51,44,52,56,46,55,48,48,57,48,57,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,51,46,55,55,54,49,55,51,44,52,55,46,56,52,54,52,48,52,93,44,91,45,57,51,46,55,55,53,55,55,50,44,52,55,46,56,57,56,57,53,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,48,57,54,52,56,56,44,52,56,46,48,54,55,56,50,54,93,44,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,101,120,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,53,56,54,53,44,34,98,101,100,115,34,58,55,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,51,56,48,49,54,49,44,50,57,46,55,48,51,57,50,57,93,44,91,45,57,56,46,53,52,51,55,49,56,44,50,57,46,55,53,50,48,53,50,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,111,117,108,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,49,48,51,48,44,34,98,101,100,115,34,58,56,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,54,51,56,50,57,50,44,52,48,46,48,52,52,51,50,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,52,55,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,53,57,55,55,54,54,44,51,54,46,49,54,52,49,56,50,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,52,55,52,57,48,49,44,51,53,46,57,50,50,56,57,51,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,50,57,51,54,56,57,44,51,54,46,49,51,56,49,57,51,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,121,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,56,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,52,51,53,54,49,44,51,54,46,53,49,48,49,54,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,49,49,56,53,44,51,54,46,49,54,49,54,51,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,97,116,111,110,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,55,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,52,46,56,53,57,51,56,56,44,52,51,46,56,52,56,48,57,51,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,52,46,55,48,50,48,53,44,52,51,46,56,48,53,52,49,51,93,44,91,45,49,49,52,46,54,56,51,49,52,44,52,51,46,53,57,51,51,54,55,93,44,91,45,49,49,52,46,53,49,50,52,51,56,44,52,51,46,52,54,48,52,53,52,93,44,91,45,49,49,52,46,53,51,52,52,56,56,44,52,51,46,51,51,51,51,56,51,93,44,91,45,49,49,52,46,51,57,52,54,48,54,44,52,51,46,51,50,54,52,54,55,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,51,46,52,49,51,56,54,55,44,52,51,46,49,57,57,56,53,57,93,44,91,45,49,49,51,46,52,49,51,49,51,56,44,52,50,46,56,52,57,49,54,57,93,44,91,45,49,49,51,46,52,55,50,49,53,53,44,52,50,46,56,52,57,50,48,49,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,51,55,53,48,54,50,44,52,50,46,54,56,55,56,51,50,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,50,52,51,52,55,56,44,52,51,46,49,49,48,57,52,54,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,51,46,51,54,49,57,53,56,44,52,51,46,50,56,52,54,55,56,93,44,91,45,49,49,51,46,51,54,49,57,49,44,52,51,46,51,54,55,49,54,93,44,91,45,49,49,51,46,54,51,53,50,51,44,52,51,46,51,54,55,53,52,54,93,44,91,45,49,49,51,46,54,51,52,51,51,53,44,52,51,46,52,57,55,51,48,56,93,44,91,45,49,49,51,46,55,48,49,49,53,51,44,52,51,46,53,56,52,53,53,51,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,57,56,54,52,57,52,44,52,51,46,55,50,53,51,57,93,44,91,45,49,49,52,46,49,51,50,55,51,50,44,52,51,46,55,53,48,55,53,55,93,44,91,45,49,49,52,46,50,57,50,52,56,52,44,52,51,46,56,56,55,48,54,50,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,54,55,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,48,51,48,57,53,53,44,51,48,46,51,55,57,51,57,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,55,55,53,53,53,52,44,51,48,46,52,51,55,54,53,54,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,108,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,49,48,48,46,53,52,51,52,56,52,44,52,52,46,55,54,49,48,56,55,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,54,49,51,56,48,53,44,52,52,46,55,48,55,49,51,53,93,44,91,45,49,48,48,46,54,52,48,48,54,49,44,52,52,46,53,56,51,55,50,51,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,110,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,51,52,49,55,44,34,98,101,100,115,34,58,50,54,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,53,46,48,53,51,50,53,54,44,51,57,46,54,54,55,55,56,53,93,44,91,45,49,48,53,46,48,57,54,57,48,57,44,51,57,46,54,49,52,52,50,51,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,53,51,52,51,57,44,51,57,46,54,50,52,51,56,55,93,44,91,45,49,48,53,46,48,53,51,51,51,44,51,57,46,54,50,55,57,56,57,93,44,91,45,49,48,53,46,48,53,51,52,53,55,44,51,57,46,54,50,57,53,50,54,93,44,91,45,49,48,53,46,48,53,51,52,49,49,44,51,57,46,54,51,49,53,56,54,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,49,52,53,52,50,51,44,51,52,46,52,49,56,51,49,51,93,44,91,45,57,54,46,48,57,50,48,49,50,44,51,52,46,53,48,54,48,53,57,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,53,49,50,49,55,49,44,51,52,46,54,56,48,48,54,53,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,52,46,57,56,55,51,49,56,44,52,53,46,51,53,50,48,52,93,44,91,45,49,48,53,46,48,51,56,50,48,53,44,52,53,46,51,53,50,48,51,53,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,49,51,52,56,52,50,44,52,53,46,57,54,56,56,51,51,93,44,91,45,49,48,52,46,51,57,48,56,55,54,44,52,53,46,57,55,48,51,54,51,93,44,91,45,49,48,52,46,51,57,48,55,52,52,44,52,54,46,48,53,52,56,50,54,93,44,91,45,49,48,52,46,53,49,54,49,50,54,44,52,54,46,49,51,54,49,57,54,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,57,51,57,50,48,53,44,52,54,46,49,51,54,53,55,53,93,44,91,45,49,48,52,46,57,51,57,50,56,57,44,52,53,46,55,56,54,57,54,52,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,49,34,44,34,78,65,77,69,34,58,34,85,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,52,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,105,98,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,56,53,49,49,51,44,51,56,46,50,55,53,49,50,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,55,57,57,49,54,57,44,51,56,46,50,50,56,53,56,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,51,49,53,57,51,44,51,56,46,51,55,53,48,52,56,93,44,91,45,56,55,46,52,48,55,53,56,51,44,51,56,46,51,55,53,53,48,49,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,75,105,109,98,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,101,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,68,105,115,116,114,105,99,116,32,111,102,32,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,105,115,116,114,105,99,116,32,111,102,32,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,52,57,56,44,34,98,101,100,115,34,58,52,49,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,54,46,57,48,57,51,57,51,44,51,56,46,56,57,50,56,53,50,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,114,111,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,54,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,56,46,51,55,57,49,51,54,44,51,56,46,52,57,57,57,56,55,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,55,46,57,51,55,53,56,56,44,51,56,46,50,49,56,57,57,50,93,44,91,45,49,48,56,46,48,56,54,54,48,52,44,51,56,46,50,53,53,50,48,50,93,44,91,45,49,48,56,46,49,51,50,51,56,44,51,56,46,51,51,49,53,55,51,93,44,91,45,49,48,55,46,54,51,53,54,57,55,44,51,56,46,51,51,50,49,52,56,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,53,48,48,48,50,44,51,56,46,51,48,49,57,50,54,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,55,52,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,51,46,55,54,54,56,48,56,44,52,53,46,48,53,55,51,49,50,93,44,91,45,57,51,46,54,53,56,57,49,55,44,52,53,46,49,57,51,53,53,49,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,53,55,57,51,57,44,52,53,46,50,57,50,49,50,50,93,44,91,45,57,51,46,55,53,54,54,49,44,52,53,46,50,57,52,55,50,49,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,52,46,49,49,54,55,54,53,44,52,53,46,51,50,56,48,49,57,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,75,101,110,111,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,51,51,48,44,34,98,101,100,115,34,58,51,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,56,46,49,56,56,51,48,54,44,52,50,46,54,54,57,55,48,57,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,97,103,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,51,53,55,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,55,46,49,49,51,54,55,50,44,51,57,46,57,49,57,49,49,50,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,50,52,56,50,57,53,44,51,57,46,53,52,52,50,53,49,93,44,91,45,49,48,54,46,49,55,54,49,49,53,44,51,57,46,54,49,52,50,50,49,93,44,91,45,49,48,54,46,51,56,53,52,55,56,44,51,57,46,55,54,55,49,54,52,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,70,114,97,110,99,105,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,48,48,52,52,44,34,98,101,100,115,34,58,51,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,44,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,52,49,56,54,55,51,44,51,55,46,56,53,50,53,48,53,93,44,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,93,93,44,91,91,91,45,49,50,51,46,49,55,51,56,50,53,44,51,55,46,55,55,53,55,50,55,93,44,91,45,49,50,51,46,48,48,48,57,49,50,44,51,55,46,54,51,57,57,51,93,44,91,45,49,50,50,46,57,52,57,57,56,53,44,51,55,46,55,51,50,49,56,55,93,44,91,45,49,50,51,46,48,55,48,52,57,52,44,51,55,46,56,49,51,56,51,93,44,91,45,49,50,51,46,49,55,51,56,50,53,44,51,55,46,55,55,53,55,50,55,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,105,103,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,56,46,56,49,54,55,49,44,51,55,46,56,57,53,53,51,56,93,44,91,45,49,48,56,46,50,53,54,52,57,56,44,51,55,46,56,57,52,54,48,55,93,44,91,45,49,48,56,46,50,48,57,48,57,51,44,51,55,46,56,50,48,57,51,54,93,44,91,45,49,48,55,46,57,56,57,50,48,56,44,51,55,46,56,53,54,54,52,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,55,57,53,52,54,57,44,51,55,46,57,56,56,53,50,93,44,91,45,49,48,55,46,57,48,48,49,57,51,44,51,56,46,48,50,54,50,52,57,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,48,34,44,34,78,65,77,69,34,58,34,65,110,99,104,111,114,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,54,49,49,50,44,34,98,101,100,115,34,58,49,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,57,46,49,56,48,48,54,50,44,54,49,46,52,50,54,50,53,93,44,91,45,49,52,57,46,51,53,57,52,52,44,54,49,46,52,56,52,48,50,53,93,44,91,45,49,52,57,46,55,52,56,51,54,57,44,54,49,46,51,57,55,51,55,49,93,44,91,45,49,52,57,46,57,56,55,52,57,53,44,54,49,46,50,50,52,48,54,52,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,53,48,46,50,52,55,55,52,54,44,54,49,46,48,55,57,54,51,55,93,44,91,45,49,53,48,46,48,54,57,50,51,56,44,54,49,46,48,55,57,54,51,54,93,44,91,45,49,52,57,46,51,53,57,51,57,57,44,54,48,46,57,48,54,51,51,93,44,91,45,49,52,57,46,48,51,52,48,56,44,54,48,46,56,52,56,53,51,52,93,44,91,45,49,52,57,46,48,51,55,55,52,49,44,54,48,46,55,51,50,57,56,55,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,56,46,55,51,56,51,54,51,44,54,48,46,56,52,56,53,52,54,93,44,91,45,49,52,56,46,52,55,50,48,54,53,44,54,48,46,56,52,56,53,50,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,104,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,53,48,51,44,34,98,101,100,115,34,58,51,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,44,91,45,56,49,46,52,51,54,57,50,57,44,51,48,46,50,53,50,51,51,53,93,44,91,45,56,49,46,52,51,51,55,51,55,44,51,48,46,49,48,54,48,50,56,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,54,56,56,56,55,54,44,51,48,46,48,50,56,53,54,54,93,44,91,45,56,49,46,54,49,48,49,52,54,44,50,57,46,57,55,48,50,51,53,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,53,50,53,50,51,44,50,57,46,55,53,57,52,57,55,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,51,50,52,48,53,57,44,50,57,46,54,50,53,54,49,93,44,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,44,91,45,56,49,46,50,48,53,49,55,55,44,50,57,46,56,50,50,52,51,51,93,44,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,52,53,52,48,53,44,51,51,46,52,51,51,50,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,51,49,54,52,48,56,44,51,51,46,50,56,53,53,53,54,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,50,49,51,57,50,49,44,51,51,46,49,48,57,52,48,50,93,44,91,45,56,57,46,50,49,51,52,50,50,44,51,51,46,49,57,55,53,52,51,93,44,91,45,56,57,46,49,48,56,57,44,51,51,46,49,57,56,48,53,57,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,50,50,50,48,51,57,44,51,51,46,53,50,55,50,52,53,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,48,51,52,44,34,98,101,100,115,34,58,51,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,57,48,55,52,51,53,44,52,51,46,49,49,56,57,49,49,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,50,51,55,49,57,44,34,98,101,100,115,34,58,49,56,54,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,55,46,57,50,48,52,55,54,44,52,49,46,57,57,51,56,56,54,93,44,91,45,56,55,46,57,49,52,50,54,52,44,52,49,46,55,49,54,53,57,56,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,55,46,55,57,50,55,57,51,44,52,49,46,53,53,56,53,52,93,44,91,45,56,55,46,55,57,48,51,48,51,44,52,49,46,52,54,57,56,52,54,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,53,50,51,54,54,49,44,52,49,46,55,53,57,57,48,55,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,49,54,48,51,56,57,44,51,55,46,54,53,54,49,51,49,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,50,54,52,44,34,98,101,100,115,34,58,52,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,51,51,52,50,51,52,44,51,52,46,51,52,50,54,51,93,44,91,45,56,50,46,50,52,55,55,52,55,44,51,52,46,50,49,57,54,49,57,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,50,48,48,50,56,54,44,51,51,46,57,55,56,53,57,55,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,50,46,49,54,57,50,57,55,44,51,52,46,51,51,48,55,52,54,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,54,51,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,56,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,56,51,52,56,51,57,44,52,55,46,48,48,55,50,53,52,93,44,91,45,57,54,46,55,54,49,54,57,51,44,52,54,46,57,51,52,53,53,56,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,97,121,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,52,48,49,56,48,53,44,51,53,46,56,50,50,54,53,55,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,57,46,50,55,49,50,50,52,44,51,53,46,55,53,52,57,50,50,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,111,120,32,69,108,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,48,48,49,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,49,46,57,49,54,53,51,52,44,52,49,46,53,51,56,53,53,52,93,44,91,45,49,49,49,46,57,57,54,54,48,54,44,52,49,46,53,53,55,53,55,50,93,44,91,45,49,49,50,46,48,53,49,55,51,55,44,52,49,46,54,57,57,53,53,50,93,44,91,45,49,49,50,46,48,51,48,52,56,51,44,52,49,46,56,49,48,48,52,55,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,51,46,56,49,52,56,56,52,44,52,49,46,57,56,56,54,53,52,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,50,46,55,57,57,51,53,57,44,52,48,46,57,57,57,57,51,57,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,50,51,56,48,54,53,44,52,49,46,51,51,54,53,53,50,93,44,91,45,49,49,50,46,48,50,56,54,55,50,44,52,49,46,51,51,54,53,49,50,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,105,112,112,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,57,46,48,49,55,53,53,49,44,51,52,46,56,53,56,55,50,51,93,44,91,45,56,57,46,48,56,56,48,54,53,44,51,52,46,56,49,53,51,48,55,93,44,91,45,56,57,46,48,56,56,52,56,56,44,51,52,46,53,57,56,50,52,55,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,56,50,51,52,55,51,44,51,52,46,56,53,56,54,50,57,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,52,53,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,55,53,54,49,49,51,44,51,57,46,57,49,51,52,48,50,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,48,46,56,51,51,53,49,51,44,51,57,46,55,50,48,56,49,50,93,44,91,45,56,48,46,53,49,57,51,52,50,44,51,57,46,55,50,49,52,48,51,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,49,56,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,55,56,49,56,50,44,51,56,46,57,54,52,57,51,53,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,54,51,50,56,51,54,44,51,56,46,53,53,52,51,55,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,53,52,54,54,51,49,44,51,56,46,54,55,50,51,56,55,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,51,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,53,46,49,51,54,50,48,57,44,52,51,46,57,56,51,56,53,57,93,44,91,45,49,49,53,46,53,48,56,55,50,50,44,52,51,46,56,56,52,56,53,53,93,44,91,45,49,49,53,46,54,52,53,56,48,50,44,52,51,46,55,48,48,50,54,93,44,91,45,49,49,53,46,56,50,55,57,50,44,52,51,46,54,48,55,54,54,55,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,53,46,57,55,56,54,53,49,44,52,51,46,49,49,51,52,51,50,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,54,46,50,48,49,55,52,44,52,51,46,48,52,56,57,51,93,44,91,45,49,49,53,46,57,54,48,57,57,57,44,52,50,46,57,56,57,48,56,52,93,44,91,45,49,49,53,46,52,52,49,53,50,50,44,52,50,46,57,51,49,49,50,55,93,44,91,45,49,49,53,46,52,53,52,50,50,52,44,52,50,46,55,54,55,57,51,54,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,53,46,48,56,54,56,53,50,44,52,50,46,57,49,52,53,54,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,53,46,48,56,51,48,56,57,44,52,51,46,54,48,52,50,57,50,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,52,46,57,55,49,51,53,49,44,52,51,46,57,51,56,51,48,56,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,108,116,105,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,55,54,50,53,44,34,98,101,100,115,34,58,49,57,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,56,56,51,50,57,52,44,51,57,46,52,55,52,55,53,49,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,55,49,49,48,53,52,44,51,57,46,50,55,55,56,56,57,93,44,91,45,55,54,46,55,49,49,51,49,51,44,51,57,46,51,55,49,57,51,51,93,44,91,45,55,54,46,53,50,57,55,57,51,44,51,57,46,51,55,50,48,53,56,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,51,57,49,54,56,56,44,51,57,46,52,54,52,53,51,50,93,44,91,45,55,54,46,53,51,50,49,55,52,44,51,57,46,53,52,51,57,55,55,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,56,52,55,48,52,54,44,52,56,46,51,55,49,50,93,44,91,45,57,57,46,56,52,56,50,50,50,44,52,56,46,48,50,49,52,50,52,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,54,50,53,51,56,52,44,52,55,46,57,49,54,51,57,57,93,44,91,45,57,56,46,56,48,55,53,57,51,44,52,56,46,48,53,57,56,48,49,93,44,91,45,57,56,46,57,56,54,57,48,49,44,52,56,46,48,48,55,52,57,56,93,44,91,45,57,57,46,48,55,48,52,52,51,44,52,56,46,49,48,55,56,53,55,93,44,91,45,57,57,46,49,57,57,57,49,49,44,52,56,46,49,53,53,51,48,57,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,52,54,48,52,52,50,44,51,57,46,52,53,48,55,50,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,49,56,50,57,52,50,44,51,57,46,50,50,55,50,51,51,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,49,46,48,51,56,50,55,44,51,57,46,52,52,56,52,51,53,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,50,50,44,34,98,101,100,115,34,58,52,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,54,54,50,56,56,54,44,51,56,46,55,52,55,57,55,55,93,44,91,45,56,50,46,55,52,48,51,56,51,44,51,56,46,53,57,55,49,54,55,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,51,50,51,57,57,57,44,51,56,46,52,52,57,50,54,56,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,51,53,52,52,54,56,44,51,56,46,54,55,54,48,55,93,44,91,45,56,50,46,52,55,50,52,55,56,44,51,56,46,54,56,50,50,55,57,93,44,91,45,56,50,46,52,56,51,53,55,57,44,51,56,46,55,55,50,50,55,56,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,50,57,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,54,50,48,50,53,54,44,51,55,46,50,51,51,48,48,56,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,55,56,54,56,49,57,44,51,55,46,48,56,55,56,50,52,93,44,91,45,56,57,46,54,56,54,54,50,44,51,54,46,57,50,56,50,57,51,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,51,55,54,54,51,50,44,51,55,46,48,51,56,52,56,50,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,53,50,48,55,53,53,44,51,56,46,55,48,51,48,57,52,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,50,55,48,56,49,55,44,51,57,46,48,49,53,55,57,49,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,69,114,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,56,50,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,52,55,52,54,56,53,44,51,50,46,50,57,57,48,56,52,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,51,50,55,52,57,57,44,51,49,46,57,52,49,50,54,49,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,72,97,98,101,114,115,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,50,56,57,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,54,50,51,50,57,54,44,51,52,46,55,51,50,49,57,52,93,44,91,45,56,51,46,54,51,50,51,49,55,44,51,52,46,53,50,56,53,56,55,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,53,52,56,57,56,56,44,51,52,46,55,52,57,52,53,49,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,57,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,51,46,49,51,51,56,52,55,44,51,51,46,48,48,55,50,52,56,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,111,110,111,110,103,97,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,50,53,50,44,34,98,101,100,115,34,58,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,56,48,46,52,50,49,51,56,56,44,51,57,46,55,50,49,49,56,57,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,49,53,51,53,51,50,44,51,57,46,54,49,48,52,50,54,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,50,49,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,101,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,57,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,78,101,119,32,76,111,110,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,56,56,49,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,51,50,51,51,57,52,44,52,49,46,53,51,52,50,53,93,44,91,45,55,50,46,51,48,53,53,51,49,44,52,49,46,52,51,54,50,56,50,93,44,91,45,55,50,46,51,56,52,56,51,51,44,52,49,46,51,56,53,49,57,93,44,91,45,55,50,46,51,51,49,52,53,51,44,52,49,46,50,49,53,48,48,52,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,49,46,55,57,55,55,52,55,44,52,49,46,52,49,54,56,51,52,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,57,53,49,57,51,54,44,52,49,46,54,51,52,51,50,56,93,44,91,45,55,50,46,49,53,49,55,52,55,44,52,49,46,54,54,55,53,49,54,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,117,101,114,110,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,55,52,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,49,46,55,50,56,54,49,49,44,51,57,46,57,51,49,55,50,56,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,51,56,54,48,48,54,44,51,57,46,57,53,48,54,57,52,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,97,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,48,53,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,51,46,53,55,51,56,44,51,54,46,56,50,48,48,51,50,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,51,46,51,51,55,52,53,49,44,51,54,46,57,57,50,52,57,52,93,44,91,45,57,51,46,54,49,48,49,50,54,44,51,54,46,57,57,53,56,49,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,54,48,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,55,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,51,57,49,51,48,54,44,51,55,46,53,51,48,49,50,50,93,44,91,45,55,55,46,52,52,55,53,56,49,44,51,55,46,54,48,50,56,49,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,116,111,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,48,53,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,50,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,57,53,44,34,98,101,100,115,34,58,52,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,44,91,45,49,50,51,46,48,49,52,56,49,55,44,51,56,46,49,52,57,49,51,50,93,44,91,45,49,50,51,46,48,56,51,56,56,44,51,55,46,57,56,51,51,54,54,93,44,91,45,49,50,51,46,48,50,50,53,48,55,44,51,55,46,57,52,50,48,54,53,93,44,91,45,49,50,50,46,56,56,57,50,57,49,44,51,55,46,57,55,52,49,48,57,93,44,91,45,49,50,50,46,55,53,50,52,54,54,44,51,55,46,56,53,55,54,57,57,93,44,91,45,49,50,50,46,54,49,50,50,56,53,44,51,55,46,56,49,53,50,50,52,93,44,91,45,49,50,50,46,52,49,56,54,55,51,44,51,55,46,56,53,50,53,48,53,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,53,48,50,56,50,44,51,56,46,49,49,51,48,48,50,93,44,91,45,49,50,50,46,53,55,56,50,48,49,44,51,56,46,49,56,51,53,56,51,93,44,91,45,49,50,50,46,55,51,57,57,44,51,56,46,50,48,55,48,49,56,93,44,91,45,49,50,50,46,57,48,49,55,50,54,44,51,56,46,51,49,54,57,52,51,93,44,91,45,49,50,51,46,49,51,52,53,50,51,44,51,56,46,50,57,54,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,52,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,49,34,44,34,78,65,77,69,34,58,34,82,117,115,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,53,57,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,52,46,57,56,53,48,51,55,44,51,49,46,56,52,54,49,57,51,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,53,57,57,57,55,56,44,51,49,46,57,55,51,49,57,51,93,44,91,45,57,52,46,53,56,48,53,44,51,50,46,50,48,49,51,54,51,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,54,51,56,51,52,55,44,51,50,46,51,55,48,53,51,57,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,52,50,50,56,53,52,44,52,49,46,53,49,49,52,52,52,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,55,56,57,49,57,54,44,52,49,46,49,54,50,48,51,53,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,86,97,110,32,87,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,56,49,44,34,98,101,100,115,34,58,49,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,52,53,54,49,55,50,44,52,48,46,55,50,56,51,48,54,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,51,57,55,51,55,52,44,52,48,46,56,49,53,57,52,49,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,56,48,51,50,53,49,44,52,48,46,57,56,57,51,57,52,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,108,97,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,44,91,45,56,49,46,49,54,57,49,51,56,44,50,55,46,50,48,57,53,56,53,93,44,91,45,56,49,46,49,54,56,50,56,49,44,50,55,46,49,50,49,55,51,52,93,44,91,45,56,49,46,50,54,55,54,55,55,44,50,55,46,49,50,49,48,57,55,93,44,91,45,56,49,46,50,54,55,50,49,54,44,50,55,46,48,51,50,52,55,52,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,48,46,57,52,53,51,53,52,44,50,54,46,55,54,57,48,52,57,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,56,55,49,49,54,57,44,50,55,46,49,53,52,57,53,49,93,44,91,45,56,48,46,57,52,48,54,55,54,44,50,55,46,50,48,53,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,77,101,114,105,119,101,116,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,49,51,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,56,53,50,51,54,44,51,51,46,50,50,51,53,57,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,115,116,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,53,46,49,57,51,50,51,55,44,51,55,46,53,57,50,49,54,56,93,44,91,45,49,48,53,46,50,57,53,53,56,55,44,51,55,46,54,53,52,52,49,54,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,67,111,114,121,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,55,46,52,49,56,54,48,54,44,51,49,46,51,50,48,50,48,50,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,54,56,57,56,51,52,44,51,49,46,55,49,49,48,49,57,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,104,97,116,116,97,104,111,111,99,104,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,55,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,55,57,50,57,53,49,44,51,50,46,52,49,51,56,52,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,112,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,52,48,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,50,54,54,48,49,44,51,55,46,52,48,48,54,48,55,93,44,91,45,49,50,48,46,49,52,51,56,50,54,44,51,55,46,50,51,57,49,57,50,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,49,57,46,55,54,49,56,48,57,44,51,55,46,52,49,55,49,49,52,93,44,91,45,49,49,57,46,54,53,49,49,57,49,44,51,55,46,52,49,55,56,51,50,93,44,91,45,49,49,57,46,53,56,51,53,56,53,44,51,55,46,53,54,48,51,51,53,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,53,51,51,57,57,57,44,51,55,46,57,48,50,57,50,50,93,44,91,45,49,49,57,46,54,54,55,50,48,51,44,51,55,46,56,48,49,50,50,52,93,44,91,45,49,49,57,46,56,48,53,52,57,56,44,51,55,46,55,53,57,54,49,56,93,44,91,45,49,49,57,46,57,51,56,52,49,52,44,51,55,46,55,54,51,48,50,54,93,44,91,45,49,50,48,46,48,50,54,53,57,51,44,51,55,46,56,49,49,56,55,55,93,44,91,45,49,50,48,46,51,52,53,52,51,55,44,51,55,46,55,50,52,55,56,55,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,50,46,56,52,49,54,49,55,44,51,56,46,57,55,57,56,50,49,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,55,57,48,51,54,57,44,51,57,46,51,52,51,53,56,54,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,53,53,51,44,34,98,101,100,115,34,58,49,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,51,46,48,48,48,55,56,56,44,52,53,46,50,53,57,51,52,55,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,48,52,52,57,48,51,44,52,52,46,57,52,52,48,50,56,93,44,91,45,49,50,51,46,49,55,57,51,56,55,44,52,52,46,56,51,53,55,50,57,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,48,48,55,55,52,51,44,52,52,46,54,56,56,48,55,49,93,44,91,45,49,50,50,46,56,48,50,52,53,55,44,52,52,46,55,57,48,56,54,52,93,44,91,45,49,50,50,46,50,55,54,54,55,53,44,52,52,46,55,52,54,49,51,53,93,44,91,45,49,50,50,46,48,51,51,48,48,54,44,52,52,46,54,56,53,54,57,49,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,50,46,52,48,49,48,50,49,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,50,46,53,48,56,49,48,54,44,52,52,46,57,49,57,53,57,57,93,44,91,45,49,50,50,46,53,57,53,53,50,51,44,52,53,46,48,49,57,54,55,57,93,44,91,45,49,50,50,46,55,56,56,53,53,52,44,52,53,46,49,51,48,49,55,54,93,44,91,45,49,50,50,46,55,52,57,55,57,51,44,52,53,46,49,57,53,50,52,50,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,105,108,119,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,52,50,48,57,44,34,98,101,100,115,34,58,51,56,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,51,55,50,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,80,105,99,107,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,50,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,50,46,57,56,52,53,54,44,51,57,46,53,48,54,55,53,52,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,56,52,50,57,53,51,44,51,57,46,53,54,49,52,56,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,111,119,104,97,116,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,56,57,55,50,57,50,44,51,55,46,54,54,56,49,56,49,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,55,46,57,56,54,49,57,44,51,55,46,52,56,54,50,54,57,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,52,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,52,34,44,34,78,65,77,69,34,58,34,66,114,111,111,109,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,49,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,53,46,49,52,55,49,52,51,44,51,57,46,57,49,51,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,51,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,53,55,55,55,57,54,44,51,53,46,49,53,57,52,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,110,116,114,105,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,53,46,50,50,51,54,56,49,44,52,53,46,49,49,55,56,54,49,93,44,91,45,56,53,46,50,50,50,55,48,55,44,52,53,46,50,48,53,53,54,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,52,50,55,54,56,56,44,52,52,46,57,54,53,50,55,51,93,44,91,45,56,53,46,52,55,51,56,52,49,44,52,52,46,56,53,57,52,52,57,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,50,57,49,55,49,54,44,52,52,46,56,53,57,54,48,56,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,77,97,114,108,98,111,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,56,48,51,56,55,55,44,51,52,46,54,48,57,48,53,51,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,54,56,53,50,50,55,44,51,52,46,52,48,48,54,54,57,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,101,119,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,54,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,54,46,56,51,53,50,54,57,44,52,55,46,48,51,50,52,53,50,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,53,56,54,53,52,57,44,52,55,46,52,49,52,54,57,53,93,44,91,45,49,49,54,46,54,50,57,48,53,57,44,52,55,46,51,55,49,52,51,56,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,50,55,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,57,46,51,54,48,53,55,56,44,52,49,46,56,56,56,48,49,56,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,101,109,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,48,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,55,48,57,57,55,52,44,52,48,46,53,50,51,55,57,56,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,50,48,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,54,57,51,48,49,56,44,51,52,46,56,54,57,49,56,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,48,57,54,57,55,50,44,51,52,46,54,55,50,52,48,49,93,44,91,45,55,55,46,49,49,55,49,57,56,44,51,52,46,53,56,52,51,54,55,93,44,91,45,55,54,46,56,49,56,57,51,55,44,51,52,46,54,52,51,50,53,51,93,44,91,45,55,54,46,54,49,52,55,50,50,44,51,52,46,54,49,56,50,55,56,93,44,91,45,55,54,46,52,57,49,57,57,49,44,51,52,46,53,52,54,53,51,50,93,44,91,45,55,54,46,51,55,52,54,51,56,44,51,52,46,55,49,53,57,57,49,93,44,91,45,55,54,46,50,52,57,54,51,50,44,51,52,46,56,51,52,54,51,49,93,44,91,45,55,54,46,48,48,54,57,51,54,44,51,53,46,48,48,54,48,51,49,93,44,91,45,55,54,46,48,54,53,55,55,52,44,51,53,46,49,50,52,57,51,55,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,111,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,52,53,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,55,49,57,49,53,56,44,51,57,46,51,57,52,51,51,56,93,44,91,45,57,54,46,53,49,54,55,44,51,57,46,49,55,49,49,51,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,50,51,51,54,55,49,44,51,57,46,50,49,50,50,55,57,93,44,91,45,57,54,46,48,56,51,53,53,55,44,51,57,46,49,57,51,53,48,52,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,57,49,51,44,34,98,101,100,115,34,58,53,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,67,111,109,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,48,57,55,44,34,98,101,100,115,34,58,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,53,52,51,55,49,56,44,50,57,46,55,53,50,48,53,50,93,44,91,45,57,56,46,51,56,48,49,54,49,44,50,57,46,55,48,51,57,50,57,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,48,56,57,50,55,55,44,50,57,46,54,56,51,57,51,49,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,56,46,48,51,48,53,50,51,44,50,57,46,56,52,56,53,51,57,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,78,97,110,116,117,99,107,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,48,49,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,44,91,45,55,48,46,51,52,52,48,56,51,44,52,49,46,50,55,54,49,52,54,93,44,91,45,55,48,46,49,48,57,54,56,52,44,52,49,46,49,56,57,56,48,51,93,44,91,45,54,57,46,57,49,48,51,49,57,44,52,49,46,50,50,54,56,52,57,93,44,91,45,54,57,46,57,49,48,48,57,51,44,52,49,46,51,49,55,50,54,51,93,44,91,45,55,48,46,48,48,54,52,54,55,44,52,49,46,52,51,51,56,57,56,93,44,91,45,55,48,46,50,51,52,51,51,44,52,49,46,51,56,51,50,50,57,93,44,91,45,55,48,46,51,50,56,49,56,50,44,52,49,46,51,56,48,49,53,57,93,44,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,109,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,49,46,50,50,55,55,55,56,44,51,51,46,49,54,50,54,50,50,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,48,46,57,52,56,55,53,54,44,51,51,46,51,48,56,48,52,55,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,114,97,110,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,44,91,45,57,55,46,49,50,51,48,55,50,44,50,56,46,50,55,50,56,49,55,93,44,91,45,57,55,46,48,50,51,53,56,54,44,50,56,46,49,56,55,54,53,55,93,44,91,45,57,55,46,49,52,52,57,49,54,44,50,56,46,49,48,50,54,50,50,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,54,46,57,56,52,50,56,49,44,50,55,46,56,48,51,55,56,51,93,44,91,45,57,54,46,57,53,57,52,57,53,44,50,55,46,56,55,53,51,48,50,93,44,91,45,57,54,46,56,49,53,57,48,53,44,50,56,46,48,50,50,56,51,53,93,44,91,45,57,54,46,56,51,48,56,54,49,44,50,56,46,49,48,56,93,44,91,45,57,54,46,55,57,48,53,49,50,44,50,56,46,51,49,57,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,114,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,50,53,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,51,51,53,57,52,57,44,51,49,46,50,52,52,53,55,57,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,49,54,53,48,55,50,44,51,49,46,49,52,55,49,57,56,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,51,46,48,52,54,57,56,56,44,51,49,46,50,56,50,57,54,54,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,51,54,56,56,54,51,44,51,57,46,56,57,48,52,55,49,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,82,111,115,99,111,109,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,55,51,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,48,57,53,49,49,50,44,51,54,46,52,52,48,55,55,51,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,76,97,115,115,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,56,53,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,50,49,46,51,50,49,49,56,54,44,52,48,46,56,56,56,55,48,50,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,48,54,49,52,49,55,44,52,48,46,52,52,54,53,51,54,93,44,91,45,49,50,49,46,48,54,49,52,57,51,44,52,48,46,50,53,54,52,49,55,93,44,91,45,49,50,48,46,56,55,49,55,56,50,44,52,48,46,50,52,49,54,52,93,44,91,45,49,50,48,46,55,54,52,52,48,51,44,52,48,46,51,49,54,48,49,93,44,91,45,49,50,48,46,53,55,54,56,50,53,44,52,48,46,50,56,53,52,51,93,44,91,45,49,50,48,46,51,52,49,51,56,53,44,52,48,46,49,49,53,50,52,51,93,44,91,45,49,50,48,46,50,48,57,54,52,49,44,52,48,46,48,56,54,48,48,56,93,44,91,45,49,50,48,46,49,48,56,55,54,49,44,51,57,46,57,51,57,53,49,93,44,91,45,49,50,48,46,49,49,48,54,50,55,44,51,57,46,55,54,53,55,55,57,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,49,57,46,57,57,53,55,48,53,44,52,48,46,51,55,53,56,51,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,49,48,34,44,34,78,65,77,69,34,58,34,70,97,108,108,115,32,67,104,117,114,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,56,57,55,53,52,44,51,56,46,56,55,56,49,51,54,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,97,110,97,116,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,56,53,51,44,34,98,101,100,115,34,58,56,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,53,53,51,54,54,54,44,50,55,46,54,52,53,52,54,53,93,44,91,45,56,50,46,55,52,53,49,51,55,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,56,50,51,48,50,57,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,44,91,45,56,50,46,50,53,50,50,54,52,44,50,55,46,51,56,54,50,52,51,93,44,91,45,56,50,46,50,53,51,53,57,54,44,50,55,46,50,48,56,57,49,54,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,117,115,107,105,110,103,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,48,55,54,44,34,98,101,100,115,34,58,51,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,50,46,49,57,56,55,55,50,44,51,57,46,57,53,48,49,52,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,55,50,56,54,49,49,44,51,57,46,57,51,49,55,50,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,97,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,52,54,53,48,51,50,44,51,56,46,57,49,48,51,53,52,93,44,91,45,49,48,54,46,52,49,54,50,54,51,44,51,56,46,56,50,51,56,53,93,44,91,45,49,48,54,46,52,51,48,49,53,57,44,51,56,46,54,53,51,52,54,56,93,44,91,45,49,48,54,46,51,52,56,49,48,56,44,51,56,46,53,49,50,52,57,57,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,53,46,57,48,56,55,49,55,44,51,56,46,53,48,53,54,51,49,93,44,91,45,49,48,53,46,56,55,57,49,55,54,44,51,56,46,54,48,55,51,49,50,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,57,48,54,53,56,55,44,51,56,46,56,48,54,57,54,50,93,44,91,45,49,48,54,46,48,50,56,49,51,56,44,51,56,46,57,52,50,56,52,57,93,44,91,45,49,48,54,46,49,48,53,55,53,56,44,51,56,46,57,52,48,51,54,52,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,114,111,119,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,51,46,56,51,53,54,49,54,44,51,56,46,49,49,51,51,52,93,44,91,45,49,48,51,46,54,49,57,49,55,50,44,51,56,46,49,49,51,51,53,53,93,44,91,45,49,48,51,46,53,48,57,51,54,52,44,51,56,46,49,55,50,53,49,52,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,53,46,50,52,48,51,54,50,44,51,56,46,54,52,55,53,57,53,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,57,54,57,55,53,44,51,56,46,54,57,51,53,53,49,93,44,91,45,49,48,53,46,56,55,57,49,55,54,44,51,56,46,54,48,55,51,49,50,93,44,91,45,49,48,53,46,57,48,56,55,49,55,44,51,56,46,53,48,53,54,51,49,93,44,91,45,49,48,54,46,48,49,48,55,53,49,44,51,56,46,52,52,54,53,54,54,93,44,91,45,49,48,53,46,55,57,54,56,57,55,44,51,56,46,50,54,53,48,52,55,93,44,91,45,49,48,53,46,48,52,57,50,49,53,44,51,56,46,50,53,55,57,55,51,93,44,91,45,49,48,52,46,57,52,48,51,54,54,44,51,56,46,50,53,56,50,55,53,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,101,97,114,108,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,52,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,52,55,54,48,50,50,44,51,48,46,57,56,50,57,48,49,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,55,53,50,56,48,55,44,51,48,46,53,48,50,57,54,50,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,53,52,52,53,49,44,51,48,46,53,49,54,56,54,50,93,44,91,45,56,57,46,53,52,52,50,51,50,44,51,48,46,54,52,56,51,54,56,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,50,56,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,53,46,49,54,52,55,52,52,44,51,48,46,54,48,56,48,55,57,93,44,91,45,56,53,46,49,55,49,56,57,49,44,51,48,46,53,54,52,51,51,54,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,48,53,50,55,55,55,44,51,48,46,50,56,55,52,48,54,93,44,91,45,56,53,46,48,51,50,57,51,49,44,51,48,46,52,50,48,50,57,57,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,75,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,54,56,56,44,34,98,101,100,115,34,58,55,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,52,50,55,50,56,53,44,51,56,46,57,56,48,56,54,51,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,107,97,115,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,50,48,48,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,53,50,53,51,54,52,44,52,54,46,57,56,49,50,56,56,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,51,46,50,51,49,48,53,54,44,52,54,46,57,56,48,50,57,54,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,117,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,44,91,45,56,53,46,56,54,52,57,51,50,44,52,54,46,53,48,52,55,53,56,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,50,51,52,51,51,44,52,55,46,48,52,55,54,49,93,44,91,45,56,53,46,56,53,52,56,54,50,44,52,55,46,51,48,53,52,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,48,54,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,55,46,48,51,56,50,51,57,44,51,52,46,51,55,53,55,48,55,93,44,91,45,57,55,46,51,53,50,49,49,53,44,51,52,46,51,55,54,49,56,56,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,97,115,113,117,111,116,97,110,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,54,46,48,54,56,54,48,53,44,51,54,46,50,49,54,53,57,93,44,91,45,55,54,46,50,51,56,50,52,52,44,51,54,46,51,55,49,53,56,56,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,84,97,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,53,46,57,55,49,56,56,57,44,51,54,46,56,56,54,50,52,55,93,44,91,45,49,48,53,46,57,55,49,56,51,54,44,51,54,46,54,51,50,52,52,52,93,44,91,45,49,48,53,46,57,51,56,55,53,52,44,51,54,46,52,54,50,52,48,50,93,44,91,45,49,48,53,46,57,54,49,52,49,52,44,51,54,46,51,53,51,48,54,54,93,44,91,45,49,48,54,46,48,53,56,51,54,52,44,51,54,46,50,57,54,57,55,56,93,44,91,45,49,48,53,46,56,53,54,57,52,55,44,51,54,46,50,51,48,52,51,52,93,44,91,45,49,48,53,46,55,51,53,56,56,51,44,51,54,46,49,48,48,49,51,51,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,53,46,51,50,54,54,55,52,44,51,54,46,53,48,48,48,51,49,93,44,91,45,49,48,53,46,51,55,48,54,51,56,44,51,54,46,54,56,49,48,51,50,93,44,91,45,49,48,53,46,50,51,48,54,51,50,44,51,54,46,55,50,51,55,56,52,93,44,91,45,49,48,53,46,50,48,48,49,49,55,44,51,54,46,57,49,53,54,50,56,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,108,105,118,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,57,50,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,54,53,57,52,53,55,44,51,52,46,49,49,56,56,54,55,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,49,46,48,49,49,53,49,44,51,51,46,57,50,52,55,51,51,93,44,91,45,57,49,46,48,55,51,48,49,49,44,51,51,46,56,53,55,52,52,57,93,44,91,45,57,49,46,48,54,56,50,57,44,51,51,46,55,49,54,52,55,55,93,44,91,45,57,49,46,49,51,48,52,52,53,44,51,51,46,54,48,54,48,51,52,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,48,46,54,53,56,54,44,51,51,46,54,49,54,50,55,50,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,78,121,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,48,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,55,46,51,51,49,56,53,55,44,51,57,46,49,54,51,52,51,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,56,54,53,49,49,54,44,51,57,46,48,55,51,54,53,52,93,44,91,45,49,49,56,46,49,57,54,50,55,52,44,51,56,46,57,57,57,57,50,54,93,44,91,45,49,49,56,46,49,57,54,50,51,53,44,51,56,46,57,49,57,48,53,56,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,55,46,49,54,53,54,49,50,44,51,56,46,48,48,49,54,57,50,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,54,46,51,56,48,51,52,55,44,51,54,46,51,55,52,57,54,49,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,53,46,56,52,53,55,54,50,44,51,54,46,49,55,48,55,54,52,93,44,91,45,49,49,53,46,56,57,53,55,53,51,44,51,54,46,49,55,50,50,50,55,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,56,57,51,56,53,55,44,51,56,46,48,53,48,53,51,49,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,48,53,48,55,53,55,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,97,119,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,52,48,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,51,46,49,49,57,51,57,51,44,51,54,46,53,49,52,50,57,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,49,53,49,54,56,57,44,51,54,46,51,49,56,49,57,50,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,50,46,56,52,48,52,56,49,44,51,54,46,51,55,48,54,57,56,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,119,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,57,53,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,48,54,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,56,46,50,57,57,48,48,51,44,51,57,46,56,50,53,53,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,56,46,48,48,50,55,44,51,57,46,56,50,54,53,57,57,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,48,57,49,44,34,98,101,100,115,34,58,49,52,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,50,48,50,55,50,50,44,51,48,46,49,52,50,56,54,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,57,55,57,57,51,50,44,51,48,46,49,56,50,53,56,53,93,44,91,45,57,49,46,57,52,57,48,52,55,44,51,48,46,50,55,54,55,55,49,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,50,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,54,51,56,55,48,56,44,52,49,46,50,51,51,56,54,50,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,56,54,56,49,53,50,44,52,49,46,49,52,57,52,57,51,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,57,57,46,56,56,56,50,50,50,44,51,52,46,57,52,51,56,57,55,93,44,91,45,57,57,46,55,51,49,48,57,50,44,51,52,46,57,52,52,48,53,56,93,44,91,45,57,57,46,55,49,57,55,57,55,44,51,52,46,55,54,56,52,53,49,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,52,50,51,50,48,49,44,51,52,46,55,50,53,48,50,93,44,91,45,57,57,46,52,48,53,56,50,49,44,51,52,46,56,49,51,48,51,56,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,51,48,54,50,50,44,51,52,46,56,53,55,54,51,50,93,44,91,45,57,57,46,51,50,54,55,53,55,44,51,53,46,48,49,56,57,49,50,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,55,56,50,55,50,55,44,51,53,46,49,49,54,57,52,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,72,101,109,112,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,54,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,78,101,122,32,80,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,53,53,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,54,49,49,55,52,44,52,54,46,54,51,49,50,52,53,93,44,91,45,49,49,54,46,55,49,57,48,56,53,44,52,54,46,53,52,50,56,55,52,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,54,46,57,50,49,51,53,44,52,54,46,49,54,52,53,49,52,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,54,46,55,57,52,53,54,50,44,52,53,46,56,53,54,48,52,57,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,55,49,51,52,57,54,44,52,54,46,51,50,53,53,50,55,93,44,91,45,49,49,54,46,51,54,56,56,48,49,44,52,54,46,51,52,51,50,49,55,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,52,53,49,55,57,50,44,52,54,46,53,48,48,54,57,56,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,108,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,49,48,48,46,52,56,54,53,54,49,44,52,53,46,53,51,54,53,50,49,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,48,46,50,55,52,49,55,54,44,52,53,46,51,56,49,56,52,53,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,78,97,112,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,51,48,44,34,98,101,100,115,34,58,52,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,52,54,51,56,57,44,51,56,46,55,48,53,50,48,51,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,54,52,54,50,54,56,44,51,56,46,53,57,57,49,50,93,44,91,45,49,50,50,46,53,52,51,56,57,51,44,51,56,46,53,49,57,57,54,54,93,44,91,45,49,50,50,46,51,53,57,57,50,52,44,51,56,46,50,51,48,53,48,49,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,49,57,53,51,56,44,51,56,46,49,53,53,48,49,55,93,44,91,45,49,50,50,46,50,48,53,57,56,50,44,51,56,46,51,49,53,55,49,51,93,44,91,45,49,50,50,46,48,54,52,55,55,57,44,51,56,46,51,49,53,57,49,50,93,44,91,45,49,50,50,46,49,50,54,51,56,57,44,51,56,46,52,50,56,57,49,56,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,50,46,50,56,55,57,57,56,44,51,56,46,56,51,57,57,51,49,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,116,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,54,48,57,54,54,44,51,52,46,51,51,51,55,50,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,52,56,54,51,50,56,44,51,52,46,48,54,50,53,57,56,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,51,54,52,48,50,51,44,51,52,46,49,53,55,49,48,57,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,50,57,53,57,50,56,44,51,52,46,52,52,57,48,52,51,93,44,91,45,57,56,46,53,48,52,57,53,56,44,51,52,46,52,52,57,52,49,52,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,121,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,54,56,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,55,51,51,52,53,52,44,52,50,46,55,50,55,56,57,53,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,54,46,51,53,54,57,55,52,44,52,50,46,56,52,57,52,53,93,44,91,45,55,54,46,52,53,48,55,51,56,44,52,50,46,56,52,53,55,54,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,54,48,53,48,49,50,44,52,51,46,50,53,51,53,55,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,55,51,52,55,50,53,44,52,51,46,55,48,56,49,50,49,93,44,91,45,55,54,46,55,53,51,53,51,56,44,52,51,46,54,56,52,50,55,53,93,44,91,45,55,54,46,55,48,50,51,50,53,44,52,51,46,48,56,48,51,57,51,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,55,34,44,34,78,65,77,69,34,58,34,83,104,97,99,107,101,108,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,97,99,105,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,51,48,56,51,57,53,44,51,48,46,52,48,53,55,53,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,53,46,48,50,52,52,52,51,44,51,48,46,54,54,48,53,48,51,93,44,91,45,57,53,46,49,52,53,52,50,54,44,51,48,46,55,49,51,55,57,57,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,117,98,117,113,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,48,50,44,34,98,101,100,115,34,58,52,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,48,46,54,54,53,53,53,49,44,52,50,46,50,57,52,54,57,57,93,44,91,45,57,48,46,54,54,53,48,50,57,44,52,50,46,51,56,50,49,53,53,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,55,50,48,50,48,57,44,52,50,46,54,52,48,55,53,56,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,111,111,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,55,46,56,57,55,50,57,50,44,51,55,46,54,54,56,49,56,49,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,51,50,52,44,34,98,101,100,115,34,58,52,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,54,50,55,55,54,55,44,52,48,46,55,48,57,51,53,50,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,51,51,57,50,49,49,44,52,48,46,55,50,54,54,56,51,93,44,91,45,56,50,46,52,49,54,56,52,55,44,52,48,46,56,49,52,53,54,55,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,52,50,55,44,34,98,101,100,115,34,58,51,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,52,51,51,55,57,56,44,51,57,46,56,52,49,56,54,53,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,48,46,57,49,53,57,54,49,44,51,57,46,55,53,55,50,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,49,46,52,57,52,56,55,56,44,52,48,46,48,51,54,52,53,51,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,97,109,112,97,105,103,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,50,46,51,55,51,56,44,52,51,46,53,55,57,49,49,57,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,49,53,54,54,54,49,44,52,51,46,49,56,49,57,54,56,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,50,46,48,57,48,49,52,54,44,52,51,46,51,50,50,53,53,51,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,73,114,111,113,117,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,56,46,49,49,55,55,56,57,44,52,48,46,52,56,55,56,54,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,53,50,54,48,51,49,44,52,48,46,55,51,54,56,56,53,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,115,104,105,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,48,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,50,48,56,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,51,54,57,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,53,56,54,48,52,55,44,51,51,46,51,53,55,56,56,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,51,56,55,55,48,56,44,51,51,46,52,55,55,49,51,57,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,48,57,55,54,52,57,44,51,51,46,49,53,49,53,51,54,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,50,46,56,56,56,56,54,54,44,51,51,46,49,51,56,54,48,51,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,57,34,44,34,78,65,77,69,34,58,34,75,101,110,100,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,56,46,57,49,55,55,50,53,44,50,57,46,55,56,49,51,57,56,93,44,91,45,57,56,46,55,55,56,55,56,50,44,50,57,46,55,50,48,49,54,55,93,44,91,45,57,56,46,54,52,54,49,50,52,44,50,57,46,55,52,53,49,56,49,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,54,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,53,51,55,51,49,44,52,50,46,50,48,49,52,50,52,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,51,48,55,53,55,49,44,52,50,46,49,49,52,51,52,54,93,44,91,45,55,52,46,48,55,52,55,57,55,44,52,50,46,48,57,54,53,56,57,93,44,91,45,55,52,46,48,48,50,52,53,44,52,50,46,49,55,54,57,57,50,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,51,46,55,56,57,53,48,50,44,52,50,46,50,54,55,55,51,56,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,56,46,50,50,49,49,48,52,44,51,56,46,50,51,48,48,56,57,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,49,48,49,55,52,56,44,51,56,46,49,53,50,53,54,55,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,57,48,56,57,55,57,44,51,56,46,51,56,49,53,48,51,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,99,67,117,114,116,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,54,54,44,34,98,101,100,115,34,58,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,53,46,48,52,54,55,52,54,44,51,52,46,53,48,55,50,55,54,93,44,91,45,57,53,46,48,52,54,53,56,53,44,51,52,46,50,52,51,55,55,54,93,44,91,45,57,53,46,49,53,49,51,50,51,44,51,52,46,50,52,51,55,51,55,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,52,46,57,57,56,48,49,57,44,51,51,46,56,54,48,53,48,52,93,44,91,45,57,52,46,56,54,48,54,56,55,44,51,51,46,55,52,49,57,52,53,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,53,54,52,48,55,54,44,51,51,46,54,50,54,50,54,53,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,52,55,48,51,51,49,44,51,52,46,49,57,48,49,56,51,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,55,34,44,34,78,65,77,69,34,58,34,84,105,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,49,48,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,52,51,52,52,57,50,44,51,49,46,51,53,48,51,54,49,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,54,46,48,53,54,50,53,54,44,52,49,46,48,54,53,51,53,54,93,44,91,45,57,54,46,50,48,55,54,52,56,44,52,48,46,57,57,53,54,50,56,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,52,54,51,55,54,52,44,52,48,46,55,56,51,57,54,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,98,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,54,55,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,111,110,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,53,46,53,53,54,48,52,50,44,52,50,46,52,51,48,53,56,51,93,44,91,45,49,48,53,46,54,49,51,56,54,53,44,52,50,46,51,48,52,52,53,53,93,44,91,45,49,48,53,46,51,55,53,53,52,49,44,52,50,46,50,57,48,49,51,57,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,50,56,54,53,49,49,44,52,50,46,54,48,53,56,50,54,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,72,101,114,107,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,53,48,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,48,54,57,49,54,53,44,52,51,46,50,50,55,51,51,51,93,44,91,45,55,53,46,50,49,57,49,48,54,44,52,51,46,48,53,50,52,54,57,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,49,48,48,57,57,57,44,52,50,46,57,48,56,51,54,51,93,44,91,45,55,52,46,57,48,54,55,51,56,44,52,50,46,56,50,52,57,52,51,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,54,57,54,55,56,55,44,52,51,46,49,56,51,49,49,54,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,56,54,55,55,49,50,44,52,51,46,51,51,57,56,50,54,93,44,91,45,55,52,46,55,55,53,54,49,55,44,52,51,46,52,56,54,54,55,55,93,44,91,45,55,52,46,56,53,52,49,55,49,44,52,52,46,48,55,48,48,56,57,93,44,91,45,55,53,46,48,54,50,55,55,57,44,52,52,46,48,53,48,52,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,57,57,46,57,49,54,55,53,56,44,52,54,46,50,56,51,49,55,49,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,111,103,101,98,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,52,49,56,51,57,50,44,52,54,46,53,54,54,48,57,57,93,44,91,45,57,48,46,50,49,54,49,55,50,44,52,54,46,53,48,49,50,55,50,93,44,91,45,57,48,46,49,50,48,53,55,50,44,52,54,46,51,51,55,48,51,57,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,56,57,46,48,57,49,54,51,56,44,52,54,46,49,51,56,52,52,55,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,56,46,57,57,49,48,49,50,44,52,54,46,51,51,50,51,48,56,93,44,91,45,56,57,46,51,54,53,53,48,55,44,52,54,46,51,51,51,48,55,56,93,44,91,45,56,57,46,51,54,53,48,57,52,44,52,54,46,53,48,53,57,52,57,93,44,91,45,56,57,46,55,52,48,53,54,56,44,52,54,46,53,48,53,54,52,50,93,44,91,45,56,57,46,56,54,52,52,50,44,52,54,46,53,57,50,54,52,51,93,44,91,45,56,57,46,56,54,51,55,57,51,44,52,54,46,55,54,53,52,48,53,93,44,91,45,57,48,46,48,48,48,49,55,49,44,52,54,46,55,54,53,53,50,57,93,44,91,45,57,48,46,48,48,48,49,54,49,44,52,54,46,57,57,57,57,51,55,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,99,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,55,51,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,49,52,53,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,54,46,49,49,48,51,54,50,44,51,52,46,52,50,55,55,57,55,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,49,52,57,56,48,54,44,51,52,46,53,51,51,54,51,51,93,44,91,45,56,54,46,49,52,56,52,54,52,44,51,52,46,53,57,57,48,54,57,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,51,49,49,49,56,55,44,51,52,46,53,51,57,50,55,55,93,44,91,45,56,54,46,52,50,53,52,56,50,44,51,52,46,52,55,57,50,55,55,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,55,57,53,50,54,56,44,51,57,46,54,49,48,55,93,44,91,45,55,56,46,57,53,55,51,48,49,44,51,57,46,52,52,48,48,57,53,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,49,51,52,52,53,54,44,51,57,46,51,49,50,53,48,49,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,56,46,56,53,48,55,50,51,44,51,57,46,51,51,49,48,57,51,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,49,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,48,46,55,51,51,55,53,54,44,52,54,46,56,56,54,56,57,53,93,44,91,45,57,48,46,56,51,56,50,55,54,44,52,54,46,55,51,57,57,57,50,93,44,91,45,57,48,46,56,51,48,50,49,54,44,52,54,46,54,54,51,52,55,50,93,44,91,45,57,48,46,57,50,55,48,53,55,44,52,54,46,53,56,53,52,49,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,48,46,57,50,53,49,55,52,44,52,53,46,57,56,49,48,53,53,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,51,48,51,48,55,50,44,52,54,46,49,53,52,56,52,57,93,44,91,45,57,48,46,52,50,53,57,55,56,44,52,54,46,50,52,48,52,53,93,44,91,45,57,48,46,53,53,50,50,50,55,44,52,54,46,50,52,48,56,53,49,93,44,91,45,57,48,46,53,52,57,56,56,44,52,54,46,53,56,51,53,53,50,93,44,91,45,57,48,46,52,52,56,57,53,54,44,52,54,46,55,57,55,52,48,49,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,49,49,49,54,56,57,44,52,55,46,48,52,49,57,54,52,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,57,48,46,54,53,52,54,54,44,52,55,46,51,48,57,56,50,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,70,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,57,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,50,51,52,57,53,44,52,48,46,54,49,56,50,48,56,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,56,46,49,49,55,55,56,57,44,52,48,46,52,56,55,56,54,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,69,109,109,111,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,53,53,56,53,52,57,44,52,54,46,50,52,57,57,57,51,93,44,91,45,49,48,48,46,54,50,57,49,52,53,44,52,54,46,49,52,53,54,48,56,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,57,49,54,55,53,56,44,52,54,46,50,56,51,49,55,49,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,53,52,52,53,53,53,44,52,54,46,53,51,51,55,54,54,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,104,97,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,48,56,53,44,34,98,101,100,115,34,58,53,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,50,46,53,50,55,55,53,51,44,52,49,46,48,49,52,51,57,53,93,44,91,45,49,50,50,46,53,57,56,53,50,56,44,52,48,46,57,55,53,56,52,55,93,44,91,45,49,50,50,46,54,54,57,56,51,57,44,52,48,46,55,55,51,53,54,55,93,44,91,45,49,50,50,46,55,53,50,48,50,51,44,52,48,46,54,56,57,56,56,50,93,44,91,45,49,50,50,46,54,57,51,48,57,57,44,52,48,46,53,56,48,55,52,55,93,44,91,45,49,50,50,46,57,51,49,50,54,55,44,52,48,46,52,52,53,53,53,55,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,55,52,56,54,48,56,44,52,48,46,51,54,53,54,57,52,93,44,91,45,49,50,50,46,54,53,48,50,54,51,44,52,48,46,51,50,56,54,51,93,44,91,45,49,50,50,46,53,49,57,57,56,56,44,52,48,46,51,57,51,54,55,53,93,44,91,45,49,50,50,46,51,49,48,52,49,50,44,52,48,46,51,55,49,48,54,52,93,44,91,45,49,50,50,46,48,49,48,51,49,54,44,52,48,46,52,50,54,53,53,56,93,44,91,45,49,50,49,46,54,56,53,54,55,57,44,52,48,46,52,53,51,49,50,49,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,51,50,49,49,56,54,44,52,48,46,56,56,56,55,48,50,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,56,54,55,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,52,50,54,48,51,57,44,51,48,46,48,52,57,51,54,57,93,44,91,45,57,50,46,53,51,52,54,51,56,44,51,48,46,49,48,55,56,53,50,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,54,49,53,54,49,44,51,48,46,48,51,56,49,54,56,93,44,91,45,57,50,46,54,49,55,51,48,54,44,50,57,46,53,50,55,49,50,57,93,44,91,45,57,50,46,50,57,51,54,55,44,50,57,46,52,56,49,52,57,54,93,44,91,45,57,50,46,49,52,54,54,54,54,44,50,57,46,53,51,50,48,51,55,93,44,91,45,57,50,46,48,52,53,54,49,54,44,50,57,46,53,48,53,56,48,54,93,44,91,45,57,49,46,57,55,57,57,48,56,44,50,57,46,54,53,48,49,50,56,93,44,91,45,57,49,46,57,57,48,51,57,54,44,50,57,46,57,55,48,51,50,54,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,50,46,50,48,50,55,50,50,44,51,48,46,49,52,50,56,54,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,48,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,50,55,52,57,52,44,51,54,46,51,55,52,49,50,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,49,49,57,54,50,53,44,51,54,46,49,53,51,54,55,49,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,55,53,49,56,49,44,51,54,46,50,56,51,56,51,54,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,52,53,44,34,98,101,100,115,34,58,49,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,56,57,46,52,50,56,50,53,56,44,52,53,46,53,53,53,51,53,51,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,53,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,51,51,53,52,54,51,44,51,50,46,56,54,54,49,48,52,93,44,91,45,57,49,46,51,52,52,56,52,53,44,51,50,46,55,53,54,54,53,57,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,49,51,51,55,49,51,44,51,50,46,53,51,55,57,49,50,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,49,46,49,53,50,54,57,57,44,51,50,46,54,52,48,55,53,55,93,44,91,45,57,49,46,49,52,51,53,53,57,44,51,50,46,56,52,52,55,51,56,93,44,91,45,57,49,46,50,49,50,56,51,55,44,51,50,46,57,50,50,49,48,51,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,70,101,108,105,99,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,57,57,44,34,98,101,100,115,34,58,54,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,50,52,48,52,57,52,44,51,48,46,55,56,55,49,54,51,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,50,53,52,52,49,57,44,51,48,46,55,48,53,50,57,52,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,48,46,56,54,49,48,49,57,44,51,48,46,57,51,53,51,55,51,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,66,101,114,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,57,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,54,56,51,50,51,44,51,48,46,48,55,54,52,48,54,93,44,91,45,56,57,46,56,56,49,53,57,57,44,50,57,46,57,56,54,50,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,56,57,46,56,54,57,55,50,44,50,57,46,55,57,53,52,53,49,93,44,91,45,56,57,46,55,50,49,48,52,53,44,50,57,46,55,53,55,54,53,50,93,44,91,45,56,57,46,52,56,52,53,57,49,44,50,57,46,54,49,55,53,53,49,93,44,91,45,56,56,46,56,55,57,50,51,53,44,50,57,46,54,52,55,52,48,57,93,44,91,45,56,56,46,56,48,49,56,49,55,44,50,57,46,55,53,48,49,57,55,93,44,91,45,56,56,46,55,53,56,51,56,56,44,50,57,46,57,49,56,50,55,49,93,44,91,45,56,56,46,55,56,51,54,54,54,44,51,48,46,48,50,54,54,56,53,93,44,91,45,56,56,46,56,56,57,48,51,44,51,48,46,49,51,57,56,52,53,93,44,91,45,56,57,46,48,57,54,52,55,54,44,51,48,46,49,54,53,56,50,57,93,44,91,45,56,57,46,49,56,51,54,54,57,44,51,48,46,50,49,50,49,53,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,49,34,44,34,78,65,77,69,34,58,34,87,104,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,53,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,51,48,55,54,55,50,44,50,57,46,53,49,52,53,50,51,93,44,91,45,57,54,46,51,52,57,50,49,55,44,50,57,46,52,48,54,48,53,50,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,53,46,57,54,53,49,57,54,44,50,57,46,49,52,54,56,54,53,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,57,53,48,54,52,51,44,50,57,46,51,51,54,53,55,55,93,44,91,45,57,54,46,48,54,48,54,55,54,44,50,57,46,52,55,54,52,55,51,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,57,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,56,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,111,102,32,87,97,108,101,115,45,72,121,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,44,91,45,49,51,49,46,55,57,52,50,56,55,44,53,52,46,57,52,52,48,49,55,93,44,91,45,49,51,49,46,53,49,48,54,54,44,53,53,46,48,49,54,51,54,54,93,44,91,45,49,51,49,46,51,51,54,57,56,51,44,53,52,46,57,57,53,53,51,52,93,44,91,45,49,51,49,46,50,51,57,53,53,52,44,53,53,46,49,54,57,54,56,51,93,44,91,45,49,51,49,46,52,56,54,55,53,54,44,53,53,46,50,55,54,49,56,51,93,44,91,45,49,51,49,46,54,48,57,50,53,51,44,53,53,46,50,56,50,48,49,51,93,44,91,45,49,51,49,46,54,56,53,51,55,55,44,53,53,46,49,49,52,52,53,56,93,44,91,45,49,51,49,46,56,53,53,48,48,51,44,53,53,46,48,56,56,54,49,53,93,44,91,45,49,51,49,46,57,52,49,51,54,52,44,53,53,46,51,49,50,56,50,54,93,44,91,45,49,51,50,46,48,51,55,48,48,54,44,53,53,46,52,54,53,50,52,54,93,44,91,45,49,51,50,46,50,50,53,57,55,57,44,53,53,46,53,54,53,56,49,50,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,51,53,53,56,54,52,44,53,53,46,55,57,53,55,56,49,93,44,91,45,49,51,51,46,48,48,55,55,50,55,44,53,54,46,49,51,52,56,55,51,93,44,91,45,49,51,51,46,48,52,50,54,57,44,53,54,46,50,52,57,54,54,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,51,46,52,49,55,52,54,49,44,53,54,46,51,57,52,54,48,54,93,44,91,45,49,51,51,46,52,50,54,56,57,44,53,54,46,54,49,56,53,51,56,93,44,91,45,49,51,51,46,52,56,51,56,54,54,44,53,54,46,54,53,49,54,48,50,93,44,91,45,49,51,51,46,52,56,54,54,49,53,44,53,54,46,56,54,54,51,57,56,93,44,91,45,49,51,51,46,50,55,52,48,49,50,44,53,54,46,57,50,49,56,49,53,93,44,91,45,49,51,51,46,51,50,52,57,57,57,44,53,55,46,48,54,51,54,49,49,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,52,46,48,54,51,49,52,53,44,53,55,46,49,53,54,50,56,54,93,44,91,45,49,51,52,46,51,51,53,51,49,57,44,53,54,46,57,54,55,53,51,57,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,52,57,54,50,49,54,44,53,54,46,54,57,57,54,51,49,93,44,91,45,49,51,52,46,52,50,57,50,52,55,44,53,54,46,50,56,50,55,51,55,93,44,91,45,49,51,52,46,54,54,54,54,54,56,44,53,54,46,50,56,51,51,51,52,93,44,91,45,49,51,52,46,54,54,54,51,57,54,44,53,54,46,49,52,55,53,56,54,93,44,91,45,49,51,52,46,52,57,52,49,55,51,44,53,53,46,57,57,57,54,51,56,93,44,91,45,49,51,52,46,54,52,53,54,56,53,44,53,53,46,56,55,49,52,55,50,93,44,91,45,49,51,52,46,53,54,57,51,55,44,53,53,46,56,48,52,48,49,93,44,91,45,49,51,52,46,49,57,50,48,50,55,44,53,53,46,54,57,51,48,53,51,93,44,91,45,49,51,52,46,48,52,54,54,48,57,44,53,53,46,56,53,48,52,55,55,93,44,91,45,49,51,51,46,56,56,53,57,44,53,53,46,55,56,48,50,51,53,93,44,91,45,49,51,51,46,55,57,56,50,52,54,44,53,53,46,54,51,51,50,51,49,93,44,91,45,49,51,51,46,56,55,51,57,49,55,44,53,53,46,51,57,56,56,52,93,44,91,45,49,51,51,46,54,49,51,54,54,44,53,53,46,49,55,48,50,54,53,93,44,91,45,49,51,51,46,55,57,48,53,50,56,44,53,53,46,48,48,48,53,56,49,93,44,91,45,49,51,51,46,54,52,56,57,48,51,44,53,52,46,54,51,50,48,52,53,93,44,91,45,49,51,49,46,55,54,50,51,51,57,44,53,52,46,54,56,54,56,52,93,93,93,44,91,91,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,44,91,45,49,51,48,46,51,56,56,54,48,54,44,53,53,46,57,52,51,49,55,57,93,44,91,45,49,51,48,46,49,53,49,53,55,55,44,53,53,46,55,54,55,52,50,56,93,44,91,45,49,51,48,46,48,49,55,54,55,57,44,53,53,46,57,49,49,57,52,53,93,44,91,45,49,51,48,46,48,48,51,52,56,53,44,53,54,46,48,48,56,48,55,53,93,44,91,45,49,51,48,46,49,48,51,55,57,56,44,53,54,46,49,50,50,55,57,56,93,44,91,45,49,51,48,46,50,52,54,55,54,55,44,53,54,46,48,57,54,53,56,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,80,101,116,101,114,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,55,51,56,54,49,49,44,53,55,46,49,56,54,51,52,56,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,51,46,51,50,52,57,57,57,44,53,55,46,48,54,51,54,49,49,93,44,91,45,49,51,51,46,50,55,52,48,49,50,44,53,54,46,57,50,49,56,49,53,93,44,91,45,49,51,51,46,52,56,54,54,49,53,44,53,54,46,56,54,54,51,57,56,93,44,91,45,49,51,51,46,52,56,51,56,54,54,44,53,54,46,54,53,49,54,48,50,93,44,91,45,49,51,51,46,52,50,54,56,57,44,53,54,46,54,49,56,53,51,56,93,44,91,45,49,51,51,46,52,49,55,52,54,49,44,53,54,46,51,57,52,54,48,54,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,50,46,57,56,48,57,51,44,53,54,46,52,54,55,54,54,55,93,44,91,45,49,51,50,46,55,53,54,54,53,57,44,53,54,46,52,56,52,51,56,56,93,44,91,45,49,51,50,46,53,49,56,50,55,52,44,53,54,46,53,56,54,50,49,51,93,44,91,45,49,51,50,46,53,57,49,55,52,56,44,53,54,46,54,54,54,50,53,51,93,44,91,45,49,51,50,46,52,51,57,53,57,57,44,53,54,46,55,55,48,52,48,57,93,44,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,44,91,45,49,51,50,46,48,52,53,49,57,49,44,53,55,46,48,52,53,48,53,57,93,44,91,45,49,51,50,46,51,54,56,57,56,51,44,53,55,46,48,57,49,53,49,51,93,44,91,45,49,51,50,46,50,52,55,57,50,49,44,53,55,46,50,49,49,50,53,51,93,44,91,45,49,51,50,46,54,53,50,52,53,54,44,53,55,46,54,48,55,51,53,55,93,44,91,45,49,51,50,46,56,56,55,56,53,44,53,55,46,54,49,51,55,51,57,93,44,91,45,49,51,50,46,56,55,49,56,57,56,44,53,55,46,55,49,50,55,57,54,93,44,91,45,49,51,51,46,52,53,50,50,52,50,44,53,55,46,56,49,52,48,54,50,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,87,114,97,110,103,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,44,91,45,49,51,50,46,52,51,57,53,57,57,44,53,54,46,55,55,48,52,48,57,93,44,91,45,49,51,50,46,53,57,49,55,52,56,44,53,54,46,54,54,54,50,53,51,93,44,91,45,49,51,50,46,53,49,56,50,55,52,44,53,54,46,53,56,54,50,49,51,93,44,91,45,49,51,50,46,55,53,54,54,53,57,44,53,54,46,52,56,52,51,56,56,93,44,91,45,49,51,50,46,57,56,48,57,51,44,53,54,46,52,54,55,54,54,55,93,44,91,45,49,51,51,46,49,54,57,48,55,57,44,53,54,46,51,53,53,48,57,51,93,44,91,45,49,51,51,46,48,52,50,54,57,44,53,54,46,50,52,57,54,54,93,44,91,45,49,51,51,46,48,48,55,55,50,55,44,53,54,46,49,51,52,56,55,51,93,44,91,45,49,51,50,46,51,53,53,56,54,52,44,53,53,46,55,57,53,55,56,49,93,44,91,45,49,51,50,46,49,57,57,55,52,57,44,53,53,46,54,51,51,56,51,52,93,44,91,45,49,51,50,46,48,57,49,49,55,56,44,53,53,46,54,54,48,55,48,51,93,44,91,45,49,51,49,46,57,51,53,54,51,53,44,53,53,46,55,57,56,52,51,49,93,44,91,45,49,51,49,46,56,51,51,49,56,50,44,53,54,46,48,53,51,53,49,50,93,44,91,45,49,51,49,46,51,55,57,57,56,55,44,53,54,46,48,49,51,52,49,57,93,44,91,45,49,51,49,46,52,51,57,57,53,55,44,53,54,46,49,51,49,48,56,51,93,44,91,45,49,51,49,46,50,53,51,51,53,56,44,53,54,46,50,48,54,56,53,93,44,91,45,49,51,49,46,48,49,53,57,55,49,44,53,54,46,50,52,57,56,54,49,93,44,91,45,49,51,49,46,48,56,55,51,52,57,44,53,54,46,52,48,54,48,48,53,93,44,91,45,49,51,49,46,53,56,49,48,54,55,44,53,54,46,54,49,50,50,51,50,93,44,91,45,49,51,49,46,56,51,53,51,50,55,44,53,54,46,53,57,57,50,48,51,93,44,91,45,49,51,49,46,56,55,50,56,55,54,44,53,54,46,56,48,53,57,57,53,93,44,91,45,49,51,50,46,49,49,53,57,51,53,44,53,54,46,56,57,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,48,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,52,46,49,50,54,57,52,56,44,51,55,46,54,52,50,52,50,49,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,111,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,52,52,51,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,57,53,48,52,56,49,44,51,53,46,56,55,53,51,54,50,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,52,46,49,56,56,51,49,57,44,51,53,46,54,49,48,53,52,57,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,55,55,48,53,56,55,44,51,53,46,53,54,49,55,52,51,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,71,97,108,108,97,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,50,57,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,54,53,57,55,51,56,44,52,53,46,55,52,51,51,52,52,93,44,91,45,49,49,49,46,53,51,54,50,52,49,44,52,53,46,54,52,50,50,53,55,93,44,91,45,49,49,49,46,51,53,49,51,56,44,52,53,46,54,52,49,57,51,56,93,44,91,45,49,49,49,46,51,55,51,48,51,44,52,53,46,51,53,48,53,50,49,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,50,49,57,51,49,57,44,52,52,46,54,50,50,53,50,49,93,44,91,45,49,49,49,46,49,51,48,54,53,57,44,52,52,46,53,48,48,49,51,49,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,49,46,48,51,56,49,54,57,44,52,53,46,51,53,49,51,57,49,93,44,91,45,49,49,48,46,57,49,55,56,57,57,44,52,53,46,51,53,49,50,55,51,93,44,91,45,49,49,48,46,57,49,57,50,50,50,44,52,53,46,53,50,52,56,54,49,93,44,91,45,49,49,48,46,55,57,52,55,55,52,44,52,53,46,53,57,48,54,56,50,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,49,46,51,52,54,54,53,50,44,52,54,46,49,56,55,55,56,53,93,44,91,45,49,49,49,46,52,49,57,54,49,56,44,52,53,46,57,57,54,51,50,50,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,97,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,53,51,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,56,56,52,53,52,50,44,51,52,46,52,57,49,50,49,56,93,44,91,45,56,48,46,48,52,53,52,51,57,44,51,52,46,52,57,50,54,51,49,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,49,51,53,52,49,51,44,51,52,46,50,56,52,53,53,50,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,55,57,46,55,50,57,53,54,54,44,51,52,46,50,57,53,49,57,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,54,56,53,50,50,55,44,51,52,46,52,48,48,54,54,57,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,69,115,99,97,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,50,56,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,55,54,51,57,54,49,44,51,49,46,50,54,49,50,57,51,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,72,97,114,97,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,48,53,48,56,56,57,44,51,51,46,55,49,52,54,51,50,93,44,91,45,56,53,46,48,51,55,57,50,54,44,51,51,46,56,49,49,57,52,50,93,44,91,45,56,53,46,48,53,48,51,49,44,51,51,46,57,48,52,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,48,54,51,53,49,56,44,51,57,46,54,53,50,54,53,55,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,52,50,57,54,50,54,44,51,56,46,51,54,54,55,48,52,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,87,97,117,115,104,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,73,122,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,53,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,49,51,57,49,48,52,44,51,54,46,49,49,50,50,50,49,93,44,91,45,57,50,46,48,56,53,52,56,53,44,51,53,46,57,54,53,57,52,51,93,44,91,45,57,49,46,56,52,57,52,52,56,44,51,53,46,56,54,55,52,49,49,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,54,56,50,50,55,55,44,51,54,46,48,48,48,53,51,53,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,101,114,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,50,49,50,44,34,98,101,100,115,34,58,55,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,44,91,45,49,50,50,46,48,48,49,49,50,52,44,51,54,46,54,52,55,55,48,52,93,44,91,45,49,50,50,46,48,52,50,55,52,56,44,51,54,46,53,57,54,54,50,55,93,44,91,45,49,50,49,46,57,53,57,48,53,51,44,51,54,46,50,56,55,49,48,56,93,44,91,45,49,50,49,46,55,55,48,54,57,51,44,51,54,46,49,54,50,48,49,52,93,44,91,45,49,50,49,46,54,52,56,49,56,44,51,53,46,57,57,56,54,49,55,93,44,91,45,49,50,49,46,53,54,49,52,54,49,44,51,53,46,57,52,51,56,49,56,93,44,91,45,49,50,49,46,52,51,56,49,55,54,44,51,53,46,55,57,54,54,53,53,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,50,48,46,54,52,56,55,56,52,44,51,54,46,49,48,55,57,57,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,55,54,49,52,56,51,44,51,54,46,50,48,51,53,56,93,44,91,45,49,50,48,46,56,54,51,57,56,55,44,51,54,46,50,57,49,57,51,49,93,44,91,45,49,50,49,46,48,52,48,55,57,55,44,51,54,46,51,50,51,57,54,57,93,44,91,45,49,50,49,46,51,50,56,54,57,55,44,51,54,46,53,53,52,55,52,93,44,91,45,49,50,49,46,51,49,56,54,56,57,44,51,54,46,54,49,48,51,50,56,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,54,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,56,46,56,53,52,53,56,49,44,51,50,46,55,55,55,50,55,54,93,44,91,45,49,48,56,46,56,53,50,57,49,57,44,51,50,46,54,48,51,51,55,52,93,44,91,45,49,48,56,46,54,52,54,53,50,51,44,51,50,46,54,48,51,55,51,93,44,91,45,49,48,56,46,54,52,54,55,55,44,51,50,46,53,49,54,53,50,49,93,44,91,45,49,48,56,46,53,51,55,48,49,49,44,51,50,46,53,49,54,54,49,56,93,44,91,45,49,48,56,46,53,51,55,54,55,54,44,51,50,46,48,55,57,56,51,50,93,44,91,45,49,48,56,46,53,50,52,53,51,56,44,51,49,46,56,54,51,54,49,52,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,50,50,57,57,53,49,44,51,50,46,48,55,57,56,55,93,44,91,45,49,48,56,46,50,50,57,51,52,51,44,51,50,46,53,49,54,56,51,55,93,44,91,45,49,48,55,46,57,50,51,55,54,54,44,51,50,46,53,49,55,52,49,54,93,44,91,45,49,48,55,46,57,50,51,57,57,55,44,51,50,46,54,48,52,51,55,57,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,55,51,50,50,56,50,44,51,50,46,54,50,55,51,53,51,93,44,91,45,49,48,55,46,55,50,49,51,56,55,44,51,50,46,55,55,56,48,55,55,93,44,91,45,49,48,55,46,55,56,48,53,52,56,44,51,50,46,57,53,50,55,55,54,93,44,91,45,49,48,55,46,56,53,54,54,55,50,44,51,51,46,48,48,50,53,51,57,93,44,91,45,49,48,55,46,56,54,53,48,48,57,44,51,51,46,49,57,57,57,55,52,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,54,56,57,56,51,52,44,51,56,46,51,52,56,52,55,50,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,54,52,48,48,56,53,44,51,56,46,50,49,51,48,51,50,93,44,91,45,57,50,46,53,55,48,50,56,49,44,51,56,46,48,54,54,54,51,53,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,52,48,56,52,48,55,44,51,56,46,51,52,49,51,52,52,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,105,108,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,54,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,56,54,56,55,52,54,44,51,54,46,51,50,54,52,52,55,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,49,46,48,57,53,49,49,50,44,51,54,46,52,52,48,55,55,51,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,48,34,44,34,78,65,77,69,34,58,34,74,117,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,51,48,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,44,91,45,49,51,53,46,50,49,57,49,50,56,44,53,56,46,57,55,52,57,55,50,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,52,46,54,57,52,56,51,54,44,53,56,46,50,55,54,53,50,50,93,44,91,45,49,51,52,46,55,55,54,56,54,50,44,53,56,46,48,57,57,48,52,53,93,44,91,45,49,51,52,46,54,57,55,55,54,54,44,53,56,46,48,51,50,48,51,54,93,44,91,45,49,51,52,46,53,51,56,52,49,51,44,53,56,46,48,57,56,49,55,50,93,44,91,45,49,51,52,46,49,55,54,57,57,44,53,56,46,49,53,56,51,50,93,44,91,45,49,51,51,46,56,49,51,48,53,49,44,53,55,46,56,51,55,54,50,52,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,49,55,54,57,51,55,44,53,56,46,49,53,48,53,54,55,93,44,91,45,49,51,51,46,52,54,49,53,48,52,44,53,56,46,51,56,55,55,50,51,93,44,91,45,49,51,51,46,51,55,55,51,48,51,44,53,56,46,52,51,48,53,52,56,93,44,91,45,49,51,51,46,55,48,55,49,49,56,44,53,56,46,54,49,50,50,55,52,93,44,91,45,49,51,51,46,56,52,48,53,48,55,44,53,56,46,55,50,57,52,52,52,93,44,91,45,49,51,52,46,50,53,56,48,55,52,44,53,56,46,56,54,49,48,51,54,93,44,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,56,50,52,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,52,46,56,57,56,53,49,54,44,51,57,46,50,57,56,52,53,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,55,54,44,34,98,101,100,115,34,58,53,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,105,109,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,48,53,50,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,55,46,50,49,52,57,49,52,44,51,52,46,56,49,54,48,49,49,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,54,46,57,48,55,50,48,53,44,51,52,46,53,55,57,55,57,50,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,56,51,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,51,51,56,49,57,54,44,52,49,46,52,53,55,53,48,56,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,50,46,55,49,57,50,51,54,44,52,49,46,52,56,50,52,50,51,93,44,91,45,56,50,46,55,56,55,52,48,50,44,52,49,46,53,56,55,55,51,56,93,44,91,45,56,50,46,55,50,54,52,50,55,44,52,49,46,54,57,56,51,48,56,93,44,91,45,56,50,46,57,57,53,53,55,50,44,52,49,46,56,50,56,57,54,57,93,44,91,45,56,51,46,49,54,52,53,49,49,44,52,49,46,54,50,51,50,52,55,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,78,111,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,57,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,49,57,52,54,55,49,44,52,55,46,49,53,49,49,52,57,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,57,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,53,53,56,49,52,51,44,52,49,46,54,48,50,51,56,51,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,53,46,48,57,50,53,50,44,52,49,46,54,48,50,48,53,53,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,53,50,50,44,34,98,101,100,115,34,58,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,55,46,50,57,57,55,55,44,51,57,46,54,49,50,50,56,52,93,44,91,45,55,55,46,49,48,54,56,51,57,44,51,57,46,52,57,49,54,54,49,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,54,46,56,56,51,50,57,52,44,51,57,46,52,55,52,55,53,49,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,52,53,54,49,51,52,44,51,55,46,54,54,56,55,57,53,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,104,105,115,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,50,55,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,49,52,49,57,55,52,44,52,53,46,53,53,56,49,48,57,93,44,91,45,57,51,46,48,50,50,50,55,52,44,52,53,46,53,53,55,49,53,52,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,50,46,54,52,54,54,48,50,44,52,53,46,52,52,49,54,51,53,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,79,119,115,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,54,51,56,53,55,50,44,51,55,46,51,52,52,49,54,54,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,51,48,52,44,34,98,101,100,115,34,58,51,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,54,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,53,57,52,54,54,52,44,52,48,46,52,55,49,51,56,57,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,55,52,48,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,52,48,56,52,48,55,44,51,56,46,51,52,49,51,52,52,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,49,52,57,50,57,49,44,51,56,46,52,51,49,49,53,50,93,44,91,45,57,50,46,48,48,56,55,44,51,56,46,53,48,48,48,51,56,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,50,46,49,48,57,50,56,50,44,51,56,46,53,54,49,52,51,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,51,53,55,56,49,51,44,51,56,46,54,55,57,53,49,55,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,101,114,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,56,48,55,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,54,46,50,50,51,53,54,51,44,52,50,46,50,52,51,51,55,57,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,117,110,116,105,110,103,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,50,49,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,56,46,50,50,49,57,55,44,52,48,46,54,55,52,53,51,57,93,44,91,45,55,56,46,49,51,48,48,56,49,44,52,48,46,52,56,49,57,57,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,57,49,51,56,52,52,44,52,48,46,51,57,56,54,55,57,93,44,91,45,55,55,46,56,49,54,53,49,51,44,52,48,46,53,48,48,48,55,52,93,44,91,45,55,55,46,56,52,49,56,50,55,44,52,48,46,53,53,48,48,51,53,93,44,91,45,55,55,46,54,56,55,48,56,44,52,48,46,54,55,54,55,53,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,56,50,52,53,48,54,44,52,48,46,55,52,51,54,56,49,93,44,91,45,55,55,46,57,52,52,50,53,44,52,48,46,54,57,49,53,53,55,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,97,119,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,51,46,52,56,48,52,48,51,44,52,50,46,55,56,52,57,54,54,93,44,91,45,49,48,51,46,52,56,48,48,56,50,44,52,50,46,52,51,55,50,54,55,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,50,46,55,55,51,51,54,57,44,52,50,46,55,56,53,50,54,53,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,97,116,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,51,56,53,51,55,51,44,51,54,46,55,57,56,54,53,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,48,53,51,52,53,57,44,51,54,46,53,52,50,53,50,51,93,44,91,45,56,48,46,48,57,52,51,56,57,44,51,54,46,55,55,57,53,53,50,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,56,48,46,48,54,54,52,52,57,44,51,54,46,56,52,49,48,53,55,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,109,111,114,101,110,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,79,115,99,111,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,51,46,56,56,56,52,56,52,44,52,52,46,56,53,54,52,53,56,93,44,91,45,56,51,46,56,56,56,52,56,50,44,52,52,46,56,53,54,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,111,108,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,53,46,50,50,48,53,48,54,44,51,54,46,57,57,52,57,55,52,93,44,91,45,49,48,53,46,50,48,48,49,49,55,44,51,54,46,57,49,53,54,50,56,93,44,91,45,49,48,53,46,50,51,48,54,51,50,44,51,54,46,55,50,51,55,56,52,93,44,91,45,49,48,53,46,51,55,48,54,51,56,44,51,54,46,54,56,49,48,51,50,93,44,91,45,49,48,53,46,51,50,54,54,55,52,44,51,54,46,53,48,48,48,51,49,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,52,46,56,54,53,50,52,52,44,51,54,46,50,54,49,52,49,57,93,44,91,45,49,48,52,46,56,54,53,52,48,50,44,51,54,46,50,49,55,56,54,57,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,52,54,51,44,34,98,101,100,115,34,58,55,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,48,51,54,49,49,51,44,51,56,46,51,50,51,51,55,55,93,44,91,45,56,57,46,57,49,51,50,50,55,44,51,56,46,51,48,56,50,54,57,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,53,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,51,50,57,52,54,57,44,51,56,46,53,49,48,50,49,51,93,44,91,45,56,57,46,53,55,57,51,50,53,44,51,56,46,52,56,48,49,56,52,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,54,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,55,54,51,50,48,54,44,52,48,46,48,53,55,48,48,53,93,44,91,45,55,56,46,55,53,55,50,52,49,44,51,57,46,56,50,51,52,56,52,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,51,56,48,53,57,57,44,51,57,46,55,50,50,53,57,57,93,44,91,45,55,56,46,50,57,57,48,48,51,44,51,57,46,56,50,53,53,93,44,91,45,55,56,46,49,51,52,56,54,51,44,52,48,46,49,54,53,49,51,49,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,52,50,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,50,50,56,50,50,54,44,51,53,46,48,55,49,57,53,53,93,44,91,45,57,52,46,50,51,48,53,50,52,44,51,52,46,57,54,56,53,50,55,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,51,49,55,54,53,57,44,51,52,46,54,57,55,52,48,56,93,44,91,45,57,52,46,48,49,56,49,54,56,44,51,52,46,54,57,50,52,54,57,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,52,46,48,55,52,52,52,57,44,51,53,46,48,50,54,52,51,50,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,98,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,56,50,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,49,53,56,53,51,44,52,48,46,56,53,53,48,57,54,93,44,91,45,56,48,46,49,54,54,52,55,50,44,52,49,46,48,48,48,57,50,56,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,56,48,46,50,53,55,57,51,51,44,52,49,46,49,50,56,49,54,53,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,49,46,50,55,53,51,49,57,44,52,48,46,51,48,51,52,51,52,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,48,46,56,54,53,53,48,52,44,52,48,46,52,50,50,57,50,57,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,49,52,50,51,51,56,44,51,53,46,56,50,55,52,51,52,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,49,46,48,48,53,53,52,49,44,51,53,46,57,53,56,50,56,55,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,49,46,51,50,56,51,50,52,44,51,53,46,57,57,54,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,112,101,32,77,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,48,53,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,44,91,45,55,52,46,55,53,50,49,54,53,44,51,57,46,50,57,53,48,48,53,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,57,49,53,54,56,57,44,51,57,46,49,55,53,55,53,53,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,48,49,53,49,50,51,44,51,56,46,55,56,56,54,53,55,93,44,91,45,55,52,46,55,50,56,52,48,50,44,51,56,46,57,55,52,50,52,57,93,44,91,45,55,52,46,54,52,52,50,55,57,44,51,57,46,49,49,52,56,50,52,93,44,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,104,101,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,50,54,51,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,52,55,51,48,55,54,44,52,50,46,57,55,50,53,50,56,93,44,91,45,55,50,46,53,51,50,48,50,50,44,52,50,46,57,53,52,57,52,51,93,44,91,45,55,50,46,53,52,49,53,49,51,44,52,50,46,56,48,55,48,57,52,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,50,46,48,48,54,49,57,44,52,50,46,57,52,51,55,56,57,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,49,53,54,54,54,49,44,52,51,46,49,56,49,57,54,56,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,49,49,54,53,55,44,52,56,46,50,55,57,54,54,49,93,44,91,45,57,55,46,49,52,49,50,50,49,44,52,56,46,49,57,51,55,49,50,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,87,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,54,46,55,55,55,55,50,57,44,51,55,46,53,53,52,52,52,54,93,44,91,45,55,54,46,57,50,55,53,44,51,55,46,54,57,48,52,56,53,93,44,91,45,55,55,46,48,51,51,50,55,51,44,51,55,46,55,50,48,56,48,57,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,117,101,114,102,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,44,91,45,49,48,53,46,50,57,53,53,56,55,44,51,55,46,54,53,52,52,49,54,93,44,91,45,49,48,53,46,49,57,51,50,51,55,44,51,55,46,53,57,50,49,54,56,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,52,46,57,57,53,53,48,53,44,51,55,46,51,55,53,53,53,49,93,44,91,45,49,48,52,46,55,52,56,52,52,55,44,51,55,46,52,48,55,52,51,55,93,44,91,45,49,48,52,46,53,52,56,54,53,50,44,51,55,46,53,55,52,55,93,44,91,45,49,48,52,46,52,53,52,57,51,44,51,55,46,55,52,48,56,51,57,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,54,52,54,51,56,51,44,51,55,46,57,48,48,53,50,55,93,44,91,45,49,48,53,46,48,49,51,55,50,57,44,51,55,46,56,56,49,50,55,49,93,44,91,45,49,48,53,46,48,52,57,57,49,55,44,51,55,46,57,49,53,52,55,57,93,44,91,45,49,48,53,46,49,54,56,54,53,50,44,51,56,46,48,49,56,57,52,54,93,44,91,45,49,48,53,46,52,49,51,54,51,53,44,51,55,46,56,57,48,53,50,55,93,44,91,45,49,48,53,46,52,55,51,50,48,52,44,51,55,46,56,57,53,57,55,93,44,91,45,49,48,53,46,52,53,55,50,53,53,44,51,55,46,55,53,49,52,54,52,93,44,91,45,49,48,53,46,52,56,53,53,49,54,44,51,55,46,53,55,55,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,53,34,44,34,78,65,77,69,34,58,34,75,97,114,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,55,46,57,49,53,49,48,54,44,50,56,46,55,49,57,54,52,56,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,55,53,53,49,49,44,50,57,46,48,48,55,49,49,51,93,44,91,45,57,55,46,54,49,51,49,51,50,44,50,57,46,49,48,57,55,54,53,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,54,55,53,56,54,55,44,51,53,46,52,56,57,49,54,51,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,55,49,57,55,54,49,44,51,53,46,50,52,55,53,53,93,44,91,45,56,56,46,54,52,48,57,51,52,44,51,53,46,51,54,49,48,49,55,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,52,49,52,53,56,50,44,51,53,46,52,56,50,51,51,57,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,54,52,53,57,57,44,51,57,46,55,48,51,51,54,56,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,51,48,48,54,54,54,44,51,57,46,54,51,54,53,52,49,93,44,91,45,57,48,46,51,55,49,50,53,54,44,51,57,46,55,53,51,49,50,50,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,77,105,108,108,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,51,51,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,50,46,49,56,56,57,50,50,44,51,57,46,51,50,57,51,57,50,93,44,91,45,49,49,50,46,50,49,50,48,52,53,44,51,57,46,53,53,51,57,56,55,93,44,91,45,49,49,51,46,49,48,55,52,55,53,44,51,57,46,53,53,50,53,49,51,93,44,91,45,49,49,51,46,56,49,53,55,52,51,44,51,57,46,53,53,50,54,52,52,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,50,46,52,52,55,53,49,55,44,51,56,46,54,56,49,50,55,93,44,91,45,49,49,50,46,51,48,57,57,53,51,44,51,56,46,54,55,54,50,57,93,44,91,45,49,49,50,46,50,49,56,51,53,54,44,51,56,46,55,50,55,51,54,49,93,44,91,45,49,49,50,46,50,50,52,52,54,49,44,51,56,46,56,54,52,56,48,51,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,49,46,56,49,53,52,49,52,44,52,48,46,57,53,55,52,51,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,53,50,55,52,54,53,44,52,48,46,55,56,53,55,53,50,93,44,91,45,49,49,49,46,52,56,54,49,53,57,44,52,48,46,56,55,51,49,50,52,93,44,91,45,49,49,49,46,53,48,55,53,49,44,52,49,46,48,54,51,50,51,52,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,50,50,53,56,50,51,44,52,49,46,49,57,49,48,49,55,93,44,91,45,49,49,49,46,50,57,52,56,56,54,44,52,49,46,51,50,57,57,54,57,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,52,57,54,56,49,53,44,52,49,46,50,51,48,54,49,93,44,91,45,49,49,49,46,54,53,56,54,51,54,44,52,49,46,49,56,53,55,49,56,93,44,91,45,49,49,49,46,56,53,55,55,57,57,44,52,49,46,49,57,55,55,53,51,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,55,34,44,34,78,65,77,69,34,58,34,75,97,117,102,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,57,49,48,44,34,98,101,100,115,34,58,51,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,54,46,52,51,53,50,51,51,44,51,50,46,52,48,56,57,56,54,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,108,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,52,57,53,55,52,44,51,51,46,48,55,56,52,48,57,93,44,91,45,49,48,57,46,50,52,53,48,48,53,44,51,50,46,55,52,49,57,56,53,93,44,91,45,49,48,57,46,50,48,54,50,52,57,44,51,50,46,54,51,53,56,48,51,93,44,91,45,49,48,57,46,50,50,54,48,55,44,51,50,46,53,50,57,48,57,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,57,46,48,52,55,53,55,56,44,51,51,46,50,48,56,56,57,56,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,51,52,56,53,56,49,44,51,51,46,55,55,56,49,50,51,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,99,111,112,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,53,51,57,49,51,44,34,98,101,100,115,34,58,49,48,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,55,50,53,51,49,44,51,51,46,57,57,57,56,52,57,93,44,91,45,49,49,50,46,49,54,51,50,53,51,44,51,52,46,48,52,55,52,55,49,93,44,91,45,49,49,50,46,50,55,54,48,52,44,51,51,46,56,56,50,51,49,50,93,44,91,45,49,49,50,46,55,52,51,57,53,49,44,51,51,46,57,57,57,56,57,56,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,50,46,49,57,49,54,48,56,44,51,51,46,50,54,52,54,57,56,93,44,91,45,49,49,50,46,48,56,49,57,52,54,44,51,51,46,50,48,52,54,56,54,93,44,91,45,49,49,49,46,53,56,50,54,51,49,44,51,51,46,50,48,53,52,48,56,93,44,91,45,49,49,49,46,53,56,48,54,51,52,44,51,51,46,52,54,53,56,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,49,46,49,53,51,51,53,52,44,51,51,46,54,55,55,54,48,54,93,44,91,45,49,49,49,46,50,54,49,55,51,44,51,51,46,54,50,50,53,55,49,93,44,91,45,49,49,49,46,51,56,54,56,49,50,44,51,51,46,55,53,48,48,52,52,93,44,91,45,49,49,49,46,51,55,50,51,49,55,44,51,51,46,56,50,51,57,50,52,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,79,103,101,109,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,50,56,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,56,52,54,52,56,51,44,51,54,46,50,56,56,49,54,55,93,44,91,45,56,53,46,55,56,48,49,52,56,44,51,54,46,50,51,56,48,49,49,93,44,91,45,56,53,46,54,51,52,49,53,56,44,51,54,46,50,49,51,51,52,54,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,55,48,52,48,55,53,44,51,54,46,53,50,50,51,57,53,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,56,49,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,111,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,52,53,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,53,49,57,54,48,51,44,51,52,46,50,53,49,55,54,54,93,44,91,45,56,54,46,53,57,57,55,56,53,44,51,52,46,49,50,49,55,50,93,44,91,45,56,54,46,54,56,55,54,57,55,44,51,52,46,48,56,48,55,51,53,93,44,91,45,56,54,46,55,54,51,57,57,57,44,51,51,46,57,55,52,49,56,55,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,54,46,55,53,57,49,52,52,44,51,51,46,56,52,48,54,49,55,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,52,48,53,57,56,49,44,51,51,46,56,51,53,56,57,54,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,44,91,45,49,49,49,46,50,54,57,56,54,50,44,52,56,46,57,57,55,50,51,93,44,91,45,49,49,49,46,50,55,53,51,48,54,44,52,56,46,50,49,57,53,51,49,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,52,48,57,48,57,55,44,52,56,46,49,51,50,50,49,56,93,44,91,45,49,49,48,46,56,50,55,49,54,56,44,52,56,46,49,51,51,50,48,53,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,68,117,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,53,53,50,54,49,55,44,50,55,46,51,53,57,49,48,49,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,82,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,52,54,48,52,52,50,44,51,57,46,52,53,48,55,50,50,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,55,49,53,52,57,55,44,51,57,46,54,56,54,52,57,50,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,52,55,53,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,57,52,50,51,53,51,44,51,49,46,54,49,56,54,54,57,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,54,53,50,52,51,49,44,52,52,46,56,50,51,50,57,57,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,56,46,56,49,54,57,51,49,44,52,51,46,57,54,48,55,51,51,93,44,91,45,49,49,56,46,56,49,54,56,57,44,52,52,46,48,52,55,56,50,56,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,52,57,55,52,57,57,44,52,52,46,50,53,53,50,52,56,93,44,91,45,49,49,56,46,52,48,57,55,55,52,44,52,52,46,51,55,56,54,49,57,93,44,91,45,49,49,56,46,52,50,50,49,55,51,44,52,52,46,52,52,56,57,56,52,93,44,91,45,49,49,56,46,51,48,53,55,55,56,44,52,52,46,53,56,56,56,49,93,44,91,45,49,49,56,46,53,49,54,52,53,50,44,52,52,46,55,48,50,52,54,50,93,44,91,45,49,49,56,46,50,56,53,52,51,57,44,52,52,46,55,53,48,57,55,53,93,44,91,45,49,49,56,46,51,49,56,55,50,53,44,52,52,46,56,51,54,50,55,57,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,111,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,48,56,44,34,98,101,100,115,34,58,50,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,44,91,45,49,50,52,46,51,56,48,50,55,52,44,52,51,46,52,48,50,56,52,54,93,44,91,45,49,50,52,46,52,55,54,57,52,56,44,52,51,46,51,50,57,51,55,49,93,44,91,45,49,50,52,46,52,54,53,50,51,53,44,52,51,46,50,48,48,51,48,56,93,44,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,44,91,45,49,50,52,46,50,53,56,51,56,56,44,52,50,46,57,53,52,57,52,54,93,44,91,45,49,50,52,46,49,54,49,51,48,56,44,52,50,46,56,56,51,52,57,57,93,44,91,45,49,50,52,46,49,51,56,55,52,56,44,52,50,46,54,55,49,49,49,53,93,44,91,45,49,50,51,46,57,57,54,50,57,49,44,52,50,46,54,56,53,54,53,49,93,44,91,45,49,50,51,46,57,50,53,55,49,55,44,52,50,46,55,55,52,53,49,52,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,56,50,49,49,49,56,44,52,50,46,57,57,54,50,57,49,93,44,91,45,49,50,51,46,55,48,50,49,52,52,44,52,51,46,48,56,55,48,56,51,93,44,91,45,49,50,51,46,55,48,52,55,53,50,44,52,51,46,50,53,55,55,52,49,93,44,91,45,49,50,51,46,55,54,49,53,50,56,44,52,51,46,52,50,50,50,57,52,93,44,91,45,49,50,51,46,56,55,53,54,50,56,44,52,51,46,53,49,53,57,52,55,93,44,91,45,49,50,51,46,56,55,53,54,57,56,44,52,51,46,54,48,56,52,48,55,93,44,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,51,48,56,53,57,51,44,51,51,46,51,55,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,56,48,44,34,98,101,100,115,34,58,52,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,44,91,45,55,52,46,50,49,52,54,50,53,44,52,51,46,55,50,56,55,48,51,93,44,91,45,55,52,46,49,54,48,49,44,52,51,46,51,55,49,53,51,50,93,44,91,45,55,51,46,56,56,52,49,51,57,44,52,51,46,51,57,56,48,52,49,93,44,91,45,55,51,46,55,56,57,55,51,49,44,52,51,46,50,52,52,52,50,49,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,54,50,56,57,52,44,52,51,46,52,56,54,51,57,49,93,44,91,45,55,51,46,52,57,52,51,49,52,44,52,51,46,54,53,51,57,54,54,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,52,46,48,53,55,48,48,53,44,52,51,46,55,52,52,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,52,50,57,54,50,54,44,51,56,46,51,54,54,55,48,52,93,44,91,45,55,56,46,50,56,56,56,51,55,44,51,56,46,50,55,50,54,53,54,93,44,91,45,55,56,46,50,50,49,49,48,52,44,51,56,46,50,51,48,48,56,57,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,56,46,48,57,54,48,56,51,44,51,56,46,52,48,52,51,52,51,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,54,46,48,57,50,48,49,50,44,51,52,46,53,48,54,48,53,57,93,44,91,45,57,54,46,49,52,53,52,50,51,44,51,52,46,52,49,56,51,49,51,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,55,55,57,49,51,52,44,51,52,46,53,48,54,54,52,52,93,44,91,45,57,53,46,54,55,49,55,53,44,51,52,46,53,48,54,55,57,52,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,56,56,49,57,56,55,44,51,52,46,53,57,51,53,50,56,93,44,91,45,57,53,46,56,56,50,49,57,54,44,51,52,46,54,56,48,53,51,52,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,101,110,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,55,54,57,49,54,56,44,51,57,46,57,48,50,51,53,93,44,91,45,56,57,46,54,57,56,50,53,57,44,51,57,46,57,55,53,51,48,57,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,57,55,52,54,48,52,44,52,48,46,49,51,53,55,48,53,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,50,48,44,34,98,101,100,115,34,58,49,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,44,91,45,56,53,46,48,52,54,56,55,49,44,51,52,46,48,57,54,52,49,50,93,44,91,45,56,52,46,57,50,50,55,52,50,44,51,52,46,48,56,50,52,57,55,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,53,46,48,48,53,55,55,53,44,51,52,46,51,57,50,52,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,51,54,50,44,34,98,101,100,115,34,58,56,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,54,53,56,53,57,55,44,50,56,46,55,54,54,56,55,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,51,53,52,53,53,52,44,50,56,46,57,56,52,51,55,53,93,44,91,45,56,49,46,53,48,50,48,53,53,44,50,57,46,48,57,55,56,48,50,93,44,91,45,56,49,46,53,51,50,53,55,54,44,50,57,46,49,55,55,54,49,53,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,54,53,56,54,57,56,44,50,56,46,57,54,48,51,52,53,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,79,107,109,117,108,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,56,57,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,54,46,49,57,50,52,48,51,44,51,53,46,56,53,54,57,57,51,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,48,56,55,55,55,55,44,51,53,46,53,53,50,48,48,51,93,44,91,45,57,54,46,48,56,55,53,51,44,51,53,46,51,55,54,56,55,55,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,53,46,56,55,53,52,48,53,44,51,53,46,51,55,54,54,57,93,44,91,45,57,53,46,56,50,50,51,54,49,44,51,53,46,53,53,49,54,57,51,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,55,49,51,48,56,49,44,51,53,46,55,50,53,56,48,55,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,53,56,53,48,54,50,44,52,55,46,54,55,52,48,56,56,93,44,91,45,49,48,48,46,54,55,50,50,54,50,44,52,55,46,54,55,52,49,50,56,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,49,48,48,46,48,51,50,56,48,55,44,52,55,46,54,55,51,54,54,57,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,54,46,48,55,53,57,51,57,44,52,49,46,48,56,52,56,55,56,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,49,54,56,52,53,57,44,52,48,46,57,57,54,48,57,55,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,53,48,50,44,34,98,101,100,115,34,58,49,56,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,56,55,50,52,52,50,44,51,57,46,48,53,57,48,56,56,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,108,118,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,56,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,52,52,53,51,51,52,44,51,56,46,51,48,53,50,49,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,98,117,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,56,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,50,46,57,52,57,49,54,55,44,52,55,46,56,54,54,56,50,50,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,56,56,49,48,56,93,44,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,44,91,45,49,50,52,46,52,54,49,52,48,50,44,52,55,46,54,50,52,57,54,93,44,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,44,91,45,49,50,52,46,48,52,54,55,52,44,52,55,46,53,49,56,53,50,53,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,54,48,52,54,49,53,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,50,46,55,56,51,50,51,55,44,52,55,46,54,55,50,55,53,52,93,44,91,45,49,50,50,46,55,50,49,57,55,49,44,52,55,46,55,56,55,54,54,53,93,44,91,45,49,50,50,46,53,57,57,51,54,52,44,52,55,46,56,55,52,56,49,53,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,54,52,50,50,53,54,44,52,56,46,48,57,51,55,55,93,44,91,45,49,50,50,46,56,54,50,54,56,52,44,52,56,46,50,52,51,54,53,56,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,103,117,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,44,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,87,105,110,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,52,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,48,55,57,50,57,50,44,52,51,46,56,52,55,48,56,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,50,46,48,55,56,53,51,50,44,52,52,46,49,57,50,57,55,57,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,48,55,53,44,34,98,101,100,115,34,58,51,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,49,49,54,55,48,56,44,51,50,46,53,48,48,49,51,56,93,44,91,45,57,48,46,57,56,54,54,55,50,44,51,50,46,51,53,49,55,54,93,44,91,45,57,48,46,57,56,51,51,56,49,44,51,50,46,50,49,49,55,54,55,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,49,46,48,53,51,53,53,53,44,51,50,46,49,50,52,52,49,50,93,44,91,45,57,49,46,48,51,48,56,49,44,51,50,46,49,50,48,54,53,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,48,46,57,53,54,55,56,55,44,51,50,46,48,56,51,53,57,55,93,44,91,45,57,48,46,55,55,52,56,50,44,51,50,46,49,53,51,57,57,51,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,54,56,51,53,55,49,44,51,50,46,51,53,50,55,56,52,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,56,54,48,53,54,54,44,51,50,46,53,55,53,49,55,51,93,44,91,45,57,48,46,56,54,49,51,54,52,44,51,50,46,52,52,50,49,49,53,93,44,91,45,57,48,46,57,53,49,50,52,44,51,50,46,52,52,52,51,56,57,93,44,91,45,57,48,46,57,54,52,48,52,51,44,51,50,46,53,55,53,54,48,53,93,44,91,45,57,49,46,48,52,51,53,53,50,44,51,50,46,53,55,54,50,55,49,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,114,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,52,46,56,55,54,53,53,56,44,51,57,46,56,50,48,56,56,51,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,53,52,53,51,49,51,44,51,56,46,54,55,54,56,56,50,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,52,49,53,56,51,50,44,51,56,46,56,52,53,51,93,44,91,45,57,49,46,50,54,52,57,50,55,44,51,56,46,56,52,51,56,51,51,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,54,50,57,53,57,56,44,51,57,46,49,52,55,56,53,51,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,51,49,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,52,46,54,49,55,57,54,52,44,51,54,46,57,57,56,57,48,53,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,108,105,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,55,44,34,98,101,100,115,34,58,50,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,57,49,49,57,54,51,44,51,54,46,51,56,50,52,52,54,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,55,46,56,56,55,50,52,44,51,54,46,49,52,51,56,52,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,53,51,51,49,54,49,44,51,54,46,48,57,48,54,53,57,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,51,56,54,53,57,53,44,51,54,46,50,49,51,53,52,56,93,44,91,45,55,55,46,52,52,53,56,56,54,44,51,54,46,51,50,52,56,56,56,93,44,91,45,55,55,46,54,52,57,56,51,53,44,51,54,46,52,56,49,52,52,51,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,83,97,110,100,111,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,55,54,57,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,52,48,48,55,44,51,53,46,56,48,55,53,54,55,93,44,91,45,49,48,54,46,51,57,57,55,49,51,44,51,53,46,57,54,48,48,57,53,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,50,52,55,49,54,52,44,51,54,46,48,48,49,52,51,52,93,44,91,45,49,48,54,46,56,56,53,51,49,55,44,51,53,46,57,57,56,57,54,57,93,44,91,45,49,48,54,46,56,56,53,48,53,51,44,51,54,46,50,49,54,53,55,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,55,46,51,48,56,54,54,55,44,51,53,46,57,57,56,53,53,54,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,50,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,51,46,57,54,56,57,57,44,51,55,46,49,55,52,55,57,52,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,53,53,49,51,48,51,44,51,55,46,49,54,55,53,49,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,53,50,54,57,48,55,44,51,55,46,50,53,56,53,50,57,93,44,91,45,56,51,46,54,51,56,53,55,50,44,51,55,46,51,52,52,49,54,54,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,48,55,52,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,55,46,55,57,56,53,54,44,52,49,46,49,56,49,57,53,93,44,91,45,55,55,46,55,52,49,57,49,49,44,52,49,46,49,48,55,54,49,52,93,44,91,45,55,55,46,54,50,49,55,53,57,44,52,49,46,48,57,49,49,56,53,93,44,91,45,55,55,46,53,48,56,53,57,54,44,52,48,46,57,54,50,57,51,56,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,55,46,53,50,54,53,51,55,44,52,49,46,51,53,56,53,50,56,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,55,46,57,56,56,55,56,54,44,52,49,46,51,54,55,52,53,51,93,44,91,45,55,56,46,48,57,51,51,56,49,44,52,49,46,50,49,54,57,51,49,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,56,55,48,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,50,54,48,49,53,49,44,52,52,46,53,53,53,49,52,56,93,44,91,45,49,50,51,46,50,49,49,57,54,55,44,52,52,46,53,48,49,50,49,56,93,44,91,45,49,50,51,46,50,52,48,55,52,52,44,52,52,46,51,51,55,55,56,57,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,49,54,53,52,50,56,44,52,52,46,50,48,48,48,55,49,93,44,91,45,49,50,50,46,57,48,53,55,53,53,44,52,52,46,50,48,48,55,51,54,93,44,91,45,49,50,50,46,56,54,53,52,55,56,44,52,52,46,50,56,55,49,51,52,93,44,91,45,49,50,50,46,55,54,50,55,51,53,44,52,52,46,50,57,48,53,51,55,93,44,91,45,49,50,50,46,53,48,55,50,48,51,44,52,52,46,50,50,51,52,52,56,93,44,91,45,49,50,50,46,51,50,55,49,53,44,52,52,46,50,53,50,56,52,49,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,50,46,48,51,51,48,48,54,44,52,52,46,54,56,53,54,57,49,93,44,91,45,49,50,50,46,50,55,54,54,55,53,44,52,52,46,55,52,54,49,51,53,93,44,91,45,49,50,50,46,56,48,50,52,53,55,44,52,52,46,55,57,48,56,54,52,93,44,91,45,49,50,51,46,48,48,55,55,52,51,44,52,52,46,54,56,56,48,55,49,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,48,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,56,48,57,56,50,44,51,54,46,57,52,49,57,51,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,114,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,54,56,55,50,56,51,44,51,57,46,50,55,49,51,57,56,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,87,97,117,112,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,52,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,55,51,54,56,48,50,44,52,52,46,53,57,48,54,48,53,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,54,48,53,49,53,57,44,52,52,46,54,55,56,51,51,49,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,49,48,48,46,48,52,53,55,57,49,44,50,57,46,54,57,52,57,50,52,93,44,91,45,57,57,46,57,54,55,54,50,54,44,51,48,46,48,56,50,51,53,54,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,51,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,50,49,46,51,52,56,52,55,49,44,52,51,46,51,53,54,55,53,51,93,44,91,45,49,50,49,46,51,52,57,54,55,57,44,52,50,46,55,52,54,54,52,52,93,44,91,45,49,50,48,46,56,56,51,51,50,55,44,52,50,46,55,52,52,50,49,52,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,51,54,53,51,51,55,44,52,50,46,55,52,56,57,53,56,93,44,91,45,49,49,57,46,57,52,51,55,55,57,44,52,50,46,55,52,54,51,55,49,93,44,91,45,49,49,57,46,57,51,50,54,49,49,44,52,51,46,49,55,56,57,54,51,93,44,91,45,49,49,57,46,56,57,54,57,54,57,44,52,51,46,49,55,57,48,49,55,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,79,122,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,51,34,44,34,78,65,77,69,34,58,34,87,97,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,57,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,54,46,49,57,49,52,49,56,44,51,48,46,49,51,52,54,54,57,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,48,56,52,53,52,49,44,51,48,46,48,48,53,49,51,55,93,44,91,45,57,54,46,49,51,49,54,53,44,50,57,46,57,51,55,53,48,52,93,44,91,45,57,54,46,49,48,50,52,57,54,44,50,57,46,56,48,57,54,54,53,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,53,46,57,54,48,55,51,51,44,51,48,46,49,54,51,52,49,53,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,49,50,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,55,46,53,54,54,56,52,49,44,51,49,46,54,57,55,49,49,53,93,44,91,45,56,55,46,53,54,53,55,48,56,44,51,49,46,52,56,49,54,56,51,93,44,91,45,56,55,46,54,48,51,49,51,55,44,51,49,46,52,48,57,53,53,54,93,44,91,45,56,55,46,55,48,54,48,52,53,44,51,49,46,52,48,48,57,53,55,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,55,46,49,54,54,53,56,49,44,51,49,46,53,49,57,53,54,49,93,44,91,45,56,55,46,49,51,53,48,53,49,44,51,49,46,54,52,50,52,49,55,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,54,46,57,48,54,56,57,57,44,51,49,46,56,51,48,54,50,56,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,44,91,45,55,49,46,56,55,52,52,51,51,44,52,52,46,56,55,54,51,56,50,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,49,46,57,49,48,48,56,53,44,52,52,46,54,52,55,49,56,93,44,91,45,55,49,46,57,51,51,50,56,56,44,52,52,46,52,52,49,49,55,52,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,54,48,48,49,53,55,44,52,52,46,52,56,53,56,51,51,93,44,91,45,55,49,46,53,53,51,55,53,54,44,52,52,46,54,51,48,52,50,54,93,44,91,45,55,49,46,54,50,57,57,49,57,44,52,52,46,55,53,51,53,55,56,93,44,91,45,55,49,46,52,57,54,48,57,51,44,52,52,46,57,48,55,56,52,57,93,44,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,44,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,117,110,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,50,52,49,53,48,57,44,51,54,46,56,48,55,57,53,56,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,56,46,49,55,48,56,57,53,44,51,55,46,48,53,51,57,52,57,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,84,114,97,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,49,57,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,55,46,52,55,52,50,50,56,44,52,55,46,51,50,52,54,50,49,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,54,49,44,34,98,101,100,115,34,58,54,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,51,46,57,50,55,50,56,52,44,51,52,46,50,55,57,51,57,57,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,51,46,56,54,56,48,51,44,51,52,46,48,57,56,50,56,49,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,51,34,44,34,78,65,77,69,34,58,34,84,114,101,117,116,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,51,56,54,49,48,54,44,51,50,46,52,52,48,51,55,93,44,91,45,56,50,46,52,57,57,57,55,49,44,51,50,46,52,57,56,51,55,56,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,52,46,55,56,57,48,51,50,44,51,49,46,52,51,54,51,53,54,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,86,105,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,56,57,46,57,50,56,56,51,55,44,52,53,46,57,56,49,57,54,55,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,56,56,46,57,51,51,50,50,50,44,52,53,46,57,56,50,50,55,54,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,57,57,48,56,54,52,44,52,54,46,48,57,55,51,56,49,93,44,91,45,56,57,46,48,57,49,54,51,56,44,52,54,46,49,51,56,52,52,55,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,108,116,114,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,49,55,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,50,50,57,49,51,51,44,52,56,46,48,49,57,57,53,56,93,44,91,45,57,53,46,50,55,55,56,51,52,44,52,55,46,57,50,53,51,52,54,93,44,91,45,57,53,46,49,57,51,55,48,53,44,52,55,46,56,55,50,53,52,52,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,53,46,50,49,48,57,53,51,44,52,56,46,51,54,53,57,55,49,93,44,91,45,57,53,46,50,49,49,57,54,54,44,52,56,46,53,51,57,57,54,49,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,111,97,109,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,51,51,49,50,52,52,44,49,56,46,48,49,53,56,57,49,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,117,195,161,110,105,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,57,57,57,54,49,57,44,49,55,46,56,56,51,57,93,44,91,45,54,54,46,56,51,57,57,50,57,44,49,55,46,56,57,56,57,57,51,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,111,114,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,54,49,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,54,46,48,50,51,52,52,53,44,51,56,46,53,55,51,56,55,53,93,44,91,45,55,54,46,50,52,48,49,53,44,51,56,46,54,54,51,50,48,52,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,48,55,56,53,55,53,44,51,56,46,48,54,48,57,50,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,53,46,56,50,51,55,48,54,44,51,56,46,52,56,49,48,50,50,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,56,51,55,57,55,52,44,51,56,46,55,48,51,57,57,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,50,48,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,54,49,56,57,55,49,44,52,49,46,48,54,51,55,53,57,93,44,91,45,55,54,46,53,49,50,52,50,49,44,52,48,46,57,52,54,49,48,50,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,54,46,51,49,57,50,51,54,44,52,49,46,50,48,56,48,57,50,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,49,57,56,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,51,46,56,50,55,52,50,53,44,51,57,46,56,50,50,54,53,49,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,53,56,56,48,52,49,44,51,57,46,55,54,56,55,55,56,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,51,34,44,34,78,65,77,69,34,58,34,77,97,118,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,55,48,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,44,91,45,49,48,48,46,54,51,49,54,49,49,44,50,56,46,57,48,50,56,51,57,93,44,91,45,49,48,48,46,53,52,54,53,55,54,44,50,56,46,56,50,52,57,50,51,93,44,91,45,49,48,48,46,53,48,48,51,53,52,44,50,56,46,54,54,49,57,54,93,44,91,45,49,48,48,46,51,51,54,49,56,55,44,50,56,46,52,51,48,49,56,49,93,44,91,45,49,48,48,46,50,57,52,50,57,54,44,50,56,46,50,56,52,51,56,93,44,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,49,48,48,46,49,49,52,51,51,54,44,50,56,46,54,52,56,49,50,50,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,49,48,48,46,54,54,55,53,52,56,44,50,57,46,48,56,52,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,80,105,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,57,55,50,50,44,34,98,101,100,115,34,58,51,50,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,49,46,53,54,57,50,53,54,44,51,50,46,53,48,54,55,54,57,93,44,91,45,49,49,50,46,50,48,51,54,50,52,44,51,50,46,53,48,54,55,50,49,93,44,91,45,49,49,51,46,51,51,51,56,57,52,44,51,50,46,53,48,53,49,56,56,93,44,91,45,49,49,51,46,51,51,51,55,54,55,44,51,50,46,48,51,56,57,50,55,93,44,91,45,49,49,50,46,49,52,57,55,49,50,44,51,49,46,54,55,51,56,55,49,93,44,91,45,49,49,49,46,51,54,54,51,55,50,44,51,49,46,52,50,54,48,54,49,93,44,91,45,49,49,49,46,51,54,54,57,50,50,44,51,49,46,53,50,49,51,54,49,93,44,91,45,49,49,49,46,49,54,51,55,49,55,44,51,49,46,53,50,49,55,50,52,93,44,91,45,49,49,49,46,49,54,52,49,56,51,44,51,49,46,55,50,53,56,57,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,54,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,54,34,44,34,78,65,77,69,34,58,34,67,105,98,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,55,56,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,56,46,52,54,56,55,49,53,44,51,53,46,51,48,54,54,53,56,93,44,91,45,49,48,56,46,52,54,57,52,48,50,44,51,52,46,57,53,57,48,56,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,55,46,50,48,50,56,56,50,44,51,52,46,57,53,55,53,55,50,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,117,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,51,54,55,44,34,98,101,100,115,34,58,57,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,53,46,48,53,57,57,49,51,44,51,57,46,57,57,49,53,50,57,93,44,91,45,55,52,46,57,51,48,55,52,53,44,51,57,46,56,56,53,57,48,56,93,44,91,45,55,52,46,57,48,50,57,54,51,44,51,57,46,55,57,49,49,48,56,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,54,53,57,50,57,53,44,51,57,46,54,51,49,50,51,51,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,51,56,57,55,48,56,44,51,57,46,55,55,51,50,56,51,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,82,117,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,55,51,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,52,50,55,57,49,44,52,51,46,54,51,52,52,50,56,93,44,91,45,55,51,46,51,48,50,53,53,51,44,52,51,46,54,50,53,55,48,57,93,44,91,45,55,51,46,50,52,54,56,52,52,44,52,51,46,53,49,55,50,53,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,50,46,55,53,57,55,57,57,44,52,51,46,51,53,52,49,52,52,93,44,91,45,55,50,46,55,56,56,57,56,55,44,52,51,46,53,48,48,48,55,93,44,91,45,55,50,46,55,48,48,57,52,53,44,52,51,46,54,56,50,56,51,49,93,44,91,45,55,50,46,56,50,48,48,52,51,44,52,51,46,55,49,54,56,51,52,93,44,91,45,55,50,46,55,56,50,56,49,50,44,52,51,46,56,48,52,51,51,56,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,51,46,50,49,56,57,53,54,44,52,51,46,56,51,55,50,57,49,93,44,91,45,55,51,46,50,48,54,51,50,50,44,52,51,46,55,54,54,55,55,53,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,69,97,114,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,55,56,57,48,51,50,44,51,49,46,52,51,54,51,53,54,93,44,91,45,56,52,46,56,49,57,56,48,55,44,51,49,46,53,48,49,49,57,50,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,48,57,57,54,52,55,44,51,49,46,49,54,52,57,52,50,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,52,46,57,49,55,52,50,49,44,51,49,46,50,53,53,57,57,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,68,117,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,44,91,45,55,48,46,57,48,49,56,54,54,44,52,49,46,51,54,49,55,55,93,44,91,45,55,48,46,56,55,55,51,50,55,44,52,49,46,50,50,52,49,52,52,93,44,91,45,55,48,46,56,48,53,57,53,44,52,49,46,49,57,56,55,52,50,93,44,91,45,55,48,46,54,56,53,48,50,44,52,49,46,50,57,51,49,55,54,93,44,91,45,55,48,46,52,57,51,51,48,56,44,52,49,46,50,55,57,57,55,53,93,44,91,45,55,48,46,51,50,56,49,56,50,44,52,49,46,51,56,48,49,53,57,93,44,91,45,55,48,46,50,51,52,51,51,44,52,49,46,51,56,51,50,50,57,93,44,91,45,55,48,46,51,50,51,53,57,51,44,52,49,46,51,57,49,54,48,55,93,44,91,45,55,48,46,53,48,50,56,51,50,44,52,49,46,53,48,48,54,51,53,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,99,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,48,49,52,50,51,50,44,52,56,46,51,55,49,52,51,50,93,44,91,45,49,48,49,46,48,49,53,48,50,52,44,52,56,46,48,50,50,55,51,57,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,50,51,55,48,50,50,44,52,56,46,48,50,49,56,54,54,93,44,91,45,49,48,48,46,50,51,55,48,57,57,44,52,56,46,51,55,49,50,52,52,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,52,48,54,55,56,44,52,56,46,54,51,49,56,55,56,93,44,91,45,49,48,49,46,48,53,57,54,50,52,44,52,56,46,54,51,50,51,54,49,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,55,46,48,49,55,55,51,44,52,50,46,50,54,52,52,53,51,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,76,97,77,111,117,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,51,46,52,49,54,53,50,53,44,52,52,46,50,51,51,51,54,52,93,44,91,45,49,49,51,46,52,52,52,56,57,49,44,52,51,46,57,49,56,53,52,50,93,44,91,45,49,49,51,46,51,55,55,56,55,55,44,52,51,46,56,48,57,55,93,44,91,45,49,49,51,46,53,50,55,56,48,52,44,52,51,46,55,49,57,49,51,53,93,44,91,45,49,49,51,46,55,54,49,49,55,44,52,51,46,54,50,49,49,57,52,93,44,91,45,49,49,51,46,55,57,56,52,52,49,44,52,51,46,53,54,57,50,49,55,93,44,91,45,49,49,51,46,55,48,49,49,53,51,44,52,51,46,53,56,52,53,53,51,93,44,91,45,49,49,51,46,54,51,52,51,51,53,44,52,51,46,52,57,55,51,48,56,93,44,91,45,49,49,51,46,54,51,53,50,51,44,52,51,46,51,54,55,53,52,54,93,44,91,45,49,49,51,46,51,54,49,57,49,44,52,51,46,51,54,55,49,54,93,44,91,45,49,49,51,46,51,54,49,57,53,56,44,52,51,46,50,56,52,54,55,56,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,50,46,57,51,54,56,51,53,44,52,51,46,52,52,57,51,56,54,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,54,57,53,50,52,50,44,52,51,46,57,55,49,57,52,49,93,44,91,45,49,49,50,46,57,57,52,51,50,51,44,52,51,46,57,55,50,51,54,50,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,111,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,51,56,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,44,91,45,55,49,46,52,57,54,48,57,51,44,52,52,46,57,48,55,56,52,57,93,44,91,45,55,49,46,54,50,57,57,49,57,44,52,52,46,55,53,51,53,55,56,93,44,91,45,55,49,46,53,53,51,55,53,54,44,52,52,46,54,51,48,52,50,54,93,44,91,45,55,49,46,54,48,48,49,53,55,44,52,52,46,52,56,53,56,51,51,93,44,91,45,55,49,46,55,54,53,54,56,52,44,52,52,46,52,48,54,50,57,53,93,44,91,45,55,49,46,53,55,53,56,49,57,44,52,52,46,50,53,52,53,57,54,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,51,48,54,48,51,54,44,52,52,46,49,51,55,50,55,50,93,44,91,45,55,49,46,50,53,49,57,53,55,44,52,52,46,50,52,52,50,54,54,93,44,91,45,55,49,46,48,52,50,50,56,44,52,52,46,50,51,55,53,49,52,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,49,46,48,51,51,53,50,52,44,52,52,46,54,57,55,54,51,55,93,44,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,44,91,45,55,49,46,49,51,50,57,49,44,52,53,46,50,52,52,53,49,50,93,44,91,45,55,49,46,50,56,55,57,49,51,44,52,53,46,51,48,48,57,48,56,93,44,91,45,55,49,46,51,57,55,54,54,44,52,53,46,50,48,53,51,50,55,93,44,91,45,55,49,46,53,48,49,48,56,50,44,52,53,46,48,49,51,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,75,105,100,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,44,91,45,49,48,48,46,49,49,52,54,51,55,44,52,54,46,57,56,49,54,54,54,93,44,91,45,49,48,48,46,48,55,53,50,50,57,44,52,54,46,57,56,49,50,56,50,93,44,91,45,49,48,48,46,48,56,49,49,57,56,44,52,54,46,54,51,51,51,57,54,93,44,91,45,57,57,46,57,49,53,53,56,54,44,52,54,46,54,51,50,57,50,54,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,52,52,53,56,57,49,44,52,54,46,57,56,48,49,56,57,93,44,91,45,57,57,46,52,56,49,48,50,44,52,54,46,57,56,48,51,54,57,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,49,48,48,46,49,49,51,50,54,49,44,52,55,46,51,50,55,50,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,51,34,44,34,78,65,77,69,34,58,34,75,108,101,98,101,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,50,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,56,46,48,53,57,56,44,50,55,46,54,51,53,56,54,57,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,55,46,56,49,52,57,51,52,44,50,55,46,50,55,49,56,57,51,93,44,91,45,57,55,46,50,56,56,51,51,55,44,50,55,46,50,55,55,53,56,52,93,44,91,45,57,55,46,49,54,53,48,57,55,44,50,55,46,53,54,56,51,93,44,91,45,57,55,46,56,52,48,54,55,56,44,50,55,46,53,53,56,51,53,56,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,111,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,48,52,49,44,34,98,101,100,115,34,58,50,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,44,91,45,56,55,46,50,49,56,56,54,50,44,52,49,46,50,52,50,48,50,55,93,44,91,45,56,55,46,49,51,49,54,53,51,44,52,49,46,50,56,54,49,53,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,57,51,51,51,51,52,44,52,49,46,55,54,49,48,51,53,93,44,91,45,56,55,46,50,48,55,55,55,52,44,52,49,46,55,54,48,57,53,54,93,44,91,45,56,55,46,50,50,49,44,52,49,46,55,54,48,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,97,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,53,54,49,44,34,98,101,100,115,34,58,49,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,54,55,48,54,53,44,51,53,46,48,57,50,53,57,50,93,44,91,45,55,56,46,54,52,55,55,51,52,44,51,52,46,57,57,52,55,52,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,51,50,52,53,50,44,51,52,46,54,54,54,48,57,53,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,56,46,49,57,56,54,52,50,44,51,52,46,55,52,49,54,51,55,93,44,91,45,55,56,46,49,52,55,49,50,57,44,51,52,46,57,48,50,53,48,54,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,52,49,49,55,51,52,44,51,53,46,50,53,52,54,54,51,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,52,50,49,54,55,50,44,51,53,46,51,49,57,50,54,55,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,105,110,101,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,55,56,55,53,44,34,98,101,100,115,34,58,51,56,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,44,91,45,56,50,46,56,55,56,49,48,53,44,50,56,46,48,52,50,56,50,93,44,91,45,56,50,46,57,48,49,51,51,55,44,50,55,46,56,51,57,49,48,55,93,44,91,45,56,50,46,56,48,53,55,44,50,55,46,55,48,57,51,56,52,93,44,91,45,56,50,46,56,49,51,51,54,50,44,50,55,46,54,52,53,55,52,56,93,44,91,45,56,50,46,54,48,54,49,51,57,44,50,55,46,54,52,51,54,51,56,93,44,91,45,56,50,46,53,52,49,53,49,56,44,50,55,46,55,56,50,50,48,52,93,44,91,45,56,50,46,53,57,55,50,49,57,44,50,55,46,57,51,53,49,57,57,93,44,91,45,56,50,46,54,52,56,51,50,44,50,55,46,57,52,55,51,57,56,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,97,110,113,117,105,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,55,49,54,51,51,49,44,51,53,46,48,55,49,55,52,50,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,51,46,50,56,56,50,56,52,44,51,52,46,56,54,48,57,57,50,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,51,46,48,55,51,56,55,55,44,51,52,46,56,53,56,48,57,49,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,50,46,55,53,51,54,50,54,44,51,52,46,57,49,49,50,52,56,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,53,57,51,53,56,53,44,51,53,46,48,49,49,55,54,49,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,55,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,51,52,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,55,54,53,48,53,57,44,51,57,46,48,52,52,54,56,51,93,44,91,45,49,48,55,46,57,56,50,49,55,51,44,51,57,46,48,53,57,56,55,56,93,44,91,45,49,48,56,46,49,53,50,52,55,56,44,51,56,46,57,48,49,50,54,56,93,44,91,45,49,48,56,46,51,55,56,57,53,51,44,51,56,46,56,50,57,49,48,56,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,71,97,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,49,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,54,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,55,46,57,56,54,57,51,44,51,52,46,48,53,50,49,48,50,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,97,116,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,49,55,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,53,52,53,52,56,56,44,51,54,46,49,49,55,52,55,53,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,55,48,34,44,34,78,65,77,69,34,58,34,82,111,97,110,111,107,101,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,54,50,49,44,34,98,101,100,115,34,58,54,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,55,57,46,57,52,54,56,49,55,44,51,55,46,50,49,51,48,51,55,93,44,91,45,55,57,46,57,48,53,52,54,44,51,55,46,51,50,49,56,51,53,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,52,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,66,111,119,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,56,53,56,44,34,98,101,100,115,34,58,56,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,52,54,56,52,52,50,44,51,51,46,50,57,52,51,49,51,93,44,91,45,57,52,46,50,51,49,51,51,51,44,51,51,46,50,52,49,48,55,51,93,44,91,45,57,52,46,50,49,56,55,55,55,44,51,51,46,50,57,54,52,48,50,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,52,46,50,57,49,50,49,50,44,51,51,46,53,56,49,52,55,56,93,44,91,45,57,52,46,51,56,57,53,51,44,51,51,46,53,52,54,55,51,57,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,53,54,52,48,55,54,44,51,51,46,54,50,54,50,54,53,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,87,101,98,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,55,51,49,44,34,98,101,100,115,34,58,53,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,44,91,45,49,49,50,46,48,50,56,54,55,50,44,52,49,46,51,51,54,53,49,50,93,44,91,45,49,49,50,46,50,51,56,48,54,53,44,52,49,46,51,51,54,53,53,50,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,49,56,54,54,57,51,44,52,49,46,49,53,51,48,50,56,93,44,91,45,49,49,49,46,56,53,54,50,52,55,44,52,49,46,49,51,57,48,56,51,93,44,91,45,49,49,49,46,56,53,55,55,57,57,44,52,49,46,49,57,55,55,53,51,93,44,91,45,49,49,49,46,54,53,56,54,51,54,44,52,49,46,49,56,53,55,49,56,93,44,91,45,49,49,49,46,52,57,54,56,49,53,44,52,49,46,50,51,48,54,49,93,44,91,45,49,49,49,46,52,50,48,55,50,56,44,52,49,46,51,54,49,51,48,56,93,44,91,45,49,49,49,46,53,49,48,56,51,57,44,52,49,46,52,50,51,49,93,44,91,45,49,49,49,46,54,54,54,53,55,54,44,52,49,46,52,50,56,56,51,93,44,91,45,49,49,49,46,55,50,54,49,56,49,44,52,49,46,51,55,53,57,56,54,93,44,91,45,49,49,49,46,56,56,53,52,52,51,44,52,49,46,52,50,54,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,55,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,55,49,53,52,57,55,44,51,57,46,54,56,54,52,57,50,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,49,46,52,51,51,55,57,56,44,51,57,46,56,52,49,56,54,53,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,52,52,56,44,34,98,101,100,115,34,58,51,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,44,91,45,55,54,46,49,54,49,56,50,53,44,52,52,46,50,56,48,55,55,54,93,44,91,45,55,54,46,52,51,56,50,56,55,44,52,52,46,48,57,52,49,55,50,93,44,91,45,55,54,46,55,51,52,55,50,53,44,52,51,46,55,48,56,49,50,49,93,44,91,45,55,54,46,54,52,52,55,49,50,44,52,51,46,55,48,51,52,54,54,93,44,91,45,55,54,46,48,50,50,48,48,51,44,52,51,46,54,54,56,49,52,51,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,53,46,55,53,56,49,53,55,44,52,51,46,56,55,56,55,56,53,93,44,91,45,55,53,46,52,56,52,53,50,56,44,52,52,46,48,55,52,49,55,50,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,56,54,48,48,52,54,44,52,52,46,52,48,51,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,54,54,53,48,50,57,44,52,50,46,51,56,50,49,53,53,93,44,91,45,57,48,46,54,54,53,53,53,49,44,52,50,46,50,57,52,54,57,57,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,49,54,50,56,57,53,44,52,50,46,49,49,54,55,49,56,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,57,48,46,51,57,49,49,48,56,44,52,50,46,50,50,53,52,55,51,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,44,91,45,57,56,46,52,50,50,48,53,55,44,52,56,46,49,57,52,55,56,50,93,44,91,45,57,56,46,52,50,50,52,55,52,44,52,56,46,48,50,49,48,56,93,44,91,45,57,56,46,53,50,53,53,53,53,44,52,55,46,57,49,53,48,53,54,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,56,56,50,48,54,53,44,52,56,46,48,50,48,56,52,52,93,44,91,45,57,55,46,57,48,51,51,49,51,44,52,56,46,49,57,52,56,52,53,93,44,91,45,57,56,46,50,57,50,49,56,52,44,52,56,46,49,57,53,49,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,55,57,52,44,34,98,101,100,115,34,58,51,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,44,91,45,55,51,46,57,56,54,51,56,50,44,52,52,46,55,48,55,55,55,51,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,51,46,52,57,55,53,54,55,44,52,52,46,52,56,54,50,51,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,51,56,57,56,50,44,52,52,46,54,49,55,50,49,49,93,44,91,45,55,51,46,51,51,53,48,52,52,44,52,52,46,56,48,52,49,48,57,93,44,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,44,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,51,56,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,51,49,54,57,57,51,44,52,48,46,48,57,48,55,54,53,93,44,91,45,49,48,55,46,51,49,56,55,53,49,44,51,57,46,57,49,52,57,54,56,93,44,91,45,49,48,55,46,52,51,49,55,55,44,51,57,46,56,50,56,51,55,55,93,44,91,45,49,48,55,46,57,51,56,53,48,50,44,51,57,46,56,50,52,57,57,54,93,44,91,45,49,48,55,46,57,51,56,53,52,54,44,51,57,46,54,57,52,52,54,52,93,44,91,45,49,48,56,46,53,53,52,55,50,50,44,51,57,46,54,57,51,54,52,93,44,91,45,49,48,56,46,53,53,52,54,50,55,44,51,57,46,54,53,48,49,54,52,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,56,46,52,48,57,54,48,55,44,51,57,46,51,54,53,57,56,51,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,55,46,49,49,51,52,52,54,44,51,57,46,51,54,54,48,54,54,93,44,91,45,49,48,55,46,49,49,51,54,55,50,44,51,57,46,57,49,57,49,49,50,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,82,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,50,53,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,48,50,56,56,50,50,44,51,57,46,49,57,49,53,57,53,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,111,99,107,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,52,57,54,49,50,51,44,51,57,46,54,48,50,56,52,57,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,50,56,48,52,49,44,51,57,46,52,55,50,57,48,54,93,44,91,45,56,50,46,49,54,55,51,55,57,44,51,57,46,52,54,54,51,48,55,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,51,55,57,56,57,44,51,57,46,53,57,54,55,51,56,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,54,53,51,52,49,57,44,51,50,46,51,57,55,50,52,55,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,57,48,56,51,48,50,44,51,50,46,50,50,53,48,50,56,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,54,46,56,53,55,53,56,51,44,51,49,46,57,54,50,49,54,55,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,52,48,56,55,55,49,44,51,50,46,50,52,52,51,48,57,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,97,110,100,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,50,46,49,52,56,51,51,56,44,51,50,46,53,50,48,52,50,57,93,44,91,45,56,50,46,50,53,50,55,53,55,44,51,50,46,51,53,51,51,49,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,49,46,57,49,56,54,53,50,44,51,50,46,52,49,53,48,55,51,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,49,50,49,44,34,98,101,100,115,34,58,57,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,84,114,105,110,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,52,52,55,57,53,54,44,52,48,46,57,52,51,55,53,56,93,44,91,45,49,50,51,46,54,49,53,56,50,55,44,52,48,46,57,49,52,48,54,56,93,44,91,45,49,50,51,46,53,52,51,55,52,57,44,52,48,46,55,51,57,48,49,53,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,51,46,53,52,52,53,54,51,44,51,57,46,57,55,55,48,49,53,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,50,46,57,56,57,48,49,53,44,52,48,46,50,53,48,49,52,53,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,57,51,49,50,54,55,44,52,48,46,52,52,53,53,53,55,93,44,91,45,49,50,50,46,54,57,51,48,57,57,44,52,48,46,53,56,48,55,52,55,93,44,91,45,49,50,50,46,55,53,50,48,50,51,44,52,48,46,54,56,57,56,56,50,93,44,91,45,49,50,50,46,54,54,57,56,51,57,44,52,48,46,55,55,51,53,54,55,93,44,91,45,49,50,50,46,53,57,56,53,50,56,44,52,48,46,57,55,53,56,52,55,93,44,91,45,49,50,50,46,53,50,55,55,53,51,44,52,49,46,48,49,52,51,57,53,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,50,46,53,48,52,50,53,52,44,52,49,46,51,51,52,55,49,93,44,91,45,49,50,50,46,53,57,48,56,48,56,44,52,49,46,51,50,53,57,49,93,44,91,45,49,50,50,46,56,49,49,51,52,50,44,52,49,46,50,48,50,52,53,49,93,44,91,45,49,50,50,46,56,57,55,48,54,54,44,52,49,46,50,48,49,48,48,54,93,44,91,45,49,50,51,46,48,51,54,56,48,56,44,52,49,46,48,48,52,48,53,56,93,44,91,45,49,50,51,46,49,48,57,48,55,55,44,52,49,46,48,55,53,52,50,57,93,44,91,45,49,50,51,46,50,52,53,50,50,50,44,52,49,46,48,55,55,57,56,55,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,77,117,115,99,111,103,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,54,55,48,44,34,98,101,100,115,34,58,49,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,52,46,55,57,50,57,53,49,44,51,50,46,52,49,51,56,52,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,53,46,48,56,48,55,56,52,44,51,50,46,54,48,56,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,104,97,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,49,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,57,48,46,49,51,53,54,57,53,44,51,52,46,48,55,50,57,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,49,56,50,53,56,52,44,51,51,46,56,48,57,51,50,50,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,51,54,52,57,49,44,51,51,46,56,48,57,51,49,57,93,44,91,45,56,57,46,57,50,54,50,57,52,44,51,51,46,56,50,51,56,53,52,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,116,99,104,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,53,46,49,48,50,56,56,56,44,51,57,46,53,51,51,51,52,55,93,44,91,45,57,53,46,48,53,51,53,56,54,44,51,57,46,54,49,53,50,54,57,93,44,91,45,57,53,46,49,49,53,49,56,57,44,51,57,46,54,53,50,53,52,57,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,97,114,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,114,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,49,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,50,46,50,49,49,48,51,55,44,51,50,46,53,50,51,50,52,52,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,56,48,48,44,34,98,101,100,115,34,58,49,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,49,53,55,54,55,49,44,51,57,46,57,50,50,57,55,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,48,51,54,48,54,57,44,52,48,46,48,52,48,49,56,50,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,56,57,57,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,55,49,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,55,55,54,54,57,52,44,51,53,46,52,48,53,52,49,55,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,54,54,55,54,57,50,44,51,52,46,57,50,57,53,56,51,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,52,57,48,52,51,52,44,51,53,46,49,49,53,56,53,55,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,54,46,52,52,53,53,56,52,44,51,53,46,52,53,56,55,55,49,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,105,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,57,50,54,44,34,98,101,100,115,34,58,50,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,49,46,57,51,52,49,51,54,44,51,51,46,52,54,56,51,51,55,93,44,91,45,56,49,46,57,49,56,51,51,55,44,51,51,46,51,51,50,56,52,50,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,52,49,53,51,48,56,44,51,51,46,55,51,50,49,54,49,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,101,110,100,111,99,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,50,50,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,44,91,45,49,50,51,46,57,51,56,53,57,49,44,51,57,46,56,49,52,57,52,52,93,44,91,45,49,50,51,46,56,53,55,49,56,51,44,51,57,46,54,55,52,54,57,51,93,44,91,45,49,50,51,46,56,51,52,54,52,57,44,51,57,46,53,52,57,49,57,52,93,44,91,45,49,50,51,46,56,57,51,48,56,53,44,51,57,46,51,51,55,52,57,52,93,44,91,45,49,50,51,46,55,54,49,57,54,53,44,51,57,46,48,52,49,48,57,49,93,44,91,45,49,50,51,46,55,56,52,54,55,54,44,51,56,46,56,57,51,55,50,56,93,44,91,45,49,50,51,46,54,51,50,52,57,55,44,51,56,46,55,53,56,49,49,57,93,44,91,45,49,50,51,46,51,54,56,51,57,52,44,51,56,46,56,48,54,54,52,93,44,91,45,49,50,51,46,49,51,54,50,53,51,44,51,56,46,56,48,57,49,51,54,93,44,91,45,49,50,51,46,48,56,48,57,57,55,44,51,56,46,56,53,50,52,51,56,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,50,46,57,52,56,56,54,53,44,51,56,46,57,48,48,50,50,93,44,91,45,49,50,50,46,57,56,54,54,52,44,51,56,46,57,57,55,50,56,51,93,44,91,45,49,50,51,46,48,57,51,48,49,51,44,51,57,46,48,55,49,57,57,52,93,44,91,45,49,50,51,46,48,49,50,55,49,44,51,57,46,50,51,54,49,56,56,93,44,91,45,49,50,51,46,48,55,53,49,49,52,44,51,57,46,52,48,55,54,56,51,93,44,91,45,49,50,51,46,48,54,51,49,56,49,44,51,57,46,53,48,51,53,51,57,93,44,91,45,49,50,50,46,56,57,48,51,49,44,51,57,46,53,50,57,48,49,52,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,51,46,53,52,52,53,54,51,44,51,57,46,57,55,55,48,49,53,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,53,48,34,44,34,78,65,77,69,34,58,34,67,104,101,115,97,112,101,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,56,50,48,44,34,98,101,100,115,34,58,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,52,53,55,52,54,57,44,51,54,46,56,49,52,56,52,49,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,54,46,49,50,49,57,53,53,44,51,54,46,54,54,53,55,53,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,89,97,117,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,52,51,57,44,34,98,101,100,115,34,58,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,56,56,52,54,53,51,44,49,56,46,48,50,52,56,49,54,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,119,101,101,116,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,49,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,49,48,46,48,52,56,44,52,49,46,53,55,56,48,49,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,55,46,57,50,57,55,51,54,44,52,49,46,54,53,57,53,57,54,93,44,91,45,49,48,55,46,53,48,57,55,50,44,52,49,46,54,53,55,52,53,50,93,44,91,45,49,48,55,46,53,48,51,56,50,49,44,52,50,46,48,56,55,57,53,55,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,71,97,114,122,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,57,46,48,56,57,54,53,53,44,51,57,46,48,51,56,50,48,56,93,44,91,45,55,57,46,48,52,53,57,53,51,44,51,56,46,57,50,56,55,49,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,56,46,57,57,51,55,54,49,44,51,56,46,56,53,48,48,50,49,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,55,56,56,48,51,49,44,51,56,46,56,56,53,49,50,51,93,44,91,45,55,56,46,54,56,48,52,53,54,44,51,56,46,57,50,53,51,49,51,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,56,57,57,54,57,53,44,51,57,46,49,57,57,49,51,55,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,106,117,110,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,56,50,55,51,50,55,44,49,56,46,49,55,49,50,52,50,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,57,50,53,55,50,44,49,56,46,50,49,53,56,56,51,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,79,122,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,56,52,44,34,98,101,100,115,34,58,51,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,51,52,44,34,98,101,100,115,34,58,49,50,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,52,51,56,51,53,53,44,51,54,46,52,52,53,54,51,57,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,49,56,56,48,53,51,44,51,54,46,52,48,48,54,48,56,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,55,49,48,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,50,51,56,48,53,52,44,51,52,46,53,56,54,57,53,54,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,49,54,57,50,57,55,44,51,52,46,51,51,48,55,52,54,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,49,46,56,56,51,48,55,54,44,51,52,46,51,49,49,57,54,52,93,44,91,45,56,49,46,55,56,50,54,50,55,44,51,52,46,51,54,53,48,56,57,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,50,46,48,55,49,51,49,53,44,51,52,46,55,48,51,55,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,114,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,49,48,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,53,46,48,56,53,52,53,49,44,52,52,46,55,56,54,56,48,49,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,104,101,98,111,121,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,48,53,44,34,98,101,100,115,34,58,51,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,72,97,109,112,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,57,49,49,54,44,34,98,101,100,115,34,58,49,53,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,49,51,53,48,49,49,44,52,50,46,49,54,49,55,56,52,93,44,91,45,55,50,46,50,50,49,50,49,56,44,52,50,46,50,52,53,50,53,50,93,44,91,45,55,50,46,55,56,49,48,51,57,44,52,50,46,49,57,57,55,52,57,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,48,49,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,55,51,53,55,50,44,50,57,46,54,57,49,49,57,56,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,53,57,55,55,52,51,44,50,57,46,54,51,48,55,49,56,93,44,91,45,57,55,46,51,49,55,56,57,51,44,50,57,46,55,56,52,54,53,56,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,111,117,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,73,110,121,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,53,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,50,52,56,57,50,44,51,54,46,52,56,54,53,51,53,93,44,91,45,49,49,56,46,49,48,48,49,49,54,44,51,54,46,51,50,56,56,50,51,93,44,91,45,49,49,56,46,49,50,55,54,48,49,44,51,54,46,50,56,48,51,52,56,93,44,91,45,49,49,55,46,57,56,50,52,55,51,44,51,53,46,56,57,53,55,57,54,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,54,46,56,55,48,54,51,50,44,51,53,46,55,57,53,51,55,54,93,44,91,45,49,49,53,46,55,51,53,56,57,49,44,51,53,46,55,57,51,54,50,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,53,46,56,52,53,57,57,52,44,51,53,46,57,54,51,55,48,55,93,44,91,45,49,49,54,46,51,56,48,51,52,55,44,51,54,46,51,55,52,57,54,49,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,56,46,55,56,54,55,51,54,44,51,55,46,51,52,51,51,56,93,44,91,45,49,49,56,46,55,49,54,48,49,54,44,51,55,46,51,50,56,50,48,56,93,44,91,45,49,49,56,46,54,53,52,53,57,51,44,51,55,46,49,52,49,56,50,54,93,44,91,45,49,49,56,46,53,48,51,49,48,51,44,51,55,46,48,57,53,50,50,49,93,44,91,45,49,49,56,46,52,50,50,53,57,53,44,51,55,46,48,50,52,51,54,93,44,91,45,49,49,56,46,51,54,48,56,51,49,44,51,54,46,56,56,55,55,51,52,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,52,53,55,48,49,53,44,51,50,46,56,49,51,56,57,57,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,53,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,72,97,114,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,51,52,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,53,48,48,56,57,49,44,51,54,46,55,51,51,50,53,52,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,49,57,52,50,53,50,44,51,54,46,55,51,57,53,49,57,93,44,91,45,56,51,46,48,55,50,56,51,54,44,51,54,46,56,53,52,52,53,55,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,57,51,57,52,54,54,44,51,55,46,48,49,53,53,50,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,50,54,48,48,50,44,51,54,46,57,54,56,57,53,49,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,101,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,57,53,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,54,46,57,54,51,52,55,44,51,56,46,57,54,52,57,48,49,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,53,48,48,57,54,50,44,51,57,46,48,55,50,54,56,49,93,44,91,45,57,54,46,56,53,49,52,48,57,44,51,57,46,48,56,56,49,55,54,93,44,91,45,57,54,46,56,52,57,56,55,57,44,51,57,46,50,49,57,48,49,50,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,114,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,54,52,50,44,34,98,101,100,115,34,58,49,51,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,54,46,49,55,49,54,50,52,44,52,48,46,53,51,52,57,52,55,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,57,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,50,46,48,52,52,49,52,53,44,51,54,46,51,54,51,55,49,54,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,50,46,49,56,56,48,53,51,44,51,54,46,52,48,48,54,48,56,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,51,57,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,54,48,52,48,48,49,44,52,52,46,54,50,57,57,52,53,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,56,46,55,55,52,55,49,53,44,51,54,46,57,56,48,57,55,54,93,44,91,45,55,56,46,54,55,49,52,54,51,44,51,54,46,56,53,55,57,53,49,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,54,57,50,52,55,50,44,51,55,46,50,48,52,55,56,54,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,48,53,53,44,34,98,101,100,115,34,58,54,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,44,91,45,56,50,46,52,51,56,51,53,53,44,51,54,46,52,52,53,54,51,57,93,44,91,45,56,50,46,54,56,48,54,55,55,44,51,54,46,52,51,49,56,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,54,50,57,54,52,49,44,51,54,46,52,49,49,53,52,93,44,91,45,56,50,46,54,52,55,55,54,57,44,51,54,46,49,52,54,52,48,52,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,52,51,55,50,53,49,44,51,54,46,49,53,52,55,48,57,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,50,57,57,56,53,57,44,51,54,46,51,57,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,78,101,119,98,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,54,56,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,55,56,50,54,50,55,44,51,52,46,51,54,53,48,56,57,93,44,91,45,56,49,46,56,56,51,48,55,54,44,51,52,46,51,49,49,57,54,52,93,44,91,45,56,49,46,57,52,53,48,49,57,44,51,52,46,50,48,51,49,52,56,93,44,91,45,56,49,46,56,55,48,48,56,52,44,51,52,46,49,51,53,51,53,55,93,44,91,45,56,49,46,55,51,49,54,49,52,44,51,52,46,49,56,55,54,49,51,93,44,91,45,56,49,46,53,51,56,56,57,57,44,51,52,46,48,56,49,55,52,52,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,53,53,51,50,48,52,44,51,52,46,52,55,55,49,49,52,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,115,108,101,32,111,102,32,87,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,55,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,55,49,49,55,55,53,44,51,55,46,48,53,53,51,56,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,56,49,52,57,52,49,44,51,54,46,57,48,48,52,54,53,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,53,51,51,53,50,44,51,54,46,57,49,53,53,54,51,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,54,50,56,50,48,53,44,51,55,46,48,57,50,55,53,53,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,51,56,54,48,55,52,44,52,52,46,52,51,54,48,56,51,93,44,91,45,49,50,48,46,48,50,49,54,50,49,44,52,52,46,52,51,56,55,57,51,93,44,91,45,49,49,57,46,56,57,57,50,56,51,44,52,52,46,51,56,57,53,55,53,93,44,91,45,49,49,57,46,56,57,57,48,48,50,44,52,52,46,51,48,54,54,50,93,44,91,45,49,49,57,46,54,53,53,53,49,55,44,52,52,46,51,48,55,48,52,53,93,44,91,45,49,49,57,46,54,53,50,52,51,49,44,52,52,46,56,50,51,50,57,57,93,44,91,45,49,49,57,46,54,55,50,50,50,56,44,52,52,46,57,57,53,49,49,55,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,50,48,46,52,53,53,51,56,57,44,52,52,46,56,54,54,48,52,54,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,51,51,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,48,46,53,57,50,49,54,54,44,51,54,46,54,55,57,51,54,56,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,57,48,46,49,53,56,48,53,44,51,54,46,55,50,50,57,55,54,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,73,98,101,114,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,53,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,54,52,48,48,57,57,44,51,48,46,52,52,50,55,50,56,93,44,91,45,57,49,46,54,50,49,48,53,53,44,51,48,46,51,48,57,57,51,56,93,44,91,45,57,49,46,53,48,56,50,54,56,44,51,48,46,50,52,48,50,57,55,93,44,91,45,57,49,46,52,54,51,56,51,51,44,51,48,46,49,48,50,52,57,51,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,51,49,49,54,54,44,51,48,46,51,50,50,52,55,49,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,104,97,114,107,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,49,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,44,91,45,57,48,46,57,54,51,55,53,51,44,51,50,46,56,51,56,49,51,51,93,44,91,45,57,48,46,57,54,52,56,54,52,44,51,50,46,54,54,50,55,57,56,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,54,57,51,48,54,49,44,51,50,46,55,53,52,50,57,55,93,44,91,45,57,48,46,55,53,57,55,53,51,44,51,50,46,56,51,53,55,54,51,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,57,49,52,52,54,53,44,51,51,46,48,57,55,52,49,55,93,44,91,45,57,48,46,57,49,52,51,51,55,44,51,51,46,48,48,55,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,70,97,117,113,117,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,49,53,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,55,46,55,51,53,57,48,49,44,51,56,46,52,49,51,52,53,56,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,55,49,53,55,49,53,44,51,56,46,56,51,50,49,51,54,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,53,48,34,44,34,78,65,77,69,34,58,34,82,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,53,57,54,52,48,57,44,51,55,46,49,49,56,56,56,57,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,50,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,51,52,57,56,56,52,44,51,56,46,55,50,57,49,57,51,93,44,91,45,49,49,57,46,52,48,54,50,55,57,44,51,56,46,55,51,51,51,54,50,93,44,91,45,49,49,57,46,52,50,48,56,51,55,44,51,56,46,57,53,52,55,49,53,93,44,91,45,49,49,57,46,51,49,48,55,48,50,44,51,56,46,57,57,48,55,49,57,93,44,91,45,49,49,57,46,51,49,49,55,49,52,44,51,57,46,48,56,51,54,49,53,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,55,54,49,50,49,51,44,51,57,46,49,49,52,48,48,57,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,53,46,48,48,55,54,50,54,44,51,48,46,48,49,51,56,56,51,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,48,50,48,53,51,52,44,50,57,46,56,48,55,51,55,51,93,44,91,45,56,53,46,50,48,54,50,50,54,44,50,57,46,55,49,49,49,56,56,93,44,91,45,56,53,46,50,52,54,51,49,54,44,50,57,46,54,50,53,48,48,50,93,44,91,45,56,53,46,48,51,49,49,54,56,44,50,57,46,53,51,57,48,56,56,93,44,91,45,56,52,46,55,51,53,55,53,44,50,57,46,54,53,54,51,55,53,93,44,91,45,56,52,46,53,52,50,50,56,54,44,50,57,46,55,54,57,55,57,55,93,44,91,45,56,52,46,52,52,54,56,54,44,50,57,46,56,53,56,55,51,50,93,44,91,45,56,52,46,50,57,56,55,57,54,44,50,57,46,56,54,55,49,50,54,93,44,91,45,56,52,46,50,54,52,55,51,53,44,50,57,46,57,55,56,48,54,49,93,44,91,45,56,52,46,51,50,53,49,57,56,44,50,57,46,57,53,56,48,53,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,82,117,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,50,57,55,53,55,53,44,51,57,46,52,53,51,50,55,53,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,51,53,44,34,98,101,100,115,34,58,49,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,48,52,48,53,50,56,44,52,51,46,53,52,50,51,54,49,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,97,99,108,101,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,48,55,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,52,49,51,54,54,57,44,51,55,46,55,49,51,57,52,49,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,53,52,56,57,51,52,44,51,55,46,56,48,48,52,55,93,44,91,45,57,50,46,54,50,48,49,56,49,44,51,55,46,56,57,50,53,50,49,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,54,51,48,44,34,98,101,100,115,34,58,52,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,50,53,55,57,51,51,44,52,49,46,49,50,56,49,54,53,93,44,91,45,56,48,46,48,57,56,50,57,52,44,52,49,46,48,55,49,48,53,52,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,55,48,49,44,34,98,101,100,115,34,58,55,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,51,56,55,51,55,56,44,51,53,46,57,54,52,55,48,56,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,56,55,50,55,56,53,44,51,53,46,56,56,48,56,55,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,48,50,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,51,46,48,55,50,57,49,53,44,51,57,46,51,51,53,53,50,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,50,50,49,50,48,52,44,51,57,46,51,51,49,54,53,54,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,51,55,52,53,50,49,44,51,55,46,57,48,56,51,57,49,93,44,91,45,56,56,46,48,57,51,48,52,57,44,51,55,46,56,57,49,54,48,52,93,44,91,45,56,56,46,48,49,51,51,53,53,44,51,55,46,56,57,52,56,53,52,93,44,91,45,56,56,46,48,49,51,49,49,56,44,51,56,46,49,48,51,53,50,55,93,44,91,45,56,55,46,57,49,48,57,50,52,44,51,56,46,49,54,50,53,53,55,93,44,91,45,56,55,46,57,56,51,55,51,50,44,51,56,46,50,51,48,51,53,52,93,44,91,45,56,55,46,57,56,55,57,49,49,44,51,56,46,50,53,54,57,53,55,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,32,87,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,56,46,55,52,53,49,54,52,44,52,48,46,48,53,53,49,57,49,93,44,91,45,56,56,46,53,55,52,56,56,53,44,52,48,46,50,56,49,53,48,49,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,32,80,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,53,46,55,57,52,56,54,52,44,51,57,46,56,53,51,49,48,52,93,44,91,45,49,49,53,46,56,51,51,49,48,49,44,51,57,46,55,50,57,52,49,50,93,44,91,45,49,49,53,46,56,49,51,52,55,54,44,51,57,46,53,57,51,53,50,49,93,44,91,45,49,49,53,46,57,48,55,54,53,57,44,51,57,46,52,54,52,52,51,50,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,57,48,49,56,50,53,44,52,48,46,49,50,50,48,56,50,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,111,111,100,104,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,50,49,55,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,55,57,50,55,49,53,44,52,52,46,53,52,51,50,52,93,44,91,45,57,50,46,57,49,56,57,55,55,44,52,52,46,53,52,51,50,53,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,50,46,54,55,56,55,49,55,44,52,52,46,49,57,53,53,49,54,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,53,53,48,55,51,51,44,52,52,46,51,54,56,53,50,49,93,44,91,45,57,50,46,52,51,48,50,55,55,44,52,52,46,52,53,53,51,50,49,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,54,50,50,53,51,55,44,52,52,46,54,49,54,48,53,52,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,119,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,53,52,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,52,56,53,56,51,52,44,51,53,46,53,54,56,49,57,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,55,55,48,53,56,55,44,51,53,46,53,54,49,55,52,51,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,53,56,50,53,53,56,44,51,53,46,52,49,48,52,56,57,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,51,54,51,55,54,54,44,51,53,46,52,50,54,57,50,51,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,51,46,49,56,50,57,57,57,44,51,53,46,54,55,48,54,50,53,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,80,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,48,53,57,51,44,34,98,101,100,115,34,58,49,51,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,50,53,51,52,51,57,44,50,56,46,52,51,52,56,50,52,93,44,91,45,56,50,46,55,53,51,57,55,55,44,50,56,46,52,51,51,50,57,93,44,91,45,56,50,46,55,57,53,50,55,54,44,50,56,46,50,57,57,55,54,52,93,44,91,45,56,50,46,56,55,56,57,50,53,44,50,56,46,50,53,53,53,50,56,93,44,91,45,56,50,46,57,48,52,54,49,53,44,50,56,46,49,55,49,56,55,50,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,57,57,57,44,34,98,101,100,115,34,58,51,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,50,46,49,55,49,52,48,50,44,50,56,46,55,56,57,56,52,56,93,44,91,45,56,50,46,50,54,51,48,53,50,44,50,56,46,54,54,55,54,51,52,93,44,91,45,56,50,46,48,53,52,54,57,52,44,50,56,46,52,55,56,51,57,55,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,78,97,115,115,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,54,53,54,52,44,34,98,101,100,115,34,58,52,55,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,55,48,49,54,51,51,44,52,48,46,55,53,50,52,57,51,93,44,91,45,55,51,46,55,54,56,55,56,49,44,52,48,46,53,51,51,55,52,55,93,44,91,45,55,51,46,52,50,53,51,49,44,52,48,46,53,51,52,50,54,53,93,44,91,45,55,51,46,52,50,51,50,54,57,44,52,48,46,54,55,48,56,57,51,93,44,91,45,55,51,46,52,57,55,52,48,53,44,52,48,46,57,50,51,55,54,54,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,116,101,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,55,46,57,56,54,52,50,56,44,52,55,46,51,50,54,50,48,49,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,55,46,52,55,52,50,50,56,44,52,55,46,51,50,52,54,50,49,93,44,91,45,57,55,46,52,55,50,55,52,53,44,52,55,46,54,55,50,48,53,49,93,44,91,45,57,55,46,56,56,50,50,55,49,44,52,55,46,54,55,50,49,55,57,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,86,97,110,100,101,114,98,117,114,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,51,49,51,44,34,98,101,100,115,34,58,57,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,52,54,55,50,56,52,44,51,56,46,49,54,53,52,48,51,93,44,91,45,56,55,46,54,56,56,51,55,52,44,51,56,46,49,54,56,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,55,56,49,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,57,49,54,53,53,52,44,51,56,46,53,51,52,55,50,53,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,49,46,49,51,50,53,51,53,44,51,56,46,53,57,56,50,55,57,93,44,91,45,57,49,46,51,49,51,48,57,51,44,51,56,46,55,48,54,55,49,53,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,118,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,48,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,50,46,48,51,52,49,48,52,44,51,53,46,57,52,50,48,53,55,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,55,51,53,54,55,51,44,51,54,46,48,54,55,53,56,52,93,44,91,45,56,49,46,56,49,48,53,49,54,44,51,54,46,49,49,49,53,49,49,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,53,54,44,34,98,101,100,115,34,58,51,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,52,53,54,49,52,51,44,51,57,46,52,48,57,50,55,52,93,44,91,45,56,49,46,54,55,55,53,57,53,44,51,57,46,50,55,52,49,55,49,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,52,50,52,57,48,54,44,51,57,46,49,51,53,54,55,57,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,121,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,48,46,57,50,55,48,53,55,44,52,54,46,53,56,53,52,49,53,93,44,91,45,57,48,46,56,51,48,50,49,54,44,52,54,46,54,54,51,52,55,50,93,44,91,45,57,48,46,56,51,56,50,55,54,44,52,54,46,55,51,57,57,57,50,93,44,91,45,57,48,46,55,51,51,55,53,54,44,52,54,46,56,56,54,56,57,53,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,116,101,119,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,56,50,49,56,49,54,44,51,54,46,51,50,56,55,50,52,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,80,111,114,116,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,57,57,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,56,57,46,56,52,52,53,52,54,44,52,52,46,53,49,49,53,48,51,93,44,91,45,56,57,46,55,50,54,55,50,53,44,52,52,46,53,49,49,49,57,50,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,50,50,52,56,49,51,44,52,52,46,50,52,51,51,57,51,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,101,120,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,51,49,54,44,34,98,101,100,115,34,58,53,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,52,55,49,57,55,50,44,51,52,46,48,55,54,53,53,50,93,44,91,45,56,49,46,53,55,49,52,56,55,44,51,51,46,56,55,55,51,49,56,93,44,91,45,56,49,46,52,49,53,51,48,56,44,51,51,46,55,51,50,49,54,49,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,49,46,48,54,55,54,49,53,44,51,52,46,48,48,56,57,53,51,93,44,91,45,56,49,46,50,48,49,56,51,57,44,51,52,46,48,57,55,49,54,56,93,44,91,45,56,49,46,50,55,53,56,52,53,44,51,52,46,48,57,55,51,56,49,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,110,101,32,65,114,117,110,100,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,54,57,54,44,34,98,101,100,115,34,58,54,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,54,57,56,50,54,56,44,51,56,46,57,56,51,54,52,55,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,53,50,57,52,56,54,44,51,57,46,50,49,56,52,48,56,93,44,91,45,55,54,46,54,49,56,54,49,50,44,51,57,46,50,51,55,51,57,56,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,70,111,110,100,32,100,117,32,76,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,49,53,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,56,46,52,48,49,48,52,49,44,52,51,46,54,51,48,57,51,51,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,49,54,48,56,55,51,44,52,51,46,53,52,50,57,52,51,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,49,54,49,54,53,52,44,52,51,46,57,51,55,54,56,51,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,52,48,51,49,57,53,44,52,51,46,56,57,50,57,55,55,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,53,48,56,54,53,53,44,51,56,46,54,52,53,53,53,51,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,54,48,57,51,55,56,44,51,56,46,51,53,56,54,48,54,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,51,51,48,50,54,55,44,51,56,46,51,51,53,55,53,56,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,49,56,51,57,51,49,44,51,56,46,53,50,53,51,56,54,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,75,101,119,97,117,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,57,34,44,34,78,65,77,69,34,58,34,80,97,114,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,87,111,111,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,49,51,57,56,53,53,44,51,54,46,55,56,51,48,52,93,44,91,45,57,56,46,57,53,57,57,55,51,44,51,54,46,53,57,56,57,57,49,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,54,50,53,51,54,49,44,51,54,46,51,57,50,53,57,53,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,69,108,108,105,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,51,46,49,51,53,48,48,56,44,51,56,46,50,52,50,48,51,55,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,49,57,52,52,52,53,44,51,56,46,48,49,48,54,52,57,93,44,91,45,56,51,46,48,50,50,49,49,53,44,51,56,46,48,48,55,48,52,55,93,44,91,45,56,50,46,56,56,57,48,53,57,44,51,56,46,49,49,49,53,56,55,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,107,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,51,50,56,44,34,98,101,100,115,34,58,51,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,53,48,56,50,49,44,52,50,46,48,56,54,49,51,52,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,48,48,48,49,55,51,44,52,50,46,51,49,50,54,55,56,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,50,46,57,53,49,48,51,57,44,52,50,46,54,52,49,48,48,54,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,97,114,105,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,50,55,53,57,51,50,44,51,57,46,52,56,52,51,55,49,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,48,55,50,57,49,53,44,51,57,46,51,51,53,53,50,93,44,91,45,57,50,46,56,52,57,50,50,52,44,51,57,46,50,50,54,50,49,56,93,44,91,45,57,50,46,55,57,48,51,54,57,44,51,57,46,51,52,51,53,56,54,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,54,56,57,51,51,49,44,51,57,46,54,57,56,48,57,52,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,82,105,111,32,66,108,97,110,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,56,46,49,49,51,49,55,57,44,52,48,46,50,50,49,54,55,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,56,46,53,53,52,54,50,55,44,51,57,46,54,53,48,49,54,52,93,44,91,45,49,48,56,46,53,53,52,55,50,50,44,51,57,46,54,57,51,54,52,93,44,91,45,49,48,55,46,57,51,56,53,52,54,44,51,57,46,54,57,52,52,54,52,93,44,91,45,49,48,55,46,57,51,56,53,48,50,44,51,57,46,56,50,52,57,57,54,93,44,91,45,49,48,55,46,52,51,49,55,55,44,51,57,46,56,50,56,51,55,55,93,44,91,45,49,48,55,46,51,49,56,55,53,49,44,51,57,46,57,49,52,57,54,56,93,44,91,45,49,48,55,46,51,49,54,57,57,51,44,52,48,46,48,57,48,55,54,53,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,48,51,55,57,50,56,44,52,48,46,50,50,53,51,55,50,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,50,53,55,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,52,46,49,52,55,55,49,52,44,52,48,46,53,50,52,51,56,57,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,51,46,52,55,49,57,57,44,52,48,46,48,48,49,53,48,50,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,97,108,104,101,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,51,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,50,50,56,55,57,51,44,52,50,46,57,49,52,54,50,53,93,44,91,45,49,49,56,46,50,49,52,54,57,56,44,52,50,46,50,55,53,56,57,49,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,55,46,48,50,54,56,55,52,44,52,51,46,49,50,55,48,48,53,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,55,46,48,51,50,50,56,57,44,52,51,46,56,50,56,55,54,55,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,55,46,49,49,57,56,54,49,44,52,52,46,50,55,56,50,55,50,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,52,56,55,48,49,52,44,52,52,46,51,48,48,51,49,55,93,44,91,45,49,49,55,46,52,56,54,55,52,52,44,52,52,46,51,56,55,50,52,54,93,44,91,45,49,49,55,46,53,57,48,56,52,57,44,52,52,46,52,52,52,53,55,51,93,44,91,45,49,49,55,46,57,55,49,55,56,55,44,52,52,46,52,52,51,56,52,57,93,44,91,45,49,49,56,46,49,53,50,57,52,53,44,52,52,46,50,55,48,54,56,52,93,44,91,45,49,49,56,46,50,51,50,50,49,52,44,52,52,46,50,53,54,49,50,57,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,54,57,56,44,34,98,101,100,115,34,58,50,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,52,53,57,56,54,51,44,52,48,46,52,57,49,48,52,54,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,51,57,51,52,51,56,44,52,48,46,50,55,57,53,52,56,93,44,91,45,55,52,46,50,52,55,56,57,52,44,52,48,46,52,48,54,54,48,53,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,57,46,48,52,50,54,50,54,44,51,56,46,54,57,54,56,48,55,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,51,53,56,52,51,55,44,52,49,46,49,48,51,56,52,57,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,51,51,52,57,48,49,44,52,49,46,51,48,48,56,55,55,93,44,91,45,56,57,46,52,54,54,51,56,57,44,52,49,46,50,51,51,56,55,50,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,97,97,107,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,50,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,51,50,56,50,52,53,44,52,52,46,54,57,48,57,53,54,93,44,91,45,49,48,49,46,53,51,49,48,51,53,44,52,52,46,53,54,55,56,55,53,93,44,91,45,49,48,49,46,55,49,53,48,51,56,44,52,52,46,53,55,57,52,56,51,93,44,91,45,49,48,49,46,55,56,48,55,51,51,44,52,52,46,53,51,54,52,51,54,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,49,46,49,54,54,55,53,51,44,52,52,46,49,54,56,48,56,53,93,44,91,45,49,48,49,46,49,53,52,53,49,54,44,52,52,46,54,56,57,57,52,55,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,44,91,45,56,54,46,50,50,56,52,51,52,44,51,54,46,52,56,55,52,55,50,93,44,91,45,56,54,46,49,54,56,50,54,49,44,51,54,46,52,52,52,50,57,51,93,44,91,45,56,53,46,57,55,56,56,57,51,44,51,54,46,52,50,54,48,55,51,93,44,91,45,56,53,46,56,50,56,48,50,54,44,51,54,46,52,49,49,56,51,54,93,44,91,45,56,53,46,56,49,51,56,56,53,44,51,54,46,52,57,57,52,55,51,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,54,46,50,48,53,51,56,56,44,51,54,46,54,52,48,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,101,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,49,46,56,53,49,57,53,56,44,51,53,46,51,53,56,50,56,55,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,56,51,55,49,55,57,44,51,53,46,55,48,52,57,51,50,93,44,91,45,57,50,46,50,52,48,53,50,44,51,53,46,55,49,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,52,48,51,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,57,57,53,53,54,51,44,51,49,46,57,54,55,53,53,52,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,54,46,49,52,56,51,51,57,44,51,49,46,55,57,48,57,53,49,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,54,54,50,54,57,50,44,51,49,46,55,56,51,51,49,57,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,55,57,49,48,52,55,44,51,49,46,56,56,48,51,53,55,93,44,91,45,56,53,46,55,57,48,48,52,56,44,51,49,46,57,54,55,50,53,52,93,44,91,45,56,53,46,56,57,51,54,53,50,44,51,50,46,48,52,55,51,53,49,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,54,46,50,56,53,57,54,57,44,52,53,46,49,50,56,55,51,50,93,44,91,45,49,49,54,46,51,52,50,56,55,54,44,52,53,46,50,54,55,56,55,50,93,44,91,45,49,49,54,46,54,56,55,49,55,55,44,52,53,46,50,54,55,54,52,51,93,44,91,45,49,49,54,46,55,56,51,56,50,57,44,52,53,46,48,55,56,50,54,51,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,54,46,54,50,53,48,51,52,44,52,52,46,56,51,56,57,53,50,93,44,91,45,49,49,54,46,54,50,52,49,53,51,44,52,52,46,54,54,51,50,54,57,93,44,91,45,49,49,54,46,53,50,57,49,54,55,44,52,52,46,54,49,53,49,53,52,93,44,91,45,49,49,54,46,53,50,56,56,57,56,44,52,52,46,52,57,49,53,52,53,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,49,53,55,54,48,50,44,52,52,46,55,48,51,55,52,51,93,44,91,45,49,49,54,46,49,57,55,48,49,49,44,52,52,46,56,54,52,50,49,54,93,44,91,45,49,49,54,46,48,57,48,49,52,51,44,52,53,46,48,54,52,48,49,51,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,56,57,48,53,44,34,98,101,100,115,34,58,49,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,49,51,50,53,53,55,44,52,49,46,54,54,48,51,54,51,93,44,91,45,55,49,46,48,56,56,53,55,49,44,52,49,46,52,51,49,51,49,53,93,44,91,45,55,49,46,48,53,49,56,53,52,44,52,49,46,52,49,54,55,50,57,93,44,91,45,55,48,46,55,53,56,52,54,52,44,52,49,46,53,54,48,57,51,49,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,56,51,57,49,55,53,44,52,49,46,54,49,52,55,54,49,93,44,91,45,55,48,46,56,56,54,52,51,57,44,52,49,46,55,54,48,50,51,50,93,44,91,45,55,49,46,48,52,57,52,56,53,44,52,49,46,57,54,51,48,57,52,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,107,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,53,53,53,44,34,98,101,100,115,34,58,51,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,49,55,49,54,50,52,44,52,48,46,53,51,52,57,52,55,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,49,48,48,46,48,51,50,56,48,55,44,52,55,46,54,55,51,54,54,57,93,44,91,45,49,48,48,46,48,51,51,50,57,50,44,52,55,46,51,50,55,49,54,53,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,49,53,57,44,34,98,101,100,115,34,58,51,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,51,53,54,54,56,50,44,51,53,46,51,51,48,54,48,52,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,55,48,50,56,53,51,44,51,53,46,51,53,55,51,48,52,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,111,116,32,83,112,114,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,50,48,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,57,49,53,48,55,57,44,51,52,46,53,48,54,49,49,52,93,44,91,45,57,50,46,57,52,56,48,55,49,44,51,52,46,51,56,57,50,53,53,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,51,53,54,56,52,44,51,52,46,50,56,48,51,48,54,93,44,91,45,57,51,46,48,51,53,48,51,57,44,51,52,46,50,51,54,54,54,52,93,44,91,45,57,51,46,48,52,50,48,50,53,44,51,52,46,49,53,57,56,53,50,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,52,55,50,44,34,98,101,100,115,34,58,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,55,46,53,55,48,49,56,50,44,51,57,46,54,49,57,57,57,56,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,53,54,56,55,53,51,44,51,57,46,51,48,54,52,52,55,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,55,46,49,48,54,56,51,57,44,51,57,46,52,57,49,54,54,49,93,44,91,45,55,55,46,50,57,57,55,55,44,51,57,46,54,49,50,50,56,52,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,54,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,52,53,49,57,49,54,44,52,48,46,49,56,56,56,48,51,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,57,49,49,57,54,57,44,52,48,46,49,57,51,48,56,56,93,44,91,45,57,48,46,57,49,51,52,54,57,44,52,48,46,49,48,52,52,53,53,93,44,91,45,57,48,46,54,57,54,51,53,55,44,52,48,46,49,48,51,57,53,93,44,91,45,57,48,46,54,48,55,49,51,52,44,51,57,46,57,56,49,54,53,56,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,111,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,55,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,53,55,54,52,57,54,44,51,56,46,49,53,55,54,54,49,93,44,91,45,49,49,57,46,51,52,57,56,52,53,44,51,56,46,48,56,53,53,54,54,93,44,91,45,49,49,57,46,51,48,56,51,56,57,44,51,55,46,57,52,54,56,50,52,93,44,91,45,49,49,57,46,50,48,48,48,56,51,44,51,55,46,56,56,52,53,50,55,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,49,50,52,51,49,50,44,51,55,46,55,51,51,57,52,52,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,54,49,57,48,54,54,44,51,56,46,54,48,51,53,50,57,93,44,91,45,49,49,57,46,53,52,54,48,57,50,44,51,56,46,52,57,57,51,53,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,117,111,108,117,109,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,50,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,50,48,46,49,55,54,54,49,51,44,51,56,46,51,55,51,53,49,93,44,91,45,49,50,48,46,53,49,52,57,53,50,44,51,55,46,57,53,51,51,57,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,51,52,53,52,51,55,44,51,55,46,55,50,52,55,56,55,93,44,91,45,49,50,48,46,48,50,54,53,57,51,44,51,55,46,56,49,49,56,55,55,93,44,91,45,49,49,57,46,57,51,56,52,49,52,44,51,55,46,55,54,51,48,50,54,93,44,91,45,49,49,57,46,56,48,53,52,57,56,44,51,55,46,55,53,57,54,49,56,93,44,91,45,49,49,57,46,54,54,55,50,48,51,44,51,55,46,56,48,49,50,50,52,93,44,91,45,49,49,57,46,53,51,51,57,57,57,44,51,55,46,57,48,50,57,50,50,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,50,48,48,48,56,51,44,51,55,46,56,56,52,53,50,55,93,44,91,45,49,49,57,46,51,48,56,51,56,57,44,51,55,46,57,52,54,56,50,52,93,44,91,45,49,49,57,46,51,52,57,56,52,53,44,51,56,46,48,56,53,53,54,54,93,44,91,45,49,49,57,46,53,55,54,52,57,54,44,51,56,46,49,53,55,54,54,49,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,55,53,51,52,56,49,44,51,56,46,52,49,54,55,53,57,93,44,91,45,49,49,57,46,56,56,52,55,52,57,44,51,56,46,51,53,54,49,56,53,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,68,111,195,177,97,32,65,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,51,51,56,44,34,98,101,100,115,34,58,54,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,50,57,54,55,57,51,44,51,49,46,55,56,51,54,52,49,93,44,91,45,49,48,54,46,53,50,56,48,52,55,44,51,49,46,55,56,51,56,57,49,93,44,91,45,49,48,54,46,54,51,53,57,50,44,51,49,46,56,54,54,50,51,51,93,44,91,45,49,48,54,46,54,49,56,52,56,54,44,51,50,46,48,48,48,52,57,53,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,54,46,51,55,54,53,56,53,44,51,50,46,57,53,56,48,53,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,56,56,55,56,57,49,44,51,50,46,56,50,50,55,56,49,93,44,91,45,49,48,54,46,56,56,55,55,51,51,44,51,50,46,55,55,57,50,55,51,93,44,91,45,49,48,55,46,50,57,57,52,55,53,44,51,50,46,55,56,48,49,54,54,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,67,114,105,115,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,54,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,54,49,50,54,52,50,44,51,49,46,56,48,52,49,50,56,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,57,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,52,56,49,55,54,44,51,51,46,50,53,57,57,57,49,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,51,46,49,49,57,48,49,52,44,51,51,46,51,56,48,50,57,51,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,105,103,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,55,46,57,54,49,50,49,49,44,52,55,46,50,52,48,51,50,53,93,44,91,45,57,55,46,57,56,54,52,50,56,44,52,55,46,51,50,54,50,48,49,93,44,91,45,57,55,46,57,56,52,50,52,56,44,52,55,46,54,55,50,51,48,51,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,111,108,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,53,51,48,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,50,46,49,50,54,51,56,57,44,51,56,46,52,50,56,57,49,56,93,44,91,45,49,50,50,46,48,54,52,55,55,57,44,51,56,46,51,49,53,57,49,50,93,44,91,45,49,50,50,46,50,48,53,57,56,50,44,51,56,46,51,49,53,55,49,51,93,44,91,45,49,50,50,46,49,57,53,51,56,44,51,56,46,49,53,53,48,49,55,93,44,91,45,49,50,50,46,52,48,54,55,56,54,44,51,56,46,49,53,53,54,51,50,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,49,50,51,57,55,51,44,51,56,46,48,51,53,55,49,55,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,49,46,55,49,51,57,50,54,44,51,56,46,48,56,52,53,52,50,93,44,91,45,49,50,49,46,54,49,53,52,49,51,44,51,56,46,49,57,53,54,57,54,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,54,57,52,48,49,52,44,51,56,46,51,49,52,56,53,54,93,44,91,45,49,50,49,46,54,57,53,49,52,55,44,51,56,46,53,50,51,49,53,54,93,44,91,45,49,50,49,46,57,52,48,50,56,53,44,51,56,46,53,51,51,51,56,52,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,55,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,49,46,48,53,49,50,55,53,44,52,50,46,55,51,55,48,48,49,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,57,34,44,34,78,65,77,69,34,58,34,84,105,116,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,51,48,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,52,46,57,50,55,55,50,55,44,51,51,46,48,55,48,51,48,52,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,54,51,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,44,91,45,55,56,46,56,53,48,55,50,51,44,51,57,46,51,51,49,48,57,51,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,56,46,56,57,57,54,57,53,44,51,57,46,49,57,57,49,51,55,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,52,48,51,57,48,55,44,51,57,46,49,54,55,55,51,56,93,44,91,45,55,56,46,52,49,57,52,50,50,44,51,57,46,50,53,55,52,55,54,93,44,91,45,55,56,46,51,52,48,52,49,53,44,51,57,46,51,53,51,54,50,56,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,54,53,55,48,55,51,44,51,57,46,53,51,53,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,54,50,57,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,55,57,46,54,57,55,55,55,51,44,51,53,46,50,53,49,51,55,57,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,53,54,54,52,57,55,44,51,53,46,48,54,52,48,49,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,51,51,53,52,55,55,44,51,53,46,49,54,49,53,56,56,93,44,91,45,55,57,46,50,50,57,55,49,50,44,51,53,46,50,49,48,54,48,50,93,44,91,45,55,57,46,48,57,55,53,57,49,44,51,53,46,49,55,52,50,50,53,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,57,46,50,54,53,55,49,51,44,51,53,46,51,52,53,50,55,57,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,53,53,53,56,48,52,44,51,53,46,53,49,53,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,57,49,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,48,51,50,51,48,57,44,51,56,46,50,54,49,50,50,55,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,57,46,48,51,50,57,55,49,44,51,56,46,54,57,54,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,56,48,48,56,55,51,44,52,54,46,54,50,57,55,51,49,93,44,91,45,49,48,51,46,56,48,48,56,56,44,52,54,46,53,52,48,54,55,49,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,55,52,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,55,51,57,54,53,49,44,51,50,46,53,54,49,50,57,57,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,50,46,48,48,52,51,52,44,51,50,46,51,56,48,52,57,57,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,49,46,57,55,50,56,56,44,51,50,46,49,54,54,55,52,50,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,55,55,54,53,56,55,44,51,50,46,50,51,57,49,48,54,93,44,91,45,57,49,46,55,53,57,48,57,56,44,51,50,46,51,49,55,55,49,52,93,44,91,45,57,49,46,54,50,53,49,50,49,44,51,50,46,52,48,53,51,52,52,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,53,57,54,48,50,55,44,51,50,46,53,56,50,49,57,50,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,55,53,50,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,49,46,57,52,57,48,52,55,44,51,48,46,50,55,54,55,55,49,93,44,91,45,57,49,46,57,55,57,57,51,50,44,51,48,46,49,56,50,53,56,53,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,56,49,57,50,49,54,44,51,48,46,48,52,52,48,49,51,93,44,91,45,57,49,46,55,54,53,49,54,56,44,51,48,46,49,48,56,52,57,53,93,44,91,45,57,49,46,54,53,56,56,56,54,44,51,48,46,49,48,56,50,50,54,93,44,91,45,57,49,46,54,48,48,51,53,52,44,51,48,46,48,51,51,49,54,57,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,52,54,51,56,51,51,44,51,48,46,49,48,50,52,57,51,93,44,91,45,57,49,46,53,48,56,50,54,56,44,51,48,46,50,52,48,50,57,55,93,44,91,45,57,49,46,54,50,49,48,53,53,44,51,48,46,51,48,57,57,51,56,93,44,91,45,57,49,46,54,52,48,48,57,57,44,51,48,46,52,52,50,55,50,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,54,57,52,51,44,51,48,46,52,48,49,55,52,56,93,44,91,45,57,49,46,56,54,57,50,55,51,44,51,48,46,52,49,55,50,51,53,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,93,93,44,91,91,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,51,55,51,54,52,50,44,50,57,46,56,51,52,52,48,49,93,44,91,45,57,49,46,51,56,54,52,57,49,44,50,57,46,55,56,51,54,56,49,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,48,57,50,55,52,56,44,50,57,46,56,48,49,53,55,52,93,44,91,45,57,49,46,49,56,50,56,49,55,44,50,57,46,56,52,54,49,55,50,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,56,53,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,48,52,54,51,51,53,44,51,50,46,51,55,55,48,56,55,93,44,91,45,56,56,46,48,51,49,54,50,51,44,51,50,46,52,51,51,54,49,93,44,91,45,56,55,46,56,53,51,52,50,44,51,50,46,53,51,50,48,56,54,93,44,91,45,56,55,46,57,50,56,54,56,57,44,51,50,46,54,51,50,50,56,52,93,44,91,45,56,56,46,48,53,53,48,48,52,44,51,50,46,54,52,54,52,56,50,93,44,91,45,56,56,46,49,51,50,54,56,53,44,51,50,46,56,51,50,56,53,51,93,44,91,45,56,56,46,50,48,55,51,49,54,44,51,50,46,57,50,52,55,56,50,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,105,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,55,53,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,55,46,49,49,49,57,57,50,44,51,51,46,57,57,50,51,56,53,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,56,54,44,34,98,101,100,115,34,58,51,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,44,91,45,56,49,46,52,53,57,55,50,56,44,50,56,46,54,52,48,49,57,54,93,44,91,45,56,49,46,51,50,55,56,57,44,50,56,46,54,49,48,50,55,55,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,49,46,49,48,53,55,53,44,50,56,46,56,50,56,53,52,49,93,44,91,45,56,49,46,51,50,48,52,55,51,44,50,56,46,56,51,52,53,51,93,44,91,45,56,49,46,51,54,54,57,52,44,50,56,46,56,55,57,50,50,55,93,44,91,45,56,49,46,52,49,52,52,52,54,44,50,56,46,55,56,52,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,111,114,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,53,49,55,44,34,98,101,100,115,34,58,53,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,53,49,48,55,51,44,51,49,46,51,52,54,51,56,51,93,44,91,45,56,57,46,51,52,55,56,54,51,44,51,49,46,51,52,54,55,93,44,91,45,56,57,46,51,52,56,57,53,44,51,49,46,48,49,48,51,55,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,73,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,53,54,52,44,34,98,101,100,115,34,58,57,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,104,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,50,56,52,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,53,46,57,52,54,55,53,52,44,51,57,46,48,57,56,54,56,53,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,53,57,54,55,53,57,44,51,57,46,48,54,52,54,55,50,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,55,46,54,48,55,48,49,50,44,52,51,46,52,57,57,56,50,54,93,44,91,45,57,55,46,54,48,56,53,49,55,44,52,51,46,56,52,57,48,53,57,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,73,116,97,115,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,48,51,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,51,50,55,53,51,49,44,52,55,46,52,49,53,56,52,52,93,44,91,45,57,52,46,49,49,55,57,57,57,44,52,55,46,52,56,48,55,52,52,93,44,91,45,57,52,46,48,50,53,57,56,49,44,52,55,46,51,53,49,51,56,56,93,44,91,45,57,51,46,55,55,54,48,55,52,44,52,55,46,50,55,55,57,56,54,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,48,54,57,53,44,52,55,46,51,57,51,57,49,53,93,44,91,45,57,51,46,48,54,49,50,53,51,44,52,55,46,55,50,48,49,56,55,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,55,55,53,55,55,50,44,52,55,46,56,57,56,57,53,93,44,91,45,57,51,46,55,55,54,49,55,51,44,52,55,46,56,52,54,52,48,52,93,44,91,45,57,52,46,52,49,56,53,52,51,44,52,55,46,56,52,53,56,49,54,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,51,46,55,49,57,54,54,52,44,51,56,46,56,54,54,56,50,55,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,51,46,49,55,50,56,55,56,44,51,56,46,53,50,53,51,49,53,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,51,53,57,44,34,98,101,100,115,34,58,49,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,53,46,57,49,55,49,56,57,44,52,51,46,48,56,53,55,55,57,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,52,51,55,49,54,55,44,52,50,46,56,54,51,51,49,57,93,44,91,45,55,53,46,53,52,50,56,48,51,44,52,50,46,57,51,49,55,55,52,93,44,91,45,55,53,46,53,53,50,55,55,52,44,52,51,46,48,51,55,53,53,52,93,44,91,45,55,53,46,55,51,56,51,57,54,44,52,51,46,49,54,52,55,54,54,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,56,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,44,91,45,55,51,46,52,57,52,51,49,52,44,52,51,46,54,53,51,57,54,54,93,44,91,45,55,51,46,54,50,56,57,52,44,52,51,46,52,56,54,51,57,49,93,44,91,45,55,51,46,53,57,52,57,54,44,52,51,46,51,48,54,49,49,56,93,44,91,45,55,51,46,53,55,51,51,52,50,44,52,51,46,49,48,48,53,52,53,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,51,46,50,52,54,56,52,52,44,52,51,46,53,49,55,50,53,50,93,44,91,45,55,51,46,51,48,50,53,53,51,44,52,51,46,54,50,53,55,48,57,93,44,91,45,55,51,46,52,50,55,57,49,44,52,51,46,54,51,52,52,50,56,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,52,51,56,49,50,44,52,51,46,56,48,51,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,53,54,52,44,34,98,101,100,115,34,58,49,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,53,34,44,34,78,65,77,69,34,58,34,84,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,49,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,52,46,48,50,49,55,48,50,44,51,53,46,55,56,49,52,57,52,93,44,91,45,49,48,51,46,57,55,54,57,48,49,44,51,53,46,56,48,49,55,52,55,93,44,91,45,49,48,51,46,55,50,51,54,48,57,44,51,53,46,52,50,50,55,56,53,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,51,55,57,55,51,44,51,53,46,51,57,54,55,57,54,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,51,54,52,57,55,55,44,51,54,46,48,56,54,48,53,93,44,91,45,49,48,51,46,55,57,52,53,50,53,44,51,54,46,48,56,53,55,51,56,93,44,91,45,49,48,51,46,55,57,51,57,57,49,44,51,54,46,49,55,51,57,55,50,93,44,91,45,49,48,52,46,48,48,56,56,50,51,44,51,54,46,50,49,56,49,49,53,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,51,54,53,55,50,52,44,51,54,46,48,52,52,50,57,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,100,101,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,53,54,53,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,49,56,57,56,49,50,44,51,51,46,53,52,55,50,51,56,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,51,53,55,51,52,44,51,51,46,50,57,54,57,49,55,93,44,91,45,56,54,46,53,48,51,49,50,55,44,51,51,46,49,55,57,49,52,52,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,49,55,52,51,55,44,51,51,46,49,48,52,51,57,52,93,44,91,45,56,54,46,49,49,56,49,57,56,44,51,51,46,50,57,54,51,50,93,44,91,45,56,53,46,57,56,48,50,57,51,44,51,51,46,50,57,52,49,57,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,57,57,52,57,51,53,44,51,51,46,53,56,54,52,55,53,93,44,91,45,56,54,46,48,53,48,54,54,57,44,51,51,46,54,55,52,53,57,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,110,103,108,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,56,57,46,50,50,52,50,49,52,44,52,53,46,49,49,56,53,54,55,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,56,46,57,56,50,49,53,57,44,52,53,46,49,49,56,48,50,54,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,54,56,48,48,54,54,44,52,53,46,50,48,52,57,57,52,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,57,50,54,48,50,53,44,52,53,46,51,55,56,54,51,55,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,70,111,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,57,57,46,54,57,52,55,56,49,44,51,51,46,56,50,55,49,53,56,93,44,91,45,57,57,46,53,52,50,48,48,56,44,51,51,46,55,57,51,50,52,52,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,53,55,51,49,54,49,44,51,52,46,48,54,51,54,48,56,93,44,91,45,57,57,46,55,55,50,48,52,51,44,51,52,46,48,57,51,50,56,54,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,49,48,48,46,48,52,55,48,50,56,44,51,52,46,50,50,57,55,56,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,101,110,97,32,86,105,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,54,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,53,34,44,34,78,65,77,69,34,58,34,82,101,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,44,91,45,57,57,46,57,54,55,54,50,54,44,51,48,46,48,56,50,51,53,54,93,44,91,45,49,48,48,46,48,52,53,55,57,49,44,50,57,46,54,57,52,57,50,52,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,57,57,46,54,48,50,55,55,54,44,50,57,46,57,48,55,54,55,57,93,44,91,45,57,57,46,54,57,49,50,49,53,44,50,57,46,57,48,56,53,56,50,93,44,91,45,57,57,46,54,56,57,56,55,57,44,51,48,46,48,55,51,57,52,56,93,44,91,45,57,57,46,55,53,55,54,50,49,44,51,48,46,48,55,52,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,48,48,56,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,50,52,56,52,50,56,44,52,48,46,50,52,52,52,54,54,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,57,50,57,53,56,56,44,52,48,46,51,53,56,49,50,51,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,111,114,115,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,49,53,55,51,44,34,98,101,100,115,34,58,50,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,52,51,57,49,48,52,44,51,54,46,49,51,57,57,52,57,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,50,49,51,55,51,44,51,54,46,48,50,54,56,48,56,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,67,97,114,115,111,110,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,54,55,44,34,98,101,100,115,34,58,50,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,50,48,46,48,48,51,52,50,57,44,51,57,46,49,49,50,54,56,55,93,44,91,45,49,49,57,46,55,54,49,50,49,51,44,51,57,46,49,49,52,48,48,57,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,53,54,51,54,56,44,51,57,46,49,57,53,52,49,53,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,56,56,48,55,56,55,44,51,57,46,49,54,53,53,48,57,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,48,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,50,56,48,48,53,55,44,52,49,46,54,48,49,51,49,50,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,56,49,52,50,56,50,44,52,49,46,54,48,48,52,53,54,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,67,97,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,49,46,54,50,50,57,52,49,44,51,53,46,49,56,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,51,53,50,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,49,56,51,53,54,57,44,51,50,46,49,53,56,52,57,51,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,51,51,56,49,52,51,44,51,49,46,57,49,54,49,57,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,44,91,45,57,48,46,55,51,53,52,53,51,44,51,55,46,50,55,49,48,52,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,57,48,46,50,50,51,50,51,44,51,55,46,48,56,54,53,51,52,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,53,52,57,55,50,57,44,51,55,46,51,49,55,53,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,57,53,44,34,98,101,100,115,34,58,55,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,55,56,55,55,53,49,44,51,52,46,54,55,50,53,57,52,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,56,52,52,56,49,55,44,51,52,46,54,49,56,55,49,57,93,44,91,45,56,50,46,56,53,53,49,48,51,44,51,52,46,54,48,57,48,48,55,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,50,46,56,54,52,52,44,51,52,46,52,53,57,55,56,53,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,52,54,54,53,48,51,44,51,52,46,54,54,53,49,56,52,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,54,53,52,55,56,49,44,52,50,46,52,51,49,48,57,52,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,55,46,53,50,50,55,50,50,44,52,50,46,50,54,49,55,53,54,93,44,91,45,49,48,55,46,53,48,51,56,50,49,44,52,50,46,48,56,55,57,53,55,93,44,91,45,49,48,55,46,53,48,57,55,50,44,52,49,46,54,53,55,52,53,50,93,44,91,45,49,48,55,46,57,50,57,55,51,54,44,52,49,46,54,53,57,53,57,54,93,44,91,45,49,48,55,46,57,49,56,52,50,49,44,52,49,46,48,48,50,48,51,54,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,51,50,50,56,56,53,44,52,49,46,51,57,53,49,52,49,93,44,91,45,49,48,54,46,48,54,56,52,48,54,44,52,49,46,51,57,53,48,50,56,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,105,108,118,101,114,32,66,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,49,52,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,55,55,55,49,50,44,52,54,46,49,51,53,56,50,54,93,44,91,45,49,49,50,46,57,50,52,53,53,50,44,52,53,46,57,51,54,52,52,51,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,51,46,48,48,48,49,53,53,44,52,53,46,56,48,55,55,52,55,93,44,91,45,49,49,50,46,55,53,57,51,51,57,44,52,53,46,55,52,56,50,48,57,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,53,49,53,52,53,51,44,52,53,46,55,52,54,55,48,50,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,52,48,49,52,52,49,44,52,53,46,56,51,49,56,53,49,93,44,91,45,49,49,50,46,52,54,54,51,50,57,44,52,54,46,48,57,50,57,55,57,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,51,51,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,112,101,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,48,50,44,34,98,101,100,115,34,58,49,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,51,46,48,48,48,52,51,44,52,51,46,50,56,52,57,49,51,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,51,53,52,52,49,56,44,52,51,46,51,50,50,50,53,55,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,53,51,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,51,46,50,51,55,51,56,49,44,51,50,46,55,49,54,50,53,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,50,46,56,50,56,53,51,53,44,51,50,46,55,53,56,56,49,52,93,44,91,45,57,50,46,55,50,53,52,51,57,44,51,50,46,55,53,57,53,52,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,89,97,108,111,98,117,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,50,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,55,54,57,48,53,44,51,51,46,56,54,55,51,51,52,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,99,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,54,46,57,50,54,53,49,55,44,49,56,46,49,53,49,50,54,55,93,44,91,45,54,54,46,56,51,54,55,54,44,49,56,46,49,55,48,53,53,51,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,75,97,108,107,97,115,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,54,51,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,53,46,50,57,49,55,49,54,44,52,52,46,56,53,57,54,48,56,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,103,117,97,100,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,54,54,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,44,91,45,54,55,46,50,48,53,55,52,52,44,49,56,46,53,49,55,49,50,56,93,44,91,45,54,55,46,50,48,55,57,51,55,44,49,56,46,52,52,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,118,97,110,103,101,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,51,54,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,53,57,55,51,53,51,44,51,48,46,53,56,49,54,50,51,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,52,50,48,55,56,44,51,48,46,53,51,56,56,50,93,44,91,45,57,50,46,50,49,49,50,52,51,44,51,48,46,53,54,56,49,50,53,93,44,91,45,57,50,46,49,55,50,52,49,53,44,51,48,46,55,54,55,57,51,53,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,51,56,48,56,52,51,44,51,49,46,48,48,48,57,50,57,93,44,91,45,57,50,46,53,50,52,54,52,54,44,51,48,46,56,57,51,51,50,56,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,54,50,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,48,49,55,49,50,55,44,51,52,46,57,57,52,57,55,49,93,44,91,45,56,56,46,56,50,51,48,53,49,44,51,52,46,57,57,53,50,50,49,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,111,99,104,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,50,55,57,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,48,46,52,53,57,55,53,49,44,51,49,46,51,51,50,57,49,52,93,44,91,45,49,48,57,46,48,53,48,48,51,51,44,51,49,46,51,51,50,51,52,56,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,72,105,100,97,108,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,44,91,45,49,48,57,46,48,53,48,48,51,51,44,51,49,46,51,51,50,51,52,56,93,44,91,45,49,48,56,46,50,48,56,52,55,44,51,49,46,51,51,51,51,55,51,93,44,91,45,49,48,56,46,50,48,56,52,56,52,44,51,49,46,55,56,51,54,57,56,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,53,50,52,53,51,56,44,51,49,46,56,54,51,54,49,52,93,44,91,45,49,48,56,46,53,51,55,54,55,54,44,51,50,46,48,55,57,56,51,50,93,44,91,45,49,48,56,46,53,51,55,48,49,49,44,51,50,46,53,49,54,54,49,56,93,44,91,45,49,48,56,46,54,52,54,55,55,44,51,50,46,53,49,54,53,50,49,93,44,91,45,49,48,56,46,54,52,54,53,50,51,44,51,50,46,54,48,51,55,51,93,44,91,45,49,48,56,46,56,53,50,57,49,57,44,51,50,46,54,48,51,51,55,52,93,44,91,45,49,48,56,46,56,53,52,53,56,49,44,51,50,46,55,55,55,50,55,54,93,44,91,45,49,48,57,46,48,52,55,54,52,51,44,51,50,46,55,55,55,56,48,50,93,44,91,45,49,48,57,46,48,52,55,57,49,56,44,51,50,46,52,50,54,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,68,105,118,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,50,46,57,51,57,57,51,50,44,52,56,46,55,50,48,52,54,57,93,44,91,45,49,48,50,46,57,51,56,57,53,55,44,52,56,46,57,57,57,51,51,93,44,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,66,101,114,110,97,114,100,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,53,52,49,51,44,34,98,101,100,115,34,58,54,50,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,55,46,54,52,54,51,55,52,44,51,52,46,50,56,57,49,55,93,44,91,45,49,49,55,46,54,55,56,53,48,49,44,51,52,46,49,54,49,57,57,51,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,53,53,56,51,49,50,44,51,52,46,48,51,51,52,53,49,93,44,91,45,49,49,55,46,50,50,53,51,55,50,44,51,52,46,48,48,52,51,49,52,93,44,91,45,49,49,54,46,57,50,57,53,53,56,44,51,52,46,48,51,52,49,49,51,93,44,91,45,49,49,54,46,51,48,48,54,51,49,44,51,52,46,48,51,50,53,52,52,93,44,91,45,49,49,53,46,51,49,54,50,49,50,44,51,52,46,48,51,52,49,49,93,44,91,45,49,49,53,46,51,49,54,48,54,53,44,51,52,46,48,55,55,56,52,51,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,52,46,50,53,52,49,52,49,44,51,52,46,49,55,51,56,51,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,51,51,57,54,50,55,44,51,52,46,52,53,49,52,51,53,93,44,91,45,49,49,52,46,52,51,53,54,55,49,44,51,52,46,53,57,51,56,52,49,93,44,91,45,49,49,52,46,52,55,49,54,50,44,51,52,46,55,49,50,57,54,54,93,44,91,45,49,49,52,46,54,50,56,50,55,54,44,51,52,46,56,54,51,53,57,54,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,53,46,54,52,56,51,53,55,44,51,53,46,56,48,57,50,49,49,93,44,91,45,49,49,53,46,55,51,53,56,57,49,44,51,53,46,55,57,51,54,50,93,44,91,45,49,49,54,46,56,55,48,54,51,50,44,51,53,46,55,57,53,51,55,54,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,55,46,54,51,50,48,49,49,44,51,52,46,56,50,50,50,55,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,101,122,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,56,46,57,49,55,48,56,49,44,51,55,46,54,51,49,57,48,50,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,56,46,50,57,48,52,53,57,44,51,55,46,49,52,53,57,55,53,93,44,91,45,49,48,56,46,50,57,49,54,55,54,44,51,55,46,50,50,50,48,48,51,93,44,91,45,49,48,56,46,50,48,52,56,51,54,44,51,55,46,51,52,52,48,56,93,44,91,45,49,48,56,46,48,51,51,49,52,54,44,51,55,46,52,54,52,57,52,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,54,50,50,51,57,52,44,51,49,46,56,53,55,49,57,51,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,48,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,57,57,50,44,34,98,101,100,115,34,58,50,54,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,48,48,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,97,120,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,44,91,45,55,55,46,51,49,54,50,50,52,44,51,56,46,56,51,54,52,48,56,93,44,91,45,55,55,46,50,55,48,53,50,44,51,56,46,56,52,48,57,48,50,93,44,91,45,55,55,46,50,55,48,53,57,55,44,51,56,46,56,54,54,48,55,53,93,44,91,45,55,55,46,51,48,51,49,51,57,44,51,56,46,56,54,57,50,48,56,93,44,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,114,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,54,54,54,53,49,50,44,51,52,46,53,48,55,49,50,49,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,55,49,57,55,57,55,44,51,52,46,55,54,56,52,53,49,93,44,91,45,57,57,46,55,51,49,48,57,50,44,51,52,46,57,52,52,48,53,56,93,44,91,45,57,57,46,56,56,56,50,50,50,44,51,52,46,57,52,51,56,57,55,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,51,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,56,49,49,52,48,50,44,51,55,46,56,51,52,53,55,49,93,44,91,45,57,51,46,56,48,56,54,52,56,44,51,55,46,56,57,50,55,55,53,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,48,50,44,34,98,101,100,115,34,58,53,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,44,91,45,49,49,54,46,48,57,48,49,52,51,44,52,53,46,48,54,52,48,49,51,93,44,91,45,49,49,54,46,49,57,55,48,49,49,44,52,52,46,56,54,52,50,49,54,93,44,91,45,49,49,54,46,49,53,55,54,48,50,44,52,52,46,55,48,51,55,52,51,93,44,91,45,49,49,54,46,49,53,55,48,50,50,44,52,52,46,52,57,56,57,50,56,93,44,91,45,49,49,54,46,50,49,50,57,49,44,52,52,46,51,50,52,51,55,51,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,49,48,51,48,55,50,44,52,52,46,50,51,54,52,48,57,93,44,91,45,49,49,53,46,52,53,55,51,48,53,44,52,52,46,50,52,50,57,53,51,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,50,50,56,50,50,50,44,52,52,46,52,50,51,53,50,49,93,44,91,45,49,49,53,46,51,48,52,57,57,52,44,52,52,46,53,55,57,56,53,55,93,44,91,45,49,49,53,46,49,54,53,54,48,53,44,52,52,46,54,53,48,51,48,54,93,44,91,45,49,49,53,46,48,57,49,57,50,50,44,52,52,46,55,54,54,55,50,54,93,44,91,45,49,49,52,46,57,53,54,49,49,54,44,52,52,46,55,50,48,57,56,50,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,55,51,49,57,54,44,52,52,46,56,56,48,57,52,54,93,44,91,45,49,49,52,46,55,51,50,50,55,44,52,53,46,49,53,49,49,53,53,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,53,46,57,55,53,55,56,55,44,52,53,46,49,57,53,50,56,50,93,44,91,45,49,49,54,46,49,52,52,51,56,54,44,52,53,46,49,48,55,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,51,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,53,52,50,48,48,56,44,51,51,46,55,57,51,50,52,52,93,44,91,45,57,57,46,54,57,52,55,56,49,44,51,51,46,56,50,55,49,53,56,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,79,117,97,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,48,54,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,49,49,57,48,49,52,44,51,51,46,51,56,48,50,57,51,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,55,48,53,48,57,51,44,51,51,46,52,51,49,50,49,53,93,44,91,45,57,50,46,55,53,57,48,51,53,44,51,51,46,53,51,48,57,53,52,93,44,91,45,57,50,46,53,56,54,56,56,54,44,51,51,46,55,51,49,50,51,52,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,52,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,75,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,56,48,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,48,54,52,49,48,55,44,51,54,46,54,56,52,50,48,55,93,44,91,45,57,54,46,57,51,49,57,52,51,44,51,54,46,54,56,54,48,57,55,93,44,91,45,57,54,46,56,56,57,52,55,53,44,51,54,46,55,53,49,50,51,93,44,91,45,57,54,46,55,53,50,51,55,53,44,51,54,46,55,56,50,48,57,50,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,119,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,49,46,53,48,49,48,53,51,44,52,52,46,57,57,51,55,57,53,93,44,91,45,49,48,49,46,49,51,54,49,54,50,44,52,52,46,57,57,52,48,55,52,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,48,50,50,54,49,49,44,52,52,46,55,50,52,49,53,51,93,44,91,45,49,48,48,46,56,50,57,55,57,53,44,52,52,46,55,56,51,50,52,56,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,53,52,51,52,56,52,44,52,52,46,55,54,49,48,56,55,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,49,48,48,46,52,50,51,57,49,56,44,52,52,46,57,57,48,48,48,54,93,44,91,45,49,48,48,46,51,50,53,52,53,49,44,52,53,46,48,57,57,51,51,55,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,49,48,48,46,50,55,52,49,55,54,44,52,53,46,51,56,49,56,52,53,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,84,105,108,108,97,109,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,55,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,44,91,45,49,50,52,46,48,49,48,56,48,53,44,52,53,46,55,48,56,50,56,53,93,44,91,45,49,50,52,46,48,55,54,57,55,55,44,52,53,46,51,52,49,56,52,54,93,44,91,45,49,50,52,46,48,52,48,50,53,55,44,52,53,46,50,54,56,56,50,56,93,44,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,55,56,52,53,52,44,52,53,46,50,49,54,50,57,52,93,44,91,45,49,50,51,46,52,54,51,53,49,56,44,52,53,46,50,49,54,51,49,50,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,51,54,49,49,51,49,44,52,53,46,53,55,56,55,55,57,93,44,91,45,49,50,51,46,52,56,52,55,50,54,44,52,53,46,55,48,56,55,54,52,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,52,46,48,54,53,52,52,56,44,52,53,46,55,56,51,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,67,111,119,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,49,54,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,56,53,50,51,54,44,51,51,46,50,50,51,53,57,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,53,56,54,48,52,55,44,51,51,46,51,53,55,56,56,53,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,83,105,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,55,51,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,49,51,50,53,53,50,44,51,49,46,56,53,54,57,50,51,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,54,53,52,52,50,54,44,51,50,46,48,49,51,54,55,56,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,44,91,45,56,57,46,51,52,48,56,48,54,44,51,48,46,57,48,57,57,49,50,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,50,52,48,48,55,51,44,51,48,46,54,55,55,49,54,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,57,46,49,51,55,57,54,55,44,51,48,46,57,48,57,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,111,110,116,114,97,32,67,111,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,51,50,52,55,44,34,98,101,100,115,34,58,49,54,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,50,54,52,48,50,55,44,51,55,46,57,48,51,55,55,53,93,44,91,45,49,50,50,46,49,52,48,53,53,49,44,51,55,46,56,48,52,53,57,52,93,44,91,45,49,50,50,46,48,52,53,52,55,51,44,51,55,46,55,57,56,49,50,54,93,44,91,45,49,50,49,46,57,54,48,55,55,44,51,55,46,55,49,56,54,50,57,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,55,51,55,56,50,52,44,51,56,46,48,50,54,54,51,93,44,91,45,49,50,49,46,56,54,50,52,54,50,44,51,56,46,48,54,54,48,51,93,44,91,45,49,50,50,46,49,50,51,57,55,51,44,51,56,46,48,51,53,55,49,55,93,44,91,45,49,50,50,46,51,52,55,52,53,52,44,51,56,46,48,55,51,50,54,93,44,91,45,49,50,50,46,52,51,50,50,56,51,44,51,55,46,57,50,57,56,50,52,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,48,49,56,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,53,54,57,48,52,55,44,51,53,46,56,50,52,56,50,57,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,56,46,50,49,55,52,51,54,44,51,53,46,56,52,54,53,56,50,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,54,52,50,44,34,98,101,100,115,34,58,49,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,52,52,55,53,56,49,44,51,55,46,54,48,50,56,49,93,44,91,45,55,55,46,51,57,49,51,48,54,44,51,55,46,53,51,48,49,50,50,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,51,52,57,50,51,53,44,51,55,46,51,55,56,52,54,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,51,56,49,55,53,53,44,51,55,46,53,57,52,53,49,51,93,44,91,45,55,55,46,52,57,51,57,57,44,51,55,46,55,48,49,48,48,56,93,44,91,45,55,55,46,54,51,48,54,55,44,51,55,46,55,48,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,79,119,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,54,46,57,52,50,52,55,51,44,51,57,46,51,52,50,48,52,51,93,44,91,45,56,55,46,48,53,51,54,52,54,44,51,57,46,51,52,50,54,50,49,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,54,46,54,56,53,54,49,44,51,57,46,51,51,54,48,52,51,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,87,101,115,116,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,56,56,49,53,44,34,98,101,100,115,34,58,51,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,56,56,57,52,56,44,52,49,46,49,52,53,48,57,53,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,55,50,55,55,55,53,44,52,49,46,49,48,48,54,57,54,93,44,91,45,55,51,46,52,56,50,54,57,53,44,52,49,46,50,49,50,55,55,50,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,108,108,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,57,48,46,49,52,53,54,57,57,44,51,55,46,51,49,50,48,57,49,93,44,91,45,57,48,46,50,49,55,54,53,55,44,51,55,46,51,49,52,57,54,55,93,44,91,45,57,48,46,50,50,51,50,51,44,51,55,46,48,56,54,53,51,52,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,56,57,46,57,53,57,49,57,54,44,51,55,46,48,53,52,51,56,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,99,68,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,49,55,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,54,53,52,52,51,49,44,51,55,46,53,50,51,51,49,50,93,44,91,45,56,49,46,55,50,57,52,51,51,44,51,55,46,52,57,52,53,56,53,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,57,57,54,53,55,56,44,51,55,46,52,55,54,55,48,53,93,44,91,45,56,49,46,56,53,51,53,53,51,44,51,55,46,50,56,55,55,48,54,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,53,54,48,54,51,49,44,51,55,46,50,48,54,54,54,51,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,50,48,57,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,54,48,52,51,48,49,44,51,57,46,50,56,54,48,52,55,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,56,55,52,44,34,98,101,100,115,34,58,49,52,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,56,46,56,48,50,51,51,53,44,51,54,46,50,51,53,55,57,52,93,44,91,45,55,56,46,56,48,52,54,57,44,51,54,46,48,57,52,53,53,49,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,53,49,49,50,50,52,44,51,54,46,52,53,52,56,48,56,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,78,101,119,32,72,97,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,51,51,57,44,34,98,101,100,115,34,58,49,54,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,48,54,55,56,53,49,44,52,49,46,51,48,48,57,57,54,93,44,91,45,55,51,46,49,48,55,52,53,50,44,52,49,46,49,54,56,51,57,55,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,50,46,53,50,55,57,48,49,44,52,49,46,49,55,55,55,55,52,93,44,91,45,55,50,46,53,50,55,57,48,50,44,52,49,46,50,53,48,49,49,53,93,44,91,45,55,50,46,54,53,52,49,57,51,44,52,49,46,52,51,56,50,53,54,93,44,91,45,55,50,46,55,51,57,49,50,44,52,49,46,52,51,56,50,57,52,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,57,52,54,51,53,44,52,49,46,53,53,54,55,57,55,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,51,46,49,53,53,52,57,50,44,52,49,46,53,49,52,51,48,52,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,108,101,99,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,49,55,51,50,53,50,44,51,50,46,52,53,50,53,51,51,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,53,48,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,50,51,51,48,54,50,44,51,51,46,50,50,55,55,52,93,44,91,45,56,50,46,50,57,49,49,56,44,51,51,46,48,54,50,56,50,55,93,44,91,45,56,50,46,50,55,50,51,53,51,44,51,50,46,57,51,55,55,57,54,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,48,56,49,51,51,55,44,51,50,46,57,49,54,55,55,54,93,44,91,45,56,49,46,56,53,55,57,56,53,44,51,50,46,57,53,51,56,56,50,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,55,48,52,54,51,52,44,51,51,46,49,49,54,52,53,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,50,46,48,57,50,53,57,50,44,51,51,46,50,51,48,48,56,52,93,44,91,45,56,50,46,49,55,52,50,52,44,51,51,46,50,57,54,55,55,49,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,52,52,56,53,57,56,44,51,55,46,53,57,56,56,50,49,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,52,50,48,57,51,57,44,51,55,46,51,57,51,57,53,50,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,75,97,110,107,97,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,48,54,49,44,34,98,101,100,115,34,58,53,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,56,46,48,49,51,57,49,57,44,52,49,46,50,57,50,52,52,55,93,44,91,45,56,56,46,48,49,49,56,49,44,52,49,46,50,48,53,53,48,56,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,49,51,49,57,51,53,44,52,48,46,57,57,55,55,55,55,93,44,91,45,56,55,46,53,50,54,50,48,56,44,52,49,46,48,49,48,51,52,49,93,44,91,45,56,55,46,53,50,54,53,56,55,44,52,49,46,49,54,54,48,57,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,52,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,44,91,45,57,57,46,56,55,56,51,53,52,44,52,54,46,50,56,50,56,50,57,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,57,46,48,48,51,49,49,56,44,52,54,46,50,56,50,56,57,56,93,44,91,45,57,57,46,48,51,55,50,56,57,44,52,54,46,50,56,50,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,54,51,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,55,46,55,48,51,54,50,55,44,52,49,46,53,50,54,55,57,54,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,50,55,55,49,54,53,44,51,54,46,51,48,54,49,51,50,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,55,46,57,49,49,57,54,51,44,51,54,46,51,56,50,52,52,54,93,44,91,45,55,55,46,56,57,57,53,50,52,44,51,54,46,53,48,52,50,53,57,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,105,98,111,110,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,53,55,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,51,49,52,56,52,56,44,49,56,46,49,53,50,48,56,56,93,44,91,45,54,54,46,50,53,55,53,50,55,44,49,56,46,48,55,53,56,56,52,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,53,50,55,49,49,55,44,51,50,46,49,51,52,53,53,54,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,53,52,48,44,34,98,101,100,115,34,58,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,51,55,50,49,51,49,44,51,56,46,57,54,49,52,51,54,93,44,91,45,55,53,46,53,53,53,48,49,51,44,51,56,46,56,51,53,54,52,57,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,54,57,51,54,55,44,51,56,46,52,54,48,48,56,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,52,46,57,56,54,50,56,50,44,51,56,46,52,53,49,54,51,50,93,44,91,45,55,53,46,48,49,53,49,50,51,44,51,56,46,55,56,56,54,53,55,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,56,52,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,52,53,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,55,48,55,51,54,55,44,51,57,46,51,50,49,54,49,52,93,44,91,45,57,50,46,52,51,48,50,50,57,44,51,57,46,50,52,56,55,57,53,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,52,54,56,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,72,97,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,49,53,48,44,34,98,101,100,115,34,58,52,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,48,51,48,53,50,51,44,50,57,46,56,52,56,53,51,57,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,53,34,44,34,78,65,77,69,34,58,34,77,101,100,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,56,48,54,53,53,50,44,50,57,46,54,57,48,55,48,57,93,44,91,45,57,56,46,57,50,55,49,54,49,44,50,57,46,53,54,50,50,53,93,44,91,45,57,56,46,57,56,51,55,56,55,44,50,57,46,54,50,51,52,53,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,97,117,102,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,54,53,56,44,34,98,101,100,115,34,58,51,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,48,46,56,50,48,50,50,56,44,51,50,46,52,57,48,55,56,56,93,44,91,45,56,48,46,56,52,49,52,53,56,44,51,50,46,51,56,53,48,54,52,93,44,91,45,56,48,46,57,50,49,56,56,51,44,51,50,46,51,53,49,56,51,52,93,44,91,45,56,49,46,48,48,56,53,52,44,51,50,46,50,49,50,49,50,56,93,44,91,45,56,48,46,57,48,48,53,55,51,44,51,50,46,49,49,49,54,49,55,93,44,91,45,56,48,46,55,52,53,53,51,54,44,51,50,46,48,55,56,54,54,55,93,44,91,45,56,48,46,53,56,52,57,56,53,44,51,50,46,49,54,50,53,56,57,93,44,91,45,56,48,46,53,50,51,56,50,52,44,51,50,46,50,51,52,53,57,50,93,44,91,45,56,48,46,51,57,50,51,50,55,44,51,50,46,50,56,48,51,49,55,93,44,91,45,56,48,46,51,48,53,55,49,49,44,51,50,46,51,57,55,53,56,57,93,44,91,45,56,48,46,53,48,50,57,52,52,44,51,50,46,52,57,53,54,53,50,93,44,91,45,56,48,46,54,56,52,56,53,51,44,51,50,46,54,53,54,48,57,55,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,89,97,110,107,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,55,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,50,49,56,48,52,54,44,52,50,46,56,52,53,49,49,51,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,55,46,49,54,48,53,52,52,44,52,51,46,49,54,57,57,55,56,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,55,54,57,44,34,98,101,100,115,34,58,53,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,52,54,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,50,46,56,57,54,48,50,53,44,51,52,46,55,51,54,53,52,55,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,55,56,55,55,53,49,44,51,52,46,54,55,50,53,57,52,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,52,57,52,48,48,55,44,51,52,46,56,57,54,50,49,53,93,44,91,45,56,50,46,54,50,53,53,57,57,44,51,53,46,48,54,52,54,56,54,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,50,52,49,56,55,50,44,52,54,46,50,57,53,48,54,52,93,44,91,45,49,49,56,46,49,49,54,54,50,52,44,52,54,46,50,48,56,48,53,93,44,91,45,49,49,55,46,57,57,49,52,56,49,44,52,54,46,50,48,55,55,48,50,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,54,49,49,57,48,51,44,52,54,46,51,51,56,52,55,56,93,44,91,45,49,49,55,46,55,51,55,51,48,51,44,52,54,46,52,55,49,52,53,52,93,44,91,45,49,49,55,46,56,54,51,51,52,55,44,52,54,46,52,55,48,54,54,55,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,56,46,49,55,50,53,53,50,44,52,54,46,53,53,54,57,52,55,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,44,91,45,56,54,46,54,57,53,54,51,55,44,52,48,46,50,49,52,51,54,55,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,54,57,52,54,54,53,44,52,48,46,52,51,50,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,54,50,56,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,56,57,46,55,48,52,50,52,53,44,51,56,46,52,49,53,55,55,57,93,44,91,45,56,57,46,53,55,57,51,50,53,44,51,56,46,52,56,48,49,56,52,93,44,91,45,56,57,46,51,50,57,52,54,57,44,51,56,46,53,49,48,50,49,51,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,105,110,105,100,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,51,46,54,53,52,49,52,57,44,52,50,46,53,51,54,49,53,53,93,44,91,45,49,49,51,46,53,53,55,49,57,51,44,52,50,46,54,53,54,55,57,57,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,52,55,50,49,53,53,44,52,50,46,56,52,57,50,48,49,93,44,91,45,49,49,51,46,52,49,51,49,51,56,44,52,50,46,56,52,57,49,54,57,93,44,91,45,49,49,51,46,52,49,51,56,54,55,44,52,51,46,49,57,57,56,53,57,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,51,46,55,49,52,48,52,52,44,52,50,46,56,52,57,55,51,52,93,44,91,45,49,49,51,46,55,54,51,56,54,50,44,52,50,46,55,54,52,53,48,56,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,55,52,57,52,57,55,44,52,49,46,52,48,53,53,55,50,93,44,91,45,55,54,46,53,57,50,53,51,50,44,52,49,46,51,48,52,51,51,50,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,82,97,110,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,52,48,44,34,98,101,100,115,34,58,50,48,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,57,48,46,50,52,53,51,56,44,51,50,46,49,55,49,51,57,54,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,55,51,48,48,54,51,44,51,50,46,51,53,50,55,51,51,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,56,54,49,49,53,57,44,51,50,46,53,56,51,49,54,50,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,53,34,44,34,78,65,77,69,34,58,34,77,111,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,49,46,48,52,49,52,56,52,44,51,52,46,51,49,50,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,76,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,56,56,50,44,34,98,101,100,115,34,58,55,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,44,91,45,49,50,51,46,57,52,54,50,57,49,44,52,51,46,56,54,50,54,56,50,93,44,91,45,49,50,51,46,56,50,55,48,48,52,44,52,51,46,57,52,52,56,51,55,93,44,91,45,49,50,51,46,54,49,57,48,49,50,44,52,51,46,57,50,49,49,49,55,93,44,91,45,49,50,51,46,53,50,57,49,53,51,44,52,51,46,56,51,48,48,54,49,93,44,91,45,49,50,51,46,51,52,56,50,52,54,44,52,51,46,55,56,48,49,55,93,44,91,45,49,50,51,46,49,51,55,51,49,57,44,52,51,46,55,55,57,54,55,93,44,91,45,49,50,51,46,49,48,55,54,56,54,44,52,51,46,53,52,48,48,49,93,44,91,45,49,50,50,46,55,52,49,56,52,53,44,52,51,46,53,52,52,54,53,52,93,44,91,45,49,50,50,46,55,52,49,55,49,54,44,52,51,46,52,51,55,51,57,53,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,49,51,48,54,56,57,44,52,51,46,53,53,55,49,52,51,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,49,46,57,55,50,57,51,49,44,52,51,46,56,54,49,49,53,54,93,44,91,45,49,50,49,46,56,53,55,48,54,51,44,52,51,46,57,54,53,50,52,56,93,44,91,45,49,50,49,46,55,54,56,48,55,44,52,52,46,49,49,53,50,52,53,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,50,46,51,50,55,49,53,44,52,52,46,50,53,50,56,52,49,93,44,91,45,49,50,50,46,53,48,55,50,48,51,44,52,52,46,50,50,51,52,52,56,93,44,91,45,49,50,50,46,55,54,50,55,51,53,44,52,52,46,50,57,48,53,51,55,93,44,91,45,49,50,50,46,56,54,53,52,55,56,44,52,52,46,50,56,55,49,51,52,93,44,91,45,49,50,50,46,57,48,53,55,53,53,44,52,52,46,50,48,48,55,51,54,93,44,91,45,49,50,51,46,49,54,53,52,50,56,44,52,52,46,50,48,48,48,55,49,93,44,91,45,49,50,51,46,49,56,48,51,56,56,44,52,52,46,50,56,51,55,50,53,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,52,46,49,56,55,52,48,57,44,52,52,46,50,55,54,56,55,49,93,44,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,53,34,44,34,78,65,77,69,34,58,34,87,105,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,56,49,56,44,34,98,101,100,115,34,58,56,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,52,50,51,53,51,51,44,51,52,46,48,56,50,56,52,51,93,44,91,45,57,56,46,52,56,54,51,50,56,44,51,52,46,48,54,50,53,57,56,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,54,57,48,48,55,50,44,51,52,46,49,51,51,49,53,53,93,44,91,45,57,56,46,56,56,55,49,49,50,44,51,52,46,49,54,56,50,54,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,104,105,97,119,97,115,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,57,51,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,51,54,51,54,53,57,44,52,50,46,55,55,53,55,55,56,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,74,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,55,46,57,51,49,52,56,50,44,51,57,46,54,53,51,55,54,55,93,44,91,45,57,55,46,57,51,49,56,50,53,44,52,48,46,48,48,50,48,55,50,93,44,91,45,57,56,46,50,55,52,48,49,55,44,52,48,46,48,48,50,54,54,50,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,50,50,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,57,51,49,56,52,52,44,51,57,46,53,54,54,57,50,49,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,97,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,55,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,51,49,51,51,56,53,44,50,57,46,57,53,52,55,48,52,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,50,56,49,56,51,55,44,50,57,46,56,52,52,52,52,56,93,44,91,45,56,50,46,49,51,51,49,50,54,44,50,57,46,56,51,53,57,52,57,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,48,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,57,48,46,48,51,49,56,57,54,44,51,49,46,49,55,53,55,50,55,93,44,91,45,56,57,46,56,51,53,56,55,51,44,51,49,46,48,55,52,57,50,54,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,54,53,52,48,51,56,44,51,49,46,48,48,50,53,48,50,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,56,50,52,50,51,54,44,51,49,46,52,51,52,48,57,51,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,49,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,56,56,53,48,51,56,44,51,48,46,57,49,48,55,56,56,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,74,111,32,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,52,55,51,55,57,56,44,52,50,46,51,56,49,52,53,56,93,44,91,45,57,48,46,51,57,49,49,48,56,44,52,50,46,50,50,53,52,55,51,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,56,57,46,57,50,54,52,54,54,44,52,50,46,53,48,53,55,55,50,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,56,51,48,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,53,57,54,57,49,54,44,51,57,46,55,56,54,53,49,57,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,50,48,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,49,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,57,53,53,52,50,52,44,51,54,46,54,54,52,53,56,55,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,57,34,44,34,78,65,77,69,34,58,34,77,105,100,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,49,57,52,44,34,98,101,100,115,34,58,54,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,50,46,50,49,49,50,52,57,44,51,50,46,48,56,54,56,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,115,99,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,52,54,44,34,98,101,100,115,34,58,53,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,50,46,48,52,52,56,50,57,44,52,55,46,49,57,50,55,49,49,93,44,91,45,49,49,49,46,55,56,57,50,55,56,44,52,55,46,49,50,56,57,50,50,93,44,91,45,49,49,49,46,55,57,48,50,51,54,44,52,54,46,57,49,51,55,54,52,93,44,91,45,49,49,49,46,54,53,56,49,51,50,44,52,54,46,57,49,51,52,50,51,93,44,91,45,49,49,49,46,53,51,57,51,55,51,44,52,55,46,48,48,48,53,53,57,93,44,91,45,49,49,49,46,48,56,52,50,56,53,44,52,55,46,48,49,48,54,49,51,93,44,91,45,49,49,48,46,57,49,51,48,51,53,44,52,54,46,57,56,48,53,53,57,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,54,52,53,50,49,50,44,52,55,46,48,57,53,56,55,93,44,91,45,49,49,48,46,55,55,48,54,57,56,44,52,55,46,48,57,54,53,52,54,93,44,91,45,49,49,48,46,55,54,55,49,50,53,44,52,55,46,51,53,57,49,50,56,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,55,54,57,49,50,57,44,52,55,46,52,52,54,48,57,54,93,44,91,45,49,49,48,46,56,54,52,54,51,44,52,55,46,53,50,52,55,49,52,93,44,91,45,49,49,49,46,48,52,51,56,56,49,44,52,55,46,53,57,49,53,56,51,93,44,91,45,49,49,48,46,57,55,54,54,54,56,44,52,55,46,54,57,56,55,51,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,49,46,54,54,54,52,56,50,44,52,55,46,54,57,55,55,54,49,93,44,91,45,49,49,49,46,54,54,54,50,54,44,52,55,46,54,49,49,50,53,51,93,44,91,45,49,49,49,46,57,50,50,57,51,54,44,52,55,46,54,49,49,50,51,49,93,44,91,45,49,49,49,46,57,50,50,55,57,53,44,52,55,46,53,48,53,48,54,52,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,54,48,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,44,91,45,55,56,46,56,50,52,51,50,44,51,56,46,52,51,53,48,55,57,93,44,91,45,55,56,46,57,48,48,53,56,57,44,51,56,46,52,53,57,50,49,55,93,44,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,57,57,44,34,98,101,100,115,34,58,51,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,70,108,97,116,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,48,56,50,44,34,98,101,100,115,34,58,50,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,44,91,45,49,49,52,46,54,52,56,49,51,52,44,52,56,46,55,55,57,51,51,50,93,44,91,45,49,49,52,46,54,57,50,52,53,44,52,56,46,54,56,48,49,51,54,93,44,91,45,49,49,52,46,56,56,56,53,57,44,52,56,46,54,53,56,55,54,53,93,44,91,45,49,49,52,46,56,52,57,56,48,51,44,52,56,46,53,55,51,53,48,50,93,44,91,45,49,49,52,46,56,52,56,48,57,56,44,52,56,46,50,50,54,49,50,53,93,44,91,45,49,49,53,46,48,50,48,48,55,57,44,52,56,46,50,50,53,57,53,52,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,52,46,57,56,57,51,52,52,44,52,55,46,56,55,50,56,48,55,93,44,91,45,49,49,52,46,54,48,52,53,56,52,44,52,55,46,56,55,53,54,48,53,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,52,55,55,50,57,44,52,55,46,55,56,57,57,52,49,93,44,91,45,49,49,52,46,52,57,50,49,57,44,52,55,46,57,54,49,57,56,57,93,44,91,45,49,49,52,46,48,51,56,53,52,53,44,52,55,46,57,54,50,53,53,93,44,91,45,49,49,52,46,48,50,57,48,52,50,44,52,56,46,48,53,49,54,53,51,93,44,91,45,49,49,51,46,56,56,52,53,52,49,44,52,56,46,48,53,49,57,93,44,91,45,49,49,51,46,56,51,50,53,53,54,44,52,55,46,57,55,54,52,51,52,93,44,91,45,49,49,51,46,54,55,50,51,51,53,44,52,55,46,56,57,54,52,57,49,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,49,54,53,56,49,49,44,52,55,46,55,49,57,55,54,52,93,44,91,45,49,49,51,46,48,56,48,57,57,55,44,52,55,46,55,52,57,57,49,55,93,44,91,45,49,49,51,46,48,54,50,56,55,54,44,52,55,46,56,56,53,53,54,51,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,50,46,56,56,52,56,56,51,44,52,55,46,57,56,53,52,49,52,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,51,46,50,51,48,55,50,51,44,52,56,46,49,56,50,48,48,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,51,46,51,53,53,57,55,54,44,52,56,46,52,50,51,57,49,50,93,44,91,45,49,49,51,46,52,56,48,56,51,57,44,52,56,46,52,53,57,54,54,50,93,44,91,45,49,49,51,46,52,54,55,51,55,50,44,52,56,46,53,52,55,53,53,53,93,44,91,45,49,49,51,46,55,53,48,52,53,52,44,52,56,46,54,49,52,51,51,53,93,44,91,45,49,49,51,46,55,48,50,57,51,56,44,52,56,46,55,49,57,56,54,53,93,44,91,45,49,49,51,46,56,49,56,51,55,51,44,52,56,46,56,52,56,50,49,56,93,44,91,45,49,49,51,46,57,53,54,56,54,52,44,52,56,46,56,49,55,52,55,52,93,44,91,45,49,49,52,46,48,54,56,49,56,44,52,56,46,57,57,56,56,53,55,93,44,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,101,195,177,117,101,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,55,55,52,49,50,51,44,49,55,46,57,49,52,55,57,54,93,44,91,45,54,54,46,55,49,53,50,52,52,44,49,55,46,57,49,50,54,56,50,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,55,51,52,44,34,98,101,100,115,34,58,50,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,52,55,57,54,50,57,44,51,55,46,57,52,48,50,49,57,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,51,56,48,55,56,56,44,51,56,46,49,49,51,57,54,93,44,91,45,56,52,46,52,48,49,56,52,55,44,51,56,46,50,48,55,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,54,46,56,49,55,49,44,51,55,46,55,57,49,53,56,57,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,52,48,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,56,46,48,48,56,49,48,50,44,52,53,46,57,51,53,56,57,54,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,97,114,98,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,51,48,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,56,48,46,48,50,51,52,49,49,44,51,57,46,50,52,55,56,57,50,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,48,52,52,54,57,53,44,51,57,46,48,49,48,49,56,54,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,55,57,46,56,57,54,48,57,52,44,51,56,46,57,55,51,52,48,52,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,52,57,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,55,46,57,56,49,53,56,53,44,51,53,46,50,57,53,54,55,56,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,53,55,55,55,57,54,44,51,53,46,49,53,57,52,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,57,55,51,49,56,44,51,53,46,52,53,57,57,54,56,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,111,120,32,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,51,46,52,52,52,49,48,56,44,52,50,46,48,57,48,55,48,56,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,50,46,55,52,50,50,54,57,44,52,50,46,48,57,50,51,56,56,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,51,50,53,44,34,98,101,100,115,34,58,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,56,56,50,50,56,44,52,48,46,57,55,49,51,51,52,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,56,53,53,51,54,50,44,52,48,46,55,50,56,56,50,49,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,55,48,49,54,50,52,44,52,48,46,54,53,56,48,56,50,93,44,91,45,55,54,46,51,56,48,49,53,50,44,52,48,46,55,55,53,53,49,49,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,54,54,49,51,52,56,44,52,48,46,57,54,55,57,57,54,93,44,91,45,55,54,46,55,57,50,54,49,44,52,48,46,57,52,54,54,52,55,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,57,34,44,34,78,65,77,69,34,58,34,86,105,99,116,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,55,48,44,34,98,101,100,115,34,58,54,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,55,46,50,48,52,57,57,56,44,50,56,46,56,53,53,48,52,93,44,91,45,57,55,46,49,53,56,57,51,51,44,50,56,46,55,55,54,49,53,54,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,54,46,56,57,48,57,53,49,44,50,56,46,53,48,55,49,55,56,93,44,91,45,57,54,46,56,53,51,55,53,55,44,50,56,46,54,51,53,49,57,57,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,55,57,50,49,51,51,44,50,56,46,57,49,56,56,48,51,93,44,91,45,57,54,46,56,51,56,55,57,53,44,50,57,46,48,50,53,51,50,55,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,51,48,34,44,34,78,65,77,69,34,58,34,66,117,101,110,97,32,86,105,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,44,91,45,55,57,46,51,54,48,55,54,50,44,51,55,46,55,48,50,54,54,54,93,44,91,45,55,57,46,51,51,49,50,53,50,44,51,55,46,55,52,52,51,51,54,93,44,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,54,54,44,34,98,101,100,115,34,58,50,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,44,91,45,56,50,46,57,57,54,50,53,55,44,52,51,46,49,53,52,48,57,57,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,50,46,55,51,57,48,49,44,52,50,46,56,57,55,53,52,49,93,44,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,44,91,45,56,50,46,53,50,52,56,51,51,44,52,50,46,54,48,53,57,55,54,93,44,91,45,56,50,46,52,54,55,54,54,55,44,52,50,46,55,54,49,57,48,54,93,44,91,45,56,50,46,52,53,54,50,52,57,44,52,50,46,57,50,53,49,55,55,93,44,91,45,56,50,46,51,51,52,48,55,51,44,52,51,46,49,55,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,84,104,117,114,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,52,48,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,54,46,56,50,51,54,55,44,52,50,46,48,57,48,52,49,49,93,44,91,45,57,54,46,53,53,53,53,49,49,44,52,50,46,48,56,57,57,53,55,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,51,48,57,54,52,53,44,52,50,46,48,49,53,49,56,55,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,97,109,111,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,54,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,55,52,55,51,54,44,52,52,46,55,56,54,49,55,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,50,46,56,50,57,48,55,51,44,52,52,46,53,53,50,50,55,51,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,54,53,52,51,57,56,44,52,52,46,51,57,56,50,50,52,93,44,91,45,55,50,46,52,57,50,57,49,52,44,52,52,46,52,50,51,48,51,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,52,56,50,51,48,50,44,52,52,46,54,51,51,57,50,56,93,44,91,45,55,50,46,52,49,55,51,49,53,44,52,52,46,55,50,50,56,57,51,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,50,51,51,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,56,48,46,49,52,53,56,52,52,44,51,54,46,57,52,57,53,55,56,93,44,91,45,56,48,46,50,51,53,52,53,53,44,51,54,46,56,55,50,49,51,93,44,91,45,56,48,46,48,54,54,52,52,57,44,51,54,46,56,52,49,48,53,55,93,44,91,45,56,48,46,48,52,49,52,57,51,44,51,54,46,55,57,52,51,54,53,93,44,91,45,55,57,46,57,57,57,55,55,49,44,51,54,46,56,51,48,55,51,56,93,44,91,45,55,57,46,56,48,50,48,53,54,44,51,54,46,55,57,50,49,51,55,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,54,55,56,48,50,56,44,51,55,46,49,53,53,49,54,53,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,57,54,49,56,57,44,51,55,46,49,51,55,51,52,57,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,51,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,51,49,51,50,53,49,44,51,53,46,53,53,49,53,50,51,93,44,91,45,57,56,46,51,49,51,49,53,51,44,51,53,46,55,50,53,49,54,49,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,75,105,116,116,105,116,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,49,46,49,55,50,49,57,50,44,52,55,46,53,57,48,50,51,51,93,44,91,45,49,50,49,46,52,54,51,57,53,49,44,52,55,46,51,55,48,53,55,56,93,44,91,45,49,50,49,46,51,52,49,50,48,51,44,52,55,46,50,56,49,50,54,49,93,44,91,45,49,50,49,46,51,49,53,53,51,52,44,52,55,46,49,51,51,56,52,52,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,50,53,54,52,52,44,52,55,46,48,56,49,55,55,50,93,44,91,45,49,50,49,46,48,57,48,48,53,52,44,52,54,46,57,57,49,48,48,55,93,44,91,45,49,50,49,46,48,50,54,54,50,44,52,54,46,57,49,49,51,48,56,93,44,91,45,49,50,48,46,54,51,52,53,54,50,44,52,54,46,57,49,50,49,51,93,44,91,45,49,50,48,46,54,51,51,57,56,49,44,52,54,46,56,50,53,55,55,54,93,44,91,45,49,50,48,46,53,49,44,52,54,46,55,51,55,57,52,54,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,49,57,46,57,50,55,53,51,55,44,52,54,46,56,49,55,48,57,50,93,44,91,45,49,50,48,46,48,52,50,56,54,54,44,52,55,46,48,55,51,52,53,51,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,51,56,57,49,57,55,44,52,55,46,50,54,48,57,51,53,93,44,91,45,49,50,48,46,57,50,52,50,48,55,44,52,55,46,52,51,51,53,56,50,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,75,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,49,46,49,55,56,51,52,57,44,51,55,46,49,48,50,54,49,51,93,44,91,45,49,49,48,46,57,57,50,52,48,52,44,51,55,46,49,49,49,48,57,51,93,44,91,45,49,49,48,46,56,57,57,53,49,55,44,51,55,46,49,55,54,49,53,51,93,44,91,45,49,49,48,46,56,49,50,53,48,49,44,51,55,46,51,50,52,57,57,50,93,44,91,45,49,49,48,46,55,52,50,49,57,56,44,51,55,46,51,52,52,51,57,50,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,49,46,56,52,48,56,48,57,44,51,55,46,53,51,53,55,56,57,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,84,117,99,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,55,56,53,54,56,53,44,51,57,46,48,51,55,52,48,52,93,44,91,45,55,57,46,53,48,56,55,54,53,44,51,56,46,57,55,53,49,55,51,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,50,57,54,54,54,51,44,51,57,46,49,57,56,52,48,54,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,54,56,55,50,56,51,44,51,57,46,50,55,49,51,57,56,93,44,91,45,55,57,46,56,48,57,55,50,57,44,51,57,46,50,51,48,53,50,54,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,111,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,57,50,54,44,34,98,101,100,115,34,58,55,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,57,52,48,55,44,49,56,46,49,51,48,53,51,52,93,44,91,45,54,54,46,55,49,53,50,52,52,44,49,55,46,57,49,50,54,56,50,93,44,91,45,54,54,46,53,56,48,54,56,44,49,55,46,57,49,48,52,54,53,93,44,91,45,54,54,46,52,57,57,54,49,51,44,49,55,46,56,52,49,53,53,56,93,44,91,45,54,54,46,53,52,57,55,48,55,44,49,55,46,57,52,49,57,51,56,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,56,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,49,46,50,48,49,56,52,55,44,52,51,46,51,52,57,49,48,51,93,44,91,45,57,49,46,48,53,55,57,49,44,52,51,46,50,53,51,57,54,56,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,48,54,53,50,55,44,52,50,46,57,57,50,48,55,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,57,52,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,54,46,51,53,49,49,50,51,44,51,52,46,56,55,51,50,54,53,93,44,91,45,56,54,46,51,53,57,48,51,52,44,51,52,46,54,51,50,54,49,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,49,52,56,52,54,52,44,51,52,46,53,57,57,48,54,57,93,44,91,45,56,54,46,49,52,57,56,48,54,44,51,52,46,53,51,51,54,51,51,93,44,91,45,56,54,46,48,53,55,55,49,50,44,51,52,46,52,55,53,57,57,52,93,44,91,45,56,54,46,48,48,51,56,52,44,51,52,46,52,56,48,48,51,49,93,44,91,45,56,53,46,55,56,53,52,55,49,44,51,52,46,54,50,52,53,56,52,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,104,97,115,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,48,56,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,51,49,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,53,48,48,55,50,52,44,51,56,46,56,54,57,56,49,53,93,44,91,45,57,53,46,53,48,48,55,51,56,44,51,56,46,55,51,56,56,48,56,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,57,51,55,44,34,98,101,100,115,34,58,53,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,55,46,48,54,57,54,55,53,44,51,55,46,56,48,49,53,49,51,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,50,56,57,55,56,52,44,51,55,46,55,54,49,48,55,56,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,54,46,56,49,55,53,49,52,44,51,55,46,54,55,51,56,49,52,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,56,49,55,49,44,51,55,46,55,57,49,53,56,57,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,50,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,51,46,57,48,54,50,53,49,44,51,55,46,55,53,57,51,54,51,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,55,48,55,57,55,52,44,51,55,46,55,49,54,52,54,51,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,50,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,52,46,54,49,55,56,52,57,44,51,55,46,48,53,54,55,57,55,93,44,91,45,57,52,46,48,53,57,50,49,49,44,51,55,46,48,52,56,49,50,55,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,56,46,49,49,55,49,57,52,44,52,53,46,54,56,56,54,48,55,93,44,91,45,49,49,56,46,49,49,54,52,54,49,44,52,53,46,52,55,48,55,51,50,93,44,91,45,49,49,56,46,49,57,55,56,55,54,44,52,53,46,52,50,55,50,48,52,93,44,91,45,49,49,56,46,52,50,56,53,51,57,44,52,53,46,52,50,57,48,55,54,93,44,91,45,49,49,56,46,52,50,56,51,50,57,44,52,53,46,51,53,53,49,57,93,44,91,45,49,49,56,46,54,57,55,55,54,54,44,52,53,46,51,52,53,54,52,55,93,44,91,45,49,49,56,46,54,53,53,57,57,50,44,52,53,46,49,57,54,57,50,56,93,44,91,45,49,49,56,46,53,52,54,54,51,50,44,52,53,46,49,57,54,56,57,56,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,56,46,50,52,52,54,54,50,44,52,52,46,57,53,56,51,57,54,93,44,91,45,49,49,56,46,49,51,49,51,55,49,44,52,53,46,48,52,52,54,57,93,44,91,45,49,49,55,46,57,54,56,51,57,52,44,52,52,46,57,57,54,48,48,50,93,44,91,45,49,49,55,46,56,52,51,52,51,44,52,53,46,48,53,56,52,55,55,93,44,91,45,49,49,55,46,55,55,55,53,48,52,44,52,52,46,57,57,50,49,54,49,93,44,91,45,49,49,55,46,53,54,52,48,51,51,44,52,52,46,57,57,50,56,54,54,93,44,91,45,49,49,55,46,53,54,51,52,56,54,44,52,53,46,48,55,57,52,52,54,93,44,91,45,49,49,55,46,50,54,54,48,48,53,44,52,53,46,48,56,48,53,55,93,44,91,45,49,49,55,46,50,54,54,48,48,54,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,52,55,54,54,56,52,44,52,53,46,49,54,54,53,51,57,93,44,91,45,49,49,55,46,53,50,50,50,52,57,44,52,53,46,50,54,55,55,51,49,93,44,91,45,49,49,55,46,54,52,51,52,57,52,44,52,53,46,51,51,54,56,55,93,44,91,45,49,49,55,46,55,56,55,54,50,51,44,52,53,46,54,56,57,53,54,55,93,44,91,45,49,49,55,46,55,52,55,51,50,55,44,52,53,46,56,54,49,48,55,50,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,51,48,55,44,34,98,101,100,115,34,58,50,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,44,91,45,56,52,46,50,57,52,54,56,44,51,51,46,52,51,53,55,49,53,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,49,53,48,53,56,49,44,51,51,46,51,51,53,54,51,57,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,50,56,49,50,55,51,44,51,51,46,54,52,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,50,46,52,57,55,49,51,55,44,52,54,46,50,48,53,57,48,52,93,44,91,45,49,48,50,46,52,57,55,54,52,50,44,52,54,46,50,56,51,49,57,53,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,57,57,53,50,52,53,44,52,54,46,50,56,48,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,97,109,108,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,54,49,55,52,57,54,44,51,53,46,51,50,56,56,57,51,93,44,91,45,55,54,46,54,51,50,53,54,49,44,51,53,46,50,51,53,51,50,52,93,44,91,45,55,54,46,56,52,53,53,48,53,44,51,53,46,50,49,54,48,53,57,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,54,46,57,56,55,50,54,54,44,51,53,46,49,53,52,57,53,93,44,91,45,55,54,46,57,54,55,50,57,55,44,51,53,46,48,52,48,54,53,53,93,44,91,45,55,54,46,55,56,48,53,56,54,44,51,52,46,57,53,48,52,51,52,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,52,52,53,52,49,56,44,51,53,46,51,50,57,50,54,52,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,71,114,97,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,57,52,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,109,98,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,53,48,44,34,98,101,100,115,34,58,53,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,56,48,49,54,57,55,44,52,48,46,55,50,52,53,51,57,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,56,46,56,57,48,56,51,54,44,52,48,46,50,52,57,53,51,57,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,53,54,52,48,56,53,44,52,48,46,51,55,48,54,48,57,93,44,91,45,55,56,46,53,51,57,56,52,44,52,48,46,53,48,54,49,53,52,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,99,77,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,55,51,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,56,48,53,53,52,52,44,51,53,46,52,52,56,53,55,49,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,52,48,57,50,50,54,44,51,53,46,51,57,56,51,55,56,93,44,91,45,56,52,46,53,50,50,55,49,44,51,53,46,54,48,55,55,56,51,93,44,91,45,56,52,46,53,50,50,51,55,51,44,51,53,46,54,49,56,54,50,53,93,44,91,45,56,52,46,53,50,53,56,53,44,51,53,46,54,50,52,49,56,54,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,52,56,50,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,44,91,45,56,52,46,49,52,48,55,49,51,44,52,50,46,52,50,52,54,49,49,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,52,46,49,53,56,49,56,57,44,52,50,46,55,55,54,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,49,49,53,44,34,98,101,100,115,34,58,49,53,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,53,46,48,53,50,56,57,50,44,51,57,46,57,49,52,50,50,52,93,44,91,45,49,48,53,46,48,53,51,50,52,54,44,51,57,46,55,57,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,99,107,97,119,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,52,53,52,44,34,98,101,100,115,34,58,57,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,53,46,54,56,55,50,52,52,44,52,49,46,51,51,57,50,49,54,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,52,52,49,52,50,49,44,52,49,46,50,54,48,48,53,51,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,80,111,110,116,111,116,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,51,53,56,44,34,98,101,100,115,34,58,50,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,54,46,56,50,55,49,52,52,44,51,52,46,53,57,51,50,50,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,53,49,50,49,55,49,44,51,52,46,54,56,48,48,54,53,93,44,91,45,57,54,46,52,48,54,52,56,51,44,51,52,46,55,54,55,51,50,56,93,44,91,45,57,54,46,52,49,51,55,56,49,44,51,52,46,57,49,53,54,49,57,93,44,91,45,57,54,46,52,57,48,55,56,54,44,51,52,46,57,49,48,53,56,53,93,44,91,45,57,54,46,54,54,55,54,57,50,44,51,52,46,57,50,57,53,56,51,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,101,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,49,54,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,49,57,50,52,48,51,44,51,53,46,56,53,54,57,57,51,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,54,46,48,50,57,53,56,51,44,51,54,46,48,55,53,51,54,54,93,44,91,45,57,54,46,50,57,55,57,48,53,44,51,54,46,48,55,53,55,54,54,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,55,34,44,34,78,65,77,69,34,58,34,84,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,54,53,55,57,57,50,44,51,49,46,48,49,50,48,48,55,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,48,53,48,57,54,44,51,48,46,54,51,56,53,54,56,93,44,91,45,57,52,46,49,50,53,56,50,52,44,51,48,46,54,56,52,48,53,50,93,44,91,45,57,52,46,50,53,50,50,57,56,44,51,49,46,48,49,56,57,51,49,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,44,91,45,56,53,46,53,57,52,54,51,50,44,51,53,46,54,49,55,56,57,56,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,53,46,50,53,51,53,49,56,44,51,53,46,55,54,54,57,50,55,93,44,91,45,56,53,46,50,55,50,54,54,52,44,51,53,46,55,56,55,55,49,56,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,52,52,57,51,54,44,51,53,46,56,50,49,53,53,57,93,44,91,45,56,53,46,54,48,50,56,55,54,44,51,53,46,55,57,52,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,111,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,48,48,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,48,49,53,57,51,44,51,52,46,57,48,55,51,52,56,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,54,46,55,55,53,54,56,49,44,51,52,46,56,57,57,57,53,56,93,44,91,45,57,54,46,55,55,54,54,57,52,44,51,53,46,52,48,53,52,49,55,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,84,111,108,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,54,57,44,34,98,101,100,115,34,58,50,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,50,46,53,49,56,51,51,44,52,49,46,56,53,54,56,57,57,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,50,49,54,57,56,44,52,49,46,57,53,56,49,54,49,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,50,46,49,51,53,55,49,53,44,52,50,46,48,51,48,50,50,50,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,83,111,99,111,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,48,48,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,54,46,52,55,52,50,57,53,44,51,51,46,52,55,53,55,56,54,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,51,55,51,54,54,44,51,51,46,54,54,48,53,48,52,93,44,91,45,49,48,54,46,48,53,50,55,49,56,44,51,51,46,54,53,48,50,57,55,93,44,91,45,49,48,54,46,48,53,50,54,54,50,44,51,51,46,56,50,53,54,48,54,93,44,91,45,49,48,53,46,57,50,52,54,56,53,44,51,51,46,56,50,53,54,50,52,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,54,46,52,49,53,57,55,50,44,51,52,46,50,53,57,56,50,50,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,55,54,56,50,56,49,44,51,52,46,53,51,49,50,54,50,93,44,91,45,49,48,54,46,56,56,50,56,49,51,44,51,52,46,53,55,57,54,50,56,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,55,46,55,50,52,55,57,52,44,51,52,46,53,55,56,49,51,50,93,44,91,45,49,48,55,46,55,49,54,51,48,49,44,51,52,46,50,53,57,56,53,54,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,116,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,56,49,55,53,52,52,44,51,49,46,51,54,52,52,56,54,93,44,91,45,56,50,46,56,52,52,48,57,51,44,51,49,46,52,48,51,51,50,56,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,51,46,48,52,54,57,56,56,44,51,49,46,50,56,50,57,54,54,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,117,118,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,52,50,50,57,44,34,98,101,100,115,34,58,51,52,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,44,91,45,56,49,46,53,52,51,48,49,56,44,51,48,46,53,50,51,56,56,57,93,44,91,45,56,49,46,54,50,52,53,49,51,44,51,48,46,53,56,54,50,51,50,93,44,91,45,56,49,46,56,51,49,50,50,55,44,51,48,46,52,54,55,52,51,55,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,49,46,54,55,57,54,50,54,44,51,48,46,49,57,48,52,57,53,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,52,51,51,55,51,55,44,51,48,46,49,48,54,48,50,56,93,44,91,45,56,49,46,52,51,54,57,50,57,44,51,48,46,50,53,50,51,51,53,93,44,91,45,56,49,46,51,50,48,49,56,53,44,51,48,46,50,53,50,57,50,93,44,91,45,56,49,46,51,50,52,56,55,55,44,51,48,46,52,50,52,55,51,53,93,44,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,70,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,57,57,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,55,46,50,55,56,49,49,51,44,51,49,46,50,55,57,55,57,57,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,89,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,51,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,50,55,57,57,50,57,44,51,53,46,50,49,50,53,53,54,93,44,91,45,57,51,46,52,53,55,48,50,50,44,51,53,46,50,49,53,55,56,50,93,44,91,45,57,51,46,53,50,57,55,51,57,44,51,53,46,49,52,53,52,51,51,93,44,91,45,57,51,46,55,48,54,56,52,50,44,51,53,46,49,51,52,57,52,51,93,44,91,45,57,51,46,55,48,52,56,56,53,44,51,53,46,48,49,57,55,49,53,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,50,56,55,55,56,53,44,51,52,46,55,55,51,49,57,51,93,44,91,45,57,51,46,50,56,56,50,56,52,44,51,52,46,56,54,48,57,57,50,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,51,46,48,56,52,54,55,56,44,51,53,46,49,50,55,51,57,93,44,91,45,57,51,46,49,53,54,48,55,56,44,51,53,46,50,51,53,51,48,55,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,57,57,46,52,53,54,50,48,51,44,51,54,46,57,57,57,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,74,101,115,115,97,109,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,52,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,52,51,53,55,50,44,51,55,46,56,52,55,50,48,50,93,44,91,45,56,52,46,52,55,57,54,50,57,44,51,55,46,57,52,48,50,49,57,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,53,46,57,55,54,52,49,56,44,51,54,46,54,50,56,52,57,51,93,44,91,45,56,53,46,55,56,56,55,50,54,44,51,54,46,54,50,50,48,52,56,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,48,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,55,52,57,49,53,56,44,51,53,46,49,49,54,51,52,54,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,51,50,54,55,53,55,44,51,53,46,48,49,56,57,49,50,93,44,91,45,57,57,46,51,48,54,50,50,44,51,52,46,56,53,55,54,51,50,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,48,48,49,49,48,55,44,51,52,46,53,57,52,51,54,54,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,56,46,56,50,54,48,57,49,44,51,52,46,56,53,53,52,50,56,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,55,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,44,91,45,57,55,46,51,54,57,52,54,51,44,52,51,46,56,52,56,53,50,54,93,44,91,45,57,55,46,49,50,57,48,56,57,44,52,51,46,56,52,55,57,55,51,93,44,91,45,57,54,46,56,56,56,54,54,52,44,52,51,46,56,52,56,51,56,53,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,55,46,51,55,48,49,49,53,44,52,52,46,49,57,52,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,115,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,55,34,44,34,78,65,77,69,34,58,34,80,114,101,115,105,100,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,52,46,56,57,57,48,53,50,44,51,48,46,53,55,48,55,54,57,93,44,91,45,49,48,52,46,56,53,57,51,57,55,44,51,48,46,51,57,49,49,50,53,93,44,91,45,49,48,52,46,54,56,55,48,55,54,44,51,48,46,49,55,57,51,52,50,93,44,91,45,49,48,52,46,55,48,55,50,52,57,44,51,48,46,48,53,48,49,51,52,93,44,91,45,49,48,52,46,54,55,53,56,54,49,44,50,57,46,57,49,53,53,51,55,93,44,91,45,49,48,52,46,53,52,57,55,57,54,44,50,57,46,55,52,48,54,52,49,93,44,91,45,49,48,52,46,53,49,52,48,51,49,44,50,57,46,54,51,56,54,51,93,44,91,45,49,48,52,46,51,51,56,50,48,49,44,50,57,46,53,50,48,49,56,50,93,44,91,45,49,48,52,46,50,48,57,49,53,51,44,50,57,46,52,56,49,52,54,56,93,44,91,45,49,48,52,46,49,54,56,51,56,44,50,57,46,51,57,54,49,51,54,93,44,91,45,49,48,51,46,57,55,50,48,53,57,44,50,57,46,50,57,54,48,53,53,93,44,91,45,49,48,51,46,55,57,50,55,48,51,44,50,57,46,50,54,50,52,57,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,57,48,49,48,49,44,51,48,46,52,49,50,49,57,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,56,49,49,44,34,98,101,100,115,34,58,50,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,52,46,48,57,50,57,51,56,44,51,57,46,56,51,56,51,52,53,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,56,50,55,52,50,53,44,51,57,46,56,50,50,54,53,49,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,108,97,99,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,56,46,48,48,52,49,56,57,44,50,54,46,52,52,56,55,56,52,93,44,91,45,57,55,46,56,54,49,57,50,44,50,54,46,52,51,51,53,55,57,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,53,50,55,53,56,50,44,50,54,46,50,57,57,51,48,52,93,44,91,45,57,55,46,51,56,54,53,48,53,44,50,54,46,52,49,48,52,51,55,93,44,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,44,91,45,57,55,46,50,50,53,51,55,52,44,50,54,46,54,48,48,50,50,55,93,44,91,45,57,55,46,56,54,49,54,56,56,44,50,54,46,53,57,55,57,57,53,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,97,121,97,109,195,179,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,53,53,44,34,98,101,100,115,34,58,53,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,56,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,56,34,44,34,78,65,77,69,34,58,34,76,111,115,32,65,108,97,109,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,53,54,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,51,57,57,55,49,51,44,51,53,46,57,54,48,48,57,53,93,44,91,45,49,48,54,46,52,48,48,55,44,51,53,46,56,48,55,53,54,55,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,44,91,45,49,48,54,46,50,52,56,51,52,53,44,51,53,46,56,53,53,54,53,50,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,50,34,44,34,78,65,77,69,34,58,34,75,101,110,97,105,32,80,101,110,105,110,115,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,50,48,44,34,98,101,100,115,34,58,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,57,46,48,51,55,55,52,49,44,54,48,46,55,51,50,57,56,55,93,44,91,45,49,52,57,46,48,51,52,48,56,44,54,48,46,56,52,56,53,51,52,93,44,91,45,49,52,57,46,51,53,57,51,57,57,44,54,48,46,57,48,54,51,51,93,44,91,45,49,53,48,46,48,54,57,50,51,56,44,54,49,46,48,55,57,54,51,54,93,44,91,45,49,53,48,46,50,52,55,55,52,54,44,54,49,46,48,55,57,54,51,55,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,53,48,46,55,55,53,56,54,51,44,54,49,46,48,55,57,52,54,54,93,44,91,45,49,53,48,46,57,55,52,48,49,55,44,54,49,46,49,54,54,50,56,55,93,44,91,45,49,53,48,46,57,55,52,48,49,52,44,54,49,46,50,53,50,57,52,93,44,91,45,49,53,49,46,51,51,50,56,48,50,44,54,49,46,50,53,50,57,51,54,93,44,91,45,49,53,49,46,51,51,50,55,56,52,44,54,49,46,52,50,54,50,51,57,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,51,46,52,56,53,53,55,53,44,54,49,46,52,50,54,49,53,51,93,44,91,45,49,53,51,46,52,52,48,56,55,55,44,54,49,46,49,54,54,49,57,54,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,51,46,51,57,55,50,56,52,44,54,48,46,56,49,57,53,56,49,93,44,91,45,49,53,51,46,51,57,55,50,55,54,44,54,48,46,52,55,50,57,52,56,93,44,91,45,49,53,51,46,53,50,56,52,52,49,44,54,48,46,52,55,50,57,51,57,93,44,91,45,49,53,51,46,53,50,56,51,57,50,44,54,48,46,49,50,54,50,56,49,93,44,91,45,49,53,51,46,54,53,54,57,56,44,54,48,46,49,50,54,50,55,55,93,44,91,45,49,53,51,46,54,53,54,57,55,55,44,53,57,46,55,55,57,54,48,55,93,44,91,45,49,53,51,46,55,56,51,48,54,56,44,53,57,46,54,57,50,57,50,54,93,44,91,45,49,53,51,46,57,53,51,49,57,56,44,53,57,46,54,57,50,57,49,56,93,44,91,45,49,53,51,46,57,53,51,49,56,49,44,53,57,46,53,49,57,53,54,57,93,44,91,45,49,53,52,46,49,50,51,51,50,49,44,53,57,46,52,51,50,56,56,55,93,44,91,45,49,53,52,46,52,49,50,48,50,56,44,53,57,46,52,51,50,56,56,50,93,44,91,45,49,53,52,46,52,49,50,48,49,51,44,53,57,46,50,53,57,53,50,52,93,44,91,45,49,53,52,46,55,52,56,56,54,49,44,53,57,46,50,53,57,53,49,56,93,44,91,45,49,53,52,46,54,57,53,49,48,53,44,53,57,46,48,56,54,49,53,57,93,44,91,45,49,53,52,46,54,57,53,48,51,54,44,53,56,46,55,51,57,52,51,49,93,44,91,45,49,53,52,46,54,52,50,53,52,53,44,53,56,46,54,53,50,55,52,55,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,54,53,50,55,54,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,55,51,57,52,52,54,93,44,91,45,49,53,51,46,54,51,57,48,50,55,44,53,56,46,55,51,57,52,53,93,44,91,45,49,53,51,46,54,51,57,52,48,51,44,53,56,46,56,53,53,48,50,57,93,44,91,45,49,53,51,46,50,53,51,54,49,51,44,53,56,46,56,53,53,48,51,54,93,44,91,45,49,53,51,46,49,56,52,48,56,54,44,53,56,46,57,48,53,55,50,57,93,44,91,45,49,53,51,46,48,50,49,49,56,44,53,57,46,48,48,50,52,53,50,93,44,91,45,49,53,49,46,52,52,52,49,55,51,44,53,57,46,48,57,57,54,56,55,93,44,91,45,49,53,48,46,57,57,50,49,57,52,44,53,57,46,49,56,48,56,51,55,93,44,91,45,49,53,48,46,52,53,54,52,53,54,44,53,57,46,51,48,56,54,56,56,93,44,91,45,49,52,57,46,54,50,49,51,44,53,57,46,53,50,55,53,49,54,93,44,91,45,49,52,57,46,52,54,55,53,48,52,44,53,57,46,55,51,51,55,54,55,93,44,91,45,49,52,57,46,50,54,57,54,50,53,44,53,57,46,56,52,53,52,50,93,44,91,45,49,52,56,46,57,52,56,55,54,50,44,53,57,46,56,57,50,55,49,56,93,44,91,45,49,52,56,46,53,56,54,49,56,44,53,57,46,57,51,56,53,56,53,93,44,91,45,49,52,56,46,53,54,51,55,49,53,44,54,48,46,52,49,53,49,55,50,93,44,91,45,49,52,56,46,54,54,52,52,55,44,54,48,46,52,49,53,49,56,51,93,44,91,45,49,52,56,46,54,53,55,49,49,57,44,54,48,46,55,51,50,57,55,54,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,108,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,56,49,48,55,44,34,98,101,100,115,34,58,52,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,55,46,57,52,49,53,54,49,44,51,49,46,48,54,49,51,52,50,93,44,91,45,56,56,46,48,50,54,51,49,57,44,51,48,46,55,53,51,51,53,56,93,44,91,45,56,55,46,57,56,55,56,51,57,44,51,48,46,54,51,55,49,52,57,93,44,91,45,56,56,46,48,51,55,51,48,57,44,51,48,46,49,52,54,53,54,49,93,44,91,45,56,55,46,53,49,56,51,52,54,44,51,48,46,50,50,57,53,48,54,93,44,91,45,56,55,46,52,57,57,57,56,44,51,48,46,51,50,56,57,53,55,93,44,91,45,56,55,46,51,54,57,51,56,51,44,51,48,46,52,51,49,57,52,56,93,44,91,45,56,55,46,52,52,53,49,48,51,44,51,48,46,53,50,56,57,48,57,93,44,91,45,56,55,46,51,57,51,50,57,52,44,51,48,46,54,50,55,50,49,56,93,44,91,45,56,55,46,54,50,54,50,50,52,44,51,48,46,56,52,54,54,54,52,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,54,49,53,56,57,44,51,49,46,50,52,52,52,53,56,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,56,55,51,56,56,55,44,51,49,46,50,48,49,52,57,54,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,112,112,97,110,111,111,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,49,48,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,101,119,32,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,48,51,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,44,91,45,55,55,46,50,52,48,57,56,56,44,51,55,46,53,51,56,48,56,56,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,54,46,55,52,49,57,56,52,44,51,55,46,52,54,55,48,55,54,93,44,91,45,55,54,46,55,57,50,49,56,52,44,51,55,46,53,49,55,53,57,52,93,44,91,45,55,55,46,49,50,51,54,55,53,44,51,55,46,54,50,54,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,51,34,44,34,78,65,77,69,34,58,34,84,97,108,98,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,44,91,45,56,52,46,54,57,52,54,48,51,44,51,50,46,53,56,51,57,52,53,93,44,91,45,56,52,46,54,57,52,53,49,44,51,50,46,53,49,56,55,51,50,93,44,91,45,56,52,46,54,51,55,51,50,51,44,51,50,46,53,51,52,56,53,53,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,53,48,54,56,56,56,44,51,50,46,56,56,49,55,56,56,93,44,91,45,56,52,46,55,48,48,53,51,56,44,51,50,46,56,52,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,49,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,44,91,45,55,53,46,52,56,52,53,50,56,44,52,52,46,48,55,52,49,55,50,93,44,91,45,55,53,46,55,53,56,49,53,55,44,52,51,46,56,55,56,55,56,53,93,44,91,45,55,53,46,55,55,52,53,53,51,44,52,51,46,54,56,56,56,56,52,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,53,51,51,53,44,52,51,46,52,49,57,55,53,54,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,49,55,48,49,53,57,44,52,52,46,48,57,54,57,53,57,93,44,91,45,55,53,46,52,52,54,49,50,52,44,52,52,46,50,49,55,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,50,56,51,56,55,50,44,51,56,46,52,55,50,48,50,57,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,48,46,57,49,49,51,54,49,44,51,56,46,52,49,52,55,56,53,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,51,55,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,54,56,51,51,51,56,44,51,56,46,55,51,54,55,51,49,93,44,91,45,56,53,46,53,55,48,57,51,44,51,56,46,54,55,56,55,48,54,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,52,53,50,48,56,55,44,51,56,46,55,48,57,55,56,53,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,48,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,53,57,51,55,48,55,44,51,55,46,52,52,56,56,54,52,93,44,91,45,55,57,46,54,57,48,48,54,44,51,55,46,52,55,54,51,55,52,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,54,55,56,48,50,56,44,51,55,46,49,53,53,49,54,53,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,51,52,49,54,55,44,51,55,46,53,49,56,48,49,53,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,77,111,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,51,52,55,56,51,44,51,53,46,56,55,48,54,57,53,93,44,91,45,49,48,53,46,48,48,54,52,49,55,44,51,53,46,55,55,49,50,53,54,93,44,91,45,49,48,52,46,51,55,48,49,50,44,51,53,46,55,55,57,51,48,50,93,44,91,45,49,48,52,46,51,54,53,55,50,52,44,51,54,46,48,52,52,50,57,93,44,91,45,49,48,52,46,52,51,54,48,53,54,44,51,54,46,50,49,56,53,51,52,93,44,91,45,49,48,52,46,56,54,53,52,48,50,44,51,54,46,50,49,55,56,54,57,93,44,91,45,49,48,52,46,56,54,53,50,52,52,44,51,54,46,50,54,49,52,49,57,93,44,91,45,49,48,53,46,51,52,49,50,54,52,44,51,54,46,50,54,49,56,54,51,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,48,57,57,53,50,51,44,52,49,46,52,56,48,55,55,55,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,56,50,49,56,49,54,44,51,54,46,51,50,56,55,50,52,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,55,57,56,53,48,56,44,51,54,46,50,52,52,55,53,52,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,56,56,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,54,46,50,50,48,49,51,57,44,52,49,46,53,52,49,50,56,53,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,48,48,53,48,55,44,52,49,46,51,56,52,53,53,49,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,101,110,111,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,50,50,55,44,34,98,101,100,115,34,58,49,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,55,46,55,54,57,49,55,55,44,51,53,46,49,52,53,53,55,54,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,54,48,49,50,56,50,44,51,53,46,48,55,49,51,54,56,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,54,51,57,49,48,49,44,51,53,46,51,53,52,48,56,54,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,86,105,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,57,51,44,34,98,101,100,115,34,58,52,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,53,51,49,54,52,54,44,51,57,46,51,52,55,56,56,56,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,50,51,56,57,54,52,44,51,57,46,53,50,48,54,50,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,107,104,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,54,48,52,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,49,46,48,56,56,53,49,44,51,54,46,55,54,55,52,50,50,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,53,50,52,56,48,56,44,51,54,46,55,48,55,53,52,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,51,34,44,34,78,65,77,69,34,58,34,76,117,98,98,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,52,53,52,44,34,98,101,100,115,34,58,50,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,49,46,53,53,54,56,56,52,44,51,51,46,51,57,52,55,54,93,44,91,45,49,48,49,46,53,54,51,53,56,44,51,51,46,56,51,48,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,101,101,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,55,57,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,53,48,49,56,56,53,44,52,52,46,57,55,57,54,57,53,93,44,91,45,57,52,46,50,53,54,48,55,52,44,52,52,46,57,55,57,52,54,53,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,51,56,51,53,53,54,44,52,53,46,51,50,54,55,48,53,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,115,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,55,55,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,52,49,54,56,52,55,44,52,48,46,56,49,52,53,54,55,93,44,91,45,56,50,46,51,51,57,50,49,49,44,52,48,46,55,50,54,54,56,51,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,49,54,52,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,55,46,56,51,48,52,57,51,44,52,49,46,55,52,50,50,51,56,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,56,49,44,34,98,101,100,115,34,58,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,44,91,45,56,48,46,50,56,53,53,49,44,50,55,46,50,48,54,48,50,53,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,54,55,55,52,50,55,44,50,55,46,49,50,49,54,49,57,93,44,91,45,56,48,46,56,56,53,54,51,57,44,50,54,46,57,53,56,57,49,57,93,44,91,45,56,48,46,49,52,50,48,48,55,44,50,54,46,57,53,54,54,52,93,44,91,45,56,48,46,48,50,50,55,53,52,44,50,54,46,57,55,48,51,57,50,93,44,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,55,46,49,51,56,49,57,49,44,51,55,46,57,51,56,56,52,56,93,44,91,45,49,48,55,46,49,52,53,49,51,56,44,51,55,46,54,55,53,52,57,55,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,49,50,56,55,51,55,44,51,55,46,51,57,50,52,48,57,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,56,57,55,56,51,52,44,51,55,46,57,54,55,56,57,49,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,52,46,49,57,49,48,52,44,51,52,46,53,51,57,49,56,49,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,55,54,56,51,54,53,44,51,50,46,55,54,57,49,48,56,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,50,46,56,54,50,55,54,51,44,51,50,46,55,49,53,55,54,93,44,91,45,56,50,46,54,54,56,53,53,55,44,51,50,46,54,49,50,49,54,52,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,52,54,57,56,50,51,44,51,50,46,54,53,48,56,56,50,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,50,54,51,54,48,54,44,51,52,46,53,48,49,56,54,55,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,49,46,49,48,50,53,52,50,44,51,52,46,55,51,52,56,54,52,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,50,57,51,49,49,49,44,51,52,46,57,56,53,48,57,49,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,51,46,49,56,50,55,48,54,44,51,55,46,57,48,52,49,52,52,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,48,55,49,53,56,52,44,51,55,46,52,56,55,52,52,52,93,44,91,45,57,50,46,56,53,51,52,56,49,44,51,55,46,52,56,51,57,55,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,105,116,116,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,54,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,51,57,56,48,57,52,44,51,54,46,54,52,52,48,51,55,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,57,46,51,51,50,49,54,49,44,51,55,46,49,50,53,53,54,56,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,53,57,52,48,54,57,44,51,55,46,48,52,50,50,48,54,93,44,91,45,55,57,46,54,52,48,54,53,50,44,51,54,46,56,53,54,49,51,57,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,54,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,56,34,44,34,78,65,77,69,34,58,34,68,101,110,97,108,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,49,46,56,57,51,55,56,52,44,54,50,46,55,50,53,56,54,52,93,44,91,45,49,53,49,46,56,57,52,48,49,53,44,54,50,46,55,57,56,48,53,56,93,44,91,45,49,53,48,46,55,50,48,57,49,54,44,54,51,46,48,54,51,49,56,52,93,44,91,45,49,52,57,46,53,50,54,49,52,56,44,54,51,46,51,51,51,50,49,55,93,44,91,45,49,52,56,46,48,50,53,54,49,56,44,54,51,46,51,51,51,50,51,51,93,44,91,45,49,52,56,46,48,50,53,54,50,55,44,54,51,46,52,55,55,54,48,57,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,55,46,55,53,57,50,44,54,52,46,50,53,55,50,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,57,46,49,51,50,54,53,51,44,54,52,46,51,53,56,50,49,52,93,44,91,45,49,53,48,46,55,50,57,51,56,53,44,54,52,46,51,53,56,49,55,51,93,44,91,45,49,53,49,46,50,56,49,57,57,53,44,54,51,46,57,57,55,50,54,53,93,44,91,45,49,53,49,46,55,57,51,57,55,54,44,54,52,46,48,54,57,52,51,93,44,91,45,49,53,50,46,48,53,53,55,53,56,44,54,51,46,57,57,55,50,52,50,93,44,91,45,49,53,50,46,48,53,53,49,51,50,44,54,51,46,56,50,52,48,48,54,93,44,91,45,49,53,50,46,50,50,57,50,53,54,44,54,51,46,56,50,52,48,48,49,93,44,91,45,49,53,50,46,50,50,56,52,51,57,44,54,51,46,54,53,48,55,54,93,44,91,45,49,53,50,46,56,55,51,52,49,44,54,51,46,54,53,48,55,52,53,93,44,91,45,49,53,50,46,56,55,51,51,57,50,44,54,51,46,52,55,55,53,93,44,91,45,49,53,50,46,56,49,48,57,51,49,44,54,51,46,51,52,55,53,54,51,93,44,91,45,49,53,50,46,52,50,56,48,57,56,44,54,51,46,51,48,52,50,53,57,93,44,91,45,49,53,50,46,52,50,56,48,56,52,44,54,51,46,49,56,51,49,55,49,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,57,44,34,98,101,100,115,34,58,54,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,51,53,48,51,53,57,44,51,56,46,48,56,55,53,57,52,93,44,91,45,57,57,46,51,53,48,50,56,57,44,51,56,46,48,48,48,55,52,53,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,56,46,57,49,51,49,51,54,44,51,56,46,48,48,48,52,53,49,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,57,46,48,51,50,51,48,57,44,51,56,46,50,54,49,50,50,55,93,44,91,45,57,57,46,48,51,50,52,48,56,44,51,56,46,51,52,56,51,51,52,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,87,121,97,110,100,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,52,53,44,34,98,101,100,115,34,58,49,51,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,52,46,56,55,50,52,52,50,44,51,57,46,48,53,57,48,56,56,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,57,48,48,49,57,49,44,51,57,46,50,48,50,57,49,49,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,105,120,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,51,46,51,54,54,51,57,56,44,50,57,46,54,54,53,55,48,49,93,44,91,45,56,51,46,52,56,49,50,54,52,44,50,57,46,54,51,48,51,50,57,93,44,91,45,56,51,46,52,52,57,52,53,54,44,50,57,46,52,56,51,51,53,49,93,44,91,45,56,51,46,50,51,56,54,55,57,44,50,57,46,51,48,56,54,49,93,44,91,45,56,51,46,50,51,57,56,53,57,44,50,57,46,50,53,48,57,57,93,44,91,45,56,51,46,48,54,56,53,50,50,44,50,57,46,51,52,51,57,53,51,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,117,115,99,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,53,48,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,51,53,52,52,49,56,44,52,51,46,51,50,50,50,53,55,93,44,91,45,56,51,46,49,50,48,51,57,54,44,52,51,46,51,50,55,48,52,57,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,51,46,52,54,54,53,57,50,44,52,51,46,54,54,55,54,50,49,93,44,91,45,56,51,46,52,54,55,52,48,51,44,52,51,46,55,50,56,57,48,57,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,48,34,44,34,78,65,77,69,34,58,34,83,111,117,116,104,101,97,115,116,32,70,97,105,114,98,97,110,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,54,46,52,56,57,53,52,49,44,54,51,46,52,56,50,57,49,51,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,49,49,49,52,56,54,44,54,51,46,50,49,55,55,54,50,93,44,91,45,49,52,53,46,49,53,52,51,57,53,44,54,51,46,50,49,55,55,56,49,93,44,91,45,49,52,53,46,49,53,52,51,56,53,44,54,51,46,49,51,49,49,52,57,93,44,91,45,49,52,52,46,53,56,48,49,53,57,44,54,51,46,49,49,54,57,51,49,93,44,91,45,49,52,51,46,49,51,50,51,51,55,44,54,51,46,49,49,54,57,55,56,93,44,91,45,49,52,51,46,48,51,50,50,51,56,44,54,50,46,57,51,49,55,57,49,93,44,91,45,49,52,51,46,49,54,52,51,53,44,54,50,46,56,51,52,53,54,57,93,44,91,45,49,52,51,46,48,53,55,56,51,52,44,54,50,46,55,55,48,53,52,93,44,91,45,49,52,51,46,49,48,52,57,57,54,44,54,50,46,54,49,52,57,48,53,93,44,91,45,49,52,50,46,56,52,56,53,55,57,44,54,50,46,54,48,48,53,52,55,93,44,91,45,49,52,50,46,55,51,49,50,51,51,44,54,50,46,55,48,56,50,56,50,93,44,91,45,49,52,50,46,51,49,51,53,54,52,44,54,50,46,54,56,51,56,50,56,93,44,91,45,49,52,49,46,57,55,55,51,53,51,44,54,50,46,53,49,48,53,53,57,93,44,91,45,49,52,49,46,57,55,55,51,51,54,44,54,50,46,49,54,51,57,56,51,93,44,91,45,49,52,49,46,56,51,49,56,49,50,44,54,50,46,49,49,55,49,55,56,93,44,91,45,49,52,49,46,56,51,49,56,48,52,44,54,49,46,57,48,52,48,53,51,93,44,91,45,49,52,49,46,48,48,50,50,54,55,44,54,49,46,57,48,52,48,52,55,93,44,91,45,49,52,49,46,48,48,49,52,55,44,54,50,46,53,53,53,53,53,57,93,44,91,45,49,52,49,46,48,48,49,52,48,54,44,54,51,46,50,54,56,55,48,52,93,44,91,45,49,52,49,46,48,48,49,51,50,54,44,54,52,46,52,50,51,53,50,57,93,44,91,45,49,52,49,46,48,48,49,55,51,51,44,54,53,46,50,57,55,49,49,51,93,44,91,45,49,52,49,46,48,48,50,52,55,50,44,54,53,46,56,51,57,52,50,49,93,44,91,45,49,52,49,46,51,51,54,50,50,52,44,54,53,46,55,49,49,54,49,52,93,44,91,45,49,52,49,46,51,56,55,56,52,50,44,54,53,46,54,49,52,51,57,53,93,44,91,45,49,52,49,46,55,56,57,48,53,44,54,53,46,53,48,49,53,52,54,93,44,91,45,49,52,49,46,56,53,53,55,54,49,44,54,53,46,52,52,53,55,56,54,93,44,91,45,49,52,50,46,49,52,50,57,50,50,44,54,53,46,52,54,51,49,55,52,93,44,91,45,49,52,50,46,52,56,55,51,48,49,44,54,53,46,51,55,49,56,57,56,93,44,91,45,49,52,50,46,54,54,51,55,55,50,44,54,53,46,51,55,49,56,55,54,93,44,91,45,49,52,50,46,55,51,49,57,44,54,53,46,50,51,51,54,51,57,93,44,91,45,49,52,50,46,56,54,52,51,52,52,44,54,53,46,49,52,48,51,56,55,93,44,91,45,49,52,51,46,48,52,52,48,53,53,44,54,53,46,49,51,50,51,50,55,93,44,91,45,49,52,51,46,52,54,57,54,54,55,44,54,52,46,57,56,50,49,56,57,93,44,91,45,49,52,51,46,53,51,51,55,52,56,44,54,52,46,55,55,56,55,53,53,93,44,91,45,49,52,51,46,55,53,50,48,57,49,44,54,52,46,54,52,55,54,49,56,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,52,46,53,53,50,53,50,54,44,54,52,46,54,48,48,54,52,53,93,44,91,45,49,52,52,46,57,56,53,51,51,49,44,54,52,46,53,54,56,54,48,57,93,44,91,45,49,52,53,46,48,56,50,55,56,55,44,54,52,46,53,48,55,51,52,57,93,44,91,45,49,52,53,46,51,55,51,57,50,57,44,54,52,46,52,56,51,56,51,54,93,44,91,45,49,52,53,46,52,57,56,48,56,57,44,54,52,46,52,50,51,49,53,53,93,44,91,45,49,52,53,46,55,52,48,48,48,50,44,54,52,46,52,54,48,49,51,50,93,44,91,45,49,52,54,46,48,48,51,55,55,50,44,54,52,46,51,56,49,48,57,49,93,44,91,45,49,52,54,46,49,53,55,53,57,50,44,54,52,46,51,56,50,55,51,93,44,91,45,49,52,54,46,51,52,52,54,55,51,44,54,52,46,50,55,54,51,54,52,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,97,110,100,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,52,52,57,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,50,46,49,55,50,52,49,53,44,51,48,46,55,54,55,57,51,53,93,44,91,45,57,50,46,50,49,49,50,52,51,44,51,48,46,53,54,56,49,50,53,93,44,91,45,57,50,46,52,50,48,55,56,44,51,48,46,53,51,56,56,50,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,50,52,52,55,57,53,44,51,48,46,52,56,48,49,57,51,93,44,91,45,57,50,46,49,55,54,52,52,52,44,51,48,46,52,51,54,56,53,50,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,49,46,57,56,56,55,49,56,44,51,48,46,51,54,56,53,57,56,93,44,91,45,57,49,46,56,54,57,50,55,51,44,51,48,46,52,49,55,50,51,53,93,44,91,45,57,49,46,54,57,52,51,44,51,48,46,52,48,49,55,52,56,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,55,51,51,54,55,51,44,51,48,46,55,48,49,55,51,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,105,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,54,55,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,55,46,49,50,48,56,56,51,44,51,53,46,52,53,53,54,54,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,76,117,99,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,51,55,57,44,34,98,101,100,115,34,58,51,52,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,44,91,45,56,51,46,52,49,53,56,53,49,44,52,49,46,55,51,51,55,57,52,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,51,46,56,56,50,57,52,51,44,52,49,46,52,56,55,53,52,51,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,55,52,55,50,49,55,44,52,49,46,52,54,54,50,49,54,93,44,91,45,56,51,46,53,54,57,57,51,52,44,52,49,46,54,49,55,49,53,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,49,54,52,53,49,49,44,52,49,46,54,50,51,50,52,55,93,44,91,45,56,50,46,57,57,53,53,55,50,44,52,49,46,56,50,56,57,54,57,93,44,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,56,51,49,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,57,48,46,48,53,48,52,51,55,44,51,53,46,53,49,53,56,57,52,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,56,57,46,57,53,48,50,55,55,44,51,53,46,55,51,56,52,57,52,93,44,91,45,56,57,46,56,50,48,56,55,54,44,51,53,46,55,53,54,56,54,56,93,44,91,45,56,57,46,55,52,50,54,48,54,44,51,53,46,57,48,54,54,53,51,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,82,105,110,99,195,179,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,50,52,57,51,56,52,44,49,56,46,52,49,56,57,50,52,93,44,91,45,54,55,46,51,49,57,57,49,49,44,49,56,46,51,52,51,49,56,55,93,44,91,45,54,55,46,50,53,52,50,44,49,56,46,50,53,50,54,51,56,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,48,57,44,34,98,101,100,115,34,58,50,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,54,46,48,51,50,53,53,57,44,51,56,46,51,51,48,54,54,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,56,48,55,55,48,52,44,51,56,46,52,48,52,52,52,51,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,56,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,49,46,53,53,54,54,48,54,44,51,55,46,51,56,56,52,56,53,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,55,55,52,51,50,50,44,51,56,46,54,49,56,53,57,52,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,53,53,55,51,55,53,44,51,56,46,52,57,50,57,49,55,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,48,48,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,51,53,50,55,55,49,44,51,55,46,49,57,50,52,51,50,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,49,54,57,53,54,53,44,51,55,46,52,54,52,48,48,52,93,44,91,45,56,53,46,50,52,54,55,53,57,44,51,55,46,52,50,48,50,48,53,93,44,91,45,56,53,46,51,52,49,50,50,44,51,55,46,52,54,57,52,53,56,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,44,91,45,56,52,46,48,50,49,52,53,50,44,51,53,46,52,48,52,50,50,51,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,51,46,57,53,56,54,53,50,44,51,53,46,50,49,55,48,52,93,44,91,45,56,51,46,56,51,49,52,50,57,44,51,53,46,50,53,54,49,49,55,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,53,56,50,53,53,56,44,51,53,46,52,49,48,52,56,57,93,44,91,45,56,51,46,57,53,50,57,55,50,44,51,53,46,52,54,48,53,53,50,93,44,91,45,56,51,46,57,54,49,49,48,50,44,51,53,46,52,54,51,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,48,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,50,46,48,55,57,57,52,49,44,51,55,46,55,48,48,49,50,50,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,49,46,55,54,52,55,51,55,44,51,55,46,55,53,50,49,48,56,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,55,50,50,49,51,54,44,51,55,46,56,48,57,53,48,55,93,44,91,45,56,49,46,55,56,53,54,52,49,44,51,55,46,57,51,54,52,48,52,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,80,108,101,97,115,97,110,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,50,50,49,51,51,53,44,51,57,46,51,48,55,52,55,53,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,49,46,48,50,53,55,48,52,44,51,57,46,52,54,50,51,49,55,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,105,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,53,49,49,51,57,49,44,51,55,46,52,56,49,54,55,50,93,44,91,45,56,48,46,55,55,48,48,56,50,44,51,55,46,51,55,50,51,54,51,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,48,46,56,52,57,52,53,49,44,51,55,46,51,52,54,57,48,57,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,52,51,48,57,52,51,44,51,55,46,51,49,54,51,55,56,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,50,57,53,49,50,55,44,51,55,46,56,56,57,51,49,49,93,44,91,45,56,49,46,48,55,51,50,52,57,44,51,55,46,56,55,53,56,54,53,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,55,54,57,56,54,54,44,51,55,46,57,56,53,50,55,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,57,56,51,52,55,50,44,51,56,46,50,50,50,53,52,93,44,91,45,56,49,46,48,55,53,48,51,57,44,51,56,46,49,57,54,49,51,54,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,51,51,49,53,48,51,44,51,56,46,49,54,55,53,55,56,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,83,110,111,104,111,109,105,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,54,54,50,48,44,34,98,101,100,115,34,58,56,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,50,46,51,53,48,50,56,57,44,52,56,46,48,56,48,51,49,50,93,44,91,45,49,50,50,46,51,50,56,52,54,51,44,52,55,46,57,54,51,55,54,51,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,49,46,57,57,49,55,55,53,44,52,55,46,55,55,53,51,52,57,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,49,56,48,55,55,54,44,52,55,46,56,57,56,55,54,57,93,44,91,45,49,50,49,46,49,49,56,49,56,51,44,52,55,46,57,57,55,49,48,51,93,44,91,45,49,50,48,46,57,48,55,52,50,53,44,52,56,46,49,54,51,49,56,52,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,69,100,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,51,55,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,52,46,56,52,49,53,55,54,44,51,50,46,57,54,51,50,49,51,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,55,50,50,57,51,56,44,51,50,46,53,50,50,51,52,52,93,44,91,45,49,48,51,46,56,49,52,50,49,54,44,51,50,46,53,50,50,51,54,56,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,82,101,100,32,87,105,108,108,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,82,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,48,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,50,52,53,56,48,51,44,52,50,46,55,56,50,52,57,57,93,44,91,45,57,57,46,50,53,55,48,51,57,44,52,50,46,56,48,52,50,57,54,93,44,91,45,57,57,46,53,51,55,52,57,49,44,52,50,46,55,49,55,54,50,54,93,44,91,45,57,57,46,54,55,55,54,56,52,44,52,50,46,55,51,48,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,117,109,112,104,114,101,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,57,49,57,48,52,51,44,51,54,46,49,51,48,48,52,57,93,44,91,45,56,56,46,48,48,48,56,48,57,44,51,54,46,48,50,56,48,56,57,93,44,91,45,56,55,46,57,50,53,56,51,53,44,51,53,46,57,51,48,52,51,50,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,56,55,52,49,56,50,44,51,53,46,56,49,51,48,50,49,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,55,48,54,57,54,44,51,53,46,57,48,53,56,56,52,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,55,57,56,53,48,56,44,51,54,46,50,52,52,55,53,52,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,55,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,57,48,46,48,51,51,48,50,54,44,52,48,46,51,55,55,56,48,54,93,44,91,45,57,48,46,49,49,56,57,54,54,44,52,48,46,50,51,53,50,54,51,93,44,91,45,57,48,46,49,57,57,54,51,53,44,52,48,46,49,56,51,56,49,50,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,50,56,55,56,51,55,44,52,48,46,48,54,51,55,56,52,93,44,91,45,57,48,46,49,51,52,50,56,49,44,52,48,46,48,54,50,53,50,52,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,56,57,46,57,55,52,54,48,52,44,52,48,46,49,51,53,55,48,53,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,55,49,52,57,50,55,44,52,48,46,51,49,57,50,49,56,93,44,91,45,56,57,46,55,49,55,49,48,52,44,52,48,46,52,51,53,54,53,53,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,121,116,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,52,48,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,49,46,49,49,52,51,49,57,44,51,55,46,48,50,50,54,49,50,93,44,91,45,56,49,46,50,50,52,54,50,52,44,51,55,46,48,52,55,56,51,53,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,48,56,56,53,49,44,51,54,46,55,54,55,52,50,50,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,54,49,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,56,56,56,56,54,54,44,51,51,46,49,51,56,54,48,51,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,50,46,57,52,54,57,54,54,44,51,50,46,55,53,57,51,53,56,93,44,91,45,56,50,46,55,54,56,51,54,53,44,51,50,46,55,54,57,49,48,56,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,53,52,55,57,49,51,44,51,51,46,48,48,56,53,51,51,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,89,97,107,105,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,51,50,53,44,34,98,101,100,115,34,58,50,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,51,55,54,55,53,55,44,52,54,46,55,48,52,54,53,56,93,44,91,45,49,50,49,46,52,53,49,50,53,54,44,52,54,46,53,51,51,56,57,52,93,44,91,45,49,50,49,46,51,57,55,48,49,54,44,52,54,46,51,56,56,48,56,51,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,48,46,56,48,49,50,57,53,44,52,54,46,48,52,49,48,49,52,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,50,48,46,53,49,44,52,54,46,55,51,55,57,52,54,93,44,91,45,49,50,48,46,54,51,51,57,56,49,44,52,54,46,56,50,53,55,55,54,93,44,91,45,49,50,48,46,54,51,52,53,54,50,44,52,54,46,57,49,50,49,51,93,44,91,45,49,50,49,46,48,50,54,54,50,44,52,54,46,57,49,49,51,48,56,93,44,91,45,49,50,49,46,48,57,48,48,53,52,44,52,54,46,57,57,49,48,48,55,93,44,91,45,49,50,49,46,50,53,54,52,52,44,52,55,46,48,56,49,55,55,50,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,52,57,55,51,52,53,44,52,54,46,56,54,50,56,54,54,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,53,50,57,44,34,98,101,100,115,34,58,49,48,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,51,46,57,52,52,49,55,55,44,51,54,46,48,57,49,49,48,51,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,52,46,48,49,55,53,48,57,44,51,54,46,50,48,56,49,52,57,93,44,91,45,57,52,46,51,51,51,53,54,53,44,51,54,46,50,49,52,55,50,55,93,44,91,45,57,52,46,51,57,49,49,50,53,44,51,54,46,48,57,57,51,57,54,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,52,54,48,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,50,51,52,50,53,49,44,51,50,46,50,53,48,51,57,57,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,53,46,52,56,56,44,51,50,46,50,51,53,52,56,52,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,69,97,117,32,67,108,97,105,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,57,49,44,34,98,101,100,115,34,58,55,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,101,113,117,97,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,53,53,55,53,51,53,44,51,53,46,53,51,50,57,55,55,93,44,91,45,56,53,46,54,48,55,51,50,54,44,51,53,46,53,51,49,54,53,49,93,44,91,45,56,53,46,52,56,53,54,51,53,44,51,53,46,52,48,54,52,51,51,93,44,91,45,56,53,46,53,53,56,53,53,49,44,51,53,46,51,49,57,50,57,50,93,44,91,45,56,53,46,52,52,52,49,52,52,44,51,53,46,50,54,50,54,52,54,93,44,91,45,56,53,46,51,56,55,48,56,57,44,51,53,46,49,52,55,49,54,57,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,52,48,51,50,57,56,44,51,53,46,52,57,50,50,56,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,49,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,51,57,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,53,57,56,57,55,49,44,51,48,46,53,48,57,48,48,50,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,52,51,52,51,51,53,44,51,48,46,57,51,55,52,48,53,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,111,99,111,110,105,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,50,49,55,44,34,98,101,100,115,34,58,52,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,55,53,48,54,57,51,44,51,53,46,49,52,48,51,48,57,93,44,91,45,49,49,48,46,55,53,48,54,57,55,44,51,53,46,56,50,48,53,56,57,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,50,46,54,49,57,55,50,56,44,51,54,46,55,56,50,55,52,52,93,44,91,45,49,49,50,46,54,53,54,51,54,53,44,51,54,46,53,53,51,57,49,53,93,44,91,45,49,49,50,46,54,50,57,52,57,44,51,54,46,51,57,49,54,49,49,93,44,91,45,49,49,50,46,54,56,49,53,55,49,44,51,54,46,51,52,49,54,54,50,93,44,91,45,49,49,50,46,57,48,50,57,52,57,44,51,54,46,50,53,51,55,54,49,93,44,91,45,49,49,51,46,48,48,54,51,52,51,44,51,54,46,50,51,56,55,53,52,93,44,91,45,49,49,51,46,51,49,51,52,50,56,44,51,54,46,49,48,48,48,48,49,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,49,55,52,52,53,56,44,51,53,46,53,48,54,52,52,53,93,44,91,45,49,49,50,46,57,52,52,55,56,57,44,51,53,46,51,53,50,54,48,51,93,44,91,45,49,49,50,46,54,57,52,56,52,54,44,51,53,46,51,49,49,53,56,54,93,44,91,45,49,49,50,46,53,55,55,51,57,57,44,51,53,46,50,52,51,51,57,52,93,44,91,45,49,49,50,46,52,55,50,55,44,51,53,46,50,51,56,51,49,50,93,44,91,45,49,49,50,46,52,52,50,51,44,51,53,46,49,52,57,52,48,56,93,44,91,45,49,49,50,46,51,51,53,55,49,54,44,51,53,46,49,52,56,50,55,57,93,44,91,45,49,49,50,46,51,51,52,53,51,54,44,51,52,46,57,55,51,48,50,52,93,44,91,45,49,49,49,46,55,55,56,50,57,55,44,51,52,46,57,56,49,48,48,55,93,44,91,45,49,49,49,46,55,55,56,50,48,52,44,51,52,46,56,48,51,54,56,53,93,44,91,45,49,49,49,46,53,53,49,57,53,57,44,51,52,46,56,48,50,53,50,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,52,57,49,56,54,54,44,51,52,46,52,50,50,55,52,51,93,44,91,45,49,49,49,46,50,52,54,54,54,49,44,51,52,46,52,53,48,56,48,56,93,44,91,45,49,49,49,46,48,56,55,53,48,52,44,51,52,46,51,57,52,57,57,54,93,44,91,45,49,49,48,46,56,52,56,48,53,57,44,51,52,46,50,54,55,50,48,53,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,83,117,109,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,48,56,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,49,52,55,55,50,49,44,51,54,46,57,57,57,48,51,51,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,79,99,101,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,49,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,44,91,45,56,55,46,48,57,51,49,48,57,44,52,51,46,56,50,48,49,49,51,93,44,91,45,56,55,46,49,51,52,55,55,56,44,52,51,46,53,52,49,52,51,51,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,54,46,48,51,55,56,56,52,44,52,51,46,56,49,53,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,75,97,110,97,98,101,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,48,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,44,91,45,57,51,46,52,51,50,52,57,50,44,52,53,46,57,56,49,51,57,56,93,44,91,45,57,51,46,53,49,56,48,56,44,52,53,46,57,56,49,55,56,57,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,49,52,50,56,54,57,44,52,53,46,57,56,49,48,48,53,93,44,91,45,57,51,46,48,53,53,48,56,49,44,52,53,46,57,56,49,50,51,51,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,52,51,49,56,51,49,44,52,54,46,49,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,115,104,116,97,98,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,49,51,54,44,34,98,101,100,115,34,58,52,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,44,91,45,56,49,46,48,48,57,56,50,55,44,52,50,46,50,53,49,54,48,50,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,112,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,48,49,57,57,53,49,44,51,56,46,52,51,51,53,50,49,93,44,91,45,49,49,57,46,56,56,52,55,52,57,44,51,56,46,51,53,54,49,56,53,93,44,91,45,49,49,57,46,55,53,51,52,56,49,44,51,56,46,52,49,54,55,53,57,93,44,91,45,49,49,57,46,54,51,57,50,48,53,44,51,56,46,51,50,54,56,56,93,44,91,45,49,49,57,46,53,52,54,48,57,50,44,51,56,46,52,57,57,51,53,93,44,91,45,49,49,57,46,54,49,57,48,54,54,44,51,56,46,54,48,51,53,50,57,93,44,91,45,49,49,57,46,53,56,53,52,51,55,44,51,56,46,55,49,51,50,49,50,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,49,57,46,56,55,55,55,53,44,51,56,46,56,54,56,51,49,49,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,71,97,108,118,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,48,56,57,44,34,98,101,100,115,34,58,55,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,50,51,51,48,56,49,44,50,57,46,52,54,53,53,54,54,93,44,91,45,57,53,46,48,53,54,53,55,53,44,50,57,46,49,57,57,56,53,54,93,44,91,45,57,53,46,48,57,49,54,50,50,44,50,57,46,48,54,50,55,51,57,93,44,91,45,57,52,46,54,54,54,50,50,44,50,57,46,50,56,49,48,52,55,93,44,91,45,57,52,46,54,53,48,51,49,49,44,50,57,46,51,56,50,56,50,93,44,91,45,57,52,46,51,54,57,51,54,49,44,50,57,46,53,48,48,54,50,93,44,91,45,57,52,46,51,55,49,54,50,44,50,57,46,53,57,55,50,48,57,93,44,91,45,57,52,46,57,49,52,51,57,55,44,50,57,46,52,57,54,53,48,53,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,53,46,49,53,49,53,48,53,44,50,57,46,53,48,48,51,56,56,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,108,108,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,53,50,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,56,57,51,54,53,50,44,51,50,46,48,52,55,51,53,49,93,44,91,45,56,53,46,55,57,48,48,52,56,44,51,49,46,57,54,55,50,53,52,93,44,91,45,56,53,46,55,57,49,48,52,55,44,51,49,46,56,56,48,51,53,55,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,53,56,55,51,52,52,44,51,49,46,57,57,55,51,53,53,93,44,91,45,56,53,46,52,50,56,52,55,54,44,51,50,46,48,49,52,57,53,49,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,56,53,54,50,49,56,44,51,50,46,50,51,49,57,55,53,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,53,46,57,57,57,49,53,55,44,51,50,46,50,53,48,53,52,51,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,50,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,53,56,52,50,55,50,44,52,48,46,55,53,55,54,48,56,93,44,91,45,56,56,46,53,55,52,53,48,50,44,52,48,46,54,49,54,53,53,93,44,91,45,56,56,46,52,53,57,52,55,53,44,52,48,46,54,49,55,51,52,53,93,44,91,45,56,56,46,50,51,52,57,53,44,52,48,46,54,49,56,50,48,56,93,44,91,45,56,56,46,50,52,55,51,44,52,48,46,57,57,52,53,54,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,57,51,48,56,56,49,44,52,49,46,49,48,53,57,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,114,101,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,52,46,56,49,52,57,51,52,44,51,57,46,53,54,55,55,49,52,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,50,46,56,48,55,48,57,44,51,56,46,57,52,56,48,55,51,93,44,91,45,56,50,46,55,54,48,54,57,44,51,56,46,56,53,52,56,55,53,93,44,91,45,56,50,46,54,53,48,48,51,57,44,51,56,46,56,52,57,48,55,51,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,52,53,53,49,55,57,44,51,56,46,56,52,52,53,55,55,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,52,50,52,54,55,55,44,51,57,46,49,51,55,57,55,50,93,44,91,45,56,50,46,53,51,54,51,48,54,44,51,57,46,49,56,48,55,53,55,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,50,53,50,51,44,34,98,101,100,115,34,58,49,52,56,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,57,54,48,55,51,51,44,51,48,46,49,54,51,52,49,53,93,44,91,45,57,53,46,56,50,54,50,50,44,50,57,46,55,56,56,50,56,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,50,54,49,52,54,53,44,50,57,46,53,57,51,48,52,52,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,49,53,49,53,48,53,44,50,57,46,53,48,48,51,56,56,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,53,46,48,48,49,54,52,50,44,50,57,46,54,54,52,51,56,56,93,44,91,45,57,52,46,57,49,57,54,55,49,44,50,57,46,54,56,56,52,53,52,93,44,91,45,57,52,46,57,48,56,54,53,52,44,50,57,46,56,50,53,49,56,49,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,53,46,50,54,52,49,51,56,44,51,48,46,48,51,50,48,54,57,93,44,91,45,57,53,46,52,50,52,50,49,54,44,51,48,46,49,49,53,52,57,49,93,44,91,45,57,53,46,54,48,49,49,51,50,44,51,48,46,49,51,50,55,56,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,77,105,100,100,108,101,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,49,57,50,44,34,98,101,100,115,34,58,52,48,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,56,52,52,56,52,51,44,52,50,46,54,51,55,57,56,53,93,44,91,45,55,49,46,54,54,52,54,48,49,44,52,50,46,54,49,49,53,57,56,93,44,91,45,55,49,46,53,51,49,51,55,55,44,52,50,46,53,50,48,51,53,50,93,44,91,45,55,49,46,53,56,53,50,49,44,52,50,46,51,49,48,57,53,50,93,44,91,45,55,49,46,53,56,50,57,49,44,52,50,46,49,57,53,53,53,57,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,49,46,49,54,52,55,48,50,44,52,50,46,51,48,51,56,51,93,44,91,45,55,49,46,49,53,55,48,51,54,44,52,50,46,51,51,48,51,57,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,49,46,49,51,53,52,48,53,44,52,50,46,53,57,57,48,56,93,44,91,45,55,49,46,50,53,54,49,56,56,44,52,50,46,54,53,55,49,52,53,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,57,52,54,51,55,44,52,50,46,54,57,55,48,52,50,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,86,101,103,97,32,66,97,106,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,55,49,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,44,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,52,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,50,46,48,55,54,50,49,52,44,51,50,46,57,53,57,55,48,50,93,44,91,45,49,48,50,46,50,48,56,53,50,44,51,50,46,57,53,56,57,53,54,93,44,91,45,49,48,50,46,50,48,50,55,48,51,44,51,50,46,53,50,51,50,55,49,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,79,110,116,97,114,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,55,50,44,34,98,101,100,115,34,58,51,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,52,56,53,52,49,56,44,52,51,46,48,51,52,53,54,52,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,53,57,56,56,49,53,44,52,50,46,54,55,49,57,54,53,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,51,49,51,48,48,52,44,52,50,46,55,54,49,50,54,53,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,55,46,49,51,52,51,51,53,44,52,51,46,48,51,57,57,50,54,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,86,97,108,100,101,122,45,67,111,114,100,111,118,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,48,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,52,57,52,50,57,54,44,54,50,46,57,53,55,56,54,52,93,44,91,45,49,52,54,46,52,51,54,56,57,57,44,54,50,46,56,53,54,57,57,49,93,44,91,45,49,52,54,46,52,50,51,57,56,52,44,54,50,46,50,53,48,53,49,49,93,44,91,45,49,52,54,46,57,55,57,56,48,55,44,54,50,46,50,53,48,52,57,55,93,44,91,45,49,52,54,46,57,52,50,54,48,49,44,54,49,46,56,49,55,50,55,50,93,44,91,45,49,52,54,46,57,52,50,53,53,57,44,54,49,46,52,55,48,54,55,53,93,44,91,45,49,52,55,46,50,48,54,53,57,55,44,54,49,46,52,50,54,50,54,53,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,56,46,52,55,50,48,54,53,44,54,48,46,56,52,56,53,50,93,44,91,45,49,52,56,46,55,51,56,51,54,51,44,54,48,46,56,52,56,53,52,54,93,44,91,45,49,52,56,46,55,52,53,54,49,56,44,54,48,46,55,51,51,48,48,55,93,44,91,45,49,52,56,46,54,53,55,49,49,57,44,54,48,46,55,51,50,57,55,54,93,44,91,45,49,52,56,46,54,54,52,52,55,44,54,48,46,52,49,53,49,56,51,93,44,91,45,49,52,56,46,53,54,51,55,49,53,44,54,48,46,52,49,53,49,55,50,93,44,91,45,49,52,56,46,53,56,54,49,56,44,53,57,46,57,51,56,53,56,53,93,44,91,45,49,52,56,46,57,52,56,55,54,50,44,53,57,46,56,57,50,55,49,56,93,44,91,45,49,52,56,46,50,49,56,53,48,54,44,53,57,46,56,55,53,54,52,93,44,91,45,49,52,55,46,57,53,54,52,51,57,44,53,57,46,55,52,52,49,51,49,93,44,91,45,49,52,55,46,54,56,55,50,52,44,53,57,46,55,52,49,54,56,93,44,91,45,49,52,55,46,51,51,52,56,50,55,44,53,57,46,56,51,51,56,55,52,93,44,91,45,49,52,55,46,50,52,49,55,52,44,53,57,46,57,57,56,51,49,55,93,44,91,45,49,52,55,46,49,48,49,57,52,44,54,48,46,48,56,49,51,51,55,93,44,91,45,49,52,54,46,57,51,57,50,55,57,44,54,48,46,49,48,51,56,52,56,93,44,91,45,49,52,54,46,49,55,57,51,48,57,44,54,48,46,50,56,48,48,53,54,93,44,91,45,49,52,53,46,56,50,52,51,50,51,44,54,48,46,51,49,53,49,49,55,93,44,91,45,49,52,53,46,51,49,55,54,56,55,44,54,48,46,49,55,57,54,57,49,93,44,91,45,49,52,52,46,55,55,54,48,49,53,44,54,48,46,49,50,57,53,57,50,93,44,91,45,49,52,52,46,53,51,57,54,56,52,44,54,48,46,48,49,48,49,52,57,93,44,91,45,49,52,52,46,55,55,55,55,57,56,44,53,57,46,56,50,57,57,51,53,93,44,91,45,49,52,52,46,54,55,54,55,55,44,53,57,46,55,50,55,51,57,53,93,44,91,45,49,52,52,46,52,49,48,53,48,57,44,53,57,46,55,52,54,50,55,52,93,44,91,45,49,52,52,46,49,52,52,48,55,56,44,53,57,46,57,49,57,52,53,50,93,44,91,45,49,52,51,46,56,57,53,50,49,44,53,57,46,57,52,50,54,52,55,93,44,91,45,49,52,51,46,56,57,51,51,50,53,44,54,48,46,48,50,52,49,54,54,93,44,91,45,49,52,51,46,49,57,51,53,49,57,44,54,48,46,53,50,49,56,50,56,93,44,91,45,49,52,49,46,55,57,48,54,49,57,44,54,48,46,53,50,49,56,57,57,93,44,91,45,49,52,49,46,55,57,48,54,48,49,44,54,48,46,52,51,53,50,51,56,93,44,91,45,49,52,49,46,50,49,51,52,53,49,44,54,48,46,52,51,53,50,54,56,93,44,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,44,91,45,49,52,49,46,48,48,49,57,57,53,44,54,49,46,51,48,51,53,54,56,93,44,91,45,49,52,49,46,48,48,50,50,54,55,44,54,49,46,57,48,52,48,52,55,93,44,91,45,49,52,49,46,56,51,49,56,48,52,44,54,49,46,57,48,52,48,53,51,93,44,91,45,49,52,49,46,56,51,49,56,49,50,44,54,50,46,49,49,55,49,55,56,93,44,91,45,49,52,49,46,57,55,55,51,51,54,44,54,50,46,49,54,51,57,56,51,93,44,91,45,49,52,49,46,57,55,55,51,53,51,44,54,50,46,53,49,48,53,53,57,93,44,91,45,49,52,50,46,51,49,51,53,54,52,44,54,50,46,54,56,51,56,50,56,93,44,91,45,49,52,50,46,55,51,49,50,51,51,44,54,50,46,55,48,56,50,56,50,93,44,91,45,49,52,50,46,56,52,56,53,55,57,44,54,50,46,54,48,48,53,52,55,93,44,91,45,49,52,51,46,49,48,52,57,57,54,44,54,50,46,54,49,52,57,48,53,93,44,91,45,49,52,51,46,48,53,55,56,51,52,44,54,50,46,55,55,48,53,52,93,44,91,45,49,52,51,46,49,54,52,51,53,44,54,50,46,56,51,52,53,54,57,93,44,91,45,49,52,51,46,48,51,50,50,51,56,44,54,50,46,57,51,49,55,57,49,93,44,91,45,49,52,51,46,49,51,50,51,51,55,44,54,51,46,49,49,54,57,55,56,93,44,91,45,49,52,52,46,53,56,48,49,53,57,44,54,51,46,49,49,54,57,51,49,93,44,91,45,49,52,53,46,49,53,52,51,56,53,44,54,51,46,49,51,49,49,52,57,93,44,91,45,49,52,53,46,49,53,52,51,57,53,44,54,51,46,50,49,55,55,56,49,93,44,91,45,49,52,54,46,49,49,49,52,56,54,44,54,51,46,50,49,55,55,54,50,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,93,93,44,91,91,91,45,49,52,54,46,53,48,56,50,56,44,53,57,46,51,57,48,55,50,55,93,44,91,45,49,52,54,46,52,48,50,52,55,57,44,53,57,46,51,51,52,55,54,50,93,44,91,45,49,52,54,46,49,52,57,53,51,53,44,53,57,46,52,49,55,49,55,53,93,44,91,45,49,52,54,46,50,57,55,56,54,51,44,53,57,46,53,56,51,57,48,51,93,44,91,45,49,52,54,46,52,50,51,55,53,57,44,53,57,46,53,53,56,55,49,52,93,44,91,45,49,52,54,46,53,48,56,50,56,44,53,57,46,51,57,48,55,50,55,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,117,116,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,50,48,48,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,54,46,57,48,54,55,52,50,44,51,50,46,53,51,54,57,55,55,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,54,53,51,52,49,57,44,51,50,46,51,57,55,50,52,55,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,55,49,52,50,49,57,44,51,50,46,55,48,53,54,57,52,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,50,55,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,54,48,57,48,56,44,51,56,46,55,51,56,48,57,57,93,44,91,45,57,53,46,48,53,54,52,49,50,44,51,56,46,55,51,56,53,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,49,57,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,50,57,49,49,48,54,44,51,50,46,49,55,56,56,50,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,57,57,48,57,54,55,44,51,50,46,49,52,55,50,55,52,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,51,46,49,55,51,50,53,50,44,51,50,46,52,53,50,53,51,51,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,114,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,50,51,44,34,98,101,100,115,34,58,49,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,54,46,50,54,53,53,56,52,44,52,50,46,54,50,51,53,56,56,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,49,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,49,46,55,49,56,49,48,57,44,51,48,46,55,52,52,56,48,54,93,44,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,44,91,45,56,49,46,52,48,48,52,56,50,44,51,48,46,55,54,54,52,50,54,93,44,91,45,56,49,46,51,48,54,52,51,53,44,51,48,46,57,57,48,54,52,52,93,44,91,45,56,49,46,52,50,51,55,55,53,44,51,48,46,57,57,48,56,57,50,93,44,91,45,56,49,46,53,54,53,49,49,54,44,51,49,46,48,57,49,57,52,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,57,51,54,48,48,54,44,51,49,46,48,52,55,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,116,101,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,57,54,49,44,34,98,101,100,115,34,58,49,57,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,52,46,49,51,49,49,51,54,44,52,50,46,52,50,52,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,97,71,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,54,53,57,55,53,44,52,49,46,55,53,57,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,49,34,44,34,78,65,77,69,34,58,34,80,101,99,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,57,55,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,50,46,53,54,54,57,51,55,44,51,48,46,50,56,51,50,54,57,93,44,91,45,49,48,50,46,51,52,51,48,56,53,44,51,48,46,50,56,52,49,49,54,93,44,91,45,49,48,50,46,51,52,50,57,56,54,44,51,48,46,53,57,56,55,53,57,93,44,91,45,49,48,50,46,49,51,56,52,48,54,44,51,48,46,53,57,55,53,50,49,93,44,91,45,49,48,50,46,49,51,55,55,55,56,44,51,48,46,54,53,53,57,56,50,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,49,46,56,51,52,53,50,56,44,51,48,46,55,53,55,57,52,57,93,44,91,45,49,48,49,46,56,55,52,50,55,54,44,51,48,46,57,49,50,50,51,54,93,44,91,45,49,48,49,46,57,56,52,53,50,55,44,51,48,46,57,56,55,52,52,53,93,44,91,45,49,48,50,46,50,57,50,54,56,49,44,51,49,46,48,51,54,54,55,55,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,52,51,48,49,50,51,44,51,49,46,49,57,51,57,49,56,93,44,91,45,49,48,50,46,54,55,51,50,52,52,44,51,49,46,51,50,56,49,48,53,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,56,50,53,49,49,54,44,51,49,46,50,54,54,57,49,52,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,80,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,54,54,57,54,51,44,51,50,46,54,57,50,52,57,53,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,51,46,55,49,57,56,53,57,44,51,50,46,53,51,49,55,54,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,49,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,54,54,54,52,49,53,44,51,52,46,53,48,51,54,48,50,93,44,91,45,56,51,46,54,51,50,51,49,55,44,51,52,46,53,50,56,53,56,55,93,44,91,45,56,51,46,54,50,51,50,57,54,44,51,52,46,55,51,50,49,57,52,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,55,50,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,53,52,55,57,49,51,44,51,51,46,48,48,56,53,51,51,93,44,91,45,56,50,46,53,50,49,48,53,50,44,51,50,46,56,50,50,51,53,54,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,50,55,50,51,53,51,44,51,50,46,57,51,55,55,57,54,93,44,91,45,56,50,46,50,57,49,49,56,44,51,51,46,48,54,50,56,50,55,93,44,91,45,56,50,46,50,51,51,48,54,50,44,51,51,46,50,50,55,55,52,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,79,99,111,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,53,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,54,56,48,48,54,54,44,52,53,46,50,48,52,57,57,52,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,52,56,51,55,51,50,44,52,53,46,49,49,54,56,56,55,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,50,52,56,50,49,51,44,52,52,46,56,53,50,55,51,57,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,55,54,48,48,55,49,44,52,52,46,57,57,48,53,51,93,44,91,45,56,56,46,49,50,49,49,53,50,44,52,53,46,48,50,51,53,56,49,93,44,91,45,56,56,46,49,56,54,51,53,53,44,52,53,46,49,57,55,57,55,52,93,44,91,45,56,56,46,51,48,57,48,54,51,44,52,53,46,50,48,49,53,56,93,44,91,45,56,56,46,51,48,53,56,49,49,44,52,53,46,51,55,52,54,49,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,55,34,44,34,78,65,77,69,34,58,34,78,97,99,111,103,100,111,99,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,53,53,56,44,34,98,101,100,115,34,58,51,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,57,54,53,50,50,51,44,51,49,46,54,57,51,56,56,53,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,52,46,55,50,56,52,53,54,44,51,49,46,52,53,55,49,52,55,93,44,91,45,57,52,46,53,53,52,56,51,56,44,51,49,46,52,51,53,49,50,51,93,44,91,45,57,52,46,52,54,54,54,55,54,44,51,49,46,51,55,56,48,48,57,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,51,49,49,49,44,51,49,46,53,56,56,52,56,50,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,50,52,50,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,52,56,52,52,50,55,44,52,49,46,54,48,50,53,57,49,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,55,57,55,55,52,55,44,52,49,46,52,49,54,56,51,52,93,44,91,45,55,49,46,57,48,55,50,53,56,44,52,49,46,51,48,52,52,56,51,93,44,91,45,55,49,46,55,57,48,57,55,50,44,52,49,46,49,56,52,49,48,49,93,44,91,45,55,49,46,55,57,49,52,56,44,52,49,46,50,55,50,49,54,53,93,44,91,45,55,49,46,53,48,57,52,52,50,44,52,49,46,51,48,55,55,51,50,93,44,91,45,55,49,46,52,48,57,48,57,57,44,52,49,46,52,54,56,50,48,50,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,93,93,44,91,91,91,45,55,49,46,54,55,56,56,48,55,44,52,49,46,49,53,56,57,49,50,93,44,91,45,55,49,46,54,49,49,54,55,51,44,52,49,46,48,57,55,52,49,51,93,44,91,45,55,49,46,52,55,54,57,50,53,44,52,49,46,49,54,56,49,53,55,93,44,91,45,55,49,46,52,57,50,49,57,54,44,52,49,46,50,52,48,56,55,54,93,44,91,45,55,49,46,54,50,52,53,48,52,44,52,49,46,50,55,52,49,50,57,93,44,91,45,55,49,46,54,55,56,56,48,55,44,52,49,46,49,53,56,57,49,50,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,79,107,97,110,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,51,56,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,54,52,57,57,51,51,44,52,56,46,51,57,56,49,51,57,93,44,91,45,49,50,48,46,51,52,54,50,56,52,44,52,56,46,49,57,57,57,56,54,93,44,91,45,49,50,48,46,51,54,49,50,56,56,44,52,56,46,49,53,55,53,54,57,93,44,91,45,49,50,48,46,49,52,51,57,51,49,44,52,56,46,48,54,53,52,52,52,93,44,91,45,49,50,48,46,48,52,56,54,52,54,44,52,55,46,57,54,48,54,50,56,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,49,57,46,56,57,53,51,53,44,52,56,46,48,53,48,48,52,52,93,44,91,45,49,49,57,46,54,56,50,57,56,49,44,52,56,46,48,57,50,53,49,51,93,44,91,45,49,49,57,46,54,53,50,52,54,56,44,52,56,46,48,48,48,50,50,49,93,44,91,45,49,49,57,46,52,51,54,50,53,55,44,52,56,46,48,55,54,54,56,56,93,44,91,45,49,49,57,46,51,52,51,53,50,51,44,52,56,46,48,52,57,52,51,50,93,44,91,45,49,49,57,46,49,53,48,57,56,51,44,52,56,46,49,52,54,48,54,55,93,44,91,45,49,49,57,46,48,53,54,57,55,44,52,56,46,49,51,54,57,55,52,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,44,91,45,49,50,48,46,48,51,55,53,53,52,44,52,56,46,57,57,57,52,52,52,93,44,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,44,91,45,49,50,48,46,55,54,56,53,49,53,44,52,56,46,57,53,52,52,57,93,44,91,45,49,50,48,46,55,51,53,52,50,55,44,52,56,46,55,56,54,52,56,55,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,83,112,111,107,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,56,55,53,44,34,98,101,100,115,34,58,49,56,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,56,46,48,52,55,55,55,57,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,55,46,55,57,52,52,53,56,93,44,91,45,49,49,55,46,54,57,55,55,55,52,44,52,55,46,56,53,54,50,55,56,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,48,51,57,56,48,56,44,52,55,46,51,54,54,48,51,49,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,111,114,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,44,91,45,56,57,46,48,52,54,52,57,44,52,53,46,52,54,52,52,51,57,93,44,91,45,56,56,46,57,50,54,48,50,53,44,52,53,46,51,55,56,54,51,55,93,44,91,45,56,56,46,54,55,55,57,57,54,44,52,53,46,51,55,56,54,56,51,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,54,55,53,56,50,49,44,52,53,46,55,50,50,57,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,57,51,50,55,53,55,44,52,54,46,48,55,51,54,54,56,93,44,91,45,56,56,46,57,51,51,50,50,50,44,52,53,46,57,56,50,50,55,54,93,44,91,45,56,57,46,48,52,55,54,48,49,44,52,53,46,56,57,53,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,119,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,57,50,53,49,55,52,44,52,53,46,57,56,49,48,53,53,93,44,91,45,57,48,46,57,50,52,53,56,51,44,52,54,46,49,53,52,54,49,54,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,72,117,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,54,51,49,44,34,98,101,100,115,34,58,49,56,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,52,55,53,44,34,98,101,100,115,34,58,49,54,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,52,50,48,51,54,51,44,52,48,46,57,48,54,53,48,50,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,50,51,55,50,50,55,44,52,48,46,55,50,51,53,52,50,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,71,117,97,100,97,108,117,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,49,51,55,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,44,91,45,57,55,46,57,57,57,50,55,49,44,50,57,46,55,53,50,52,52,52,93,44,91,45,57,56,46,48,56,57,50,55,55,44,50,57,46,54,56,51,57,51,49,93,44,91,45,57,56,46,51,49,48,57,50,56,44,50,57,46,53,57,52,52,55,51,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,49,50,50,53,55,52,44,50,57,46,51,55,56,53,52,57,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,55,46,54,51,51,49,55,54,44,50,57,46,54,52,57,56,54,51,93,44,91,45,57,55,46,55,51,53,55,50,44,50,57,46,54,57,49,49,57,56,93,44,91,45,57,55,46,56,55,53,50,53,57,44,50,57,46,56,53,56,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,54,51,54,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,56,54,50,54,56,52,44,52,56,46,50,52,51,54,53,56,93,44,91,45,49,50,50,46,54,52,50,50,53,54,44,52,56,46,48,57,51,55,55,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,51,50,56,52,54,51,44,52,55,46,57,54,51,55,54,51,93,44,91,45,49,50,50,46,51,53,48,50,56,57,44,52,56,46,48,56,48,51,49,50,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,50,46,53,57,49,57,52,52,44,52,56,46,52,49,55,55,53,56,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,55,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,87,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,55,52,57,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,55,49,53,55,49,53,44,51,56,46,56,51,50,49,51,54,93,44,91,45,55,55,46,53,51,49,51,50,56,44,51,56,46,53,53,54,53,53,93,44,91,45,55,55,46,52,55,54,56,52,55,44,51,56,46,53,57,50,50,56,54,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,50,50,51,54,56,51,44,51,56,46,54,53,50,48,54,52,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,93,44,91,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,53,49,54,52,50,44,51,56,46,55,51,56,51,51,55,93,44,91,45,55,55,46,52,57,57,52,51,44,51,56,46,55,51,55,49,51,55,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,50,48,53,56,49,44,51,56,46,55,54,50,50,56,55,93,44,91,45,55,55,46,52,50,55,51,51,50,44,51,56,46,55,53,51,53,57,56,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,49,53,54,44,34,98,101,100,115,34,58,49,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,53,46,57,57,52,54,50,57,44,51,57,46,57,53,50,52,50,57,93,44,91,45,55,53,46,57,56,54,56,50,51,44,51,57,46,56,57,50,49,57,50,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,53,46,55,56,56,53,57,54,44,51,57,46,55,50,50,49,57,57,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,53,50,51,56,49,54,44,51,57,46,57,52,52,49,50,52,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,53,55,51,51,51,56,44,52,48,46,49,57,53,51,48,51,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,56,54,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,48,46,56,52,57,52,53,49,44,51,55,46,51,52,54,57,48,57,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,82,111,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,56,57,55,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,52,52,54,48,53,52,44,51,53,46,57,56,53,57,56,52,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,53,56,52,52,55,50,44,51,53,46,54,52,52,52,50,52,93,44,91,45,56,52,46,53,51,57,57,54,51,44,51,53,46,54,55,48,52,54,53,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,108,97,108,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,52,56,55,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,56,56,49,48,56,93,44,91,45,49,50,50,46,57,52,57,49,54,55,44,52,55,46,56,54,54,56,50,50,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,51,46,50,52,55,57,49,57,44,52,56,46,50,56,52,53,53,56,93,44,91,45,49,50,51,46,53,52,49,50,49,54,44,52,56,46,50,50,52,53,53,51,93,44,91,45,49,50,52,46,48,49,50,48,53,54,44,52,56,46,50,57,54,54,55,49,93,44,91,45,49,50,52,46,55,52,57,55,52,44,52,56,46,52,57,57,55,56,51,93,44,91,45,49,50,52,46,56,49,54,57,57,51,44,52,56,46,51,56,53,52,55,53,93,44,91,45,49,50,52,46,55,54,49,51,56,55,44,52,56,46,50,57,53,54,56,56,93,44,91,45,49,50,52,46,56,52,56,53,51,55,44,52,56,46,49,55,52,48,48,53,93,44,91,45,49,50,52,46,55,56,53,49,56,55,44,52,56,46,48,56,55,49,49,53,93,44,91,45,49,50,52,46,55,57,49,49,54,50,44,52,55,46,57,54,49,55,48,53,93,44,91,45,49,50,52,46,55,49,53,48,49,54,44,52,55,46,56,55,57,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,50,49,52,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,44,91,45,49,49,56,46,50,49,52,52,56,51,44,52,56,46,56,56,56,49,54,49,93,44,91,45,49,49,56,46,49,48,52,57,54,44,52,56,46,54,53,51,53,48,51,93,44,91,45,49,49,56,46,50,48,54,53,48,55,44,52,56,46,52,55,48,50,57,54,93,44,91,45,49,49,56,46,49,51,57,55,57,49,44,52,56,46,50,54,55,51,48,56,93,44,91,45,49,49,56,46,50,52,56,54,48,54,44,52,56,46,49,51,52,50,53,53,93,44,91,45,49,49,56,46,50,51,51,52,57,56,44,52,56,46,48,54,51,52,56,53,93,44,91,45,49,49,56,46,52,48,48,56,48,55,44,52,56,46,48,50,56,54,56,50,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,50,49,50,51,50,51,44,52,55,46,57,52,53,52,57,51,93,44,91,45,49,49,56,46,48,55,56,49,56,50,44,52,55,46,56,48,48,48,54,50,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,55,46,54,57,55,55,55,52,44,52,55,46,56,53,54,50,55,56,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,55,46,55,57,52,52,53,56,93,44,91,45,49,49,55,46,53,51,53,50,54,50,44,52,56,46,48,52,55,55,55,57,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,53,48,50,51,55,49,44,52,56,46,49,51,52,55,48,56,93,44,91,45,49,49,55,46,52,57,57,57,55,53,44,52,56,46,54,53,54,49,56,55,93,44,91,45,49,49,55,46,53,54,51,56,53,56,44,52,56,46,56,51,54,54,55,49,93,44,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,44,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,86,97,110,32,66,117,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,111,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,57,57,46,57,56,49,49,57,51,44,52,48,46,52,51,56,50,57,49,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,52,48,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,55,49,57,54,50,54,44,51,51,46,54,56,48,50,53,51,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,69,115,99,97,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,53,50,50,44,34,98,101,100,115,34,58,49,54,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,44,91,45,56,55,46,54,50,54,50,50,52,44,51,48,46,56,52,54,54,54,52,93,44,91,45,56,55,46,51,57,51,50,57,52,44,51,48,46,54,50,55,50,49,56,93,44,91,45,56,55,46,52,52,53,49,48,51,44,51,48,46,53,50,56,57,48,57,93,44,91,45,56,55,46,51,54,57,51,56,51,44,51,48,46,52,51,49,57,52,56,93,44,91,45,56,55,46,52,57,57,57,56,44,51,48,46,51,50,56,57,53,55,93,44,91,45,56,55,46,53,49,56,51,52,54,44,51,48,46,50,50,57,53,48,54,93,44,91,45,56,55,46,50,57,54,52,53,55,44,51,48,46,50,55,50,54,57,93,44,91,45,56,54,46,57,49,54,54,48,55,44,51,48,46,51,49,56,55,50,52,93,44,91,45,56,54,46,57,50,48,49,49,51,44,51,48,46,51,56,54,53,54,55,93,44,91,45,56,55,46,49,55,56,57,54,56,44,51,48,46,51,51,52,53,57,57,93,44,91,45,56,55,46,49,50,52,57,54,56,44,51,48,46,53,48,48,49,57,54,93,44,91,45,56,55,46,50,54,48,54,55,55,44,51,48,46,54,50,49,51,54,51,93,44,91,45,56,55,46,51,49,50,52,48,57,44,51,48,46,55,51,52,55,55,93,44,91,45,56,55,46,50,56,50,50,57,44,51,48,46,57,50,52,56,50,57,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,55,46,53,57,56,56,50,57,44,51,48,46,57,57,55,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,57,34,44,34,78,65,77,69,34,58,34,84,97,114,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,57,57,55,55,44,34,98,101,100,115,34,58,54,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,53,53,48,53,56,50,44,51,50,46,53,53,53,51,57,49,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,71,101,111,114,103,101,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,50,48,50,44,34,98,101,100,115,34,58,54,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,54,46,57,48,57,51,57,51,44,51,56,46,56,57,50,56,53,50,93,44,91,45,55,55,46,48,51,57,48,48,54,44,51,56,46,55,57,49,54,52,53,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,54,46,55,52,55,53,55,44,51,56,46,54,49,55,51,51,53,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,54,56,54,51,53,56,44,51,56,46,55,52,56,52,55,53,93,44,91,45,55,54,46,54,57,56,50,54,56,44,51,56,46,57,56,51,54,52,55,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,57,52,55,54,52,55,44,51,54,46,54,55,53,55,53,49,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,50,46,54,48,57,49,55,54,44,51,54,46,53,57,52,48,57,57,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,54,49,55,55,52,44,51,54,46,56,56,48,55,55,51,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,56,51,56,55,57,53,44,50,57,46,48,50,53,51,50,55,93,44,91,45,57,54,46,55,57,50,49,51,51,44,50,56,46,57,49,56,56,48,51,93,44,91,45,57,54,46,54,52,51,52,52,50,44,50,56,46,55,49,50,49,48,53,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,111,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,51,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,51,55,52,54,57,44,51,51,46,56,49,56,53,53,50,93,44,91,45,57,55,46,50,53,53,54,51,57,44,51,51,46,56,54,51,55,48,50,93,44,91,45,57,55,46,49,53,52,51,54,55,44,51,51,46,55,50,52,48,57,52,93,44,91,45,57,55,46,48,57,53,54,52,52,44,51,51,46,55,50,57,50,50,50,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,54,46,57,51,52,56,52,44,51,51,46,57,53,52,52,53,51,93,44,91,45,57,54,46,57,54,57,54,50,55,44,51,52,46,48,55,49,48,50,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,57,34,44,34,78,65,77,69,34,58,34,84,119,105,103,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,104,111,110,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,48,54,52,44,34,98,101,100,115,34,58,49,48,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,44,91,45,56,49,46,48,48,49,54,57,53,44,52,48,46,57,56,55,55,56,51,93,44,91,45,56,49,46,48,56,54,51,49,50,44,52,48,46,57,56,56,48,51,49,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,48,46,53,49,57,48,51,55,44,52,49,46,49,50,53,48,57,51,93,44,91,45,56,48,46,53,49,57,48,52,56,44,52,49,46,49,51,51,51,57,52,93,44,91,45,56,49,46,48,48,50,50,57,44,52,49,46,49,51,52,49,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,53,52,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,53,46,56,53,54,50,49,56,44,51,50,46,50,51,49,57,55,53,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,52,56,57,51,52,56,44,51,50,46,52,57,54,57,51,55,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,55,57,56,53,56,53,44,51,50,46,53,56,49,48,56,57,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,56,55,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,51,55,48,51,55,53,44,51,56,46,50,53,53,51,49,57,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,56,46,50,53,51,57,55,56,44,51,56,46,53,57,57,53,48,50,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,55,34,44,34,78,65,77,69,34,58,34,83,119,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,56,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,49,46,53,54,52,56,53,54,44,51,52,46,51,49,50,52,57,51,93,44,91,45,49,48,49,46,52,55,49,53,56,44,51,52,46,51,49,50,50,57,93,44,91,45,49,48,49,46,52,55,49,53,54,50,44,51,52,46,55,52,55,52,54,50,93,44,91,45,49,48,49,46,54,50,57,50,53,55,44,51,52,46,55,52,55,54,52,57,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,50,46,48,48,56,55,44,51,56,46,53,48,48,48,51,56,93,44,91,45,57,50,46,49,52,57,50,57,49,44,51,56,46,52,51,49,49,53,50,93,44,91,45,57,50,46,49,57,52,52,55,54,44,51,56,46,51,51,53,53,51,54,93,44,91,45,57,50,46,49,57,53,54,55,53,44,51,56,46,50,57,50,50,51,55,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,56,54,57,52,56,57,44,51,56,46,54,54,51,57,52,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,75,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,48,56,51,57,44,34,98,101,100,115,34,58,49,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,54,48,49,57,51,51,44,52,49,46,55,49,57,53,54,51,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,69,108,32,68,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,54,49,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,48,46,56,50,51,50,56,51,44,51,56,46,53,53,57,54,56,55,93,44,91,45,49,50,48,46,54,50,56,52,50,56,44,51,56,46,53,48,51,50,48,52,93,44,91,45,49,50,48,46,50,55,52,53,50,50,44,51,56,46,53,53,57,52,53,50,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,49,57,46,56,55,55,55,53,44,51,56,46,56,54,56,51,49,49,93,44,91,45,49,49,57,46,57,48,52,51,49,53,44,51,56,46,57,51,51,51,50,52,93,44,91,45,49,50,48,46,48,48,50,52,54,49,44,51,57,46,48,54,55,52,56,57,93,44,91,45,49,50,48,46,49,56,52,48,57,56,44,51,57,46,48,51,49,48,49,52,93,44,91,45,49,50,48,46,52,51,53,50,52,44,51,57,46,48,50,56,51,57,55,93,44,91,45,49,50,48,46,53,55,50,51,53,50,44,51,56,46,57,49,52,52,93,44,91,45,49,50,48,46,55,51,48,49,55,52,44,51,57,46,48,48,51,57,53,56,93,44,91,45,49,50,48,46,57,51,52,54,53,51,44,51,56,46,57,54,51,55,57,49,93,44,91,45,49,50,49,46,48,53,50,57,49,49,44,51,56,46,57,48,48,49,52,52,93,44,91,45,49,50,49,46,49,52,49,53,57,53,44,51,56,46,55,49,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,75,101,114,115,104,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,54,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,55,54,57,57,50,54,44,51,52,46,51,55,55,49,49,49,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,48,46,56,54,57,53,50,52,44,51,52,46,49,56,50,50,55,49,93,44,91,45,56,48,46,55,49,57,51,49,56,44,51,52,46,48,54,56,57,55,50,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,52,50,48,52,56,52,44,51,52,46,50,57,51,48,55,52,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,51,50,55,53,57,44,51,52,46,52,57,55,55,54,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,53,53,48,53,53,50,44,51,52,46,53,54,48,49,49,54,93,44,91,45,56,48,46,54,53,56,52,49,55,44,51,52,46,52,55,56,54,49,50,93,44,91,45,56,48,46,55,52,51,51,52,53,44,51,52,46,53,51,57,57,49,54,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,54,46,57,51,51,52,55,44,51,54,46,52,48,49,56,55,93,44,91,45,55,54,46,55,55,57,52,54,55,44,51,54,46,51,54,50,52,54,57,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,52,57,49,51,51,54,44,51,54,46,53,49,48,54,55,55,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,79,116,101,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,53,48,57,51,54,52,44,51,56,46,49,55,50,53,49,52,93,44,91,45,49,48,51,46,54,49,57,49,55,50,44,51,56,46,49,49,51,51,53,53,93,44,91,45,49,48,51,46,56,51,53,54,49,54,44,51,56,46,49,49,51,51,52,93,44,91,45,49,48,52,46,48,53,56,50,52,50,44,51,56,46,49,52,54,52,57,50,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,48,53,56,49,57,54,44,51,55,46,54,52,52,48,52,57,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,51,50,51,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,44,91,45,49,50,51,46,56,55,53,54,57,56,44,52,51,46,54,48,56,52,48,55,93,44,91,45,49,50,51,46,56,55,53,54,50,56,44,52,51,46,53,49,53,57,52,55,93,44,91,45,49,50,51,46,55,54,49,53,50,56,44,52,51,46,52,50,50,50,57,52,93,44,91,45,49,50,51,46,55,48,52,55,53,50,44,52,51,46,50,53,55,55,52,49,93,44,91,45,49,50,51,46,55,48,50,49,52,52,44,52,51,46,48,56,55,48,56,51,93,44,91,45,49,50,51,46,56,50,49,49,49,56,44,52,50,46,57,57,54,50,57,49,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,52,52,53,52,53,54,44,52,50,46,55,48,51,48,50,53,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,49,53,50,50,51,51,44,52,50,46,55,53,53,56,51,53,93,44,91,45,49,50,50,46,55,57,52,55,55,54,44,52,50,46,55,55,56,50,50,49,93,44,91,45,49,50,50,46,53,54,48,50,55,51,44,52,50,46,57,51,57,49,56,53,93,44,91,45,49,50,50,46,52,48,49,48,50,53,44,52,50,46,57,57,54,54,51,50,93,44,91,45,49,50,50,46,50,56,50,55,51,44,52,50,46,57,57,54,52,57,57,93,44,91,45,49,50,50,46,50,56,50,53,56,53,44,52,51,46,48,54,55,55,49,57,93,44,91,45,49,50,50,46,48,57,51,55,55,54,44,52,51,46,48,55,54,50,53,55,93,44,91,45,49,50,49,46,57,56,48,53,53,52,44,52,51,46,50,54,53,49,56,93,44,91,45,49,50,50,46,48,50,50,54,54,50,44,52,51,46,51,54,50,51,48,52,93,44,91,45,49,50,50,46,49,51,50,48,51,52,44,52,51,46,52,52,48,50,50,49,93,44,91,45,49,50,50,46,55,52,49,55,49,54,44,52,51,46,52,51,55,51,57,53,93,44,91,45,49,50,50,46,55,52,49,56,52,53,44,52,51,46,53,52,52,54,53,52,93,44,91,45,49,50,51,46,49,48,55,54,56,54,44,52,51,46,53,52,48,48,49,93,44,91,45,49,50,51,46,49,51,55,51,49,57,44,52,51,46,55,55,57,54,55,93,44,91,45,49,50,51,46,51,52,56,50,52,54,44,52,51,46,55,56,48,49,55,93,44,91,45,49,50,51,46,53,50,57,49,53,51,44,52,51,46,56,51,48,48,54,49,93,44,91,45,49,50,51,46,54,49,57,48,49,50,44,52,51,46,57,50,49,49,49,55,93,44,91,45,49,50,51,46,56,50,55,48,48,52,44,52,51,46,57,52,52,56,51,55,93,44,91,45,49,50,51,46,57,52,54,50,57,49,44,52,51,46,56,54,50,54,56,50,93,44,91,45,49,50,52,46,50,51,48,49,55,56,44,52,51,46,56,54,51,55,50,51,93,44,91,45,49,50,52,46,50,57,48,50,51,54,44,52,51,46,54,49,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,53,56,54,44,34,98,101,100,115,34,58,51,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,52,57,53,57,57,44,52,48,46,57,56,55,49,56,49,93,44,91,45,55,53,46,53,55,52,53,57,44,52,48,46,57,53,49,51,50,51,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,51,48,48,53,57,52,44,52,48,46,56,53,57,53,54,51,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,53,46,49,53,54,53,48,55,44,52,49,46,49,53,48,51,52,49,93,44,91,45,55,53,46,49,50,57,55,50,49,44,52,49,46,50,53,50,49,48,49,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,53,48,53,54,48,55,44,52,49,46,50,51,50,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,52,53,48,55,49,53,44,51,53,46,57,54,55,52,57,51,93,44,91,45,57,51,46,53,50,51,54,51,57,44,51,53,46,56,56,49,53,57,50,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,53,49,57,53,55,53,44,51,53,46,55,51,52,52,50,50,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,118,97,108,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,44,91,45,57,56,46,57,57,57,56,57,44,52,56,46,55,49,56,49,50,57,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,51,49,56,48,51,54,44,52,56,46,53,52,51,55,55,51,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,44,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,49,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,49,52,48,54,54,56,44,51,54,46,49,53,57,50,51,49,93,44,91,45,57,55,46,49,52,48,57,54,56,44,51,54,46,50,52,54,52,51,53,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,55,46,48,51,50,49,48,54,44,51,54,46,51,51,51,51,53,52,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,111,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,57,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,48,46,54,56,56,48,48,54,44,51,56,46,55,48,48,48,50,49,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,49,48,48,46,49,52,55,57,52,44,51,57,46,49,51,50,49,55,57,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,105,110,116,101,32,67,111,117,112,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,53,56,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,51,56,48,54,50,44,51,48,46,55,53,56,56,48,52,93,44,91,45,57,49,46,53,53,51,48,49,57,44,51,48,46,55,51,48,55,57,56,93,44,91,45,57,49,46,53,49,53,54,50,54,44,51,48,46,56,54,49,51,55,56,93,44,91,45,57,49,46,54,54,49,51,55,50,44,51,48,46,56,53,55,48,57,57,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,56,48,53,57,54,51,44,51,48,46,57,55,50,53,53,56,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,49,46,55,51,51,54,55,51,44,51,48,46,55,48,49,55,51,93,44,91,45,57,49,46,55,53,54,49,57,51,44,51,48,46,52,57,55,55,51,56,93,44,91,45,57,49,46,55,48,48,57,51,51,44,51,48,46,52,57,55,52,51,51,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,52,49,52,55,54,44,51,48,46,53,49,49,53,49,54,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,71,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,57,49,50,54,51,55,44,52,48,46,53,50,51,54,50,53,93,44,91,45,57,54,46,57,49,54,48,53,53,44,52,48,46,51,52,57,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,51,48,54,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,52,48,53,57,56,49,44,51,51,46,56,51,53,56,57,54,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,53,50,53,48,55,51,44,51,51,46,55,50,49,50,51,54,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,51,55,56,50,50,50,44,51,51,46,53,48,50,52,49,49,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,49,56,57,56,49,50,44,51,51,46,53,52,55,50,51,56,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,48,52,51,57,57,51,44,51,51,46,55,54,51,53,57,53,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,54,46,50,49,53,53,50,53,44,51,51,46,57,56,55,52,50,49,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,49,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,55,51,48,48,54,51,44,51,50,46,51,53,50,55,51,51,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,55,51,48,49,53,50,44,51,50,46,53,55,55,50,52,56,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,104,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,52,57,44,34,98,101,100,115,34,58,54,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,52,46,48,52,51,50,49,51,44,51,49,46,54,50,51,53,55,51,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,52,53,48,51,57,56,44,51,49,46,54,50,49,56,54,56,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,50,55,54,57,53,54,44,51,56,46,50,50,55,49,50,54,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,50,54,55,55,54,57,44,51,56,46,48,53,55,49,55,49,93,44,91,45,56,54,46,49,55,56,57,51,44,51,56,46,48,49,48,56,49,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,54,46,48,51,50,53,53,57,44,51,56,46,51,51,48,54,54,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,111,110,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,48,52,50,48,56,57,44,52,55,46,57,55,55,52,53,93,44,91,45,49,49,54,46,53,48,52,51,50,57,44,52,55,46,57,57,49,51,56,54,93,44,91,45,49,49,54,46,53,48,53,49,48,52,44,52,55,46,56,57,48,49,52,50,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,51,50,57,54,48,49,44,52,56,46,48,49,55,55,50,50,93,44,91,45,49,49,54,46,50,51,51,49,49,51,44,52,56,46,48,54,56,56,57,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,55,56,52,56,55,56,44,52,56,46,53,48,48,52,55,50,93,44,91,45,49,49,54,46,55,56,53,49,55,52,44,52,56,46,56,52,55,52,48,50,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,97,116,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,50,57,57,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,53,46,50,54,52,55,54,50,44,51,52,46,56,53,52,50,55,55,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,48,54,49,54,52,56,44,51,52,46,56,49,57,52,55,56,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,97,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,51,55,50,52,55,54,44,51,49,46,55,48,49,53,49,57,93,44,91,45,57,50,46,50,56,50,48,56,49,44,51,49,46,53,48,51,52,56,54,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,51,57,51,49,50,51,44,52,52,46,54,52,48,51,55,53,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,50,54,56,56,56,50,44,52,52,46,51,54,52,54,53,51,93,44,91,45,54,56,46,57,57,57,52,53,53,44,52,52,46,50,48,50,55,50,49,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,56,48,52,54,49,53,44,52,52,46,52,53,56,52,49,49,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,57,46,49,56,51,55,51,50,44,52,52,46,54,52,52,48,50,51,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,51,50,55,44,34,98,101,100,115,34,58,50,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,54,46,57,52,56,53,55,57,44,51,57,46,49,50,57,53,57,55,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,54,46,56,52,48,51,54,50,44,51,57,46,49,48,51,49,52,50,93,44,91,45,55,54,46,54,57,55,48,56,53,44,51,57,46,50,49,52,48,57,50,93,44,91,45,55,54,46,56,56,50,50,55,52,44,51,57,46,51,53,48,49,56,53,93,44,91,45,55,55,46,49,54,56,48,56,44,51,57,46,51,53,51,57,53,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,97,108,116,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,48,56,48,53,44,34,98,101,100,115,34,58,51,51,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,49,55,53,51,51,55,44,52,48,46,54,48,51,57,56,49,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,49,46,57,52,54,52,53,52,44,52,48,46,52,50,52,53,57,52,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,55,51,56,55,52,52,44,52,48,46,56,54,48,57,57,56,93,44,91,45,49,49,49,46,57,52,54,50,56,57,44,52,48,46,56,50,49,55,57,93,44,91,45,49,49,50,46,48,48,54,53,54,54,44,52,48,46,57,50,49,56,52,54,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,72,97,114,116,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,52,55,51,48,44,34,98,101,100,115,34,58,51,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,50,46,56,56,55,48,54,44,52,49,46,57,55,51,49,50,49,93,44,91,45,55,51,46,48,49,54,54,55,53,44,52,49,46,55,57,56,49,56,51,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,50,46,57,52,54,51,53,44,52,49,46,53,53,54,55,57,55,93,44,91,45,55,50,46,55,53,50,49,56,49,44,52,49,46,53,55,56,56,57,52,93,44,91,45,55,50,46,55,49,51,56,57,55,44,52,49,46,54,50,55,55,48,53,93,44,91,45,55,50,46,53,48,53,52,51,49,44,52,49,46,54,52,54,57,57,57,93,44,91,45,55,50,46,52,54,54,55,51,44,52,49,46,53,56,51,56,57,57,93,44,91,45,55,50,46,52,49,48,51,54,55,44,52,49,46,54,48,50,53,56,49,93,44,91,45,55,50,46,53,49,56,51,51,44,52,49,46,56,53,54,56,57,57,93,44,91,45,55,50,46,53,48,57,50,51,51,44,52,50,46,48,51,52,51,55,54,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,87,105,110,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,53,51,56,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,44,91,45,55,50,46,50,49,54,57,56,44,52,49,46,57,53,56,49,54,49,93,44,91,45,55,50,46,50,51,57,53,53,57,44,52,49,46,55,49,52,49,57,49,93,44,91,45,55,50,46,49,53,49,55,52,55,44,52,49,46,54,54,55,53,49,54,93,44,91,45,55,49,46,57,53,49,57,51,54,44,52,49,46,54,51,52,51,50,56,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,50,46,49,48,50,49,55,44,52,50,46,48,50,56,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,50,53,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,44,91,45,56,49,46,52,52,53,49,52,51,44,50,53,46,55,51,55,53,55,54,93,44,91,45,56,49,46,51,52,55,50,51,49,44,50,53,46,54,51,54,55,50,55,93,44,91,45,56,49,46,50,48,53,55,48,57,44,50,53,46,52,49,48,55,53,49,93,44,91,45,56,49,46,50,51,52,48,52,52,44,50,53,46,50,51,52,53,50,50,93,44,91,45,56,49,46,49,56,52,52,48,57,44,50,53,46,49,50,53,48,48,49,93,44,91,45,56,49,46,48,57,56,52,56,57,44,50,53,46,48,54,54,52,55,49,93,44,91,45,56,48,46,57,54,52,50,56,56,44,50,52,46,56,49,57,57,48,55,93,44,91,45,56,49,46,48,54,52,52,55,44,50,52,46,55,57,49,49,49,54,93,44,91,45,56,49,46,50,48,50,51,50,50,44,50,52,46,56,54,56,51,53,50,93,44,91,45,56,49,46,52,48,50,52,55,51,44,50,52,46,56,56,49,56,50,55,93,44,91,45,56,49,46,55,50,51,53,50,56,44,50,52,46,55,50,53,53,50,52,93,44,91,45,56,50,46,48,50,54,54,52,51,44,50,52,46,54,48,55,54,54,54,93,44,91,45,56,50,46,49,54,52,54,57,50,44,50,52,46,54,50,57,52,55,51,93,44,91,45,56,50,46,49,55,53,48,57,56,44,50,52,46,52,57,57,54,49,55,93,44,91,45,56,50,46,48,54,55,49,55,49,44,50,52,46,53,50,51,55,49,53,93,44,91,45,56,49,46,57,52,54,52,52,49,44,50,52,46,51,57,57,51,52,56,93,44,91,45,56,49,46,55,49,49,56,51,49,44,50,52,46,52,50,57,55,51,51,93,44,91,45,56,49,46,53,51,57,57,50,52,44,50,52,46,52,56,54,48,51,52,93,44,91,45,56,49,46,52,55,52,55,51,51,44,50,52,46,53,53,51,52,53,53,93,44,91,45,56,49,46,50,55,49,54,57,44,50,52,46,53,57,55,48,57,54,93,44,91,45,56,49,46,49,52,55,54,56,54,44,50,52,46,54,52,57,48,54,52,93,44,91,45,56,49,46,48,52,55,54,52,56,44,50,52,46,54,52,48,50,52,93,44,91,45,56,48,46,55,56,51,51,55,53,44,50,52,46,55,54,49,50,54,93,44,91,45,56,48,46,52,53,51,51,54,53,44,50,52,46,57,54,51,54,57,56,93,44,91,45,56,48,46,51,57,48,52,51,53,44,50,53,46,48,53,55,49,56,57,93,44,91,45,56,48,46,50,52,57,55,55,51,44,50,53,46,49,55,57,52,55,57,93,44,91,45,56,48,46,50,49,55,56,54,50,44,50,53,46,50,57,53,50,52,55,93,44,91,45,56,48,46,49,53,48,50,52,55,44,50,53,46,51,49,52,49,52,57,93,44,91,45,56,48,46,50,54,53,52,55,50,44,50,53,46,51,53,52,50,57,54,93,44,91,45,56,48,46,51,55,50,49,50,49,44,50,53,46,51,49,48,50,49,53,93,44,91,45,56,48,46,52,50,57,51,48,54,44,50,53,46,50,51,53,54,54,49,93,44,91,45,56,48,46,54,53,49,50,55,57,44,50,53,46,49,57,50,53,57,54,93,44,91,45,56,48,46,55,48,53,51,55,57,44,50,53,46,49,52,57,48,49,55,93,44,91,45,56,48,46,56,53,56,49,54,55,44,50,53,46,49,55,54,54,48,55,93,44,91,45,56,48,46,56,55,51,49,57,44,50,53,46,51,54,51,57,57,51,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,93,93,44,91,91,91,45,56,50,46,57,56,55,52,55,55,44,50,52,46,54,50,53,51,55,57,93,44,91,45,56,50,46,56,52,57,48,53,51,44,50,52,46,53,55,54,55,52,56,93,44,91,45,56,50,46,55,54,54,54,56,49,44,50,52,46,54,54,55,57,52,93,44,91,45,56,50,46,56,57,57,57,50,56,44,50,52,46,55,49,55,55,55,56,93,44,91,45,56,50,46,57,56,55,52,55,55,44,50,52,46,54,50,53,51,55,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,84,117,115,99,97,114,97,119,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,50,54,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,49,46,54,49,54,48,51,44,52,48,46,51,54,56,49,49,56,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,51,51,56,48,53,55,44,52,48,46,50,49,52,50,53,51,93,44,91,45,56,49,46,50,55,53,51,49,57,44,52,48,46,51,48,51,52,51,52,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,49,46,50,54,52,55,52,52,44,52,48,46,53,54,53,48,52,50,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,49,48,49,44,34,98,101,100,115,34,58,49,50,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,49,54,49,52,50,56,44,52,48,46,54,52,52,49,52,56,93,44,91,45,55,52,46,50,48,51,54,56,56,44,52,48,46,53,57,50,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,48,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,55,56,52,55,57,51,44,51,57,46,50,54,50,56,56,56,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,56,55,50,50,49,52,44,51,57,46,48,50,49,51,48,52,93,44,91,45,56,51,46,54,55,51,48,49,56,44,51,57,46,48,50,48,52,51,93,44,91,45,56,51,46,51,56,53,54,51,55,44,51,57,46,48,53,53,49,57,55,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,32,111,102,32,116,104,101,32,87,111,111,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,44,91,45,57,53,46,50,51,53,54,48,54,44,52,56,46,56,56,49,52,53,93,44,91,45,57,53,46,48,57,49,50,56,50,44,52,56,46,57,49,57,49,55,51,93,44,91,45,57,53,46,48,56,57,56,54,51,44,52,56,46,55,49,51,48,54,50,93,44,91,45,57,53,46,51,52,50,55,51,44,52,56,46,55,49,51,48,50,56,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,50,49,49,57,54,54,44,52,56,46,53,51,57,57,54,49,93,44,91,45,57,53,46,50,49,48,57,53,51,44,52,56,46,51,54,53,57,55,49,93,44,91,45,57,52,46,52,50,56,55,48,50,44,52,56,46,51,54,55,51,51,51,93,44,91,45,57,52,46,52,51,48,50,55,51,44,52,56,46,55,48,48,57,48,57,93,44,91,45,57,52,46,53,57,50,48,57,57,44,52,56,46,55,49,57,49,50,93,44,91,45,57,52,46,54,57,48,57,48,50,44,52,56,46,55,55,55,57,57,57,93,44,91,45,57,52,46,54,56,52,51,52,55,44,52,56,46,56,56,51,57,53,56,93,44,91,45,57,52,46,56,50,53,53,51,53,44,52,57,46,50,57,52,51,53,52,93,44,91,45,57,52,46,57,53,50,48,54,57,44,52,57,46,51,54,56,55,51,51,93,44,91,45,57,53,46,49,53,51,51,57,53,44,52,57,46,51,56,52,52,55,57,93,44,91,45,57,53,46,49,53,51,49,57,49,44,52,56,46,57,57,56,56,55,93,44,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,53,49,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,44,91,45,49,49,51,46,48,48,55,55,54,44,52,50,46,56,54,51,48,53,49,93,44,91,45,49,49,50,46,56,49,54,53,55,56,44,52,50,46,56,54,51,50,51,49,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,54,53,54,53,53,50,44,52,51,46,48,50,49,57,52,52,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,49,46,53,56,56,48,52,57,44,52,51,46,50,56,49,56,52,49,93,44,91,45,49,49,49,46,56,50,50,52,57,52,44,52,51,46,50,56,50,50,56,54,93,44,91,45,49,49,49,46,56,50,50,52,55,53,44,52,51,46,51,54,54,48,51,53,93,44,91,45,49,49,50,46,48,52,51,56,50,49,44,52,51,46,51,54,54,55,48,56,93,44,91,45,49,49,50,46,49,48,51,50,57,56,44,52,51,46,52,50,53,48,53,55,93,44,91,45,49,49,50,46,53,50,48,48,50,52,44,52,51,46,52,50,53,49,55,93,44,91,45,49,49,50,46,53,49,57,56,54,49,44,52,51,46,54,50,54,54,50,51,93,44,91,45,49,49,50,46,54,57,55,49,50,50,44,52,51,46,54,50,51,49,52,93,44,91,45,49,49,50,46,57,51,54,56,51,53,44,52,51,46,52,52,57,51,56,54,93,44,91,45,49,49,51,46,48,48,55,51,49,56,44,52,51,46,50,56,52,55,55,56,93,44,91,45,49,49,51,46,48,48,55,55,49,50,44,52,51,46,49,49,48,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,98,111,32,82,111,106,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,48,53,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,44,91,45,54,55,46,50,50,53,54,54,52,44,49,56,46,49,57,54,49,53,51,93,44,91,45,54,55,46,50,54,48,54,56,44,49,55,46,57,50,56,53,52,93,44,91,45,54,55,46,49,48,56,54,51,53,44,49,55,46,56,57,53,52,48,55,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,49,53,57,55,51,51,44,49,56,46,49,53,51,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,117,109,97,99,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,54,54,44,34,98,101,100,115,34,58,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,44,91,45,54,53,46,56,55,55,54,49,53,44,49,56,46,49,49,56,49,54,55,93,44,91,45,54,53,46,55,51,57,49,49,50,44,49,56,46,48,55,48,55,55,56,93,44,91,45,54,53,46,54,57,57,51,51,53,44,49,56,46,49,49,54,49,49,51,93,44,91,45,54,53,46,56,50,54,48,54,51,44,49,56,46,50,48,48,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,117,110,99,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,56,53,50,54,49,54,44,49,56,46,50,53,52,57,55,50,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,52,48,50,44,34,98,101,100,115,34,58,49,54,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,54,50,53,53,57,57,44,51,53,46,48,54,52,54,56,54,93,44,91,45,56,50,46,52,57,52,48,48,55,44,51,52,46,56,57,54,50,49,53,93,44,91,45,56,50,46,52,56,55,50,48,51,44,51,52,46,56,49,56,56,49,49,93,44,91,45,56,50,46,52,54,54,53,48,51,44,51,52,46,54,54,53,49,56,52,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,50,51,56,48,53,52,44,51,52,46,53,56,54,57,53,54,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,50,50,54,51,50,53,44,51,52,46,56,53,50,52,56,56,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,76,121,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,57,57,46,56,51,55,56,50,53,44,52,51,46,54,56,57,48,55,49,93,44,91,45,57,57,46,54,50,51,53,56,55,44,52,51,46,55,52,50,52,49,52,93,44,91,45,57,57,46,54,50,51,53,55,56,44,52,51,46,52,57,57,56,53,57,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,57,46,52,48,54,57,54,49,44,52,51,46,55,48,53,50,55,55,93,44,91,45,57,57,46,52,49,48,49,53,44,52,51,46,55,55,52,54,49,57,93,44,91,45,57,57,46,51,49,48,56,50,54,44,52,51,46,56,53,53,50,49,54,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,57,46,51,53,51,55,50,44,52,51,46,57,57,53,51,50,57,93,44,91,45,57,57,46,53,54,50,53,51,54,44,52,52,46,49,48,49,53,49,57,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,54,53,52,53,51,54,44,52,52,46,49,48,49,54,56,57,93,44,91,45,57,57,46,56,56,52,52,56,53,44,52,52,46,49,50,57,53,56,50,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,49,48,48,46,51,54,55,50,52,55,44,52,52,46,49,57,52,54,50,49,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,48,46,51,54,54,49,55,52,44,52,51,46,56,52,54,57,55,56,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,114,101,109,112,101,97,108,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,52,51,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,53,50,57,55,52,49,44,52,52,46,50,52,54,55,55,55,93,44,91,45,57,49,46,54,49,50,51,51,49,44,52,52,46,49,54,56,56,48,57,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,52,50,53,49,56,56,44,52,51,46,57,56,52,51,50,50,93,44,91,45,57,49,46,51,48,55,52,55,56,44,52,52,46,48,54,52,56,55,54,93,44,91,45,57,49,46,49,53,49,57,51,50,44,52,52,46,48,55,57,54,54,53,93,44,91,45,57,49,46,49,54,53,54,49,57,44,52,52,46,53,57,54,57,56,55,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,89,111,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,55,55,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,50,56,55,57,57,56,44,51,56,46,56,51,57,57,51,49,93,44,91,45,49,50,50,46,49,48,51,50,56,49,44,51,56,46,53,49,51,51,52,56,93,44,91,45,49,50,49,46,57,52,48,50,56,53,44,51,56,46,53,51,51,51,56,52,93,44,91,45,49,50,49,46,54,57,53,49,52,55,44,51,56,46,53,50,51,49,53,54,93,44,91,45,49,50,49,46,54,57,52,48,49,52,44,51,56,46,51,49,52,56,53,54,93,44,91,45,49,50,49,46,53,57,51,50,55,51,44,51,56,46,51,49,51,48,56,57,93,44,91,45,49,50,49,46,53,48,50,57,56,50,44,51,56,46,52,52,48,55,49,56,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,55,50,51,51,52,54,44,51,56,46,56,48,51,55,53,57,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,51,49,34,44,34,78,65,77,69,34,58,34,83,116,101,114,108,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,48,46,56,54,53,50,53,54,44,51,49,46,53,54,50,50,57,52,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,53,34,44,34,78,65,77,69,34,58,34,87,105,110,107,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,48,50,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,51,46,48,54,52,53,49,44,51,50,46,48,48,48,52,50,52,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,50,46,48,49,56,56,56,55,44,52,51,46,55,48,56,54,49,56,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,49,51,57,48,53,49,44,52,51,46,52,55,54,54,55,54,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,49,46,50,50,56,51,51,49,44,52,51,46,55,57,53,48,52,57,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,49,56,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,50,46,50,50,52,52,54,49,44,51,56,46,56,54,52,56,48,51,93,44,91,45,49,49,50,46,50,49,56,51,53,54,44,51,56,46,55,50,55,51,54,49,93,44,91,45,49,49,50,46,51,48,57,57,53,51,44,51,56,46,54,55,54,50,57,93,44,91,45,49,49,50,46,52,52,55,53,49,55,44,51,56,46,54,56,49,50,55,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,56,53,51,50,57,55,44,51,57,46,48,51,50,57,56,52,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,54,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,54,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,54,46,56,56,51,49,53,54,44,51,55,46,50,50,51,48,53,55,93,44,91,45,55,54,46,57,48,52,52,55,49,44,51,55,46,51,55,55,54,54,53,93,44,91,45,55,55,46,49,55,55,51,50,52,44,51,55,46,52,57,48,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,49,56,48,51,56,52,44,51,49,46,56,49,52,53,52,54,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,56,46,48,48,55,48,55,55,44,51,50,46,49,56,53,51,49,51,93,44,91,45,56,56,46,48,49,57,49,52,53,44,51,50,46,50,56,53,50,52,93,44,91,45,56,55,46,57,51,48,54,54,49,44,51,50,46,51,49,48,53,55,52,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,52,48,57,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,53,49,57,54,49,44,51,56,46,54,57,55,49,57,56,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,55,52,51,54,57,49,44,51,56,46,52,49,52,51,56,55,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,50,55,56,53,53,51,44,51,56,46,54,57,49,51,52,51,93,44,91,45,56,55,46,50,52,54,54,44,51,56,46,56,48,55,55,48,49,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,52,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,57,57,46,54,52,51,52,54,50,44,52,48,46,54,56,52,57,49,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,70,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,56,52,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,51,46,57,49,57,55,56,57,44,52,55,46,57,53,53,57,53,93,44,91,45,49,48,51,46,55,56,52,51,57,52,44,52,56,46,48,53,57,52,57,49,93,44,91,45,49,48,51,46,54,48,56,49,55,52,44,52,56,46,49,49,52,49,50,52,93,44,91,45,49,48,51,46,52,56,53,48,55,50,44,52,56,46,48,48,54,55,50,53,93,44,91,45,49,48,51,46,50,55,55,50,54,54,44,52,56,46,48,53,56,48,50,51,93,44,91,45,49,48,51,46,50,48,49,56,57,44,52,56,46,49,51,53,50,48,56,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,50,46,56,50,56,49,54,51,44,52,56,46,51,55,50,54,52,49,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,56,56,53,55,55,53,44,52,56,46,54,51,51,50,57,56,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,50,48,50,44,34,98,101,100,115,34,58,49,51,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,44,91,45,57,55,46,54,56,49,53,48,56,44,52,54,46,57,55,56,52,56,49,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,54,46,55,54,49,54,57,51,44,52,54,46,57,51,52,53,53,56,93,44,91,45,57,54,46,56,51,52,56,51,57,44,52,55,46,48,48,55,50,53,52,93,44,91,45,57,54,46,56,52,48,49,50,50,44,52,55,46,49,53,48,52,55,53,93,44,91,45,57,54,46,56,51,51,51,57,51,44,52,55,46,50,51,56,48,52,49,93,44,91,45,57,55,46,52,53,49,53,49,50,44,52,55,46,50,51,57,48,54,49,93,44,91,45,57,55,46,55,48,53,57,51,53,44,52,55,46,50,51,57,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,50,55,57,50,48,55,44,51,55,46,52,53,51,50,57,50,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,116,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,49,46,52,48,55,50,54,44,52,49,46,51,57,53,52,49,54,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,70,114,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,52,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,57,46,52,48,57,48,50,49,44,50,56,46,54,52,48,53,54,54,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,48,49,44,34,98,101,100,115,34,58,49,51,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,53,50,50,52,56,44,52,49,46,53,49,49,48,51,53,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,49,46,51,54,54,50,50,49,44,52,49,46,56,54,48,48,54,57,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,78,101,111,115,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,54,53,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,51,46,48,55,51,54,51,51,44,51,56,46,53,57,48,52,51,56,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,50,46,57,54,55,54,51,53,44,51,56,46,51,57,52,49,51,56,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,56,49,53,57,55,57,44,51,56,46,53,55,48,56,48,50,93,44,91,45,56,50,46,56,57,55,49,56,57,44,51,56,46,55,53,54,50,49,52,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,55,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,50,46,52,54,56,49,55,55,44,51,55,46,56,57,48,52,54,52,93,44,91,45,49,49,50,46,53,55,56,51,57,55,44,51,55,46,56,56,50,49,52,55,93,44,91,45,49,49,50,46,54,56,57,50,50,49,44,51,55,46,56,48,53,53,57,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,49,46,56,52,48,56,48,57,44,51,55,46,53,51,53,55,56,57,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,48,46,53,48,49,53,57,52,44,51,55,46,54,53,93,44,91,45,49,49,48,46,52,51,55,53,51,56,44,51,55,46,56,48,54,57,50,93,44,91,45,49,49,48,46,51,54,52,49,52,54,44,51,55,46,56,57,50,49,56,53,93,44,91,45,49,49,48,46,50,49,52,57,52,57,44,51,55,46,56,57,50,53,53,53,93,44,91,45,49,49,48,46,48,48,57,52,57,52,44,51,56,46,49,48,57,54,53,54,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,49,48,46,54,56,55,52,48,54,44,51,56,46,49,53,49,51,56,53,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,69,117,114,101,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,54,46,53,57,54,56,49,53,44,52,48,46,57,52,54,52,54,93,44,91,45,49,49,54,46,53,57,48,51,57,54,44,52,48,46,48,55,50,50,55,55,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,53,46,57,48,55,48,55,49,44,51,57,46,49,54,49,56,52,56,93,44,91,45,49,49,53,46,57,48,55,54,53,57,44,51,57,46,52,54,52,52,51,50,93,44,91,45,49,49,53,46,56,49,51,52,55,54,44,51,57,46,53,57,51,53,50,49,93,44,91,45,49,49,53,46,56,51,51,49,48,49,44,51,57,46,55,50,57,52,49,50,93,44,91,45,49,49,53,46,55,57,52,56,54,52,44,51,57,46,56,53,51,49,48,52,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,54,46,48,48,48,56,57,55,44,52,48,46,49,50,55,51,55,54,93,44,91,45,49,49,54,46,49,53,55,56,51,52,44,52,48,46,54,54,54,51,56,57,93,44,91,45,49,49,54,46,49,53,56,49,53,53,44,52,48,46,57,57,57,57,49,50,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,121,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,49,46,51,50,51,51,53,51,44,52,48,46,51,53,48,53,53,51,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,53,56,54,56,56,54,44,51,51,46,55,51,49,50,51,52,93,44,91,45,57,50,46,55,53,57,48,51,53,44,51,51,46,53,51,48,57,53,52,93,44,91,45,57,50,46,55,48,53,48,57,51,44,51,51,46,52,51,49,50,49,53,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,52,52,49,54,55,55,44,51,51,46,50,55,51,54,52,55,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,51,56,50,48,54,44,51,51,46,51,52,53,57,55,49,93,44,91,45,57,50,46,51,49,49,48,55,57,44,51,51,46,52,57,57,55,56,50,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,48,34,44,34,78,65,77,69,34,58,34,70,97,105,114,98,97,110,107,115,32,78,111,114,116,104,32,83,116,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,54,53,51,44,34,98,101,100,115,34,58,49,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,44,91,45,49,52,52,46,49,48,52,55,52,52,44,54,52,46,56,52,57,50,51,49,93,44,91,45,49,52,51,46,57,50,49,48,57,52,44,54,53,46,48,53,56,55,56,93,44,91,45,49,52,51,46,57,55,51,54,51,57,44,54,53,46,49,49,57,51,48,52,93,44,91,45,49,52,52,46,51,51,49,51,55,55,44,54,53,46,49,48,55,55,48,55,93,44,91,45,49,52,52,46,52,54,48,48,50,44,54,53,46,48,54,48,55,49,49,93,44,91,45,49,52,52,46,57,56,51,53,49,52,44,54,53,46,49,51,54,57,56,56,93,44,91,45,49,52,53,46,50,50,53,57,52,52,44,54,53,46,48,54,57,50,49,54,93,44,91,45,49,52,53,46,53,49,57,52,51,54,44,54,53,46,48,54,50,54,56,50,93,44,91,45,49,52,53,46,54,51,51,55,56,57,44,54,53,46,49,53,51,55,57,49,93,44,91,45,49,52,54,46,48,56,49,48,50,56,44,54,53,46,50,52,57,57,52,50,93,44,91,45,49,52,54,46,48,48,55,56,57,57,44,54,53,46,51,53,57,52,51,52,93,44,91,45,49,52,54,46,50,48,53,55,48,52,44,54,53,46,52,53,50,57,57,54,93,44,91,45,49,52,54,46,53,52,56,54,53,52,44,54,53,46,51,52,53,48,48,51,93,44,91,45,49,52,54,46,57,48,51,49,52,50,44,54,53,46,50,56,51,51,55,53,93,44,91,45,49,52,55,46,51,49,54,56,48,57,44,54,53,46,50,55,53,50,51,50,93,44,91,45,49,52,55,46,53,53,55,55,55,49,44,54,53,46,50,48,57,56,57,53,93,44,91,45,49,52,56,46,54,54,49,49,57,57,44,54,53,46,50,48,57,56,55,53,93,44,91,45,49,52,56,46,54,52,56,50,48,55,44,54,52,46,53,56,53,51,55,49,93,44,91,45,49,52,56,46,53,53,48,55,52,50,44,54,52,46,54,49,55,50,48,56,93,44,91,45,49,52,56,46,48,52,54,54,57,54,44,54,52,46,51,52,51,56,48,50,93,44,91,45,49,52,55,46,55,53,57,50,44,54,52,46,50,53,55,50,93,44,91,45,49,52,54,46,57,57,57,57,48,57,44,54,52,46,50,53,55,49,57,54,93,44,91,45,49,52,54,46,51,52,52,54,55,51,44,54,52,46,50,55,54,51,54,52,93,44,91,45,49,52,54,46,49,53,55,53,57,50,44,54,52,46,51,56,50,55,51,93,44,91,45,49,52,54,46,48,48,51,55,55,50,44,54,52,46,51,56,49,48,57,49,93,44,91,45,49,52,53,46,55,52,48,48,48,50,44,54,52,46,52,54,48,49,51,50,93,44,91,45,49,52,53,46,52,57,56,48,56,57,44,54,52,46,52,50,51,49,53,53,93,44,91,45,49,52,53,46,51,55,51,57,50,57,44,54,52,46,52,56,51,56,51,54,93,44,91,45,49,52,53,46,48,56,50,55,56,55,44,54,52,46,53,48,55,51,52,57,93,44,91,45,49,52,52,46,57,56,53,51,51,49,44,54,52,46,53,54,56,54,48,57,93,44,91,45,49,52,52,46,53,53,50,53,50,54,44,54,52,46,54,48,48,54,52,53,93,44,91,45,49,52,52,46,48,54,57,48,50,57,44,54,52,46,54,56,51,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,49,51,55,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,44,91,45,56,55,46,55,48,48,55,54,50,44,51,55,46,56,57,55,53,53,54,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,50,56,57,55,56,52,44,51,55,46,55,54,49,48,55,56,93,44,91,45,56,55,46,51,48,50,57,51,50,44,51,55,46,56,57,55,55,53,93,44,91,45,56,55,46,52,53,49,49,57,57,44,51,55,46,57,52,48,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,51,51,48,51,49,50,44,51,51,46,49,51,55,56,49,56,93,44,91,45,57,48,46,52,50,56,55,55,52,44,51,51,46,49,48,55,57,51,50,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,56,57,46,57,48,50,53,48,49,44,51,50,46,57,50,55,57,52,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,57,48,46,50,57,53,48,50,57,44,51,51,46,51,54,49,55,56,52,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,79,107,116,105,98,98,101,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,56,49,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,54,55,49,53,50,54,44,51,51,46,53,54,53,49,51,53,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,101,105,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,54,55,49,44,49,56,46,50,50,51,48,53,50,93,44,91,45,54,53,46,54,53,52,55,50,56,44,49,56,46,49,51,51,51,51,53,93,44,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,44,91,45,54,53,46,53,53,52,54,52,51,44,49,56,46,49,56,52,55,54,55,93,44,91,45,54,53,46,52,50,50,55,48,54,44,49,56,46,50,57,48,55,50,56,93,44,91,45,54,53,46,52,50,52,52,51,49,44,49,56,46,51,57,48,56,56,93,44,91,45,54,53,46,52,54,57,49,51,50,44,49,56,46,51,57,54,52,49,93,44,91,45,54,53,46,54,50,52,54,48,53,44,49,56,46,50,56,55,55,52,53,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,111,114,111,122,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,49,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,49,51,50,57,57,44,49,56,46,50,52,57,51,50,52,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,70,101,114,103,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,55,51,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,49,48,46,49,50,55,54,57,57,44,52,55,46,50,55,49,57,49,93,44,91,45,49,48,57,46,55,53,54,53,54,56,44,52,55,46,49,56,53,54,57,52,93,44,91,45,49,48,57,46,55,53,53,52,50,51,44,52,54,46,56,57,54,48,50,51,93,44,91,45,49,48,57,46,55,57,55,52,54,57,44,52,54,46,56,54,55,48,51,56,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,51,56,57,50,48,56,44,52,54,46,55,53,49,51,53,49,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,56,46,54,48,56,57,53,52,44,52,55,46,48,57,56,49,50,54,93,44,91,45,49,48,56,46,55,51,54,56,51,56,44,52,55,46,48,57,56,50,49,56,93,44,91,45,49,48,56,46,55,49,57,49,56,57,44,52,55,46,50,55,48,51,52,50,93,44,91,45,49,48,56,46,53,57,48,56,51,53,44,52,55,46,51,48,54,53,49,54,93,44,91,45,49,48,56,46,51,49,53,52,56,49,44,52,55,46,51,49,53,49,53,50,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,54,55,49,52,44,52,55,46,54,49,57,53,53,54,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,57,52,50,55,52,53,44,52,55,46,55,57,49,56,50,52,93,44,91,45,49,48,57,46,50,55,55,51,56,50,44,52,55,46,55,57,50,52,51,53,93,44,91,45,49,48,57,46,52,49,49,53,48,54,44,52,55,46,55,50,52,54,49,55,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,56,50,51,52,48,49,44,52,55,46,55,49,53,53,55,57,93,44,91,45,49,48,57,46,56,52,53,50,50,49,44,52,55,46,53,52,54,55,57,53,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,97,114,114,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,55,54,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,48,54,55,53,53,57,44,51,57,46,52,55,57,52,52,51,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,51,49,44,34,98,101,100,115,34,58,50,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,52,53,51,49,50,49,44,51,50,46,56,53,57,57,51,53,93,44,91,45,57,51,46,52,52,49,50,49,50,44,51,50,46,52,49,48,52,51,49,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,50,51,54,54,53,54,44,51,50,46,52,49,48,48,55,49,93,44,91,45,57,51,46,49,52,55,49,57,51,44,51,50,46,52,53,53,49,55,51,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,51,46,50,51,55,51,56,49,44,51,50,46,55,49,54,50,53,93,44,91,45,57,51,46,50,51,56,54,48,55,44,51,51,46,48,49,55,57,57,50,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,56,51,48,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,52,57,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,54,46,54,57,48,55,49,57,44,51,54,46,56,52,52,51,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,51,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,51,46,48,48,49,48,49,55,44,52,51,46,54,48,53,56,49,54,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,50,46,54,56,55,49,57,49,44,52,51,46,56,53,53,53,57,57,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,77,101,114,114,105,109,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,52,53,50,44,34,98,101,100,115,34,58,53,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,44,91,45,55,50,46,48,57,48,49,52,54,44,52,51,46,51,50,50,53,53,51,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,49,46,57,49,51,50,49,53,44,52,51,46,50,48,55,48,57,57,93,44,91,45,55,49,46,56,53,54,49,44,52,51,46,49,49,53,49,51,53,93,44,91,45,55,49,46,54,54,55,55,55,49,44,52,51,46,49,53,50,53,51,52,93,44,91,45,55,49,46,54,52,49,50,57,49,44,52,51,46,48,53,52,49,54,56,93,44,91,45,55,49,46,53,49,55,52,54,55,44,52,51,46,48,54,56,57,48,57,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,53,53,48,48,51,44,52,51,46,52,53,50,55,48,49,93,44,91,45,55,49,46,54,49,50,52,50,54,44,52,51,46,52,51,55,56,57,51,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,57,51,53,51,49,44,52,51,46,53,50,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,48,49,52,44,34,98,101,100,115,34,58,57,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,55,46,48,49,56,54,52,56,44,52,48,46,48,49,51,57,52,55,93,44,91,45,55,54,46,57,53,52,57,51,50,44,51,57,46,56,53,54,56,53,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,54,46,55,56,55,48,57,54,44,51,57,46,55,50,48,56,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,52,55,51,53,56,44,51,57,46,57,52,55,51,53,50,93,44,91,45,55,54,46,53,51,52,53,50,52,44,52,48,46,48,53,49,51,52,56,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,117,116,104,101,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,53,51,50,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,49,53,49,53,51,53,44,51,53,46,52,48,55,53,56,49,93,44,91,45,56,49,46,57,54,56,55,56,56,44,51,53,46,50,53,55,55,54,52,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,55,48,50,56,53,51,44,51,53,46,51,53,55,51,48,52,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,57,54,55,54,49,57,44,51,53,46,53,50,54,48,48,55,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,97,100,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,55,46,56,53,51,48,50,56,44,52,52,46,53,52,52,51,57,56,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,117,108,108,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,49,51,44,34,98,101,100,115,34,58,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,49,49,49,57,57,50,44,51,51,46,57,57,50,51,56,53,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,54,46,55,54,51,57,57,57,44,51,51,46,57,55,52,49,56,55,93,44,91,45,56,54,46,54,56,55,54,57,55,44,51,52,46,48,56,48,55,51,53,93,44,91,45,56,54,46,53,57,57,55,56,53,44,51,52,46,49,50,49,55,50,93,44,91,45,56,54,46,53,49,57,54,48,51,44,51,52,46,50,53,49,55,54,54,93,44,91,45,56,54,46,52,53,51,48,50,44,51,52,46,50,53,57,51,49,55,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,52,48,44,34,98,101,100,115,34,58,49,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,44,91,45,56,52,46,57,48,53,55,56,56,44,51,51,46,53,55,51,51,55,56,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,54,53,54,52,51,51,44,51,51,46,54,53,57,52,48,57,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,57,48,49,54,56,56,44,51,51,46,55,56,48,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,55,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,48,54,55,48,49,50,44,52,48,46,53,50,51,49,52,56,93,44,91,45,57,54,46,52,54,51,54,51,50,44,52,48,46,53,50,51,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,51,53,51,54,54,57,44,51,53,46,56,54,49,51,54,53,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,49,46,48,54,52,48,54,56,44,52,51,46,57,57,52,57,50,57,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,48,46,57,56,55,48,50,55,44,52,51,46,56,52,57,49,51,50,93,44,91,45,49,48,48,46,54,55,57,51,50,50,44,52,51,46,55,49,49,54,51,54,93,44,91,45,49,48,48,46,53,53,52,54,56,55,44,52,51,46,55,51,55,50,52,55,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,51,54,54,49,55,52,44,52,51,46,56,52,54,57,55,56,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,48,54,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,55,57,46,56,52,57,53,51,54,44,51,52,46,57,48,48,48,48,54,93,44,91,45,55,57,46,57,52,54,49,50,50,44,51,53,46,49,49,56,53,57,51,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,48,34,44,34,78,65,77,69,34,58,34,72,97,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,44,91,45,49,51,53,46,57,53,50,54,52,53,44,53,57,46,54,54,50,49,54,54,93,44,91,45,49,51,54,46,49,57,50,57,48,52,44,53,57,46,54,52,48,48,50,55,93,44,91,45,49,51,54,46,51,48,53,48,50,50,44,53,57,46,52,54,52,53,49,56,93,44,91,45,49,51,54,46,52,55,55,49,53,54,44,53,57,46,52,54,53,56,50,52,93,44,91,45,49,51,54,46,52,56,56,52,48,50,44,53,57,46,50,53,57,50,57,93,44,91,45,49,51,53,46,57,54,57,56,52,55,44,53,57,46,49,55,57,55,52,93,44,91,45,49,51,53,46,55,49,48,51,56,51,44,53,57,46,49,48,49,52,57,49,93,44,91,45,49,51,53,46,53,54,54,56,54,53,44,53,56,46,57,54,51,56,50,93,44,91,45,49,51,53,46,55,53,53,51,50,51,44,53,56,46,55,52,53,57,53,52,93,44,91,45,49,51,53,46,52,50,50,54,56,55,44,53,56,46,54,51,49,52,49,54,93,44,91,45,49,51,53,46,52,55,54,49,51,57,44,53,56,46,52,55,53,51,52,55,93,44,91,45,49,51,53,46,52,52,57,54,56,55,44,53,56,46,51,49,55,48,55,51,93,44,91,45,49,51,53,46,50,53,48,48,50,44,53,56,46,49,54,54,55,93,44,91,45,49,51,53,46,48,48,48,52,51,50,44,53,56,46,49,49,56,48,54,52,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,53,46,50,49,57,49,50,56,44,53,56,46,57,55,52,57,55,50,93,44,91,45,49,51,52,46,51,50,49,52,52,54,44,53,56,46,57,54,51,54,50,57,93,44,91,45,49,51,52,46,52,56,51,51,57,53,44,53,57,46,49,51,49,54,48,51,93,44,91,45,49,51,52,46,55,48,48,55,49,54,44,53,57,46,50,52,57,48,49,49,93,44,91,45,49,51,52,46,57,53,57,57,48,53,44,53,57,46,50,56,48,57,50,54,93,44,91,45,49,51,53,46,48,51,48,53,50,53,44,53,57,46,51,52,54,51,52,56,93,44,91,45,49,51,53,46,51,55,53,48,50,44,53,57,46,51,53,48,48,51,51,93,44,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,105,108,108,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,51,46,54,54,55,48,55,51,44,52,54,46,57,55,57,55,55,53,93,44,91,45,49,48,51,46,54,48,57,53,57,50,44,52,54,46,57,55,57,56,53,52,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,50,51,49,54,53,54,44,52,54,46,54,50,57,55,54,52,93,44,91,45,49,48,51,46,50,51,49,48,53,54,44,52,54,46,57,56,48,50,57,54,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,51,46,48,51,50,51,54,54,44,52,55,46,51,50,56,54,56,54,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,116,101,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,50,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,55,46,56,51,51,50,56,56,44,52,49,46,57,49,54,50,56,54,93,44,91,45,57,55,46,56,51,52,53,51,54,44,52,50,46,48,56,57,55,53,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,97,115,99,111,110,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,52,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,53,52,53,51,49,51,44,51,56,46,54,55,54,56,56,50,93,44,91,45,57,49,46,54,52,48,51,55,50,44,51,56,46,55,48,51,55,57,50,93,44,91,45,57,49,46,54,52,52,55,50,57,44,51,56,46,50,56,56,53,49,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,56,50,57,51,55,49,44,51,55,46,50,56,49,51,54,53,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,54,46,57,52,49,51,57,49,44,51,55,46,48,54,56,57,56,49,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,54,49,56,49,53,56,44,51,55,46,49,56,51,57,48,54,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,55,48,56,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,53,46,48,56,53,52,53,49,44,52,52,46,55,56,54,56,48,49,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,50,55,55,54,49,49,44,51,51,46,53,50,55,54,51,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,111,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,51,52,44,34,98,101,100,115,34,58,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,49,46,48,53,54,50,55,54,44,51,52,46,51,51,54,54,48,53,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,56,51,51,51,51,53,44,51,52,46,50,54,52,50,54,52,93,44,91,45,57,48,46,53,56,48,54,56,49,44,51,52,46,52,49,48,53,53,49,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,97,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,53,55,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,57,49,53,53,54,53,44,51,48,46,49,49,51,50,56,53,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,48,46,57,53,57,56,54,57,44,50,57,46,57,55,55,57,50,52,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,89,117,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,52,57,51,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,54,50,57,48,56,57,44,51,57,46,50,48,52,54,55,56,93,44,91,45,49,50,49,46,53,52,51,51,48,54,44,51,56,46,57,55,50,52,48,52,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,50,54,54,57,49,49,44,51,57,46,50,55,49,54,48,57,93,44,91,45,49,50,49,46,49,50,50,51,49,53,44,51,57,46,51,55,56,56,50,54,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,49,52,57,57,48,55,44,51,57,46,53,50,54,52,52,54,93,44,91,45,49,50,49,46,51,48,53,49,50,50,44,51,57,46,53,49,57,53,56,53,93,44,91,45,49,50,49,46,52,48,55,53,50,55,44,51,57,46,51,51,57,55,53,52,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,54,49,44,34,98,101,100,115,34,58,50,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,55,46,48,50,53,53,57,54,44,51,51,46,49,54,53,55,57,53,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,54,46,54,49,48,48,48,51,44,51,51,46,48,55,48,48,48,51,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,52,57,49,48,50,57,44,51,51,46,49,48,50,57,52,52,93,44,91,45,56,54,46,53,48,51,49,50,55,44,51,51,46,49,55,57,49,52,52,93,44,91,45,56,54,46,51,53,55,51,52,44,51,51,46,50,57,54,57,49,55,93,44,91,45,56,54,46,51,55,56,54,54,53,44,51,51,46,51,57,48,57,56,51,93,44,91,45,56,54,46,51,55,56,50,50,50,44,51,51,46,53,48,50,52,49,49,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,54,55,52,52,49,56,44,51,51,46,52,54,54,53,50,49,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,79,117,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,54,51,53,54,57,55,44,51,56,46,51,51,50,49,52,56,93,44,91,45,49,48,56,46,49,51,50,51,56,44,51,56,46,51,51,49,53,55,51,93,44,91,45,49,48,56,46,48,56,54,54,48,52,44,51,56,46,50,53,53,50,48,50,93,44,91,45,49,48,55,46,57,51,55,53,56,56,44,51,56,46,50,49,56,57,57,50,93,44,91,45,49,48,55,46,57,54,53,55,56,57,44,51,56,46,49,53,50,51,50,56,93,44,91,45,49,48,55,46,57,48,48,49,57,51,44,51,56,46,48,50,54,50,52,57,93,44,91,45,49,48,55,46,55,57,53,52,54,57,44,51,55,46,57,56,56,53,50,93,44,91,45,49,48,55,46,55,51,56,50,56,51,44,51,55,46,57,48,53,52,51,50,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,53,49,54,56,51,44,51,56,46,48,54,57,55,52,49,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,57,57,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,50,56,52,49,52,57,44,51,52,46,57,53,52,49,55,50,93,44,91,45,49,48,51,46,50,56,52,51,49,55,44,51,52,46,56,54,52,57,57,93,44,91,45,49,48,51,46,52,57,53,54,53,51,44,51,52,46,54,57,49,51,57,51,93,44,91,45,49,48,51,46,55,48,53,55,56,56,44,51,52,46,54,57,50,52,52,54,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,55,52,48,48,54,54,44,51,52,46,51,48,51,48,53,54,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,51,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,56,46,55,52,57,49,53,56,44,51,53,46,49,49,54,51,52,54,93,44,91,45,57,56,46,54,50,48,54,57,50,44,51,53,46,48,57,55,55,54,53,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,57,51,56,44,34,98,101,100,115,34,58,57,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,44,91,45,55,57,46,50,52,57,53,51,56,44,51,53,46,56,55,54,56,49,93,44,91,45,55,57,46,48,49,54,51,48,53,44,51,53,46,56,54,51,50,49,93,44,91,45,55,56,46,57,53,48,53,57,55,44,51,54,46,50,51,57,51,50,93,44,91,45,55,57,46,49,53,51,57,57,55,44,51,54,46,50,52,49,56,55,53,93,44,91,45,55,57,46,50,53,55,57,53,50,44,51,54,46,50,52,51,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,52,54,56,53,48,57,44,52,48,46,57,48,57,56,56,57,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,101,110,122,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,53,50,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,56,54,54,44,34,98,101,100,115,34,58,50,54,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,44,91,45,55,57,46,48,49,49,53,54,51,44,52,50,46,57,56,53,50,53,54,93,44,91,45,55,56,46,57,48,53,54,53,57,44,52,50,46,57,50,51,51,53,55,93,44,91,45,55,56,46,57,57,57,55,54,44,52,50,46,56,48,52,51,54,56,93,44,91,45,55,57,46,51,49,50,49,51,54,44,52,50,46,54,56,54,56,48,53,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,56,46,56,57,53,57,57,57,44,52,50,46,52,52,48,56,48,55,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,56,48,50,48,53,49,44,52,51,46,48,54,53,55,56,49,93,44,91,45,55,56,46,56,51,57,51,53,44,52,51,46,48,49,57,52,53,51,93,44,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,49,51,51,44,34,98,101,100,115,34,58,50,48,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,53,50,55,51,50,50,44,51,57,46,49,52,54,57,54,49,93,44,91,45,55,55,46,52,54,48,54,48,50,44,51,57,46,48,55,52,56,52,51,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,48,48,50,52,51,54,44,51,56,46,57,54,53,54,55,51,93,44,91,45,55,54,46,56,56,56,53,48,53,44,51,57,46,49,51,48,57,54,55,93,44,91,45,55,54,46,57,52,56,53,55,57,44,51,57,46,49,50,57,53,57,55,93,44,91,45,55,55,46,49,54,56,56,48,49,44,51,57,46,51,53,51,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,53,34,44,34,78,65,77,69,34,58,34,77,97,110,97,115,115,97,115,32,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,50,55,51,51,50,44,51,56,46,55,53,51,53,57,56,93,44,91,45,55,55,46,52,50,48,53,56,49,44,51,56,46,55,54,50,50,56,55,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,114,108,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,56,48,51,44,34,98,101,100,115,34,58,51,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,48,52,56,48,50,44,51,56,46,56,52,49,50,54,49,93,44,91,45,55,55,46,49,49,57,55,53,57,44,51,56,46,57,51,52,51,52,51,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,49,46,48,52,50,52,50,56,44,51,54,46,56,48,54,52,52,56,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,48,46,57,49,54,49,54,54,44,51,54,46,54,57,52,54,52,93,44,91,45,56,48,46,56,55,55,50,55,52,44,51,54,46,54,57,50,50,49,53,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,52,54,52,49,56,44,51,54,46,55,48,56,55,49,56,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,57,56,53,44,34,98,101,100,115,34,58,57,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,48,46,57,49,54,53,53,52,44,51,56,46,53,51,52,55,50,53,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,53,52,49,54,49,50,44,51,56,46,54,56,53,50,54,55,93,44,91,45,57,48,46,52,52,48,54,49,55,44,51,56,46,56,50,55,54,53,93,44,91,45,57,48,46,50,57,56,55,52,51,44,51,56,46,56,56,55,55,53,57,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,53,52,54,56,51,49,44,51,56,46,56,55,52,48,48,57,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,56,50,50,55,50,52,44,51,56,46,56,55,54,51,57,50,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,66,101,110,105,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,52,49,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,49,46,51,49,56,54,56,57,44,51,54,46,54,49,48,51,50,56,93,44,91,45,49,50,49,46,51,50,56,54,57,55,44,51,54,46,53,53,52,55,52,93,44,91,45,49,50,49,46,48,52,48,55,57,55,44,51,54,46,51,50,51,57,54,57,93,44,91,45,49,50,48,46,56,54,51,57,56,55,44,51,54,46,50,57,49,57,51,49,93,44,91,45,49,50,48,46,55,54,49,52,56,51,44,51,54,46,50,48,51,53,56,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,53,57,54,53,54,50,44,51,54,46,51,50,56,52,56,56,93,44,91,45,49,50,48,46,54,48,51,55,48,54,44,51,54,46,52,56,56,50,52,50,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,49,46,49,52,49,53,50,51,44,51,54,46,56,51,54,54,53,54,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,52,56,56,57,52,57,44,51,54,46,57,56,51,49,52,56,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,81,117,101,101,110,32,65,110,110,101,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,51,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,54,46,48,49,48,50,57,50,44,51,57,46,50,51,57,53,49,55,93,44,91,45,55,54,46,49,49,55,48,53,56,44,51,57,46,49,48,55,48,57,56,93,44,91,45,55,54,46,50,53,55,57,57,53,44,51,57,46,48,49,49,56,49,56,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,53,46,56,51,52,57,52,56,44,51,57,46,49,48,56,52,51,55,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,51,51,57,55,52,44,51,57,46,54,53,50,57,56,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,117,108,108,111,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,56,50,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,49,46,57,49,56,54,53,50,44,51,50,46,52,49,53,48,55,51,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,49,46,56,49,54,50,56,44,51,50,46,50,51,55,52,55,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,53,51,48,57,50,49,44,51,50,46,51,57,48,51,56,53,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,54,56,55,57,50,55,44,51,50,46,53,52,54,48,55,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,50,54,44,34,98,101,100,115,34,58,49,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,50,46,56,57,49,54,48,53,44,51,55,46,53,49,57,48,56,51,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,56,51,49,52,55,51,44,51,55,46,52,54,54,57,57,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,53,56,56,54,50,55,44,51,55,46,52,52,54,50,53,57,93,44,91,45,56,50,46,54,50,52,48,57,49,44,51,55,46,53,48,54,50,55,53,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,55,54,50,49,57,44,51,55,46,55,53,53,56,53,54,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,111,97,100,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,44,91,45,49,49,49,46,54,51,57,50,54,49,44,52,54,46,55,51,56,49,56,93,44,91,45,49,49,49,46,54,52,48,48,57,53,44,52,54,46,53,56,50,52,54,51,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,49,46,55,56,52,53,54,53,44,52,54,46,48,52,57,56,49,51,93,44,91,45,49,49,49,46,54,54,48,52,50,50,44,52,54,46,48,52,57,49,57,50,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,52,49,57,54,49,56,44,52,53,46,57,57,54,51,50,50,93,44,91,45,49,49,49,46,51,52,54,54,53,50,44,52,54,46,49,56,55,55,56,53,93,44,91,45,49,49,49,46,48,54,49,57,53,54,44,52,54,46,49,57,50,56,51,52,93,44,91,45,49,49,49,46,49,49,56,49,50,51,44,52,54,46,51,49,54,57,55,93,44,91,45,49,49,49,46,48,53,54,57,57,54,44,52,54,46,51,57,56,49,50,50,93,44,91,45,49,49,49,46,50,52,54,53,49,57,44,52,54,46,52,51,56,49,48,57,93,44,91,45,49,49,49,46,51,50,48,49,56,49,44,52,54,46,53,54,57,52,48,49,93,44,91,45,49,49,49,46,52,57,56,48,57,53,44,52,54,46,55,54,50,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,57,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,50,46,56,56,55,54,53,55,44,51,50,46,48,55,57,56,57,49,93,44,91,45,56,50,46,55,50,56,56,48,54,44,51,50,46,48,48,54,55,48,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,53,57,55,54,55,49,44,51,50,46,48,49,51,57,55,57,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,114,97,118,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,48,56,50,44,34,98,101,100,115,34,58,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,49,56,55,54,55,57,44,51,53,46,48,56,49,48,56,54,93,44,91,45,55,55,46,49,48,57,49,56,57,44,51,53,46,48,54,55,50,48,54,93,44,91,45,55,55,46,49,48,56,56,53,49,44,51,52,46,56,51,48,55,56,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,54,46,54,57,51,48,49,56,44,51,52,46,56,54,57,49,56,93,44,91,45,55,54,46,55,49,49,53,56,44,51,52,46,57,56,49,55,54,56,93,44,91,45,55,54,46,55,56,48,53,56,54,44,51,52,46,57,53,48,52,51,52,93,44,91,45,55,54,46,57,54,55,50,57,55,44,51,53,46,48,52,48,54,53,53,93,44,91,45,55,54,46,57,56,55,50,54,54,44,51,53,46,49,53,52,57,53,93,44,91,45,55,54,46,56,57,53,57,49,57,44,51,53,46,50,53,51,56,56,57,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,111,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,53,46,51,57,54,53,52,57,44,52,48,46,49,50,52,55,48,49,93,44,91,45,57,53,46,52,49,57,57,57,57,44,52,48,46,48,53,48,52,52,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,48,56,53,48,48,51,44,51,57,46,56,54,49,56,56,51,93,44,91,45,57,52,46,57,57,51,51,56,50,44,51,57,46,56,57,55,57,48,54,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,53,46,48,55,49,55,48,51,44,52,48,46,50,54,48,56,53,57,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,53,53,52,56,49,55,44,52,48,46,50,54,52,52,54,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,53,34,44,34,78,65,77,69,34,58,34,76,105,112,115,99,111,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,48,51,48,56,55,51,44,52,53,46,55,55,57,49,53,57,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,57,48,52,49,49,57,44,52,54,46,48,56,51,55,51,52,93,44,91,45,49,50,51,46,49,49,53,57,48,52,44,52,54,46,49,56,53,50,54,56,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,51,54,51,55,52,51,44,52,54,46,49,52,54,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,108,111,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,53,54,49,44,34,98,101,100,115,34,58,49,48,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,44,91,45,55,57,46,55,50,57,53,54,54,44,51,52,46,50,57,53,49,57,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,55,57,56,51,55,44,51,51,46,56,51,53,53,54,50,93,44,91,45,55,57,46,52,57,54,52,56,54,44,51,51,46,55,55,53,51,53,55,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,52,57,49,55,49,52,44,51,51,46,57,52,54,53,50,50,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,54,53,55,55,54,52,44,51,52,46,51,48,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,111,117,110,116,114,97,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,53,50,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,44,91,45,49,48,50,46,56,50,56,49,54,51,44,52,56,46,51,55,50,54,52,49,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,50,46,54,48,56,51,54,44,52,56,46,48,52,54,51,53,49,93,44,91,45,49,48,50,46,53,54,53,57,48,50,44,52,55,46,57,54,57,48,50,56,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,51,56,53,54,52,55,44,52,55,46,56,52,55,55,55,50,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,49,46,57,50,50,49,50,51,44,52,56,46,48,50,51,49,55,51,93,44,91,45,49,48,49,46,57,50,50,50,51,55,44,52,56,46,51,55,50,51,51,93,44,91,45,49,48,49,46,57,55,51,50,56,50,44,52,56,46,53,52,54,52,56,53,93,44,91,45,49,48,50,46,50,51,51,56,57,50,44,52,56,46,53,52,54,51,51,57,93,44,91,45,49,48,50,46,56,56,53,55,54,51,44,52,56,46,53,52,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,51,55,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,51,46,48,51,55,48,52,56,44,51,55,46,52,55,52,52,55,52,93,44,91,45,49,49,51,46,50,53,51,52,57,44,51,55,46,52,56,50,49,54,55,93,44,91,45,49,49,51,46,50,53,51,51,52,44,51,55,46,53,50,56,57,56,51,93,44,91,45,49,49,51,46,52,55,52,48,50,57,44,51,55,46,53,50,57,48,56,53,93,44,91,45,49,49,51,46,53,56,55,55,57,55,44,51,55,46,54,48,52,54,49,49,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,105,103,32,72,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,54,55,52,52,53,52,44,52,54,46,48,52,51,54,49,93,44,91,45,49,48,55,46,56,56,49,56,52,54,44,52,53,46,56,57,57,50,51,51,93,44,91,45,49,48,56,46,48,52,55,51,53,50,44,52,53,46,56,57,57,52,55,57,93,44,91,45,49,48,56,46,48,54,57,55,53,50,44,52,53,46,53,49,56,53,51,53,93,44,91,45,49,48,56,46,49,57,51,50,48,53,44,52,53,46,53,49,56,53,51,56,93,44,91,45,49,48,56,46,51,49,54,51,55,52,44,52,53,46,52,54,48,53,48,57,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,54,56,50,50,50,51,44,52,53,46,52,51,51,49,51,50,93,44,91,45,49,48,56,46,54,57,57,54,49,54,44,52,53,46,50,49,55,55,48,57,93,44,91,45,49,48,56,46,49,50,50,49,56,52,44,52,53,46,50,49,54,51,49,55,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,55,46,48,56,52,56,56,54,44,52,52,46,57,57,54,54,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,55,54,56,48,49,52,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,55,50,57,53,52,51,44,52,53,46,51,53,49,52,56,93,44,91,45,49,48,54,46,55,50,57,53,55,49,44,52,53,46,54,55,50,56,53,93,44,91,45,49,48,54,46,57,49,50,57,53,57,44,52,53,46,54,56,51,57,49,53,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,55,46,49,55,54,51,53,56,44,52,53,46,57,53,54,55,54,49,93,44,91,45,49,48,55,46,52,50,53,49,50,56,44,52,53,46,57,53,54,54,55,52,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,48,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,56,46,57,55,54,54,53,56,44,52,49,46,52,53,49,55,54,49,93,44,91,45,55,57,46,48,57,51,53,56,56,44,52,49,46,52,50,51,50,56,54,93,44,91,45,55,57,46,48,57,53,48,57,54,44,52,49,46,51,52,48,54,53,56,93,44,91,45,55,56,46,57,53,57,49,53,55,44,52,49,46,51,54,50,49,54,49,93,44,91,45,55,56,46,55,51,53,50,56,44,52,49,46,50,54,50,57,49,53,93,44,91,45,55,56,46,55,49,48,50,52,56,44,52,49,46,50,48,49,56,53,57,93,44,91,45,55,56,46,54,52,54,54,54,54,44,52,49,46,50,53,51,55,55,56,93,44,91,45,55,56,46,50,51,54,56,49,55,44,52,49,46,50,51,48,52,55,53,93,44,91,45,55,56,46,50,53,51,57,53,57,44,52,49,46,52,48,52,55,50,49,93,44,91,45,55,56,46,52,50,48,48,50,56,44,52,49,46,52,48,53,48,52,54,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,52,56,51,52,48,57,44,52,49,46,54,50,57,56,57,56,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,51,46,52,48,49,54,51,57,44,52,50,46,48,48,51,53,52,93,44,91,45,49,48,51,46,52,52,52,49,48,56,44,52,50,46,48,57,48,55,48,56,93,44,91,45,49,48,51,46,52,52,52,53,51,50,44,52,50,46,52,51,55,51,53,52,93,44,91,45,49,48,51,46,52,56,48,48,56,50,44,52,50,46,52,51,55,50,54,55,93,44,91,45,49,48,51,46,52,56,48,52,48,51,44,52,50,46,55,56,52,57,54,54,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,57,49,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,55,53,53,54,49,52,44,51,49,46,54,48,57,55,53,49,93,44,91,45,56,57,46,54,48,50,56,56,57,44,51,49,46,53,51,56,56,51,54,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,52,53,49,54,49,54,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,50,44,34,98,101,100,115,34,58,49,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,49,51,50,50,49,44,49,56,46,51,56,57,51,57,49,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,51,55,48,48,54,54,44,51,57,46,48,52,56,51,55,53,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,54,46,48,56,53,54,48,49,44,51,57,46,51,52,52,49,56,57,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,55,48,50,44,34,98,101,100,115,34,58,50,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,57,57,51,51,49,55,44,51,56,46,52,56,56,53,52,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,53,46,56,48,55,55,48,52,44,51,56,46,52,48,52,52,52,51,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,53,56,54,48,51,51,44,51,56,46,52,53,48,48,57,50,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,53,54,57,57,56,44,51,56,46,54,48,54,49,53,53,93,44,91,45,56,53,46,55,57,51,53,56,52,44,51,56,46,54,48,52,56,49,52,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,111,121,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,49,51,44,34,98,101,100,115,34,58,49,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,69,115,116,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,49,50,54,57,52,56,44,51,55,46,54,52,50,52,50,49,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,51,46,56,50,51,48,51,44,51,55,46,54,53,57,56,55,50,93,44,91,45,56,51,46,55,50,50,49,44,51,55,46,55,49,54,52,50,93,44,91,45,56,51,46,57,48,54,50,53,49,44,51,55,46,55,53,57,51,54,51,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,110,103,115,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,54,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,50,50,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,54,46,55,57,51,49,51,50,44,50,57,46,53,55,55,51,55,56,93,44,91,45,57,54,46,53,54,48,53,53,53,44,50,57,46,51,51,53,52,51,57,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,54,52,48,51,49,53,44,50,57,46,50,52,55,56,48,52,93,44,91,45,57,54,46,51,52,57,50,49,55,44,50,57,46,52,48,54,48,53,50,93,44,91,45,57,54,46,51,48,55,54,55,50,44,50,57,46,53,49,52,53,50,51,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,50,53,54,54,57,54,44,50,57,46,54,54,55,48,54,49,93,44,91,45,57,54,46,51,51,48,56,54,57,44,50,57,46,56,49,52,52,52,57,93,44,91,45,57,54,46,52,49,51,50,56,51,44,50,57,46,56,50,52,57,56,53,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,53,48,57,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,50,53,49,53,48,49,44,52,49,46,49,49,52,50,49,56,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,48,55,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,69,118,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,50,55,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,49,46,57,56,48,48,52,49,44,51,50,46,48,56,49,53,48,50,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,56,49,54,50,56,44,51,50,46,50,51,55,52,55,93,44,91,45,56,49,46,57,54,57,48,54,57,44,51,50,46,50,54,56,55,56,51,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,55,34,44,34,78,65,77,69,34,58,34,87,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,54,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,57,50,49,54,52,50,44,51,51,46,48,48,49,50,56,52,93,44,91,45,57,55,46,53,52,52,49,56,49,44,51,50,46,57,57,52,49,55,55,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,48,34,44,34,78,65,77,69,34,58,34,66,101,116,104,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,54,48,46,51,53,48,49,52,44,54,49,46,56,49,57,48,55,49,93,44,91,45,49,54,48,46,55,55,53,50,52,52,44,54,49,46,55,51,56,53,50,55,93,44,91,45,49,54,49,46,49,50,54,56,49,50,44,54,49,46,53,57,57,53,52,93,44,91,45,49,54,49,46,52,52,57,54,49,49,44,54,49,46,53,54,56,56,51,56,93,44,91,45,49,54,50,46,48,49,51,52,51,56,44,54,49,46,52,55,55,48,53,55,93,44,91,45,49,54,50,46,53,48,53,55,54,49,44,54,49,46,53,53,54,52,50,54,93,44,91,45,49,54,51,46,49,55,49,51,53,52,44,54,49,46,52,52,57,48,55,49,93,44,91,45,49,54,51,46,52,50,56,56,54,54,44,54,49,46,52,54,50,50,56,93,44,91,45,49,54,51,46,54,53,53,51,57,44,54,49,46,51,51,53,56,50,55,93,44,91,45,49,54,51,46,57,56,53,49,51,56,44,54,49,46,51,55,50,48,48,51,93,44,91,45,49,54,51,46,57,50,48,56,55,52,44,54,49,46,50,49,48,54,57,50,93,44,91,45,49,54,52,46,50,49,49,55,56,49,44,54,49,46,48,56,50,50,54,50,93,44,91,45,49,54,52,46,50,51,57,55,50,55,44,54,48,46,57,56,55,49,49,57,93,44,91,45,49,54,52,46,53,50,57,57,49,49,44,54,48,46,57,52,48,55,57,54,93,44,91,45,49,54,52,46,54,49,54,53,56,53,44,54,48,46,57,55,57,48,52,57,93,44,91,45,49,54,53,46,48,48,48,53,49,52,44,54,48,46,57,54,51,54,51,53,93,44,91,45,49,54,53,46,50,53,52,49,54,50,44,54,48,46,57,49,55,49,48,56,93,44,91,45,49,54,53,46,49,50,51,51,54,57,44,54,48,46,55,51,54,54,50,55,93,44,91,45,49,54,53,46,53,49,56,50,54,51,44,54,48,46,53,54,54,48,49,54,93,44,91,45,49,54,53,46,52,50,54,53,51,44,54,48,46,52,55,52,51,56,51,93,44,91,45,49,54,53,46,50,51,53,52,49,49,44,54,48,46,52,50,53,49,53,93,44,91,45,49,54,52,46,57,55,49,57,49,54,44,54,48,46,50,55,55,48,49,57,93,44,91,45,49,54,52,46,55,52,56,56,49,44,54,48,46,50,52,48,51,49,51,93,44,91,45,49,54,52,46,51,54,52,51,51,50,44,53,57,46,57,57,57,50,50,51,93,44,91,45,49,54,52,46,52,49,53,54,57,54,44,53,57,46,56,56,52,56,54,55,93,44,91,45,49,54,52,46,48,49,51,51,44,53,57,46,54,51,55,55,53,57,93,44,91,45,49,54,51,46,55,54,48,57,54,49,44,53,57,46,54,51,57,55,49,54,93,44,91,45,49,54,51,46,55,56,52,51,55,51,44,53,57,46,55,52,48,53,54,57,93,44,91,45,49,54,51,46,49,52,53,56,54,51,44,53,57,46,55,57,53,54,52,50,93,44,91,45,49,54,50,46,56,54,56,54,54,49,44,53,57,46,55,56,48,51,56,49,93,44,91,45,49,54,50,46,55,48,55,53,53,57,44,53,57,46,56,56,48,49,55,53,93,44,91,45,49,54,50,46,52,52,57,56,52,56,44,53,57,46,56,56,52,54,49,54,93,44,91,45,49,54,50,46,51,54,52,51,52,49,44,53,57,46,56,49,48,56,54,57,93,44,91,45,49,54,50,46,49,55,56,51,50,57,44,53,57,46,56,49,52,56,52,50,93,44,91,45,49,54,49,46,56,55,49,50,54,54,44,53,57,46,53,50,52,55,57,49,93,44,91,45,49,54,50,46,48,53,51,54,49,50,44,53,57,46,52,48,56,57,57,93,44,91,45,49,54,50,46,49,54,54,54,48,52,44,53,57,46,50,55,53,48,55,53,93,44,91,45,49,54,50,46,49,48,50,49,57,56,44,53,57,46,49,50,56,55,53,50,93,44,91,45,49,54,49,46,56,56,49,55,54,53,44,53,56,46,57,52,52,49,52,54,93,44,91,45,49,54,49,46,56,53,49,50,48,49,44,53,56,46,56,48,55,57,56,51,93,44,91,45,49,54,49,46,57,54,51,48,50,56,44,53,56,46,55,50,54,50,51,51,93,44,91,45,49,54,50,46,49,54,56,53,50,50,44,53,56,46,55,49,48,50,55,54,93,44,91,45,49,54,50,46,50,55,48,52,49,49,44,53,56,46,54,50,50,49,50,54,93,44,91,45,49,54,50,46,49,51,50,50,49,55,44,53,56,46,53,55,49,51,55,54,93,44,91,45,49,54,49,46,56,54,53,48,53,50,44,53,56,46,53,54,54,48,56,55,93,44,91,45,49,54,49,46,54,52,48,50,52,57,44,53,56,46,53,48,50,51,50,54,93,44,91,45,49,54,49,46,51,52,49,56,52,44,53,56,46,54,48,55,48,57,49,93,44,91,45,49,54,49,46,49,57,56,49,56,51,44,53,56,46,55,51,57,51,51,55,93,44,91,45,49,54,49,46,51,54,52,57,51,49,44,53,56,46,56,50,54,48,50,49,93,44,91,45,49,54,49,46,48,51,49,52,52,49,44,53,56,46,56,51,57,55,53,50,93,44,91,45,49,54,49,46,48,51,49,52,52,56,44,53,56,46,57,57,57,51,57,51,93,44,91,45,49,54,48,46,56,54,52,55,48,51,44,53,56,46,57,57,57,51,57,52,93,44,91,45,49,54,48,46,56,49,50,49,51,51,44,53,57,46,48,56,54,48,55,55,93,44,91,45,49,54,48,46,56,49,50,49,52,44,53,57,46,50,53,57,52,51,56,93,44,91,45,49,54,48,46,54,52,51,55,49,54,44,53,57,46,50,53,57,52,52,93,44,91,45,49,54,48,46,52,55,53,50,57,54,44,53,57,46,51,52,54,49,50,50,93,44,91,45,49,54,48,46,52,49,56,54,52,44,53,57,46,52,51,50,56,93,44,91,45,49,54,48,46,52,49,56,54,52,55,44,53,57,46,54,48,54,49,53,50,93,44,91,45,49,54,48,46,50,52,56,53,48,51,44,53,57,46,54,48,54,49,53,52,93,44,91,45,49,54,48,46,50,52,56,53,49,44,53,57,46,55,55,57,53,48,49,93,44,91,45,49,54,48,46,48,49,55,52,50,51,44,53,57,46,55,55,57,53,48,52,93,44,91,45,49,54,48,46,48,49,55,52,51,44,53,57,46,57,53,50,56,52,54,93,44,91,45,49,53,57,46,56,52,53,53,50,52,44,53,57,46,57,53,50,56,52,56,93,44,91,45,49,53,57,46,56,52,53,53,51,51,44,54,48,46,49,50,54,49,56,54,93,44,91,45,49,53,57,46,55,56,49,57,48,54,44,54,48,46,50,49,50,56,53,52,93,44,91,45,49,53,57,46,54,48,56,49,57,54,44,54,48,46,50,49,50,56,53,54,93,44,91,45,49,53,57,46,54,48,56,50,48,52,44,54,48,46,51,56,54,49,56,56,93,44,91,45,49,53,57,46,52,51,52,52,57,55,44,54,48,46,51,56,54,49,57,93,44,91,45,49,53,57,46,51,54,54,50,48,54,44,54,48,46,52,55,50,56,53,54,93,44,91,45,49,53,57,46,51,54,54,50,49,53,44,54,48,46,54,52,54,49,55,57,93,44,91,45,49,53,57,46,49,57,48,54,53,55,44,54,48,46,54,52,54,49,56,49,93,44,91,45,49,53,57,46,48,49,53,49,48,52,44,54,48,46,55,51,50,56,52,51,93,44,91,45,49,53,56,46,57,52,49,57,50,54,44,54,48,46,57,48,54,49,54,50,93,44,91,45,49,53,55,46,56,55,55,50,50,52,44,54,48,46,57,48,54,49,55,50,93,44,91,45,49,53,55,46,53,50,50,51,51,50,44,54,48,46,57,57,50,56,51,52,93,44,91,45,49,53,55,46,49,54,55,52,50,56,44,54,48,46,57,57,50,56,51,57,93,44,91,45,49,53,55,46,49,54,55,52,50,44,54,48,46,57,48,54,49,56,51,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,52,46,54,49,52,50,49,53,44,54,48,46,57,48,54,50,48,52,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,51,46,52,52,48,56,55,55,44,54,49,46,49,54,54,49,57,54,93,44,91,45,49,53,51,46,52,56,53,53,55,53,44,54,49,46,52,50,54,49,53,51,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,51,46,48,55,48,49,50,51,44,54,50,46,50,48,54,48,49,53,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,50,48,53,57,57,93,44,91,45,49,53,51,46,51,57,53,48,48,57,44,54,50,46,49,49,57,51,52,55,93,44,91,45,49,53,51,46,55,54,49,56,55,49,44,54,50,46,49,49,57,51,51,53,93,44,91,45,49,53,51,46,55,54,49,56,55,53,44,54,50,46,48,51,50,54,56,57,93,44,91,45,49,53,53,46,52,57,55,54,52,53,44,54,50,46,48,51,50,54,53,57,93,44,91,45,49,53,55,46,48,54,51,56,53,50,44,54,50,46,48,51,50,54,51,52,93,44,91,45,49,53,55,46,48,54,51,56,54,52,44,54,50,46,49,49,57,50,55,49,93,44,91,45,49,53,56,46,53,51,49,51,54,49,44,54,50,46,49,49,57,50,54,52,93,44,91,45,49,53,56,46,53,51,49,51,53,49,44,54,50,46,48,51,50,54,50,93,44,91,45,49,53,57,46,50,54,53,48,51,53,44,54,50,46,48,51,50,53,57,56,93,44,91,45,49,53,57,46,50,54,53,48,51,55,44,54,49,46,57,52,53,57,53,55,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,93,93,44,91,91,91,45,49,54,55,46,53,53,56,50,50,56,44,54,48,46,50,50,52,51,53,55,93,44,91,45,49,54,55,46,51,56,53,53,56,44,54,48,46,48,50,49,50,48,55,93,44,91,45,49,54,54,46,57,52,48,54,50,50,44,53,57,46,57,49,49,57,48,56,93,44,91,45,49,54,54,46,54,50,54,49,50,54,44,53,57,46,55,57,55,48,54,49,93,44,91,45,49,54,54,46,52,50,57,54,55,49,44,53,57,46,56,48,49,54,51,54,93,44,91,45,49,54,54,46,49,57,54,54,49,51,44,53,57,46,55,48,51,51,56,52,93,44,91,45,49,54,54,46,48,53,55,56,57,51,44,53,57,46,54,57,53,53,51,53,93,44,91,45,49,54,53,46,56,50,52,56,53,57,44,53,57,46,56,48,54,55,52,54,93,44,91,45,49,54,53,46,52,57,53,52,55,44,53,57,46,56,55,48,49,56,52,93,44,91,45,49,54,53,46,52,48,50,52,53,56,44,53,57,46,57,55,48,52,52,56,93,44,91,45,49,54,53,46,53,55,51,49,55,51,44,54,48,46,48,55,53,48,54,51,93,44,91,45,49,54,53,46,53,54,49,53,49,57,44,54,48,46,51,48,49,55,50,54,93,44,91,45,49,54,53,46,55,51,56,52,54,53,44,54,48,46,52,48,53,54,48,57,93,44,91,45,49,54,54,46,48,48,53,55,57,56,44,54,48,46,52,49,57,53,55,51,93,44,91,45,49,54,54,46,49,53,50,52,51,50,44,54,48,46,53,49,48,55,52,55,93,44,91,45,49,54,54,46,51,52,57,56,50,51,44,54,48,46,52,49,55,55,52,53,93,44,91,45,49,54,54,46,53,50,56,56,51,57,44,54,48,46,52,52,52,50,55,93,44,91,45,49,54,54,46,55,51,57,51,51,55,44,54,48,46,51,56,55,56,54,49,93,44,91,45,49,54,54,46,57,52,51,55,55,56,44,54,48,46,50,55,56,49,48,51,93,44,91,45,49,54,55,46,51,48,57,56,51,44,54,48,46,50,57,48,55,49,56,93,44,91,45,49,54,55,46,53,53,56,50,50,56,44,54,48,46,50,50,52,51,53,55,93,93,93,44,91,91,91,45,49,55,51,46,50,51,50,50,51,49,44,54,48,46,54,53,52,51,52,93,44,91,45,49,55,51,46,49,52,48,50,50,51,44,54,48,46,53,55,53,53,51,51,93,44,91,45,49,55,51,46,49,54,55,56,49,56,44,54,48,46,52,56,49,48,56,93,44,91,45,49,55,50,46,57,49,48,50,50,56,44,54,48,46,51,51,57,54,50,51,93,44,91,45,49,55,50,46,53,57,54,49,50,53,44,54,48,46,50,53,56,54,50,50,93,44,91,45,49,55,50,46,52,48,55,53,50,54,44,54,48,46,50,55,56,55,54,52,93,44,91,45,49,55,50,46,49,56,57,52,56,56,44,54,48,46,50,53,48,56,49,54,93,44,91,45,49,55,50,46,49,48,57,48,57,44,54,48,46,51,49,52,48,49,50,93,44,91,45,49,55,50,46,51,57,51,53,55,44,54,48,46,52,51,54,53,48,54,93,44,91,45,49,55,50,46,54,56,55,56,52,44,54,48,46,52,56,48,49,50,93,44,91,45,49,55,50,46,57,52,51,56,52,57,44,54,48,46,54,53,48,55,93,44,91,45,49,55,50,46,57,56,57,55,54,50,44,54,48,46,55,51,49,56,49,49,93,44,91,45,49,55,51,46,49,53,56,54,51,50,44,54,48,46,55,50,56,55,55,93,44,91,45,49,55,51,46,50,51,50,50,51,49,44,54,48,46,54,53,52,51,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,55,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,52,52,51,56,48,55,44,51,49,46,57,54,55,52,53,54,93,44,91,45,56,52,46,52,51,49,50,49,52,44,51,50,46,49,51,52,48,53,56,93,44,91,45,56,52,46,53,50,55,49,49,55,44,51,50,46,49,51,52,53,53,54,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,53,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,54,53,56,50,49,49,44,51,50,46,56,56,55,57,49,51,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,52,48,54,57,57,44,51,50,46,56,57,56,50,50,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,71,119,105,110,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,50,50,57,56,44,34,98,101,100,115,34,58,49,48,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,50,53,57,56,50,50,44,51,51,46,57,49,56,57,48,49,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,51,46,55,57,57,49,48,52,44,51,51,46,57,50,57,56,52,52,93,44,91,45,56,51,46,56,54,56,57,51,49,44,51,52,46,48,48,52,55,56,54,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,56,54,56,48,51,44,51,52,46,48,57,56,50,56,49,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,52,57,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,54,52,54,54,48,50,44,52,53,46,52,52,49,54,51,53,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,49,53,52,52,52,51,44,52,53,46,55,50,53,54,49,54,93,44,91,45,57,50,46,53,50,56,49,57,56,44,52,53,46,55,50,56,54,56,93,44,91,45,57,50,46,53,50,57,49,48,55,44,52,53,46,54,52,50,48,55,54,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,54,52,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,56,57,46,56,51,55,53,56,55,44,52,50,46,53,48,53,55,49,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,79,114,111,99,111,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,53,52,51,49,51,51,44,49,56,46,49,54,51,48,57,56,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,51,55,51,55,54,56,44,49,56,46,49,55,51,54,57,52,93,44,91,45,54,54,46,51,53,48,55,57,51,44,49,56,46,50,52,49,50,51,53,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,48,55,48,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,57,51,51,55,55,53,44,52,49,46,52,56,56,50,55,57,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,48,48,34,44,34,78,65,77,69,34,58,34,78,101,119,112,111,114,116,32,78,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,49,52,53,44,34,98,101,100,115,34,58,54,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,44,91,45,55,54,46,54,50,56,50,48,53,44,51,55,46,48,57,50,55,53,53,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,54,52,49,53,56,49,44,51,55,46,49,53,51,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,44,91,45,57,57,46,52,48,53,56,50,49,44,51,52,46,56,49,51,48,51,56,93,44,91,45,57,57,46,52,50,51,50,48,49,44,51,52,46,55,50,53,48,50,93,44,91,45,57,57,46,54,54,54,56,52,57,44,51,52,46,55,50,52,53,53,53,93,44,91,45,57,57,46,54,54,54,53,49,50,44,51,52,46,53,48,55,49,50,49,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,54,57,52,53,50,56,44,51,52,46,51,55,56,50,49,56,93,44,91,45,57,57,46,53,54,57,54,57,54,44,51,52,46,52,49,56,52,49,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,50,54,49,50,55,53,44,51,52,46,52,48,51,53,48,56,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,50,51,56,48,54,44,51,52,46,52,50,53,48,48,57,93,44,91,45,57,57,46,49,57,54,56,48,49,44,51,52,46,53,52,50,51,56,54,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,50,52,54,52,54,50,44,51,52,46,56,50,50,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,97,110,100,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,50,56,51,56,53,54,44,52,55,46,52,56,54,54,51,56,93,44,91,45,49,49,52,46,57,56,50,50,54,53,44,52,55,46,51,57,54,56,48,52,93,44,91,45,49,49,52,46,57,54,56,57,55,56,44,52,55,46,51,49,50,54,50,53,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,54,56,55,50,57,53,44,52,55,46,50,55,52,51,49,93,44,91,45,49,49,52,46,52,50,51,56,53,56,44,52,55,46,50,49,48,48,57,49,93,44,91,45,49,49,52,46,50,53,51,53,56,52,44,52,55,46,49,50,49,48,48,55,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,52,46,50,48,51,48,50,54,44,52,55,46,51,53,53,55,52,54,93,44,91,45,49,49,52,46,51,53,51,48,56,44,52,55,46,51,56,57,56,53,93,44,91,45,49,49,52,46,51,53,48,51,54,52,44,52,55,46,54,48,50,49,52,50,93,44,91,45,49,49,52,46,53,56,51,55,54,44,52,55,46,54,48,49,55,49,56,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,54,48,52,53,56,52,44,52,55,46,56,55,53,54,48,53,93,44,91,45,49,49,52,46,57,56,57,51,52,52,44,52,55,46,56,55,50,56,48,55,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,53,46,49,53,52,53,50,55,44,52,56,46,48,49,55,54,57,50,93,44,91,45,49,49,53,46,49,56,53,49,57,54,44,52,55,46,57,49,57,48,48,52,93,44,91,45,49,49,53,46,53,50,52,54,57,53,44,52,55,46,57,48,56,53,57,52,93,44,91,45,49,49,53,46,54,51,55,48,51,54,44,52,56,46,48,55,52,54,52,54,93,44,91,45,49,49,53,46,54,57,56,55,54,52,44,52,56,46,50,51,56,52,57,56,93,44,91,45,49,49,54,46,48,48,57,50,51,55,44,52,56,46,49,53,57,54,54,57,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,53,46,56,50,51,55,55,52,44,52,55,46,55,53,50,54,49,49,93,44,91,45,49,49,53,46,55,50,50,55,49,52,44,52,55,46,54,57,52,56,53,53,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,71,108,97,115,115,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,44,91,45,49,48,49,46,55,55,53,56,48,50,44,51,49,46,54,53,49,51,49,57,93,44,91,45,49,48,49,46,50,54,55,49,50,50,44,51,49,46,54,53,48,56,53,52,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,55,55,54,48,56,53,44,51,50,46,48,56,54,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,57,56,52,50,48,52,44,51,53,46,54,54,48,55,56,51,93,44,91,45,57,52,46,48,55,51,57,53,56,44,51,53,46,54,54,50,52,54,51,93,44,91,45,57,52,46,48,50,56,57,57,55,44,51,53,46,53,48,56,48,51,53,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,48,56,50,55,57,56,44,51,53,46,50,49,53,57,49,51,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,51,46,57,50,48,49,53,55,44,51,53,46,50,50,57,53,56,53,93,44,91,45,57,51,46,55,49,48,48,55,54,44,51,53,46,51,55,53,50,52,50,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,106,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,44,91,45,57,56,46,54,50,53,51,54,49,44,51,54,46,51,57,50,53,57,53,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,53,51,51,54,49,55,44,51,54,46,52,54,51,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,51,56,55,44,34,98,101,100,115,34,58,51,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,53,57,50,51,53,56,44,51,54,46,51,54,55,54,54,51,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,32,79,114,101,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,44,91,45,49,49,55,46,53,54,51,56,53,56,44,52,56,46,56,51,54,54,55,49,93,44,91,45,49,49,55,46,52,57,57,57,55,53,44,52,56,46,54,53,54,49,56,55,93,44,91,45,49,49,55,46,53,48,50,51,55,49,44,52,56,46,49,51,52,55,48,56,93,44,91,45,49,49,55,46,52,51,54,57,57,51,44,52,56,46,48,52,55,50,48,55,93,44,91,45,49,49,55,46,48,52,49,56,55,55,44,52,56,46,48,52,53,52,54,54,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,55,46,48,51,50,51,52,53,44,52,56,46,57,57,57,50,48,49,93,44,91,45,49,49,55,46,52,50,57,57,54,56,44,52,57,46,48,48,48,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,48,56,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,44,91,45,49,48,49,46,56,55,49,56,54,50,44,52,55,46,56,52,55,53,56,57,93,44,91,45,49,48,50,46,51,56,53,54,52,55,44,52,55,46,56,52,55,55,55,50,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,50,54,48,57,53,49,44,52,55,46,55,56,49,52,48,57,93,44,91,45,49,48,50,46,50,54,53,52,53,50,44,52,55,46,54,50,52,51,48,55,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,48,51,54,54,52,56,44,52,55,46,53,55,50,55,48,53,93,44,91,45,49,48,49,46,56,57,50,48,49,55,44,52,55,46,53,48,53,49,51,51,93,44,91,45,49,48,49,46,52,51,54,53,50,49,44,52,55,46,53,54,52,49,53,55,93,44,91,45,49,48,49,46,52,52,48,49,51,57,44,52,55,46,52,55,55,50,57,57,93,44,91,45,49,48,49,46,51,52,53,55,51,53,44,52,55,46,50,57,49,56,57,55,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,48,54,48,52,50,52,44,52,55,46,50,57,51,50,57,51,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,48,46,55,52,57,51,55,44,52,55,46,49,53,55,50,52,53,93,44,91,45,49,48,48,46,55,52,57,51,51,52,44,52,55,46,51,50,55,54,56,53,93,44,91,45,49,48,48,46,54,55,51,50,49,44,52,55,46,51,50,55,54,52,54,93,44,91,45,49,48,48,46,54,55,50,50,54,50,44,52,55,46,54,55,52,49,50,56,93,44,91,45,49,48,48,46,53,56,53,48,54,50,44,52,55,46,54,55,52,48,56,56,93,44,91,45,49,48,48,46,53,56,53,49,55,57,44,52,55,46,56,52,55,55,54,49,93,44,91,45,49,48,48,46,57,55,49,49,53,56,44,52,55,46,56,52,56,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,72,111,111,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,56,54,55,48,50,49,44,52,53,46,54,57,51,51,57,49,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,49,46,57,48,54,54,50,56,44,52,53,46,53,50,49,49,52,55,93,44,91,45,49,50,49,46,56,49,57,53,56,55,44,52,53,46,52,54,49,54,55,53,93,44,91,45,49,50,49,46,55,48,48,52,55,51,44,52,53,46,51,55,56,53,51,49,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,52,56,49,56,56,56,44,52,53,46,50,53,56,49,50,56,93,44,91,45,49,50,49,46,52,56,50,49,54,56,44,52,53,46,53,49,57,54,48,52,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,48,52,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,57,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,52,53,50,52,49,54,44,51,49,46,56,52,52,50,56,49,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,48,57,48,55,49,55,44,51,49,46,54,50,48,54,48,57,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,55,57,52,53,52,56,44,51,49,46,55,48,50,48,55,54,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,56,48,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,51,48,56,51,49,49,44,51,55,46,55,56,55,49,56,54,93,44,91,45,57,49,46,51,49,48,54,53,53,44,51,55,46,55,48,48,48,52,56,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,49,48,48,48,49,55,44,51,55,46,55,52,48,48,49,50,93,44,91,45,57,49,46,48,57,53,55,54,53,44,51,56,46,50,48,52,48,56,51,93,44,91,45,57,49,46,51,54,55,52,56,50,44,51,56,46,50,48,57,55,52,49,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,55,57,46,57,51,53,51,54,52,44,51,55,46,57,53,52,51,54,53,93,44,91,45,55,57,46,56,56,55,51,50,57,44,51,55,46,56,57,50,57,55,49,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,56,57,55,51,51,53,44,51,56,46,49,57,51,51,56,49,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,79,116,116,101,114,32,84,97,105,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,57,50,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,54,46,49,55,52,53,56,55,44,52,54,46,55,49,55,56,53,52,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,108,97,113,117,101,109,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,57,48,46,48,54,55,50,52,50,44,50,57,46,55,51,56,54,54,52,93,44,91,45,56,57,46,57,56,48,56,49,50,44,50,57,46,53,56,48,49,53,53,93,44,91,45,56,57,46,57,55,55,52,55,44,50,57,46,52,52,57,51,55,49,93,44,91,45,56,57,46,57,48,50,50,54,55,44,50,57,46,50,57,50,50,56,52,93,44,91,45,56,57,46,56,57,57,54,54,52,44,50,57,46,49,53,53,48,48,57,93,44,91,45,56,57,46,54,49,48,52,50,55,44,50,57,46,49,57,56,54,51,53,93,44,91,45,56,57,46,53,48,50,51,49,57,44,50,57,46,49,53,56,51,55,54,93,44,91,45,56,57,46,52,54,51,52,50,52,44,50,57,46,48,56,50,56,50,93,44,91,45,56,57,46,52,56,55,54,52,44,50,56,46,56,56,55,51,55,49,93,44,91,45,56,57,46,51,56,52,55,50,55,44,50,56,46,56,55,49,53,48,51,93,44,91,45,56,57,46,50,55,57,54,48,52,44,50,56,46,57,55,55,55,56,51,93,44,91,45,56,57,46,49,51,51,50,56,52,44,50,56,46,57,49,57,55,50,56,93,44,91,45,56,56,46,57,50,55,56,48,57,44,50,57,46,49,49,55,50,55,53,93,44,91,45,56,56,46,57,52,50,48,53,52,44,50,57,46,50,53,51,55,52,50,93,44,91,45,56,57,46,48,54,57,52,50,54,44,50,57,46,50,57,52,50,57,55,93,44,91,45,56,57,46,49,51,55,54,49,50,44,50,57,46,51,56,49,52,50,57,93,44,91,45,56,56,46,56,55,57,50,51,53,44,50,57,46,54,52,55,52,48,57,93,44,91,45,56,57,46,52,56,52,53,57,49,44,50,57,46,54,49,55,53,53,49,93,44,91,45,56,57,46,55,50,49,48,52,53,44,50,57,46,55,53,55,54,53,50,93,44,91,45,56,57,46,56,54,57,55,50,44,50,57,46,55,57,53,52,53,49,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,111,110,116,111,116,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,57,46,50,52,54,51,51,57,44,51,52,46,51,55,57,51,52,52,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,111,114,101,104,111,117,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,57,50,44,34,98,101,100,115,34,58,49,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,49,46,57,55,53,48,50,54,44,51,50,46,55,49,49,52,50,56,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,49,46,55,51,57,54,53,49,44,51,50,46,53,54,49,50,57,57,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,53,54,54,51,54,51,44,51,50,46,56,53,53,53,54,49,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,117,108,108,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,53,53,55,50,55,44,51,56,46,48,55,51,56,52,49,93,44,91,45,56,53,46,55,49,50,53,55,56,44,51,56,46,48,56,55,51,49,49,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,54,52,51,50,53,52,44,51,55,46,56,51,52,48,51,51,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,50,57,44,34,98,101,100,115,34,58,49,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,55,46,49,49,50,51,54,50,44,51,50,46,52,56,56,54,53,93,44,91,45,56,55,46,52,50,51,49,53,51,44,51,50,46,52,56,50,57,54,53,93,44,91,45,56,55,46,52,55,51,48,56,44,51,50,46,51,48,55,54,49,52,93,44,91,45,56,55,46,52,55,50,50,48,54,44,51,50,46,50,54,52,57,49,57,93,44,91,45,56,55,46,51,50,53,54,52,52,44,51,50,46,49,57,54,50,55,50,93,44,91,45,56,55,46,49,55,55,56,54,44,51,50,46,48,52,55,53,49,52,93,44,91,45,56,54,46,57,48,54,57,53,54,44,51,50,46,48,52,55,57,55,93,44,91,45,56,54,46,57,48,56,51,48,50,44,51,50,46,50,50,53,48,50,56,93,44,91,45,56,54,46,56,49,52,57,49,50,44,51,50,46,51,52,48,56,48,51,93,44,91,45,56,54,46,57,48,54,55,52,50,44,51,50,46,53,51,54,57,55,55,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,52,57,50,56,48,50,44,51,49,46,55,50,51,54,48,56,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,49,53,54,53,54,56,44,51,49,46,56,52,49,55,49,51,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,51,50,55,52,57,57,44,51,49,46,57,52,49,50,54,49,93,44,91,45,57,56,46,53,53,49,49,53,56,44,51,50,46,50,54,49,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,44,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,48,52,56,54,54,57,44,52,56,46,50,49,54,49,50,56,93,44,91,45,49,49,54,46,48,48,57,50,51,55,44,52,56,46,49,53,57,54,54,57,93,44,91,45,49,49,53,46,54,57,56,55,54,52,44,52,56,46,50,51,56,52,57,56,93,44,91,45,49,49,53,46,54,51,55,48,51,54,44,52,56,46,48,55,52,54,52,54,93,44,91,45,49,49,53,46,53,50,52,54,57,53,44,52,55,46,57,48,56,53,57,52,93,44,91,45,49,49,53,46,49,56,53,49,57,54,44,52,55,46,57,49,57,48,48,52,93,44,91,45,49,49,53,46,49,53,52,53,50,55,44,52,56,46,48,49,55,54,57,50,93,44,91,45,49,49,53,46,48,49,48,54,55,50,44,52,56,46,48,49,55,54,50,49,93,44,91,45,49,49,53,46,48,50,48,48,55,57,44,52,56,46,50,50,53,57,53,52,93,44,91,45,49,49,52,46,56,52,56,48,57,56,44,52,56,46,50,50,54,49,50,53,93,44,91,45,49,49,52,46,56,52,57,56,48,51,44,52,56,46,53,55,51,53,48,50,93,44,91,45,49,49,52,46,56,56,56,53,57,44,52,56,46,54,53,56,55,54,53,93,44,91,45,49,49,52,46,54,57,50,52,53,44,52,56,46,54,56,48,49,51,54,93,44,91,45,49,49,52,46,54,52,56,49,51,52,44,52,56,46,55,55,57,51,51,50,93,44,91,45,49,49,52,46,55,50,55,48,52,53,44,52,57,46,48,48,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,76,111,114,101,110,122,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,53,46,57,50,54,50,50,55,44,49,56,46,49,49,57,57,54,51,93,44,91,45,54,53,46,57,50,56,51,52,49,44,49,56,46,49,52,50,56,52,53,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,84,111,97,32,65,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,50,55,56,48,55,54,44,49,56,46,51,50,57,57,55,53,93,44,91,45,54,54,46,50,48,52,55,51,52,44,49,56,46,51,49,54,48,51,53,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,50,50,44,34,98,101,100,115,34,58,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,44,91,45,57,52,46,54,53,57,57,52,50,44,52,54,46,56,48,51,55,49,54,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,52,46,55,55,57,49,50,49,44,52,54,46,51,57,52,50,49,53,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,51,50,55,50,56,54,44,52,54,46,50,56,57,56,49,55,93,44,91,45,57,52,46,51,52,50,57,49,44,52,54,46,56,48,53,53,50,57,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,51,46,55,55,53,50,53,55,44,52,55,46,48,51,48,52,49,56,93,44,91,45,57,51,46,55,55,54,48,55,52,44,52,55,46,50,55,55,57,56,54,93,44,91,45,57,52,46,48,50,53,57,56,49,44,52,55,46,51,53,49,51,56,56,93,44,91,45,57,52,46,49,49,55,57,57,57,44,52,55,46,52,56,48,55,52,52,93,44,91,45,57,52,46,51,50,55,53,51,49,44,52,55,46,52,49,53,56,52,52,93,44,91,45,57,52,46,52,49,54,50,55,57,44,52,55,46,52,52,52,56,50,56,93,44,91,45,57,52,46,54,55,48,50,49,52,44,52,55,46,52,49,48,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,114,99,104,117,108,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,56,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,54,46,54,55,56,51,53,52,44,51,55,46,50,50,56,53,54,54,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,55,46,49,50,56,55,51,55,44,51,55,46,51,57,50,52,48,57,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,89,97,122,111,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,57,48,46,52,52,57,56,57,51,44,51,50,46,57,50,51,50,57,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,55,53,57,55,53,51,44,51,50,46,56,51,53,55,54,51,93,44,91,45,57,48,46,54,57,51,48,54,49,44,51,50,46,55,53,52,50,57,55,93,44,91,45,57,48,46,55,50,51,49,53,57,44,51,50,46,54,54,50,49,50,56,93,44,91,45,57,48,46,55,50,48,49,48,50,44,51,50,46,54,49,56,56,53,56,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,48,52,57,49,50,57,44,51,50,46,55,51,53,54,55,52,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,79,117,116,97,103,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,55,53,52,44,34,98,101,100,115,34,58,53,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,55,51,54,56,48,50,44,52,52,46,53,57,48,54,48,53,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,49,57,48,52,54,53,44,52,52,46,53,56,54,55,57,57,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,56,57,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,51,46,56,51,52,55,49,57,44,51,56,46,57,51,55,57,48,57,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,52,56,55,56,56,53,44,51,57,46,50,50,56,56,55,53,93,44,91,45,57,51,46,54,53,48,53,50,54,44,51,57,46,50,52,56,50,49,52,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,52,46,48,50,56,56,50,50,44,51,57,46,49,57,49,53,57,53,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,51,51,54,44,34,98,101,100,115,34,58,50,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,56,46,49,50,53,53,51,57,44,51,53,46,54,48,51,49,48,55,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,55,53,49,51,51,57,44,51,53,46,56,50,55,55,57,52,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,57,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,50,46,57,53,55,56,49,55,44,52,48,46,54,52,53,49,52,56,93,44,91,45,56,50,46,57,53,56,52,48,49,44,52,48,46,52,57,48,54,54,52,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,50,46,57,50,57,53,56,56,44,52,48,46,51,53,56,49,50,51,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,54,52,54,53,48,51,44,52,48,46,51,52,53,48,55,54,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,54,50,55,55,54,55,44,52,48,46,55,48,57,51,53,50,93,44,91,45,56,50,46,55,50,55,49,54,52,44,52,48,46,55,49,49,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,51,46,56,55,52,54,53,49,44,52,54,46,53,48,56,51,50,57,93,44,91,45,49,49,51,46,55,56,50,48,51,50,44,52,54,46,51,53,57,53,49,56,93,44,91,45,49,49,51,46,55,53,51,50,52,54,44,52,54,46,49,49,50,56,93,44,91,45,49,49,51,46,54,52,56,51,53,56,44,52,53,46,57,54,53,48,51,56,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,50,55,56,48,49,50,44,52,54,46,48,52,53,50,54,56,93,44,91,45,49,49,51,46,50,56,52,53,51,50,44,52,54,46,50,50,50,55,56,51,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,51,46,48,51,56,55,48,50,44,52,54,46,55,51,53,53,52,93,44,91,45,49,49,51,46,49,49,53,54,49,52,44,52,54,46,55,49,51,51,56,55,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,52,49,54,53,57,57,44,52,54,46,56,51,50,49,49,51,93,44,91,45,49,49,51,46,52,55,57,56,53,54,44,52,54,46,55,52,52,55,49,52,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,70,111,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,52,55,50,44,34,98,101,100,115,34,58,49,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,50,56,57,51,51,50,44,51,53,46,51,52,53,50,49,49,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,48,50,56,57,57,55,44,51,53,46,53,48,56,48,51,53,93,44,91,45,57,52,46,48,55,51,57,53,56,44,51,53,46,54,54,50,52,54,51,93,44,91,45,57,51,46,57,56,52,50,48,52,44,51,53,46,54,54,48,55,56,51,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,52,46,52,57,51,49,51,44,51,53,46,55,53,57,49,54,55,93,44,91,45,57,52,46,52,55,50,54,52,55,44,51,53,46,54,51,56,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,66,117,114,110,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,48,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,51,57,51,54,52,54,44,51,48,46,56,52,50,57,54,93,44,91,45,57,56,46,52,49,56,53,57,52,44,51,48,46,54,52,53,57,50,54,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,55,46,57,54,50,56,54,44,51,48,46,55,56,53,54,52,49,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,54,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,54,34,44,34,78,65,77,69,34,58,34,83,116,101,46,32,71,101,110,101,118,105,101,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,55,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,51,50,50,56,55,44,51,55,46,57,56,49,55,51,49,93,44,91,45,57,48,46,52,53,57,49,51,51,44,51,55,46,56,55,56,57,50,52,93,44,91,45,57,48,46,50,48,48,50,48,56,44,51,55,46,54,54,57,54,50,56,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,56,57,46,57,56,56,49,48,56,44,51,55,46,57,54,49,55,52,57,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,71,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,56,53,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,99,68,111,110,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,53,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,48,46,57,48,57,55,53,54,44,52,48,46,50,56,52,51,57,52,93,44,91,45,57,48,46,52,53,48,50,50,55,44,52,48,46,50,55,54,51,51,53,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,53,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,51,53,54,50,52,54,44,51,53,46,55,48,49,49,48,55,93,44,91,45,57,49,46,51,54,57,53,55,44,51,53,46,53,50,54,51,54,50,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,53,56,52,54,56,55,44,51,53,46,52,52,50,51,49,49,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,50,53,49,53,53,53,44,51,53,46,51,53,55,53,54,49,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,72,117,100,115,112,101,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,53,46,57,57,55,49,53,50,44,51,49,46,51,56,55,50,51,93,44,91,45,49,48,53,46,56,54,57,50,57,52,44,51,49,46,50,56,56,57,53,53,93,44,91,45,49,48,53,46,55,55,52,48,50,56,44,51,49,46,49,54,56,52,55,52,93,44,91,45,49,48,53,46,54,52,56,56,51,57,44,51,49,46,49,49,53,56,55,55,93,44,91,45,49,48,53,46,53,53,55,50,50,54,44,51,48,46,57,56,57,54,55,51,93,44,91,45,49,48,53,46,51,56,54,55,50,52,44,51,48,46,56,53,51,51,48,54,93,44,91,45,49,48,53,46,50,49,55,55,56,51,44,51,48,46,56,48,53,57,52,54,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,57,48,57,49,50,52,44,51,49,46,50,52,54,54,48,57,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,97,112,105,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,53,52,54,44,34,98,101,100,115,34,58,49,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,44,91,45,57,50,46,54,51,49,57,52,52,44,51,49,46,51,57,48,52,55,56,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,57,49,51,48,49,57,44,51,49,46,51,54,56,50,51,54,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,50,46,56,50,57,54,53,49,44,51,49,46,50,53,50,50,56,49,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,53,50,52,54,52,54,44,51,48,46,56,57,51,51,50,56,93,44,91,45,57,50,46,51,56,48,56,52,51,44,51,49,46,48,48,48,57,50,57,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,50,48,56,55,56,53,44,51,48,46,57,54,52,55,51,52,93,44,91,45,57,50,46,50,51,51,50,51,44,51,49,46,51,50,49,53,52,53,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,49,57,54,49,51,49,44,51,49,46,52,55,55,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,51,51,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,49,48,48,46,50,50,52,50,51,53,44,52,49,46,48,52,54,53,57,55,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,49,46,50,54,57,54,57,53,44,52,49,46,51,57,52,57,51,52,93,44,91,45,49,48,49,46,50,55,48,51,56,49,44,52,49,46,48,52,55,51,57,50,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,52,46,48,52,50,57,56,55,44,51,51,46,50,55,49,50,52,50,93,44,91,45,57,52,46,50,49,56,55,55,55,44,51,51,46,50,57,54,52,48,50,93,44,91,45,57,52,46,50,51,49,51,51,51,44,51,51,46,50,52,49,48,55,51,93,44,91,45,57,52,46,52,54,56,52,52,50,44,51,51,46,50,57,52,51,49,51,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,55,57,44,34,98,101,100,115,34,58,49,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,52,48,34,44,34,78,65,77,69,34,58,34,87,105,110,99,104,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,44,91,45,55,56,46,49,55,49,54,50,44,51,57,46,49,52,51,49,55,52,93,44,91,45,55,56,46,49,52,56,56,57,53,44,51,57,46,49,55,53,51,53,50,93,44,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,117,112,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,54,50,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,56,46,49,52,55,49,50,57,44,51,52,46,57,48,50,53,48,54,93,44,91,45,55,56,46,49,57,56,54,52,50,44,51,52,46,55,52,49,54,51,55,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,55,46,54,53,49,48,52,53,44,51,52,46,57,50,51,51,52,49,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,55,54,57,49,55,55,44,51,53,46,49,52,53,53,55,54,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,97,121,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,51,51,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,49,56,50,57,57,57,44,51,53,46,54,55,48,54,50,53,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,50,46,56,51,50,50,52,52,44,51,53,46,51,49,56,51,50,52,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,55,54,53,56,57,51,44,51,53,46,53,54,55,52,57,53,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,51,46,48,55,51,57,49,56,44,51,53,46,55,57,48,48,53,53,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,50,48,49,44,34,98,101,100,115,34,58,50,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,50,56,49,54,56,54,44,52,52,46,52,55,49,57,57,56,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,50,46,57,49,56,57,55,55,44,52,52,46,53,52,51,50,53,93,44,91,45,57,50,46,55,57,50,55,49,53,44,52,52,46,53,52,51,50,52,93,44,91,45,57,50,46,55,51,50,48,52,51,44,52,52,46,55,49,52,51,52,53,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,51,46,48,48,53,57,55,56,44,52,52,46,55,55,49,54,56,53,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,72,97,114,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,49,57,46,56,57,54,57,54,57,44,52,51,46,49,55,57,48,49,55,93,44,91,45,49,49,57,46,57,51,50,54,49,49,44,52,51,46,49,55,56,57,54,51,93,44,91,45,49,49,57,46,57,52,51,55,55,57,44,52,50,46,55,52,54,51,55,49,93,44,91,45,49,49,57,46,51,54,53,51,51,55,44,52,50,46,55,52,56,57,53,56,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,56,46,49,57,55,51,55,49,44,52,49,46,57,57,55,51,52,52,93,44,91,45,49,49,56,46,50,49,52,54,57,56,44,52,50,46,50,55,53,56,57,49,93,44,91,45,49,49,56,46,50,50,56,55,57,51,44,52,50,46,57,49,52,54,50,53,93,44,91,45,49,49,56,46,50,50,55,54,52,53,44,52,52,46,48,51,57,56,54,50,93,44,91,45,49,49,56,46,56,49,54,56,57,44,52,52,46,48,52,55,56,50,56,93,44,91,45,49,49,56,46,56,49,54,57,51,49,44,52,51,46,57,54,48,55,51,51,93,44,91,45,49,49,57,46,54,53,55,49,56,51,44,52,51,46,57,53,56,57,50,93,44,91,45,49,49,57,46,55,55,53,52,48,50,44,52,51,46,57,53,57,48,56,54,93,44,91,45,49,49,57,46,55,55,55,53,50,56,44,52,51,46,54,57,55,57,53,55,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,117,110,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,53,46,56,55,51,50,57,57,44,49,55,46,57,51,55,57,53,53,93,44,91,45,54,53,46,56,49,54,52,52,57,44,49,55,46,57,54,53,53,48,52,93,44,91,45,54,53,46,56,54,55,56,48,50,44,49,56,46,48,50,54,48,48,55,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,57,48,46,48,50,53,57,53,51,44,52,52,46,48,57,49,55,52,56,93,44,91,45,56,57,46,57,54,50,54,48,49,44,52,51,46,57,55,57,50,51,54,93,44,91,45,56,57,46,57,54,49,50,50,49,44,52,51,46,56,54,52,48,50,55,93,44,91,45,56,57,46,56,54,53,49,51,50,44,52,51,46,55,56,51,52,49,52,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,53,57,55,57,56,44,52,52,46,50,52,53,55,50,53,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,52,56,51,49,53,51,44,52,48,46,51,56,50,52,57,50,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,57,53,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,52,46,54,54,48,49,48,55,44,51,56,46,55,55,55,50,57,51,93,44,91,45,56,52,46,54,49,53,54,54,52,44,51,56,46,56,48,50,50,55,55,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,55,53,48,51,52,53,44,51,57,46,49,52,55,54,50,50,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,50,57,48,50,56,52,44,51,55,46,56,51,49,49,56,50,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,50,53,55,50,57,56,44,51,55,46,54,51,48,57,48,51,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,118,111,121,101,108,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,56,50,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,44,91,45,57,50,46,50,51,51,50,51,44,51,49,46,51,50,49,53,52,53,93,44,91,45,57,50,46,50,48,56,55,56,53,44,51,48,46,57,54,52,55,51,52,93,44,91,45,57,50,46,50,56,48,55,51,56,44,51,48,46,57,54,53,48,55,49,93,44,91,45,57,50,46,50,49,50,55,49,49,44,51,48,46,56,52,56,54,48,55,93,44,91,45,57,49,46,56,49,53,50,53,56,44,51,48,46,56,52,56,49,48,55,93,44,91,45,57,49,46,56,48,53,57,54,51,44,51,48,46,57,55,50,53,53,56,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,54,55,55,51,48,50,44,51,49,46,49,56,56,48,52,55,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,50,46,48,56,54,55,49,56,44,51,49,46,51,51,53,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,84,97,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,57,48,56,53,56,55,44,51,52,46,55,55,50,54,52,49,93,44,91,45,57,48,46,48,50,57,49,52,52,44,51,52,46,55,48,56,49,55,54,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,50,52,51,57,50,52,44,51,52,46,54,48,50,49,53,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,54,54,57,49,54,44,51,52,46,54,56,53,55,56,54,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,50,51,50,50,52,44,52,48,46,53,55,49,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,49,48,48,46,51,56,55,48,51,54,44,52,53,46,56,54,57,49,52,50,93,44,91,45,49,48,48,46,51,48,57,48,49,51,44,52,53,46,55,48,55,56,52,50,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,56,56,48,48,54,44,52,53,46,57,52,49,52,50,51,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,57,57,53,50,52,56,44,52,53,46,57,52,53,49,54,55,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,97,116,105,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,54,55,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,51,54,55,55,54,44,52,51,46,49,49,55,57,52,50,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,48,49,52,56,48,51,44,52,48,46,56,57,55,48,51,49,93,44,91,45,57,52,46,48,49,52,49,56,57,44,52,49,46,49,53,54,55,54,50,93,44,91,45,57,52,46,50,52,49,54,51,55,44,52,49,46,49,53,55,49,51,52,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,115,115,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,52,57,48,51,51,44,51,55,46,49,53,57,52,54,50,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,44,91,45,49,48,48,46,50,53,49,48,57,56,44,52,49,46,51,57,51,50,57,56,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,55,49,49,55,49,49,44,52,49,46,55,51,57,55,54,49,93,44,91,45,49,48,48,46,55,49,51,50,52,51,44,52,49,46,51,57,51,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,101,114,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,48,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,48,49,48,53,52,56,44,52,49,46,48,55,50,55,54,49,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,55,46,53,57,56,50,53,51,44,52,49,46,51,51,51,49,49,57,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,55,48,53,52,57,55,44,52,49,46,51,48,57,49,51,52,93,44,91,45,57,56,46,48,53,51,49,51,55,44,52,49,46,50,57,51,49,50,51,93,44,91,45,57,56,46,50,55,53,52,48,56,44,52,49,46,50,54,52,51,52,49,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,50,46,55,55,51,51,54,57,44,52,50,46,55,56,53,50,54,53,93,44,91,45,49,48,50,46,55,55,51,51,54,54,44,52,50,46,52,51,57,57,50,50,93,44,91,45,49,48,50,46,55,52,50,50,54,57,44,52,50,46,48,57,50,51,56,56,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,50,46,48,52,48,50,56,44,52,50,46,48,57,54,55,52,52,93,44,91,45,49,48,50,46,48,54,54,54,56,57,44,52,50,46,52,52,51,52,54,51,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,97,114,108,105,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,57,56,57,55,57,55,44,51,54,46,57,49,57,51,51,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,78,97,116,114,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,49,48,44,34,98,101,100,115,34,58,51,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,44,91,45,49,48,54,46,54,53,52,55,56,49,44,52,50,46,52,51,49,48,57,52,93,44,91,45,49,48,54,46,48,55,53,56,53,50,44,52,50,46,52,51,51,50,49,56,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,53,57,52,56,57,55,44,52,51,46,52,57,49,52,55,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,55,46,53,51,52,56,57,55,44,52,51,46,53,48,49,51,54,50,93,44,91,45,49,48,55,46,53,49,55,48,51,49,44,52,51,46,52,55,50,54,53,57,93,44,91,45,49,48,55,46,53,48,49,52,50,53,44,52,50,46,55,56,49,52,53,56,93,44,91,45,49,48,55,46,53,52,51,53,50,54,44,52,50,46,55,56,49,53,53,56,93,44,91,45,49,48,55,46,53,50,50,57,50,51,44,52,50,46,52,51,52,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,49,34,44,34,78,65,77,69,34,58,34,87,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,55,57,54,56,52,54,44,51,49,46,54,50,50,57,50,57,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,52,46,48,50,53,54,50,51,44,51,49,46,55,49,48,48,50,50,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,50,55,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,50,53,49,54,56,52,44,51,57,46,51,52,49,54,55,50,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,52,54,53,54,48,53,44,51,57,46,54,48,48,55,54,57,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,56,51,56,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,55,46,48,56,54,56,51,52,44,51,50,46,53,52,57,52,50,56,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,54,46,57,52,48,54,53,54,44,51,50,46,48,53,50,48,56,55,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,52,53,50,49,51,56,44,51,50,46,51,53,56,54,51,49,93,44,91,45,57,54,46,52,51,53,50,51,51,44,51,50,46,52,48,56,57,56,54,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,51,52,52,56,52,51,44,51,49,46,52,51,48,49,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,51,56,51,55,48,53,44,51,49,46,50,57,49,49,52,51,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,49,57,52,56,50,52,44,51,49,46,50,48,55,53,57,93,44,91,45,56,50,46,48,57,50,55,50,44,51,49,46,50,55,54,49,49,57,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,57,52,52,44,34,98,101,100,115,34,58,51,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,52,52,56,56,50,53,44,52,48,46,54,53,51,54,48,55,93,44,91,45,56,53,46,54,51,56,53,56,55,44,52,48,46,54,53,51,49,50,57,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,108,97,103,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,49,51,57,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,44,91,45,56,49,46,51,50,52,48,53,57,44,50,57,46,54,50,53,54,49,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,53,50,48,53,57,54,44,50,57,46,53,48,48,50,52,57,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,52,49,55,50,57,44,50,57,46,50,54,49,49,53,54,93,44,91,45,56,49,46,49,53,48,48,56,49,44,50,57,46,50,54,53,57,53,55,93,44,91,45,56,49,46,49,53,53,56,56,49,44,50,57,46,52,49,48,57,53,52,93,44,91,45,56,49,46,48,52,53,55,48,54,44,50,57,46,52,51,50,52,54,50,93,44,91,45,56,49,46,49,53,48,56,49,55,44,50,57,46,54,55,49,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,50,46,56,56,50,57,57,56,44,51,49,46,57,51,57,57,55,93,44,91,45,57,50,46,57,52,50,50,52,53,44,51,49,46,56,53,52,50,54,56,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,54,49,57,57,55,54,44,51,49,46,55,48,57,53,55,50,93,44,91,45,57,50,46,54,49,57,50,50,52,44,51,49,46,55,57,55,49,52,57,93,44,91,45,57,50,46,51,54,50,54,48,56,44,51,49,46,55,57,54,54,51,51,93,44,91,45,57,50,46,51,49,50,54,50,51,44,51,49,46,57,50,55,51,56,50,93,44,91,45,57,50,46,51,49,50,50,49,56,44,51,50,46,49,52,54,49,50,51,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,54,52,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,57,48,46,52,51,49,57,51,44,52,49,46,52,53,54,56,51,52,93,44,91,45,57,48,46,52,51,51,55,51,55,44,52,49,46,51,50,54,57,56,57,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,56,57,46,56,54,56,49,53,50,44,52,49,46,49,52,57,52,57,51,93,44,91,45,56,57,46,56,53,55,54,49,54,44,52,49,46,50,51,52,52,55,57,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,56,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,44,91,45,49,50,52,46,49,52,55,54,51,56,44,52,52,46,55,54,57,49,49,51,93,44,91,45,49,50,52,46,49,53,51,52,50,56,44,52,52,46,52,54,53,48,51,54,93,44,91,45,49,50,52,46,49,56,55,52,48,57,44,52,52,46,50,55,54,56,55,49,93,44,91,45,49,50,51,46,55,55,53,53,57,56,44,52,52,46,50,56,51,53,52,55,93,44,91,45,49,50,51,46,55,50,48,48,55,49,44,52,52,46,52,51,51,51,55,52,93,44,91,45,49,50,51,46,53,57,55,54,55,55,44,52,52,46,52,51,51,49,48,57,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,55,50,53,48,48,49,44,52,52,46,55,51,57,48,52,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,52,46,48,57,53,56,51,51,44,52,53,46,48,52,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,49,48,50,44,34,98,101,100,115,34,58,50,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,48,46,57,55,56,49,49,53,44,52,51,46,51,53,56,57,49,52,93,44,91,45,55,48,46,56,49,56,49,57,53,44,52,51,46,50,51,56,51,51,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,53,55,53,48,57,52,44,52,50,46,57,49,55,49,50,54,93,44,91,45,55,48,46,53,50,56,56,56,50,44,52,51,46,48,48,53,55,54,57,93,44,91,45,55,48,46,52,48,54,50,52,51,44,52,51,46,49,48,50,48,57,50,93,44,91,45,55,48,46,53,49,57,54,54,54,44,52,51,46,49,57,49,48,49,53,93,44,91,45,55,48,46,52,57,51,50,51,44,52,51,46,50,56,54,56,50,57,93,44,91,45,55,48,46,51,54,57,50,49,57,44,52,51,46,51,50,50,50,50,93,44,91,45,55,48,46,50,50,50,48,57,44,52,51,46,52,54,54,56,55,56,93,44,91,45,55,48,46,52,57,50,48,48,57,44,52,51,46,54,48,54,55,54,57,93,44,91,45,55,48,46,53,52,57,57,54,53,44,52,51,46,55,49,53,55,57,54,93,44,91,45,55,48,46,54,53,57,51,54,57,44,52,51,46,55,57,48,51,56,54,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,100,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,57,51,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,56,56,51,57,52,56,44,52,53,46,49,53,48,50,50,52,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,53,50,55,48,50,44,51,50,46,57,55,48,53,52,56,93,44,91,45,56,52,46,50,57,56,54,54,53,44,51,50,46,57,57,57,54,55,49,93,44,91,45,56,52,46,50,55,48,49,52,44,51,50,46,57,57,49,48,49,49,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,57,34,44,34,78,65,77,69,34,58,34,83,116,101,119,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,53,46,48,54,50,48,54,44,51,50,46,49,51,50,52,56,54,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,54,52,57,51,49,57,44,51,50,46,50,51,50,57,53,51,93,44,91,45,56,52,46,54,53,56,57,50,44,51,50,46,50,51,50,56,53,50,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,51,51,56,55,44,34,98,101,100,115,34,58,50,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,44,91,45,55,52,46,50,52,55,56,57,52,44,52,48,46,52,48,54,54,48,53,93,44,91,45,55,52,46,51,57,51,52,51,56,44,52,48,46,50,55,57,53,52,56,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,52,48,54,55,49,44,52,48,46,49,55,50,52,48,50,93,44,91,45,55,52,46,50,54,49,52,53,53,44,52,48,46,49,54,55,48,51,51,93,44,91,45,55,52,46,50,51,48,54,51,52,44,52,48,46,49,48,57,53,54,49,93,44,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,44,91,45,55,51,46,56,57,56,50,48,56,44,52,48,46,50,55,52,51,53,51,93,44,91,45,55,51,46,56,56,54,54,53,50,44,52,48,46,52,56,57,55,57,52,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,52,46,50,50,56,49,53,51,44,52,48,46,52,55,55,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,48,46,55,53,49,56,49,44,51,54,46,50,56,51,56,51,54,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,51,49,57,56,50,44,51,54,46,50,53,57,49,52,52,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,49,50,53,52,56,55,44,51,54,46,50,51,49,50,51,50,93,44,91,45,57,48,46,48,54,51,53,57,52,44,51,54,46,51,56,52,50,51,53,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,97,117,108,107,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,52,49,54,44,34,98,101,100,115,34,58,51,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,52,57,57,57,56,53,44,51,53,46,49,54,57,53,55,53,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,53,57,51,53,56,53,44,51,53,46,48,49,49,55,54,49,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,50,50,57,56,57,51,44,51,52,46,57,50,55,53,53,56,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,50,46,50,53,50,55,53,57,44,51,53,46,51,54,51,55,49,56,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,49,50,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,54,49,56,48,55,55,44,51,54,46,54,54,55,57,50,49,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,75,101,111,107,117,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,48,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,50,46,52,49,49,57,57,53,44,52,49,46,53,48,57,53,52,56,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,53,54,48,48,55,49,44,51,57,46,49,56,55,52,51,93,44,91,45,57,48,46,51,49,51,50,56,57,44,51,57,46,49,55,52,50,56,57,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,44,91,45,57,49,46,55,56,55,57,50,56,44,52,55,46,53,52,54,56,49,55,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,48,46,56,54,55,51,49,56,44,52,55,46,50,49,48,57,54,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,49,46,48,50,51,49,50,54,44,52,55,46,52,54,52,57,56,50,93,44,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,44,91,45,57,49,46,50,53,48,49,49,50,44,52,56,46,48,56,52,48,56,55,93,44,91,45,57,49,46,52,50,57,54,52,50,44,52,56,46,48,52,56,54,48,56,93,44,91,45,57,49,46,55,49,49,56,52,52,44,52,56,46,49,49,52,54,48,53,93,44,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,53,34,44,34,78,65,77,69,34,58,34,84,114,111,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,55,55,52,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,49,56,52,49,51,49,44,51,50,46,56,55,48,53,50,53,93,44,91,45,56,52,46,56,54,49,55,54,56,44,51,50,46,56,55,50,52,57,53,93,44,91,45,56,52,46,56,54,50,51,53,57,44,51,51,46,49,57,49,49,55,51,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,55,54,56,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,44,91,45,49,50,52,46,49,54,48,55,48,52,44,52,49,46,50,56,57,50,57,51,93,44,91,45,49,50,52,46,50,52,55,52,51,44,52,49,46,48,57,50,50,50,52,93,44,91,45,49,50,52,46,49,56,50,54,57,52,44,52,49,46,48,48,49,51,49,51,93,44,91,45,49,50,52,46,50,51,50,54,50,50,44,52,48,46,56,54,57,50,56,54,93,44,91,45,49,50,52,46,52,52,55,54,55,55,44,52,48,46,53,50,57,55,48,57,93,44,91,45,49,50,52,46,52,55,56,54,50,53,44,52,48,46,52,50,50,49,48,50,93,44,91,45,49,50,52,46,51,57,50,55,55,55,44,52,48,46,50,48,57,55,57,57,93,44,91,45,49,50,52,46,49,51,52,56,56,57,44,52,48,46,48,48,50,52,55,93,44,91,45,49,50,51,46,53,52,52,52,53,56,44,52,48,46,48,48,49,57,50,51,93,44,91,45,49,50,51,46,53,52,51,55,52,57,44,52,48,46,55,51,57,48,49,53,93,44,91,45,49,50,51,46,54,49,53,56,50,55,44,52,48,46,57,49,52,48,54,56,93,44,91,45,49,50,51,46,52,52,55,57,53,54,44,52,48,46,57,52,51,55,53,56,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,52,55,52,48,56,53,44,52,49,46,51,54,54,49,57,51,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,55,55,48,53,53,49,44,52,49,46,52,54,52,49,57,51,93,44,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,105,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,56,56,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,44,91,45,56,55,46,53,51,52,53,51,44,51,53,46,57,57,51,48,55,52,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,49,53,54,53,56,57,44,51,54,46,51,48,55,55,48,54,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,53,49,51,53,51,51,44,51,54,46,51,51,52,55,49,51,93,44,91,45,56,55,46,53,54,54,55,57,56,44,51,54,46,49,55,55,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,111,107,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,52,51,49,44,34,98,101,100,115,34,58,55,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,51,49,49,53,52,52,44,52,53,46,49,52,51,55,55,56,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,50,50,55,54,57,54,44,52,53,46,49,50,52,53,51,51,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,110,32,72,111,109,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,56,46,48,57,50,55,56,50,44,52,50,46,57,55,51,57,50,49,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,48,49,51,48,55,50,44,52,50,46,55,54,50,50,49,57,93,44,91,45,57,55,46,56,55,53,53,51,49,44,52,50,46,56,53,56,54,53,54,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,54,51,55,52,57,54,44,52,51,46,49,54,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,54,57,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,50,46,54,51,55,50,51,44,51,54,46,48,54,53,56,50,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,54,52,55,55,54,57,44,51,54,46,49,52,54,52,48,52,93,44,91,45,56,50,46,54,50,57,54,52,49,44,51,54,46,52,49,49,53,52,93,44,91,45,56,50,46,55,48,50,53,54,54,44,51,54,46,52,49,48,52,49,50,93,44,91,45,56,50,46,56,52,48,52,56,49,44,51,54,46,51,55,48,54,57,56,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,117,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,54,46,57,56,54,54,49,44,51,55,46,48,52,57,54,57,55,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,53,49,48,51,54,44,51,54,46,56,52,53,48,56,50,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,115,101,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,50,52,48,44,34,98,101,100,115,34,58,56,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,53,50,52,50,49,55,44,52,49,46,55,53,57,54,53,57,93,44,91,45,56,54,46,52,56,54,52,51,51,44,52,49,46,53,55,48,53,52,53,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,52,54,55,49,48,56,44,52,49,46,52,55,54,52,53,57,93,44,91,45,56,54,46,48,53,57,52,53,49,44,52,49,46,52,55,57,49,53,52,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,80,101,109,98,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,49,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,44,91,45,57,55,46,57,50,55,48,54,57,44,52,56,46,53,52,51,49,50,52,93,44,91,45,57,55,46,49,54,49,51,57,51,44,52,56,46,53,52,50,51,52,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,55,46,49,48,53,52,52,50,44,52,56,46,54,56,57,54,52,56,93,44,91,45,57,55,46,50,51,52,49,50,56,44,52,56,46,57,52,55,56,57,56,93,44,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,44,91,45,57,55,46,57,53,48,48,49,50,44,52,57,46,48,48,48,52,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,51,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,50,46,49,48,56,56,57,50,44,52,51,46,49,50,57,50,53,56,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,48,48,55,44,34,98,101,100,115,34,58,49,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,51,46,51,57,48,52,57,53,44,51,49,46,51,54,52,49,52,55,93,44,91,45,57,51,46,52,52,50,53,53,52,44,51,49,46,50,55,54,55,49,54,93,44,91,45,57,51,46,53,51,52,57,49,57,44,51,49,46,50,55,54,53,55,57,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,53,50,52,55,51,57,44,51,49,46,48,51,57,48,48,55,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,52,50,49,49,48,50,44,51,48,46,56,56,51,49,51,56,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,56,50,57,54,53,49,44,51,49,46,50,53,50,50,56,49,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,80,101,110,111,98,115,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,55,52,56,44,34,98,101,100,115,34,58,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,56,50,55,48,51,57,44,52,53,46,54,56,52,56,50,54,93,44,91,45,54,56,46,57,53,56,57,49,44,52,53,46,54,54,50,49,57,53,93,44,91,45,54,56,46,57,54,52,54,53,51,44,52,53,46,53,49,50,51,54,55,93,44,91,45,54,56,46,56,53,55,50,57,55,44,52,53,46,53,50,55,51,48,49,93,44,91,45,54,56,46,55,55,54,48,54,49,44,52,53,46,50,52,48,51,49,55,93,44,91,45,54,56,46,56,53,54,53,56,55,44,52,53,46,49,52,50,55,56,51,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,49,56,51,55,51,50,44,52,52,46,54,52,52,48,50,51,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,56,46,52,52,53,50,49,57,44,52,52,46,55,54,51,48,49,52,93,44,91,45,54,56,46,53,48,49,48,57,53,44,52,52,46,57,56,48,55,49,56,93,44,91,45,54,56,46,51,55,53,56,57,50,44,52,52,46,57,57,55,51,55,51,93,44,91,45,54,56,46,51,57,54,57,48,51,44,52,53,46,48,56,51,50,57,54,93,44,91,45,54,56,46,50,55,48,52,57,55,44,52,53,46,49,48,48,49,50,49,93,44,91,45,54,56,46,51,48,51,55,49,52,44,52,53,46,50,50,49,53,51,49,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,55,46,57,51,57,55,54,44,52,53,46,50,54,55,56,52,53,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,56,46,52,51,51,48,50,56,44,52,53,46,53,55,56,52,56,50,93,44,91,45,54,56,46,52,50,54,49,54,57,44,52,53,46,56,55,48,56,50,57,93,44,91,45,54,56,46,52,51,54,52,52,51,44,52,54,46,51,56,50,49,50,49,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,84,97,108,98,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,49,49,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,54,46,52,51,54,52,57,50,44,51,56,46,56,48,55,51,57,55,93,44,91,45,55,54,46,52,54,51,54,51,54,44,51,56,46,55,49,49,48,57,57,93,44,91,45,55,54,46,52,51,56,56,49,52,44,51,56,46,53,55,53,51,51,54,93,44,91,45,55,54,46,50,52,48,49,53,44,51,56,46,54,54,51,50,48,52,93,44,91,45,55,54,46,48,50,51,52,52,53,44,51,56,46,53,55,51,56,55,53,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,54,46,48,49,53,48,52,53,44,51,56,46,55,50,56,54,56,55,93,44,91,45,55,53,46,56,57,54,55,55,52,44,51,56,46,56,49,53,49,48,57,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,55,54,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,49,55,55,56,51,56,44,51,52,46,52,55,55,48,49,55,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,82,105,118,101,114,115,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,51,50,56,54,44,34,98,101,100,115,34,58,51,54,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,53,51,51,57,57,57,44,51,51,46,55,49,48,51,53,53,93,44,91,45,49,49,55,46,52,49,50,57,56,55,44,51,51,46,54,53,57,48,52,53,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,51,55,48,57,50,53,44,51,51,46,52,57,48,53,52,57,93,44,91,45,49,49,55,46,50,52,49,50,55,49,44,51,51,46,52,51,49,57,57,51,93,44,91,45,49,49,55,46,48,51,48,56,54,49,44,51,51,46,52,50,54,57,51,49,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,53,46,54,48,57,54,53,53,44,51,51,46,52,50,54,56,55,51,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,52,46,53,50,52,50,49,53,44,51,51,46,53,53,51,48,54,56,93,44,91,45,49,49,52,46,52,57,54,52,56,57,44,51,51,46,54,57,54,57,48,49,93,44,91,45,49,49,52,46,53,51,52,49,52,54,44,51,51,46,57,50,53,49,56,55,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,53,46,51,49,54,48,54,53,44,51,52,46,48,55,55,56,52,51,93,44,91,45,49,49,53,46,51,49,54,50,49,50,44,51,52,46,48,51,52,49,49,93,44,91,45,49,49,54,46,51,48,48,54,51,49,44,51,52,46,48,51,50,53,52,52,93,44,91,45,49,49,54,46,57,50,57,53,53,56,44,51,52,46,48,51,52,49,49,51,93,44,91,45,49,49,55,46,50,50,53,51,55,50,44,51,52,46,48,48,52,51,49,52,93,44,91,45,49,49,55,46,53,53,56,51,49,50,44,51,52,46,48,51,51,52,53,49,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,120,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,49,57,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,53,50,48,53,56,49,44,51,54,46,50,54,56,56,50,52,93,44,91,45,57,50,46,52,48,57,49,55,53,44,51,54,46,49,51,52,54,56,52,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,52,49,52,51,57,54,44,51,53,46,57,55,53,55,57,56,93,44,91,45,57,50,46,49,57,53,52,51,44,51,54,46,49,51,50,55,57,56,93,44,91,45,57,50,46,49,53,54,57,57,44,51,54,46,50,54,49,50,52,56,93,44,91,45,57,50,46,49,53,48,50,57,53,44,51,54,46,52,57,56,54,49,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,116,116,97,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,56,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,44,91,45,56,57,46,54,52,53,50,56,44,51,51,46,50,56,53,53,49,53,93,44,91,45,56,57,46,55,52,57,52,52,49,44,51,51,46,50,49,52,52,55,56,93,44,91,45,56,57,46,57,48,50,53,48,49,44,51,50,46,57,50,55,57,52,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,55,51,48,49,53,52,44,51,50,46,57,50,57,57,50,52,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,51,49,54,52,48,56,44,51,51,46,50,56,53,53,53,54,93,44,91,45,56,57,46,52,53,51,56,48,56,44,51,51,46,50,56,53,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,116,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,50,50,44,34,98,101,100,115,34,58,50,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,117,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,48,56,56,48,56,50,44,51,55,46,55,51,50,52,55,54,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,50,52,57,48,50,49,44,51,55,46,54,51,53,53,52,54,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,51,50,49,56,52,44,51,55,46,51,48,57,50,57,50,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,56,46,48,55,50,49,55,52,44,51,55,46,54,53,55,51,56,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,117,109,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,57,57,53,44,34,98,101,100,115,34,58,50,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,54,52,48,57,56,54,44,51,51,46,57,57,57,52,51,51,93,44,91,45,56,48,46,53,57,55,55,49,53,44,51,51,46,55,55,55,53,49,50,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,51,57,55,49,51,49,44,51,51,46,55,54,55,56,50,49,93,44,91,45,56,48,46,50,53,53,57,48,52,44,51,51,46,56,48,51,55,48,56,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,56,48,46,49,56,48,51,55,49,44,51,51,46,57,53,50,48,48,50,93,44,91,45,56,48,46,51,50,49,55,50,49,44,51,52,46,48,56,48,51,53,54,93,44,91,45,56,48,46,52,56,49,51,49,56,44,51,52,46,49,49,50,54,50,50,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,54,52,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,52,34,44,34,78,65,77,69,34,58,34,76,97,107,101,32,97,110,100,32,80,101,110,105,110,115,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,44,91,45,49,53,56,46,56,57,51,54,48,55,44,53,54,46,55,53,52,52,48,52,93,44,91,45,49,53,57,46,48,53,49,48,56,57,44,53,54,46,54,54,55,54,56,55,93,44,91,45,49,53,57,46,50,55,53,57,51,50,44,53,54,46,54,54,55,54,56,50,93,44,91,45,49,53,57,46,50,55,53,57,50,56,44,53,54,46,53,56,48,57,54,55,93,44,91,45,49,53,57,46,53,56,56,48,52,49,44,53,54,46,53,56,48,57,54,49,93,44,91,45,49,53,57,46,53,56,56,48,51,54,44,53,54,46,52,57,52,50,52,53,93,44,91,45,49,53,57,46,57,48,48,49,52,57,44,53,54,46,52,57,52,50,51,57,93,44,91,45,49,53,57,46,57,48,48,49,51,51,44,53,54,46,51,50,48,56,48,51,93,44,91,45,49,53,57,46,56,48,54,51,56,57,44,53,54,46,51,50,48,56,48,53,93,44,91,45,49,53,57,46,56,48,54,52,48,54,44,53,53,46,57,55,51,57,49,57,93,44,91,45,49,53,57,46,56,54,55,57,55,49,44,53,53,46,56,56,55,49,57,51,93,44,91,45,49,53,57,46,53,54,49,51,54,44,53,53,46,56,56,55,49,57,55,93,44,91,45,49,53,57,46,53,54,49,52,53,49,44,53,53,46,54,51,56,52,52,51,93,44,91,45,49,53,57,46,52,52,54,56,54,56,44,53,53,46,54,51,56,53,51,49,93,44,91,45,49,53,56,44,53,53,46,54,51,57,52,52,52,93,44,91,45,49,53,55,46,48,49,49,51,56,57,44,53,54,46,50,57,54,51,50,56,93,44,91,45,49,53,54,46,51,50,56,54,49,49,44,53,54,46,55,53,93,44,91,45,49,53,54,46,51,50,56,48,50,51,44,53,55,46,48,53,51,50,56,56,93,44,91,45,49,53,54,46,51,53,53,51,57,50,44,53,55,46,49,53,57,57,51,49,93,44,91,45,49,53,54,46,55,53,48,56,49,53,44,53,55,46,49,54,50,56,55,56,93,44,91,45,49,53,54,46,55,53,48,55,56,44,53,55,46,50,51,53,55,57,53,93,44,91,45,49,53,54,46,51,55,48,50,51,53,44,53,55,46,53,50,50,51,54,56,93,44,91,45,49,53,54,46,50,48,56,48,50,49,44,53,55,46,53,50,50,57,54,51,93,44,91,45,49,53,53,46,55,54,56,48,50,50,44,53,55,46,54,54,56,50,54,49,93,44,91,45,49,53,53,46,54,57,51,55,55,51,44,53,55,46,55,57,55,57,56,55,93,44,91,45,49,53,53,46,53,51,56,56,51,44,53,55,46,55,57,57,56,48,54,93,44,91,45,49,53,53,46,51,51,48,50,52,53,44,53,55,46,56,55,54,51,52,51,93,44,91,45,49,53,53,46,51,51,49,57,52,53,44,53,56,46,49,57,51,50,56,51,93,44,91,45,49,53,53,46,48,53,55,55,52,49,44,53,56,46,50,51,54,50,48,57,93,44,91,45,49,53,53,46,48,48,56,49,51,50,44,53,56,46,50,57,48,57,48,53,93,44,91,45,49,53,52,46,55,51,48,51,54,57,44,53,56,46,51,48,52,54,54,57,93,44,91,45,49,53,52,46,52,54,53,55,52,49,44,53,56,46,51,54,49,51,53,54,93,44,91,45,49,53,52,46,51,48,51,52,52,55,44,53,56,46,52,54,48,51,56,53,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,52,46,54,52,50,53,52,53,44,53,56,46,54,53,50,55,52,55,93,44,91,45,49,53,52,46,54,57,53,48,51,54,44,53,56,46,55,51,57,52,51,49,93,44,91,45,49,53,52,46,54,57,53,49,48,53,44,53,57,46,48,56,54,49,53,57,93,44,91,45,49,53,52,46,55,52,56,56,54,49,44,53,57,46,50,53,57,53,49,56,93,44,91,45,49,53,52,46,52,49,50,48,49,51,44,53,57,46,50,53,57,53,50,52,93,44,91,45,49,53,52,46,52,49,50,48,50,56,44,53,57,46,52,51,50,56,56,50,93,44,91,45,49,53,52,46,49,50,51,51,50,49,44,53,57,46,52,51,50,56,56,55,93,44,91,45,49,53,51,46,57,53,51,49,56,49,44,53,57,46,53,49,57,53,54,57,93,44,91,45,49,53,51,46,57,53,51,49,57,56,44,53,57,46,54,57,50,57,49,56,93,44,91,45,49,53,51,46,55,56,51,48,54,56,44,53,57,46,54,57,50,57,50,54,93,44,91,45,49,53,51,46,54,53,54,57,55,55,44,53,57,46,55,55,57,54,48,55,93,44,91,45,49,53,51,46,54,53,54,57,56,44,54,48,46,49,50,54,50,55,55,93,44,91,45,49,53,51,46,53,50,56,51,57,50,44,54,48,46,49,50,54,50,56,49,93,44,91,45,49,53,51,46,53,50,56,52,52,49,44,54,48,46,52,55,50,57,51,57,93,44,91,45,49,53,51,46,51,57,55,50,55,54,44,54,48,46,52,55,50,57,52,56,93,44,91,45,49,53,51,46,51,57,55,50,56,52,44,54,48,46,56,49,57,53,56,49,93,44,91,45,49,53,51,46,52,52,48,56,56,52,44,54,48,46,57,48,54,50,51,54,93,44,91,45,49,53,52,46,54,49,52,50,49,53,44,54,48,46,57,48,54,50,48,52,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,54,46,48,48,48,49,52,53,44,53,57,46,54,57,50,56,55,57,93,44,91,45,49,53,54,46,49,54,53,48,54,54,44,53,57,46,54,48,54,50,48,50,93,44,91,45,49,53,54,46,53,48,53,51,52,57,44,53,57,46,54,48,54,49,57,57,93,44,91,45,49,53,54,46,54,55,53,52,56,57,44,53,57,46,53,49,57,53,50,49,93,44,91,45,49,53,54,46,55,54,57,57,54,53,44,53,57,46,51,52,54,49,54,54,93,44,91,45,49,53,55,46,49,48,54,56,49,52,44,53,57,46,51,52,54,49,54,50,93,44,91,45,49,53,55,46,50,55,53,50,51,51,44,53,57,46,50,53,57,52,56,50,93,44,91,45,49,53,55,46,49,57,54,51,48,54,44,53,57,46,48,56,54,49,50,50,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,48,52,53,52,57,54,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,54,49,54,54,54,54,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,56,46,48,54,57,56,50,50,44,53,56,46,52,57,48,51,49,55,93,44,91,45,49,53,56,46,51,54,49,52,44,53,55,46,57,54,50,54,56,54,93,44,91,45,49,53,56,46,56,57,51,52,56,50,44,53,54,46,57,57,57,56,52,49,93,44,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,55,50,57,52,51,51,44,51,55,46,52,57,52,53,56,53,93,44,91,45,56,49,46,54,53,52,52,51,49,44,51,55,46,53,50,51,51,49,50,93,44,91,45,56,49,46,51,49,49,50,48,49,44,51,55,46,52,50,52,53,48,57,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,51,48,52,49,51,44,51,55,46,53,52,54,53,54,52,93,44,91,45,56,49,46,52,50,55,55,56,49,44,51,55,46,55,52,57,51,53,50,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,54,48,55,53,51,50,44,51,55,46,55,56,56,55,48,57,93,44,91,45,56,49,46,55,54,52,55,51,55,44,51,55,46,55,53,50,49,48,56,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,75,101,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,51,48,53,51,44,34,98,101,100,115,34,58,49,53,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,50,48,46,49,57,51,57,49,56,44,51,53,46,54,49,52,51,53,57,93,44,91,45,49,50,48,46,48,56,54,54,55,52,44,51,53,46,53,50,54,53,53,52,93,44,91,45,49,49,57,46,56,56,48,48,52,53,44,51,53,46,52,51,57,49,51,51,93,44,91,45,49,49,57,46,56,56,48,49,55,50,44,51,53,46,51,53,49,50,49,49,93,44,91,45,49,49,57,46,56,48,57,52,52,57,44,51,53,46,50,54,51,53,56,52,93,44,91,45,49,49,57,46,54,54,54,54,54,51,44,51,53,46,50,54,50,53,50,55,93,44,91,45,49,49,57,46,54,54,55,48,53,54,44,51,53,46,49,55,52,56,48,57,93,44,91,45,49,49,57,46,53,53,51,54,52,49,44,51,53,46,49,55,57,57,55,53,93,44,91,45,49,49,57,46,52,55,50,55,49,57,44,51,53,46,48,55,54,56,56,53,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,52,52,50,51,53,50,44,51,52,46,57,48,49,50,55,52,93,44,91,45,49,49,57,46,50,55,54,57,52,54,44,51,52,46,56,55,57,54,55,53,93,44,91,45,49,49,57,46,50,52,51,54,52,53,44,51,52,46,56,49,52,49,55,56,93,44,91,45,49,49,56,46,56,56,49,51,54,52,44,51,52,46,55,57,48,54,50,57,93,44,91,45,49,49,56,46,56,53,52,48,49,44,51,52,46,56,49,55,51,51,57,93,44,91,45,49,49,55,46,54,54,55,50,57,50,44,51,52,46,56,50,50,53,50,54,93,44,91,45,49,49,55,46,54,51,50,48,49,49,44,51,52,46,56,50,50,50,55,93,44,91,45,49,49,55,46,54,51,50,57,57,54,44,51,53,46,55,57,55,50,53,49,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,56,46,54,50,57,57,55,53,44,51,53,46,55,56,57,53,56,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,67,111,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,55,49,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,44,91,45,57,55,46,48,57,53,54,52,52,44,51,51,46,55,50,57,50,50,50,93,44,91,45,57,55,46,49,53,52,51,54,55,44,51,51,46,55,50,52,48,57,52,93,44,91,45,57,55,46,50,53,53,54,51,57,44,51,51,46,56,54,51,55,48,50,93,44,91,45,57,55,46,51,55,52,54,57,44,51,51,46,56,49,56,53,53,50,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,54,46,57,52,52,54,49,49,44,51,51,46,57,52,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,53,52,44,34,98,101,100,115,34,58,51,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,48,46,57,52,56,55,53,54,44,51,51,46,51,48,56,48,52,55,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,53,48,50,55,57,44,51,51,46,51,51,52,52,57,54,93,44,91,45,56,48,46,51,54,49,56,53,49,44,51,51,46,50,53,55,52,52,51,93,44,91,45,56,48,46,50,53,53,54,52,50,44,51,51,46,51,48,48,48,48,50,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,51,53,52,53,51,57,44,51,51,46,52,51,48,52,48,56,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,54,53,57,48,50,44,51,51,46,52,55,48,57,56,50,93,44,91,45,56,48,46,56,48,55,54,51,49,44,51,51,46,54,48,52,48,56,49,93,44,91,45,56,48,46,57,54,53,52,56,57,44,51,51,46,54,50,53,50,56,50,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,49,46,49,56,55,50,55,49,44,51,51,46,54,53,50,57,51,55,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,53,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,49,57,55,55,54,53,44,52,53,46,49,50,48,54,48,52,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,57,50,53,51,52,51,44,52,53,46,51,55,57,51,53,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,48,52,57,49,57,50,44,52,51,46,52,57,57,55,48,53,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,50,46,52,52,56,57,52,56,44,52,51,46,53,48,48,52,53,57,93,44,91,45,57,50,46,52,52,56,57,54,53,44,52,51,46,56,51,52,49,48,53,93,44,91,45,57,50,46,54,56,57,51,57,49,44,52,51,46,56,52,56,53,55,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,48,53,50,51,50,44,52,51,46,56,52,57,48,55,93,44,91,45,57,53,46,52,54,50,52,50,55,44,52,51,46,56,52,55,57,49,49,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,80,114,111,118,105,100,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,52,53,51,51,44,34,98,101,100,115,34,58,50,56,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,55,57,57,49,56,56,44,52,50,46,48,48,56,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,80,104,101,108,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,55,56,57,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,44,91,45,57,49,46,54,51,50,52,51,49,44,51,56,46,48,53,48,57,53,49,93,44,91,45,57,49,46,56,57,53,51,52,55,44,51,56,46,48,53,49,49,57,57,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,49,46,56,48,54,50,49,57,44,51,55,46,55,57,49,50,56,54,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,53,51,52,51,56,52,44,51,56,46,49,53,50,53,57,51,93,44,91,45,57,49,46,54,51,48,53,53,52,44,51,56,46,49,53,51,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,114,101,110,116,105,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,54,48,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,44,91,45,56,56,46,55,51,53,52,52,44,51,52,46,53,57,54,52,56,51,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,51,51,48,54,57,57,44,51,52,46,55,52,48,55,50,49,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,55,49,56,53,48,56,44,51,52,46,55,53,54,55,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,56,57,44,34,98,101,100,115,34,58,51,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,51,53,48,48,48,54,44,51,54,46,55,56,48,54,56,49,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,57,53,56,53,51,52,44,51,54,46,55,50,55,50,52,53,93,44,91,45,56,52,46,48,54,53,55,53,53,44,51,54,46,56,53,51,57,54,49,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,52,49,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,44,91,45,56,54,46,55,48,48,54,51,44,52,49,46,52,48,49,57,56,50,93,44,91,45,56,54,46,55,56,51,52,55,51,44,52,49,46,50,56,53,52,54,53,93,44,91,45,56,54,46,57,51,48,48,55,57,44,52,49,46,50,51,54,55,57,56,93,44,91,45,56,54,46,57,51,48,49,55,44,52,49,46,49,55,50,51,49,56,93,44,91,45,56,54,46,52,54,55,48,52,54,44,52,49,46,49,55,49,52,52,50,93,44,91,45,56,54,46,52,54,54,54,48,51,44,52,49,46,52,51,50,57,54,56,93,44,91,45,56,54,46,53,50,52,55,49,49,44,52,49,46,52,51,50,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,49,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,48,53,55,44,34,98,101,100,115,34,58,57,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,44,91,45,57,55,46,57,54,50,56,54,44,51,48,46,55,56,53,54,52,49,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,55,46,57,53,54,55,51,52,44,51,48,46,54,50,56,50,52,57,93,44,91,45,57,55,46,56,49,49,56,54,51,44,51,48,46,52,52,55,48,49,56,93,44,91,45,57,55,46,53,57,54,50,51,54,44,51,48,46,53,48,49,53,49,51,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,55,46,50,55,49,52,49,56,44,51,48,46,55,51,53,54,57,50,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,54,50,53,50,56,56,44,51,48,46,56,55,48,52,51,93,44,91,45,57,55,46,56,50,56,53,49,50,44,51,48,46,57,48,54,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,97,116,105,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,53,46,57,56,55,53,53,49,44,49,55,46,57,48,56,57,50,51,93,44,91,45,54,53,46,56,55,51,50,57,57,44,49,55,46,57,51,55,57,53,53,93,44,91,45,54,53,46,57,56,56,53,50,51,44,49,56,46,48,53,56,57,52,49,93,44,91,45,54,54,46,48,49,48,50,52,53,44,49,56,46,48,55,53,53,54,53,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,44,91,45,57,51,46,48,50,52,51,52,53,44,52,51,46,52,57,57,55,51,51,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,50,46,53,53,51,49,50,56,44,52,51,46,53,48,48,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,69,109,97,110,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,57,57,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,44,91,45,56,50,46,52,54,57,56,50,51,44,51,50,46,54,53,48,56,56,50,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,52,57,57,57,55,49,44,51,50,46,52,57,56,51,55,56,93,44,91,45,56,50,46,51,56,54,49,48,54,44,51,50,46,52,52,48,51,55,93,44,91,45,56,50,46,52,48,57,49,49,56,44,51,50,46,51,53,51,56,51,93,44,91,45,56,50,46,51,53,52,53,52,54,44,51,50,46,50,57,50,49,57,52,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,50,53,50,55,53,55,44,51,50,46,51,53,51,51,49,93,44,91,45,56,50,46,49,52,56,51,51,56,44,51,50,46,53,50,48,52,50,57,93,44,91,45,56,50,46,48,51,48,50,51,51,44,51,50,46,53,51,56,55,55,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,50,46,48,56,50,52,52,44,51,50,46,54,54,51,48,54,49,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,51,49,54,53,49,50,44,51,50,46,56,51,53,55,55,50,93,44,91,45,56,50,46,52,51,52,49,52,57,44,51,50,46,55,54,50,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,116,97,104,111,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,54,52,54,48,52,44,51,49,46,57,54,49,49,52,49,93,44,91,45,57,49,46,55,55,57,57,50,56,44,51,49,46,56,56,49,52,56,49,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,50,46,48,48,53,52,51,52,44,51,49,46,57,50,55,50,57,54,93,44,91,45,57,50,46,48,48,56,49,50,49,44,51,49,46,51,50,53,55,57,55,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,49,46,56,53,53,57,48,56,44,51,49,46,52,57,54,48,49,93,44,91,45,57,49,46,56,50,54,57,50,54,44,51,49,46,53,57,49,54,55,49,93,44,91,45,57,49,46,55,48,53,57,52,56,44,51,49,46,54,52,50,56,54,51,93,44,91,45,57,49,46,54,57,52,52,54,57,44,51,49,46,55,51,53,50,56,54,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,51,49,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,55,55,49,51,48,54,44,52,49,46,48,55,55,56,49,54,93,44,91,45,55,53,46,55,51,49,57,51,44,52,49,46,48,48,56,50,50,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,53,55,52,53,57,44,52,48,46,57,53,49,51,50,51,93,44,91,45,55,53,46,52,57,53,57,57,44,52,48,46,57,56,55,49,56,49,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,54,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,54,46,48,54,54,55,51,54,44,52,48,46,50,54,50,48,51,56,93,44,91,45,57,54,46,52,54,51,54,54,55,44,52,48,46,50,54,50,49,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,85,110,105,99,111,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,44,91,45,56,50,46,52,51,55,50,53,49,44,51,54,46,49,53,52,55,48,57,93,44,91,45,56,50,46,53,57,53,48,54,53,44,51,54,46,48,57,54,50,48,53,93,44,91,45,56,50,46,54,48,50,57,56,44,51,54,46,48,51,57,54,55,55,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,51,52,48,52,54,44,51,54,46,50,53,50,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,83,112,97,114,116,97,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,50,49,57,53,44,34,98,101,100,115,34,58,57,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,50,46,50,50,54,51,50,53,44,51,52,46,56,53,50,52,56,56,93,44,91,45,56,50,46,49,52,54,55,57,50,44,51,52,46,55,56,53,53,53,52,93,44,91,45,56,50,46,48,55,49,51,49,53,44,51,52,46,55,48,51,55,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,49,46,55,56,51,51,57,44,51,52,46,56,51,55,49,50,53,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,55,53,53,48,56,51,44,51,52,46,57,51,48,50,56,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,77,97,114,97,116,104,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,50,54,52,44,34,98,101,100,115,34,58,52,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,57,46,50,50,52,50,49,52,44,52,53,46,49,49,56,53,54,55,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,57,48,46,49,57,55,55,54,53,44,52,53,46,49,50,48,54,48,52,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,69,108,107,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,50,53,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,54,46,49,53,56,49,53,53,44,52,48,46,57,57,57,57,49,50,93,44,91,45,49,49,54,46,49,53,55,56,51,52,44,52,48,46,54,54,54,51,56,57,93,44,91,45,49,49,54,46,48,48,48,56,57,55,44,52,48,46,49,50,55,51,55,54,93,44,91,45,49,49,53,46,56,51,52,57,54,57,44,52,48,46,49,50,55,56,52,50,93,44,91,45,49,49,52,46,57,48,49,56,50,53,44,52,48,46,49,50,50,48,56,50,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,54,46,48,52,53,51,55,51,44,52,49,46,57,57,54,51,51,49,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,97,120,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,55,48,49,53,50,50,44,51,56,46,56,55,57,48,52,53,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,48,46,55,56,53,49,55,55,44,51,56,46,53,53,55,54,52,57,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,53,48,56,54,53,53,44,51,56,46,54,52,53,53,53,51,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,52,55,51,55,54,56,44,51,56,46,56,50,57,48,57,56,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,101,120,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,67,111,99,104,114,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,52,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,56,52,50,44,34,98,101,100,115,34,58,53,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,44,91,45,55,56,46,53,51,57,56,52,44,52,48,46,53,48,54,49,53,52,93,44,91,45,55,56,46,53,54,52,48,56,53,44,52,48,46,51,55,48,54,48,57,93,44,91,45,55,56,46,54,50,48,51,56,51,44,52,48,46,51,50,55,48,50,53,93,44,91,45,55,56,46,50,53,55,51,48,53,44,52,48,46,50,57,55,56,56,51,93,44,91,45,55,56,46,49,51,48,48,56,49,44,52,48,46,52,56,49,57,57,93,44,91,45,55,56,46,50,50,49,57,55,44,52,48,46,54,55,52,53,51,57,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,51,53,48,52,51,44,52,48,46,55,50,52,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,105,99,107,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,53,49,50,49,48,51,44,51,55,46,57,49,51,53,51,53,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,49,56,50,55,48,54,44,51,55,46,57,48,52,49,52,52,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,57,51,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,44,91,45,57,52,46,48,54,56,56,57,56,44,51,54,46,55,52,55,56,49,56,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,51,46,53,56,52,50,54,50,44,51,54,46,52,57,57,49,54,55,93,44,91,45,57,51,46,53,55,51,56,44,51,54,46,56,50,48,48,51,50,93,44,91,45,57,51,46,54,49,49,48,48,51,44,51,54,46,57,50,50,56,51,49,93,44,91,45,57,52,46,48,54,50,55,52,44,51,54,46,57,51,49,55,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,82,97,109,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,52,57,51,44,34,98,101,100,115,34,58,49,57,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,50,50,55,54,57,54,44,52,53,46,49,50,52,53,51,51,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,105,116,116,108,101,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,44,91,45,57,52,46,52,56,53,56,55,56,44,51,51,46,54,51,55,56,54,53,93,44,91,45,57,52,46,51,56,57,53,51,44,51,51,46,53,52,54,55,51,57,93,44,91,45,57,52,46,50,57,49,50,49,50,44,51,51,46,53,56,49,52,55,56,93,44,91,45,57,52,46,48,52,51,52,53,44,51,51,46,53,53,50,50,53,51,93,44,91,45,57,51,46,57,51,53,54,48,54,44,51,51,46,53,53,48,49,55,54,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,57,54,53,54,51,55,44,51,51,46,54,54,57,55,51,54,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,52,46,49,56,49,56,49,44,51,51,46,55,56,56,56,53,50,93,44,91,45,57,52,46,52,55,55,50,57,57,44,51,51,46,57,52,48,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,53,53,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,52,55,56,56,48,54,44,51,57,46,51,51,55,52,49,54,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,53,54,51,54,56,44,51,57,46,49,57,53,52,49,53,93,44,91,45,49,49,57,46,53,53,49,48,50,44,51,57,46,48,56,53,55,57,49,93,44,91,45,49,49,57,46,51,49,49,55,49,52,44,51,57,46,48,56,51,54,49,53,93,44,91,45,49,49,57,46,51,49,48,55,48,50,44,51,56,46,57,57,48,55,49,57,93,44,91,45,49,49,57,46,52,50,48,56,51,55,44,51,56,46,57,53,52,55,49,53,93,44,91,45,49,49,57,46,52,48,54,50,55,57,44,51,56,46,55,51,51,51,54,50,93,44,91,45,49,49,57,46,51,52,57,56,56,52,44,51,56,46,55,50,57,49,57,51,93,44,91,45,49,49,57,46,51,50,56,51,57,56,44,51,56,46,53,51,52,55,57,50,93,44,91,45,49,49,57,46,49,53,54,57,55,56,44,51,56,46,52,49,52,55,52,54,93,44,91,45,49,49,56,46,57,48,54,56,54,49,44,51,56,46,52,49,52,54,55,55,93,44,91,45,49,49,56,46,57,48,50,49,50,52,44,51,56,46,56,53,50,49,53,56,93,44,91,45,49,49,57,46,48,49,52,53,50,56,44,51,56,46,56,53,49,51,93,44,91,45,49,49,57,46,48,49,52,56,51,55,44,51,56,46,57,52,51,51,50,51,93,44,91,45,49,49,56,46,57,50,57,55,51,55,44,51,57,46,48,55,51,54,57,56,93,44,91,45,49,49,56,46,55,53,51,56,51,53,44,51,57,46,48,55,52,54,51,93,44,91,45,49,49,56,46,55,53,52,48,49,52,44,51,57,46,49,49,50,48,50,51,93,44,91,45,49,49,57,46,49,49,56,49,57,51,44,51,57,46,51,56,56,53,49,54,93,44,91,45,49,49,57,46,48,55,55,57,56,56,44,51,57,46,55,50,50,52,52,49,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,54,55,57,44,34,98,101,100,115,34,58,49,51,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,50,46,49,57,56,54,50,54,44,50,54,46,55,55,48,56,57,50,93,44,91,45,56,50,46,51,51,53,48,52,44,50,54,46,55,56,55,57,52,54,93,44,91,45,56,50,46,51,50,49,57,49,44,50,54,46,54,54,53,48,55,57,93,44,91,45,56,50,46,50,51,54,52,53,51,44,50,54,46,52,55,55,51,93,44,91,45,56,50,46,49,49,50,50,50,49,44,50,54,46,51,55,55,55,53,53,93,44,91,45,56,49,46,57,55,56,49,50,54,44,50,54,46,51,57,57,54,57,50,93,44,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,44,91,45,56,49,46,54,53,55,57,44,50,54,46,51,49,55,53,54,51,93,44,91,45,56,49,46,54,53,57,53,48,54,44,50,54,46,52,50,49,48,55,55,93,44,91,45,56,49,46,53,54,50,49,56,44,50,54,46,52,50,50,54,50,53,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,74,111,115,101,112,104,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,52,56,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,56,57,48,54,53,55,44,52,50,46,53,48,48,53,51,56,93,44,91,45,49,50,51,46,57,57,56,55,56,44,52,50,46,52,57,57,57,54,50,93,44,91,45,49,50,52,46,48,50,53,57,56,52,44,52,50,46,51,53,57,52,48,57,93,44,91,45,49,50,51,46,56,57,50,54,53,49,44,52,50,46,51,53,51,50,57,51,93,44,91,45,49,50,51,46,55,57,50,56,51,52,44,52,50,46,50,50,52,51,49,52,93,44,91,45,49,50,51,46,56,53,56,53,52,57,44,52,50,46,49,51,53,49,49,54,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,51,46,50,50,57,54,49,57,44,52,50,46,55,48,50,54,49,93,44,91,45,49,50,51,46,52,52,53,52,53,54,44,52,50,46,55,48,51,48,50,53,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,110,97,116,195,173,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,57,50,44,34,98,101,100,115,34,58,53,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,52,51,54,55,53,50,44,49,56,46,53,52,48,56,48,53,93,44,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,51,55,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,53,51,49,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,44,91,45,56,54,46,50,53,55,53,57,44,51,53,46,52,49,50,52,55,54,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,49,53,56,48,49,56,44,51,53,46,51,54,50,54,48,55,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,53,46,56,55,54,57,54,50,44,51,53,46,53,50,52,48,57,53,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,54,46,49,52,51,54,53,50,44,51,53,46,54,54,49,55,52,55,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,50,52,53,49,54,53,44,51,53,46,54,51,49,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,76,101,109,104,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,57,56,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,44,91,45,49,49,52,46,56,49,57,56,56,57,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,49,52,46,54,48,50,51,54,50,44,52,52,46,53,57,52,56,53,54,93,44,91,45,49,49,52,46,52,53,49,56,52,44,52,52,46,54,49,49,55,52,49,93,44,91,45,49,49,52,46,51,51,57,49,57,54,44,52,52,46,55,57,51,53,57,52,93,44,91,45,49,49,52,46,48,55,53,57,51,55,44,52,52,46,55,52,53,53,55,56,93,44,91,45,49,49,52,46,48,49,57,50,48,52,44,52,52,46,54,53,49,53,52,49,93,44,91,45,49,49,51,46,56,49,54,50,49,53,44,52,52,46,52,57,51,57,54,51,93,44,91,45,49,49,51,46,53,48,49,53,49,57,44,52,52,46,52,50,50,51,48,51,93,44,91,45,49,49,51,46,51,51,57,54,49,55,44,52,52,46,51,49,54,51,49,51,93,44,91,45,49,49,51,46,51,50,48,54,48,57,44,52,52,46,50,51,51,49,54,52,93,44,91,45,49,49,50,46,57,57,53,48,57,49,44,52,52,46,50,51,52,49,50,54,93,44,91,45,49,49,50,46,56,49,51,55,57,50,44,52,52,46,50,51,48,50,56,49,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,51,46,48,48,49,57,55,56,44,52,52,46,52,52,57,56,53,55,93,44,91,45,49,49,51,46,49,48,49,54,49,56,44,52,52,46,55,50,57,52,54,53,93,44,91,45,49,49,51,46,50,52,55,49,57,50,44,52,52,46,56,50,50,57,53,52,93,44,91,45,49,49,51,46,52,53,53,48,55,49,44,52,52,46,56,54,53,52,50,52,93,44,91,45,49,49,51,46,52,53,50,48,52,52,44,52,53,46,48,53,57,49,55,52,93,44,91,45,49,49,51,46,53,55,54,55,50,53,44,52,53,46,49,51,49,50,51,55,93,44,91,45,49,49,51,46,55,55,51,55,53,51,44,52,53,46,52,48,54,51,53,57,93,44,91,45,49,49,51,46,56,48,54,52,51,49,44,52,53,46,54,48,49,54,51,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,52,46,50,54,57,56,57,50,44,52,53,46,52,56,52,53,53,50,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,54,54,54,50,50,51,44,52,53,46,52,55,49,51,50,53,93,44,91,45,49,49,52,46,55,57,51,50,48,55,44,52,53,46,52,51,54,51,51,52,93,44,91,45,49,49,52,46,54,48,51,57,52,44,52,53,46,50,57,53,56,50,54,93,44,91,45,49,49,52,46,54,57,52,48,48,49,44,52,53,46,49,57,55,49,56,50,93,44,91,45,49,49,52,46,55,51,50,50,55,44,52,53,46,49,53,49,49,53,53,93,44,91,45,49,49,52,46,55,51,49,57,54,44,52,52,46,56,56,48,57,52,54,93,44,91,45,49,49,52,46,56,49,50,52,48,55,44,52,52,46,56,48,56,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,54,46,56,57,57,50,54,56,44,51,55,46,50,49,50,51,49,51,93,44,91,45,56,54,46,56,50,57,51,55,49,44,51,55,46,50,56,49,51,54,53,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,54,54,49,56,56,44,51,55,46,53,52,49,57,51,52,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,56,50,51,52,50,57,44,51,55,46,55,51,55,55,53,52,93,44,91,45,56,54,46,56,49,55,53,49,52,44,51,55,46,54,55,51,56,49,52,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,97,114,112,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,51,53,49,44,34,98,101,100,115,34,58,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,50,48,55,54,52,56,44,52,48,46,57,57,53,54,50,56,93,44,91,45,57,54,46,48,53,54,50,53,54,44,52,49,46,48,54,53,51,53,54,93,44,91,45,57,53,46,56,55,57,52,56,55,44,52,49,46,48,53,51,50,57,57,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,67,111,108,113,117,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,48,54,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,52,46,48,48,51,56,55,54,44,51,49,46,48,52,49,53,56,50,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,53,48,57,56,49,44,51,49,46,50,48,54,49,56,49,93,44,91,45,56,51,46,53,49,50,54,48,55,44,51,49,46,51,50,55,52,48,53,93,44,91,45,56,51,46,54,53,52,48,57,44,51,49,46,51,51,48,54,54,49,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,54,54,55,52,50,50,44,52,54,46,51,55,54,49,49,55,93,44,91,45,57,54,46,53,57,57,54,54,44,52,54,46,51,51,48,52,56,49,93,44,91,45,57,54,46,53,53,52,52,51,54,44,52,54,46,48,56,52,49,56,54,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,54,46,50,56,48,57,55,55,44,52,54,46,54,51,48,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,53,52,54,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,57,48,46,48,51,54,51,49,54,44,51,56,46,50,50,51,50,52,54,93,44,91,45,57,48,46,48,51,53,56,54,55,44,51,56,46,49,51,53,55,51,54,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,56,57,46,57,56,56,49,48,56,44,51,55,46,57,54,49,55,52,57,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,56,57,46,56,52,52,55,56,54,44,51,55,46,57,48,53,53,55,50,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,55,48,51,50,53,54,44,51,56,46,50,49,57,52,48,52,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,75,101,110,110,101,98,101,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,53,52,53,44,34,98,101,100,115,34,58,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,48,55,53,55,52,55,44,52,52,46,50,48,54,49,54,56,93,44,91,45,55,48,46,48,48,53,52,55,49,44,52,52,46,49,50,52,53,49,57,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,54,57,46,54,53,54,55,52,50,44,52,52,46,49,50,50,51,57,50,93,44,91,45,54,57,46,54,53,48,49,55,49,44,52,52,46,50,55,57,54,50,53,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,51,57,51,49,50,51,44,52,52,46,54,52,48,51,55,53,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,54,51,51,49,49,56,44,52,52,46,55,48,48,51,55,51,93,44,91,45,54,57,46,54,48,53,55,52,54,44,52,52,46,53,55,55,50,54,52,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,55,48,46,48,52,48,50,49,53,44,52,52,46,53,56,56,55,50,50,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,109,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,48,53,57,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,54,57,57,53,54,49,44,51,54,46,55,56,57,51,49,54,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,53,50,52,56,48,56,44,51,54,46,55,48,55,53,52,93,44,91,45,56,49,46,50,54,49,57,56,55,44,51,54,46,55,54,51,48,51,51,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,54,56,50,55,56,54,44,51,54,46,57,51,50,57,51,52,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,82,111,111,115,101,118,101,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,49,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,55,52,48,48,54,54,44,51,52,46,51,48,51,48,53,54,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,51,46,56,52,49,54,57,49,44,51,52,46,48,56,49,57,48,57,93,44,91,45,49,48,51,46,56,52,49,57,51,51,44,51,51,46,56,49,57,50,93,44,91,45,49,48,51,46,55,49,54,56,56,53,44,51,51,46,56,49,57,53,53,56,93,44,91,45,49,48,51,46,55,49,56,51,51,51,44,51,51,46,54,53,54,50,49,93,44,91,45,49,48,51,46,53,48,57,55,53,57,44,51,51,46,54,53,55,50,54,50,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,57,52,57,44,34,98,101,100,115,34,58,49,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,52,49,55,53,53,56,44,51,57,46,56,53,51,55,55,54,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,56,46,57,50,56,52,49,54,44,51,57,46,55,50,50,55,56,51,93,44,91,45,55,56,46,56,48,56,51,56,55,44,51,57,46,55,50,50,57,49,49,93,44,91,45,55,56,46,55,53,55,50,52,49,44,51,57,46,56,50,51,52,56,52,93,44,91,45,55,56,46,55,54,51,50,48,54,44,52,48,46,48,53,55,48,48,53,93,44,91,45,55,56,46,54,53,56,52,48,57,44,52,48,46,50,52,50,57,51,51,93,44,91,45,55,56,46,56,57,48,56,51,54,44,52,48,46,50,52,57,53,51,57,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,52,48,54,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,54,48,53,56,54,53,44,51,54,46,54,51,56,48,55,57,93,44,91,45,56,49,46,54,57,57,53,54,49,44,51,54,46,55,56,57,51,49,54,93,44,91,45,56,49,46,56,51,55,48,57,54,44,51,54,46,57,50,57,48,51,57,93,44,91,45,56,49,46,57,52,57,50,55,54,44,51,54,46,56,54,52,52,55,51,93,44,91,45,56,50,46,51,51,50,48,55,56,44,51,54,46,55,48,56,57,54,57,93,44,91,45,56,50,46,50,57,52,49,51,52,44,51,54,46,53,57,53,54,57,55,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,117,105,108,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,53,56,50,44,34,98,101,100,115,34,58,49,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,56,48,46,48,52,51,50,51,56,44,51,54,46,48,49,48,55,53,56,93,44,91,45,56,48,46,48,52,54,56,54,57,44,51,53,46,57,50,48,54,57,51,93,44,91,45,55,57,46,53,52,49,55,50,56,44,51,53,46,56,57,57,56,53,49,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,48,53,50,44,34,98,101,100,115,34,58,49,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,52,55,51,52,57,50,44,52,51,46,54,51,52,49,48,51,93,44,91,45,49,49,54,46,52,55,51,53,57,55,44,52,51,46,52,53,57,50,49,56,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,53,46,57,55,56,54,53,49,44,52,51,46,49,49,51,52,51,50,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,57,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,56,46,54,50,51,51,51,54,44,51,53,46,52,54,52,50,50,53,93,44,91,45,57,56,46,54,50,51,50,52,52,44,51,53,46,53,53,49,53,50,50,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,52,52,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,50,52,56,49,56,51,44,52,48,46,53,48,55,48,51,52,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,48,50,48,55,57,56,44,52,48,46,52,51,51,55,57,53,93,44,91,45,56,50,46,57,53,56,52,48,49,44,52,48,46,52,57,48,54,54,52,93,44,91,45,56,50,46,57,53,55,56,49,55,44,52,48,46,54,52,53,49,52,56,93,44,91,45,56,50,46,56,53,56,51,48,50,44,52,48,46,55,48,53,48,49,57,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,53,52,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,44,91,45,57,48,46,57,49,53,57,54,49,44,51,57,46,55,53,55,50,93,44,91,45,57,49,46,51,54,53,49,50,53,44,51,57,46,55,53,56,55,50,51,93,44,91,45,57,49,46,51,48,54,54,57,51,44,51,57,46,54,56,52,56,54,53,93,44,91,45,57,49,46,49,55,56,48,49,50,44,51,57,46,53,57,56,49,57,54,93,44,91,45,57,49,46,48,51,56,50,55,44,51,57,46,52,52,56,52,51,53,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,53,56,49,48,53,53,44,51,57,46,53,50,49,55,50,56,93,44,91,45,57,48,46,54,52,53,57,57,44,51,57,46,55,48,51,51,54,56,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,57,49,54,54,54,57,44,51,57,46,56,52,52,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,51,51,48,48,57,50,44,52,48,46,55,52,56,50,53,55,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,49,51,51,55,53,50,44,52,48,46,53,57,54,55,51,52,93,44,91,45,56,56,46,57,56,52,55,50,50,44,52,48,46,54,54,52,57,53,51,93,44,91,45,56,56,46,57,50,57,51,51,49,44,52,48,46,55,53,51,51,51,55,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,53,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,52,54,51,44,34,98,101,100,115,34,58,51,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,50,57,52,49,55,57,44,51,51,46,51,53,52,54,51,53,93,44,91,45,56,50,46,51,53,51,52,57,56,44,51,51,46,51,49,50,51,49,56,93,44,91,45,56,50,46,50,54,55,53,56,44,51,51,46,50,54,55,51,57,55,93,44,91,45,56,50,46,49,55,52,50,52,44,51,51,46,50,57,54,55,55,49,93,44,91,45,56,50,46,48,57,50,53,57,50,44,51,51,46,50,51,48,48,56,52,93,44,91,45,56,49,46,56,53,50,48,55,54,44,51,51,46,50,52,55,50,56,56,93,44,91,45,56,49,46,57,49,56,51,51,55,44,51,51,46,51,51,50,56,52,50,93,44,91,45,56,49,46,57,51,52,49,51,54,44,51,51,46,52,54,56,51,51,55,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,49,55,49,56,53,50,44,51,50,46,57,57,53,56,54,93,44,91,45,56,55,46,56,51,55,53,50,49,44,51,51,46,49,53,51,54,51,55,93,44,91,45,56,55,46,56,52,48,54,56,51,44,51,51,46,53,50,52,56,51,57,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,108,108,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,48,48,48,51,57,57,44,51,54,46,48,53,53,54,55,55,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,57,57,46,56,57,51,51,55,50,44,51,53,46,57,56,53,50,57,53,93,44,91,45,57,57,46,55,49,55,49,48,49,44,51,53,46,56,53,57,55,54,57,93,44,91,45,57,57,46,53,53,56,52,56,54,44,51,53,46,56,54,53,57,56,56,93,44,91,45,57,57,46,52,57,53,56,49,50,44,51,53,46,57,55,56,55,51,50,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,57,46,53,57,54,48,55,57,44,51,54,46,49,54,52,48,54,49,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,56,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,53,57,50,55,57,55,44,51,56,46,50,49,57,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,117,110,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,49,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,48,48,50,57,48,50,44,52,50,46,52,55,48,54,51,56,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,50,46,55,54,56,48,57,44,52,50,46,50,57,54,54,56,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,82,111,117,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,55,52,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,44,91,45,49,48,55,46,48,51,55,57,50,56,44,52,48,46,50,50,53,51,55,50,93,44,91,45,49,48,55,46,48,51,55,51,54,51,44,52,48,46,48,57,49,53,51,56,93,44,91,45,49,48,55,46,48,51,51,57,54,56,44,51,57,46,57,49,56,57,49,51,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,54,46,54,51,50,50,53,55,44,52,48,46,51,52,49,53,53,57,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,55,48,54,49,52,57,44,52,48,46,54,49,54,53,57,55,93,44,91,45,49,48,54,46,54,51,54,57,50,50,44,52,48,46,55,56,57,52,56,57,93,44,91,45,49,48,54,46,56,54,57,56,57,49,44,52,48,46,57,53,54,55,50,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,55,46,51,49,55,55,57,52,44,52,49,46,48,48,50,57,50,93,44,91,45,49,48,55,46,51,49,52,49,53,51,44,52,48,46,54,48,48,50,56,49,93,44,91,45,49,48,55,46,52,50,56,56,49,51,44,52,48,46,53,52,50,50,48,55,93,44,91,45,49,48,55,46,52,51,57,51,56,54,44,52,48,46,50,50,51,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,49,55,54,44,34,98,101,100,115,34,58,57,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,55,49,51,49,53,44,52,48,46,53,56,51,57,48,51,93,44,91,45,55,52,46,55,55,53,57,55,57,44,52,48,46,53,48,51,54,48,54,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,52,53,57,56,54,51,44,52,48,46,52,57,49,48,52,54,93,44,91,45,55,52,46,52,54,51,50,57,49,44,52,48,46,53,57,57,49,56,55,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,53,53,54,48,49,56,44,52,48,46,55,53,56,50,56,56,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,50,46,48,48,56,56,53,55,44,51,57,46,52,49,51,53,54,55,93,44,91,45,49,50,50,46,49,51,54,48,48,54,44,51,57,46,51,56,53,52,57,52,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,55,55,53,48,52,51,44,51,57,46,51,49,49,55,55,56,93,44,91,45,49,50,50,46,54,57,49,51,54,49,44,51,57,46,50,52,55,52,51,49,93,44,91,45,49,50,50,46,53,49,53,51,51,49,44,51,57,46,50,48,57,50,49,53,93,44,91,45,49,50,50,46,52,56,51,56,55,57,44,51,57,46,48,54,54,57,53,53,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,49,46,56,49,57,49,52,50,44,51,56,46,57,56,56,53,53,49,93,44,91,45,49,50,49,46,57,52,53,53,49,52,44,51,57,46,49,55,57,56,52,51,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,57,46,48,52,49,52,48,49,44,51,55,46,53,57,54,53,55,54,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,56,46,55,49,48,55,51,56,44,51,55,46,51,51,55,48,56,49,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,105,110,115,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,53,49,54,56,51,44,51,56,46,48,54,57,55,52,49,93,44,91,45,49,48,55,46,53,54,56,56,55,53,44,51,55,46,57,54,53,48,49,53,93,44,91,45,49,48,55,46,52,56,50,50,52,53,44,51,55,46,55,54,56,51,53,51,93,44,91,45,49,48,55,46,52,56,50,49,55,57,44,51,55,46,54,51,57,53,48,49,93,44,91,45,49,48,55,46,52,56,50,49,51,49,44,51,55,46,52,50,50,54,55,51,93,44,91,45,49,48,55,46,49,50,56,54,56,44,51,55,46,52,50,50,57,52,50,93,44,91,45,49,48,55,46,49,52,53,49,51,56,44,51,55,46,54,55,53,52,57,55,93,44,91,45,49,48,55,46,49,51,56,49,57,49,44,51,55,46,57,51,56,56,52,56,93,44,91,45,49,48,55,46,48,48,48,54,48,50,44,51,55,46,57,53,54,48,52,49,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,115,115,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,49,53,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,44,91,45,49,49,51,46,53,53,55,49,57,51,44,52,50,46,54,53,54,55,57,57,93,44,91,45,49,49,51,46,54,53,52,49,52,57,44,52,50,46,53,51,54,49,53,53,93,44,91,45,49,49,51,46,57,51,49,55,57,57,44,52,50,46,53,51,53,50,52,51,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,52,46,48,54,57,49,54,50,44,52,50,46,52,49,55,49,50,52,93,44,91,45,49,49,52,46,50,56,53,52,52,56,44,52,50,46,52,49,55,51,51,51,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,52,46,48,52,49,52,55,55,44,52,49,46,57,57,51,56,55,51,93,44,91,45,49,49,51,46,56,49,52,56,56,52,44,52,49,46,57,56,56,54,53,52,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,51,46,48,48,50,55,57,50,44,52,50,46,53,56,56,48,48,51,93,44,91,45,49,49,51,46,50,51,54,57,54,56,44,52,50,46,54,50,53,50,53,52,93,44,91,45,49,49,51,46,51,55,53,48,54,50,44,52,50,46,54,56,55,56,51,50,93,44,91,45,49,49,51,46,52,55,50,49,55,55,44,52,50,46,54,54,57,51,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,73,115,97,110,116,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,55,52,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,48,49,57,53,54,51,44,52,53,46,52,49,49,55,55,93,44,91,45,57,51,46,48,50,50,50,55,52,44,52,53,46,53,53,55,49,53,52,93,44,91,45,57,51,46,49,52,49,57,55,52,44,52,53,46,53,53,56,49,48,57,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,51,46,53,49,51,54,56,51,44,52,53,46,55,51,52,51,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,57,55,50,44,34,98,101,100,115,34,58,49,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,55,54,49,51,49,51,44,52,49,46,57,57,56,56,48,56,93,44,91,45,55,57,46,55,54,50,52,49,56,44,52,50,46,53,49,54,48,55,50,93,44,91,45,56,48,46,48,56,48,50,50,50,44,52,50,46,51,57,52,49,54,50,93,44,91,45,56,48,46,53,49,57,56,53,49,44,52,50,46,51,50,55,49,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,112,105,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,50,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,50,55,57,57,53,51,44,51,49,46,54,57,57,56,54,53,93,44,91,45,57,48,46,50,52,53,49,57,49,44,51,49,46,55,49,55,53,50,52,93,44,91,45,57,48,46,49,50,50,53,54,53,44,51,49,46,55,53,50,54,56,93,44,91,45,57,48,46,49,51,50,53,53,50,44,51,49,46,56,53,54,57,50,51,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,55,34,44,34,78,65,77,69,34,58,34,86,97,110,32,90,97,110,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,54,46,48,55,53,56,57,57,44,51,50,46,51,53,55,53,48,53,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,53,46,53,57,52,51,44,51,50,46,52,55,57,56,53,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,82,111,97,110,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,53,56,51,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,56,48,46,50,54,50,49,56,52,44,51,55,46,51,52,49,53,50,54,93,44,91,45,56,48,46,49,57,48,55,51,56,44,51,55,46,50,50,55,55,56,51,93,44,91,45,56,48,46,49,55,56,49,50,53,44,51,55,46,49,49,51,52,93,44,91,45,56,48,46,49,50,56,54,55,52,44,51,55,46,49,50,50,57,48,49,93,44,91,45,55,57,46,57,54,49,56,57,44,51,55,46,49,51,55,51,52,57,93,44,91,45,55,57,46,56,52,55,50,49,55,44,51,55,46,50,50,53,52,48,54,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,93,44,91,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,44,91,45,55,57,46,57,48,53,52,54,44,51,55,46,51,50,49,56,51,53,93,44,91,45,55,57,46,57,52,54,56,49,55,44,51,55,46,50,49,51,48,51,55,93,44,91,45,56,48,46,48,51,51,52,54,52,44,51,55,46,50,54,50,56,57,93,44,91,45,56,48,46,48,57,51,54,55,53,44,51,55,46,50,56,50,53,48,50,93,44,91,45,56,48,46,48,50,50,50,50,54,44,51,55,46,51,48,56,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,117,103,117,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,48,49,44,34,98,101,100,115,34,58,51,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,48,48,53,49,50,57,44,51,55,46,56,56,49,54,57,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,52,51,51,54,55,44,51,56,46,50,50,57,52,57,51,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,93,44,91,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,44,91,45,55,56,46,57,48,51,55,57,53,44,51,56,46,48,57,57,56,48,50,93,44,91,45,55,56,46,56,54,50,54,55,55,44,51,56,46,48,56,57,57,55,50,93,44,91,45,55,56,46,56,57,49,55,55,50,44,51,56,46,48,51,57,52,51,56,93,44,91,45,55,56,46,57,52,56,53,48,57,44,51,56,46,48,54,56,49,48,52,93,93,44,91,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,44,91,45,55,57,46,48,57,51,55,57,49,44,51,56,46,49,56,54,50,56,55,93,44,91,45,55,57,46,48,51,51,55,56,57,44,51,56,46,49,57,57,48,49,56,93,44,91,45,55,57,46,48,50,48,51,48,56,44,51,56,46,49,52,51,55,50,53,93,44,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,54,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,48,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,32,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,57,57,57,57,53,57,44,53,56,46,54,52,50,49,54,56,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,54,49,54,54,54,54,93,44,91,45,49,53,54,46,51,49,51,56,56,57,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,55,46,48,52,53,52,57,54,44,53,56,46,56,56,53,56,51,51,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,105,117,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,50,46,52,52,52,48,56,49,44,51,56,46,52,48,53,54,52,54,93,44,91,45,49,49,50,46,51,51,53,53,49,44,51,56,46,51,51,50,51,52,52,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,49,46,56,52,56,55,54,49,44,51,56,46,52,50,52,57,51,51,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,51,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,56,53,57,50,56,44,51,56,46,52,53,54,51,52,56,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,55,48,53,51,49,49,44,51,56,46,54,51,57,56,53,51,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,52,46,51,53,51,49,49,50,44,52,53,46,56,50,49,57,54,55,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,68,111,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,49,46,48,56,54,50,56,49,44,51,53,46,49,56,50,49,52,93,44,91,45,49,48,49,46,48,57,48,55,52,57,44,51,52,46,55,52,56,50,52,54,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,52,56,50,44,34,98,101,100,115,34,58,55,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,57,57,57,56,57,51,44,51,48,46,50,49,51,48,57,93,44,91,45,56,53,46,52,52,54,50,56,57,44,50,57,46,57,48,49,48,51,51,93,44,91,45,56,53,46,51,56,56,54,54,57,44,50,57,46,57,50,52,51,53,57,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,52,56,55,57,54,56,44,51,48,46,52,51,54,54,53,53,93,44,91,45,56,53,46,56,53,51,53,44,51,48,46,52,52,48,54,50,51,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,53,56,53,44,34,98,101,100,115,34,58,51,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,55,46,57,55,51,50,50,50,44,51,52,46,56,56,50,53,53,93,44,91,45,56,55,46,56,51,53,56,51,51,44,51,52,46,55,52,49,50,51,57,93,44,91,45,56,55,46,53,50,52,51,54,51,44,51,52,46,56,51,50,51,56,52,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,50,49,52,57,49,52,44,51,52,46,56,49,54,48,49,49,93,44,91,45,56,55,46,50,49,48,55,53,57,44,51,52,46,57,57,57,48,50,52,93,44,91,45,56,55,46,50,50,52,48,53,50,44,51,52,46,57,57,57,51,55,55,93,44,91,45,56,55,46,54,48,54,48,51,49,44,51,53,46,48,48,51,52,50,53,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,111,117,110,116,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,44,91,45,56,55,46,50,52,52,56,57,56,44,52,48,46,51,48,57,50,53,50,93,44,91,45,56,55,46,52,48,54,54,54,55,44,52,48,46,49,50,55,53,48,56,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,48,57,50,53,54,51,44,52,48,46,50,49,52,56,48,54,93,44,91,45,56,55,46,48,57,50,49,52,56,44,52,48,46,51,54,54,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,51,50,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,57,46,48,50,53,52,53,51,44,51,57,46,51,52,54,49,49,53,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,56,46,52,55,48,57,48,54,44,51,57,46,50,49,53,48,50,57,93,44,91,45,56,56,46,52,55,48,56,51,44,51,57,46,51,55,52,53,49,53,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,53,56,52,50,55,51,44,51,57,46,52,52,55,53,56,50,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,55,50,52,44,34,98,101,100,115,34,58,49,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,44,91,45,56,57,46,50,53,48,53,49,51,44,51,57,46,50,49,55,53,49,50,93,44,91,45,56,57,46,50,53,48,51,48,57,44,51,57,46,48,50,56,49,56,53,93,44,91,45,56,57,46,50,53,52,49,56,53,44,51,56,46,55,52,50,48,49,56,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,49,51,56,49,51,56,44,51,56,46,56,50,52,50,48,57,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,56,46,54,57,51,53,51,49,44,51,56,46,57,49,52,54,49,55,93,44,91,45,56,56,46,56,48,54,55,57,53,44,51,56,46,57,49,49,53,56,53,93,44,91,45,56,56,46,56,48,53,51,50,53,44,51,57,46,50,49,54,50,54,51,93,44,91,45,56,57,46,49,51,57,52,54,52,44,51,57,46,50,49,55,55,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,51,57,54,53,57,52,44,51,57,46,56,51,51,48,53,55,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,51,55,57,56,57,44,51,57,46,53,57,54,55,51,56,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,48,50,52,50,49,57,44,51,57,46,55,50,52,54,56,54,93,44,91,45,56,50,46,48,55,54,54,51,57,44,51,57,46,55,55,48,57,54,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,57,48,34,44,34,78,65,77,69,34,58,34,68,97,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,49,50,44,34,98,101,100,115,34,58,51,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,44,91,45,55,57,46,51,57,56,48,57,52,44,51,54,46,54,52,52,48,51,55,93,44,91,45,55,57,46,52,55,48,48,53,55,44,51,54,46,53,52,48,57,55,49,93,44,91,45,55,57,46,51,52,51,49,49,55,44,51,54,46,53,52,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,110,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,52,56,48,51,54,49,44,51,52,46,50,54,50,48,51,56,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,51,57,56,51,57,54,44,51,52,46,52,54,48,56,56,51,93,44,91,45,56,51,46,52,53,57,55,55,44,51,52,46,52,56,49,49,52,50,93,44,91,45,56,51,46,54,49,53,50,53,49,44,51,52,46,52,51,49,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,54,55,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,50,46,49,51,51,48,49,51,44,51,49,46,55,55,51,52,48,52,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,48,52,49,49,50,57,44,51,49,46,51,55,51,55,50,49,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,56,50,51,57,50,49,44,51,49,46,54,53,49,56,48,57,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,50,48,53,49,44,34,98,101,100,115,34,58,52,52,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,49,52,49,52,57,44,51,53,46,52,54,51,57,55,55,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,52,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,44,91,45,57,54,46,54,54,57,57,54,51,44,51,52,46,49,55,50,53,50,49,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,54,46,52,48,55,48,55,52,44,51,52,46,52,49,56,51,57,93,44,91,45,57,54,46,53,49,51,55,56,55,44,51,52,46,53,48,53,51,57,54,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,56,56,48,55,57,44,51,52,46,53,48,54,48,53,51,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,54,46,57,51,51,53,48,51,44,51,52,46,49,55,50,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,50,53,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,51,46,49,56,54,51,50,50,44,51,53,46,53,49,52,51,54,56,93,44,91,45,56,51,46,51,54,51,55,54,54,44,51,53,46,52,50,54,57,50,51,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,51,55,53,52,56,49,44,52,48,46,54,51,51,49,49,54,93,44,91,45,49,49,49,46,49,52,55,50,49,54,44,52,48,46,53,52,57,54,48,50,93,44,91,45,49,49,48,46,57,55,54,48,56,54,44,52,48,46,53,57,50,57,53,52,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,55,53,48,55,51,51,44,52,48,46,55,52,55,55,48,54,93,44,91,45,49,49,48,46,54,53,54,52,56,50,44,52,48,46,55,52,48,50,55,53,93,44,91,45,49,49,48,46,51,55,56,57,54,50,44,52,48,46,55,56,55,49,56,93,44,91,45,49,49,48,46,50,54,48,57,54,55,44,52,48,46,56,51,52,56,50,52,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,49,48,46,48,52,56,52,56,51,44,52,48,46,57,57,55,50,57,53,93,44,91,45,49,49,49,46,48,52,54,56,49,53,44,52,48,46,57,57,55,56,55,53,93,44,91,45,49,49,49,46,48,52,54,55,54,54,44,52,49,46,50,53,49,54,50,55,93,44,91,45,49,49,49,46,50,54,52,57,55,52,44,52,49,46,49,52,52,48,52,52,93,44,91,45,49,49,49,46,53,48,55,53,49,44,52,49,46,48,54,51,50,51,52,93,44,91,45,49,49,49,46,52,56,54,49,53,57,44,52,48,46,56,55,51,49,50,52,93,44,91,45,49,49,49,46,53,50,55,52,54,53,44,52,48,46,55,56,53,55,53,50,93,44,91,45,49,49,49,46,54,52,49,48,53,50,44,52,48,46,55,57,56,57,50,53,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,57,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,49,56,55,57,49,53,44,51,55,46,56,48,50,55,51,55,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,55,46,52,54,49,51,52,44,51,57,46,56,54,55,56,49,56,93,44,91,45,49,49,55,46,52,57,53,51,52,52,44,51,57,46,55,52,56,51,54,52,93,44,91,45,49,49,55,46,52,56,53,51,51,54,44,51,57,46,53,52,53,51,50,50,93,44,91,45,49,49,55,46,53,56,55,49,52,44,51,57,46,53,49,56,53,50,49,93,44,91,45,49,49,55,46,54,52,54,48,49,49,44,51,57,46,52,50,54,54,48,50,93,44,91,45,49,49,55,46,55,54,51,48,52,54,44,51,57,46,51,53,50,56,51,93,44,91,45,49,49,55,46,55,49,57,57,53,44,51,57,46,50,51,54,56,50,49,93,44,91,45,49,49,55,46,55,55,53,52,54,56,44,51,57,46,48,57,51,52,50,53,93,44,91,45,49,49,55,46,51,51,49,56,53,55,44,51,57,46,49,54,51,52,51,93,44,91,45,49,49,54,46,54,48,48,57,52,54,44,51,57,46,49,54,49,52,54,51,93,44,91,45,49,49,54,46,53,57,48,51,57,54,44,52,48,46,48,55,50,50,55,55,93,44,91,45,49,49,54,46,53,57,54,56,49,53,44,52,48,46,57,52,54,52,54,93,44,91,45,49,49,54,46,53,56,54,55,56,54,44,52,49,46,48,48,48,51,57,56,93,44,91,45,49,49,55,46,48,49,56,52,49,57,44,52,49,46,48,48,48,50,53,52,93,44,91,45,49,49,55,46,48,49,56,54,54,52,44,52,48,46,54,52,51,48,51,53,93,44,91,45,49,49,55,46,50,52,54,55,56,56,44,52,48,46,54,52,50,52,52,53,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,115,104,105,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,44,91,45,57,50,46,48,56,48,57,55,54,44,52,51,46,50,49,50,57,52,55,93,44,91,45,57,50,46,48,56,49,49,52,54,44,52,51,46,48,56,50,55,57,52,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,50,46,48,55,57,56,48,50,44,52,51,46,53,48,48,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,114,97,99,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,49,54,50,48,51,49,44,51,56,46,53,53,52,49,50,53,93,44,91,45,56,51,46,57,57,49,54,48,53,44,51,56,46,53,57,51,55,48,49,93,44,91,45,56,51,46,57,48,51,57,48,49,44,51,56,46,55,54,56,49,56,50,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,108,111,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,44,91,45,56,56,46,54,55,53,56,50,49,44,52,53,46,55,50,50,57,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,48,53,57,50,52,54,44,52,53,46,55,49,51,48,54,51,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,53,48,55,52,56,44,52,54,46,48,49,56,53,49,54,93,44,91,45,56,56,46,54,56,51,51,49,50,44,52,54,46,48,49,52,49,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,53,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,53,52,54,54,51,49,44,51,56,46,54,55,50,51,56,55,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,52,54,53,51,55,50,44,51,56,46,53,52,57,56,57,56,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,87,97,100,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,52,54,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,44,91,45,57,53,46,49,53,53,53,55,44,52,54,46,51,54,56,56,56,93,44,91,45,57,52,46,55,51,49,52,52,50,44,52,54,46,51,54,56,54,48,53,93,44,91,45,57,52,46,55,55,57,49,50,49,44,52,54,46,51,57,52,50,49,53,93,44,91,45,57,52,46,55,56,55,49,50,54,44,52,54,46,56,48,51,57,52,51,93,44,91,45,57,53,46,49,54,51,48,49,44,52,54,46,56,48,52,55,50,93,44,91,45,57,53,46,49,54,51,55,49,44,52,54,46,55,49,55,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,55,48,34,44,34,78,65,77,69,34,58,34,72,111,112,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,48,56,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,51,50,53,51,50,44,51,55,46,50,54,48,57,51,50,93,44,91,45,55,55,46,50,55,51,54,49,52,44,51,55,46,50,55,56,51,48,56,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,54,49,55,52,44,34,98,101,100,115,34,58,57,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,49,55,51,44,52,50,46,50,48,52,50,52,49,93,44,91,45,56,57,46,49,55,50,56,48,51,44,52,50,46,49,53,48,52,49,55,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,57,46,51,54,53,55,57,56,44,52,50,46,53,48,48,48,55,56,93,44,91,45,56,57,46,52,48,49,52,50,51,44,52,50,46,53,48,48,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,71,105,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,48,48,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,51,55,50,51,49,55,44,51,51,46,56,50,51,57,50,52,93,44,91,45,49,49,49,46,51,56,54,56,49,50,44,51,51,46,55,53,48,48,52,52,93,44,91,45,49,49,49,46,50,54,49,55,51,44,51,51,46,54,50,50,53,55,49,93,44,91,45,49,49,49,46,49,53,51,51,53,52,44,51,51,46,54,55,55,54,48,54,93,44,91,45,49,49,49,46,48,51,57,57,55,54,44,51,51,46,52,54,54,48,49,57,93,44,91,45,49,49,48,46,57,52,54,54,56,52,44,51,51,46,50,53,48,48,53,51,93,44,91,45,49,49,48,46,55,56,51,49,51,54,44,51,50,46,57,56,52,54,54,93,44,91,45,49,49,48,46,54,51,52,52,49,50,44,51,51,46,49,52,50,51,54,54,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,52,53,49,55,51,49,44,51,51,46,51,54,49,53,54,52,93,44,91,45,49,49,48,46,51,52,48,57,52,57,44,51,51,46,52,50,55,48,54,54,93,44,91,45,49,49,48,46,49,54,57,52,55,55,44,51,51,46,52,54,53,55,49,50,93,44,91,45,49,49,48,46,48,48,48,54,52,54,44,51,51,46,52,54,53,57,49,54,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,49,48,46,48,48,48,54,54,44,51,52,46,48,48,48,48,52,54,93,44,91,45,49,49,48,46,55,53,48,54,55,50,44,51,52,46,48,48,48,48,52,56,93,44,91,45,49,49,48,46,55,53,48,54,55,56,44,51,52,46,50,54,51,51,49,52,93,44,91,45,49,49,48,46,56,52,56,48,53,57,44,51,52,46,50,54,55,50,48,53,93,44,91,45,49,49,49,46,48,56,55,53,48,52,44,51,52,46,51,57,52,57,57,54,93,44,91,45,49,49,49,46,50,52,54,54,54,49,44,51,52,46,52,53,48,56,48,56,93,44,91,45,49,49,49,46,52,57,49,56,54,54,44,51,52,46,52,50,50,55,52,51,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,54,53,57,54,50,50,44,51,52,46,51,56,54,51,52,50,93,44,91,45,49,49,49,46,55,49,50,49,49,56,44,51,52,46,49,53,49,50,55,49,93,44,91,45,49,49,49,46,52,55,55,56,53,51,44,51,52,46,49,53,49,49,48,56,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,87,105,99,111,109,105,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,55,50,44,34,98,101,100,115,34,58,52,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,44,91,45,55,53,46,56,50,51,55,48,54,44,51,56,46,52,56,49,48,50,50,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,53,46,55,54,57,54,55,49,44,51,56,46,50,56,52,53,56,55,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,51,54,52,54,52,49,44,51,56,46,50,57,48,51,53,57,93,44,91,45,55,53,46,51,48,55,48,49,49,44,51,56,46,51,53,52,55,54,93,44,91,45,55,53,46,51,52,49,50,57,49,44,51,56,46,52,53,50,48,51,52,93,44,91,45,55,53,46,54,57,51,54,55,44,51,56,46,52,54,48,48,56,93,44,91,45,55,53,46,55,48,49,53,54,57,44,51,56,46,53,54,48,55,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,51,46,50,51,50,56,57,53,44,51,56,46,51,51,56,55,56,54,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,49,51,53,48,48,56,44,51,56,46,50,52,50,48,51,55,93,44,91,45,56,50,46,57,50,52,56,48,53,44,51,56,46,49,55,53,49,49,52,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,57,54,55,54,51,53,44,51,56,46,51,57,52,49,51,56,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,73,114,101,100,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,53,50,53,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,44,91,45,56,49,46,48,48,53,53,52,49,44,51,53,46,57,53,56,50,56,55,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,48,46,57,57,52,52,52,53,44,51,53,46,55,48,50,49,49,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,55,51,55,51,55,57,44,51,53,46,53,48,53,56,48,52,93,44,91,45,56,48,46,55,55,49,53,56,50,44,51,53,46,54,55,50,49,54,51,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,49,46,48,50,56,56,51,51,44,51,54,46,48,52,53,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,108,105,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,55,55,57,44,34,98,101,100,115,34,58,49,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,57,46,50,49,56,52,53,54,44,51,54,46,53,52,49,54,53,51,93,44,91,45,55,57,46,49,51,56,51,50,44,51,54,46,53,52,49,57,55,53,93,44,91,45,55,56,46,55,57,54,50,55,52,44,51,54,46,53,52,49,55,52,49,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,54,55,49,52,54,51,44,51,54,46,56,53,55,57,53,49,93,44,91,45,55,56,46,55,55,52,55,49,53,44,51,54,46,57,56,48,57,55,54,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,101,114,116,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,53,51,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,55,46,48,57,51,50,50,52,44,51,54,46,53,49,56,50,49,54,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,55,55,57,52,54,55,44,51,54,46,51,54,50,52,54,57,93,44,91,45,55,54,46,57,51,51,52,55,44,51,54,46,52,48,49,56,55,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,50,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,55,54,51,51,48,51,44,52,50,46,56,54,51,50,51,55,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,52,53,52,57,49,49,44,52,50,46,55,55,50,57,55,57,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,48,56,51,56,56,51,44,52,50,46,56,57,55,51,53,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,53,52,50,51,54,55,44,52,50,46,57,56,53,53,51,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,80,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,52,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,53,46,55,48,57,56,52,44,52,55,46,57,54,52,51,51,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,53,57,51,55,56,56,44,52,56,46,49,55,50,57,49,54,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,87,104,97,116,99,111,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,56,49,50,44,34,98,101,100,115,34,58,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,44,91,45,49,50,49,46,55,53,57,53,55,50,44,52,56,46,57,57,55,50,57,57,93,44,91,45,49,50,51,46,51,50,50,50,52,44,52,57,46,48,48,50,48,55,50,93,44,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,44,91,45,49,50,50,46,56,49,50,51,52,44,52,56,46,55,55,49,56,53,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,49,46,50,54,49,54,51,56,44,52,56,46,54,52,48,57,49,50,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,48,46,55,51,53,52,50,55,44,52,56,46,55,56,54,52,56,55,93,44,91,45,49,50,48,46,55,54,56,53,49,53,44,52,56,46,57,53,52,52,57,93,44,91,45,49,50,48,46,56,53,49,53,50,56,44,52,57,46,48,48,48,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,105,108,108,105,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,52,49,49,54,57,57,44,52,53,46,53,57,54,48,54,55,93,44,91,45,49,50,48,46,51,54,52,57,53,53,44,52,53,46,52,57,55,50,53,93,44,91,45,49,50,48,46,52,57,48,51,53,57,44,52,53,46,52,54,56,57,52,57,93,44,91,45,49,50,48,46,53,51,50,48,53,57,44,52,53,46,51,55,49,50,52,57,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,49,57,46,55,57,48,54,57,57,44,52,53,46,48,54,55,56,50,51,93,44,91,45,49,50,48,46,48,48,54,53,53,53,44,52,53,46,50,53,55,55,48,54,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,50,48,46,50,49,48,55,55,52,44,52,53,46,55,50,53,57,49,53,93,44,91,45,49,50,48,46,53,48,53,55,52,51,44,52,53,46,54,57,57,57,52,57,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,79,99,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,49,57,51,57,44,34,98,101,100,115,34,58,49,53,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,44,91,45,55,52,46,50,51,48,54,51,52,44,52,48,46,49,48,57,53,54,49,93,44,91,45,55,52,46,50,54,49,52,53,53,44,52,48,46,49,54,55,48,51,51,93,44,91,45,55,52,46,52,48,54,55,49,44,52,48,46,49,55,50,52,48,50,93,44,91,45,55,52,46,53,53,51,49,48,53,44,52,48,46,48,55,57,49,51,93,44,91,45,55,52,46,51,56,57,55,48,56,44,51,57,46,55,55,51,50,56,51,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,51,56,48,55,57,54,44,51,57,46,52,57,56,53,51,55,93,44,91,45,55,52,46,50,51,50,48,54,50,44,51,57,46,52,55,53,49,57,56,93,44,91,45,55,52,46,48,51,56,49,53,56,44,51,57,46,55,53,48,49,50,93,44,91,45,55,51,46,57,54,53,52,49,52,44,52,48,46,48,57,55,54,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,56,56,44,34,98,101,100,115,34,58,49,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,51,46,51,48,48,56,50,44,51,54,46,49,50,49,53,53,93,44,91,45,57,50,46,57,52,52,54,54,54,44,51,54,46,49,49,53,49,50,51,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,56,56,52,57,53,52,44,51,54,46,52,57,48,56,57,49,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,109,97,110,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,53,54,49,44,34,98,101,100,115,34,58,53,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,44,91,45,57,56,46,56,50,54,48,57,49,44,51,52,46,56,53,53,52,50,56,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,56,46,56,50,54,49,52,52,44,51,52,46,53,48,55,51,55,93,44,91,45,57,56,46,54,54,49,57,56,50,44,51,52,46,53,48,55,52,54,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,53,48,52,57,53,56,44,51,52,46,52,52,57,52,49,52,93,44,91,45,57,56,46,50,57,53,57,50,56,44,51,52,46,52,52,57,48,52,51,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,54,49,57,56,49,54,44,51,52,46,56,53,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,51,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,57,49,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,71,114,105,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,54,46,49,56,54,52,51,57,44,51,48,46,54,48,54,49,55,53,93,44,91,45,57,54,46,49,48,55,51,54,44,51,48,46,52,49,55,53,56,50,93,44,91,45,57,54,46,49,53,52,54,51,44,51,48,46,51,51,48,50,56,56,93,44,91,45,57,54,46,48,57,51,49,54,53,44,51,48,46,50,50,53,49,56,55,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,101,110,101,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,57,51,54,49,44,34,98,101,100,115,34,58,49,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,57,51,50,48,55,49,44,52,51,46,50,50,48,51,55,55,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,51,46,57,50,50,53,49,54,44,52,50,46,55,56,48,56,50,49,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,54,56,57,51,56,52,44,52,50,46,56,55,49,50,54,51,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,52,54,48,55,51,51,44,52,51,46,50,50,51,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,115,115,117,109,112,116,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,52,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,49,56,50,56,49,55,44,50,57,46,56,52,54,49,55,50,93,44,91,45,57,49,46,48,57,50,55,52,56,44,50,57,46,56,48,49,53,55,52,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,48,46,57,53,57,56,54,57,44,50,57,46,57,55,55,57,50,52,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,49,51,55,56,55,54,44,51,51,46,56,49,50,49,52,52,93,44,91,45,56,57,46,49,51,57,49,53,56,44,51,52,46,48,55,52,49,49,54,93,44,91,45,56,57,46,50,52,53,52,56,53,44,51,52,46,49,54,49,49,56,54,93,44,91,45,56,57,46,53,48,57,55,52,56,44,51,52,46,49,54,50,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,49,52,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,56,51,52,51,51,57,44,51,48,46,57,57,55,57,56,51,93,44,91,45,56,56,46,52,50,53,52,51,50,44,51,48,46,57,57,56,51,50,51,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,117,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,44,91,45,49,48,54,46,49,50,48,54,51,44,52,54,46,56,51,49,52,51,56,93,44,91,45,49,48,54,46,49,50,48,51,54,54,44,52,54,46,52,56,51,54,52,56,93,44,91,45,49,48,54,46,49,53,53,49,52,51,44,52,54,46,52,56,51,54,51,52,93,44,91,45,49,48,54,46,49,53,51,52,51,51,44,52,54,46,49,51,55,50,54,93,44,91,45,49,48,54,46,49,57,49,54,50,57,44,52,54,46,49,51,55,49,56,51,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,52,46,57,51,57,50,56,57,44,52,53,46,55,56,54,57,54,52,93,44,91,45,49,48,52,46,57,51,57,50,48,53,44,52,54,46,49,51,54,53,55,53,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,57,48,53,57,56,56,44,52,54,46,52,56,50,50,53,49,93,44,91,45,49,48,52,46,55,51,50,54,55,50,44,52,54,46,52,56,50,50,48,50,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,57,56,52,55,49,52,44,52,54,46,53,52,48,51,56,57,93,44,91,45,49,48,53,46,50,51,57,50,51,56,44,52,54,46,53,52,49,49,56,56,93,44,91,45,49,48,53,46,52,52,57,49,57,54,44,52,54,46,53,55,48,57,54,55,93,44,91,45,49,48,53,46,53,55,54,48,54,51,44,52,54,46,54,53,56,48,48,51,93,44,91,45,49,48,53,46,54,49,56,49,53,56,44,52,54,46,56,51,50,49,52,56,93,44,91,45,49,48,53,46,56,51,50,54,55,52,44,52,54,46,56,54,48,56,50,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,54,46,48,56,54,52,54,51,44,52,54,46,56,52,53,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,54,46,57,57,50,57,52,54,44,52,53,46,51,50,54,56,56,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,54,56,48,52,53,52,44,52,53,46,52,49,48,52,57,57,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,56,51,56,54,52,56,44,52,53,46,54,52,55,53,48,57,93,44,91,45,57,54,46,54,55,50,54,54,53,44,52,53,46,55,51,50,51,51,54,93,44,91,45,57,54,46,53,56,51,48,56,53,44,52,53,46,56,50,48,48,50,52,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,103,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,51,50,56,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,51,54,48,53,55,56,44,52,49,46,56,56,56,48,49,56,93,44,91,45,56,56,46,57,52,49,50,55,57,44,52,49,46,56,57,49,55,53,50,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,57,46,49,55,50,56,48,51,44,52,50,46,49,53,48,52,49,55,93,44,91,45,56,57,46,49,55,51,44,52,50,46,50,48,52,50,52,49,93,44,91,45,56,57,46,51,57,54,49,57,50,44,52,50,46,50,48,49,57,49,54,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,55,46,50,53,57,54,51,50,44,52,53,46,57,57,55,49,56,53,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,53,53,52,52,51,54,44,52,54,46,48,56,52,49,56,54,93,44,91,45,57,54,46,53,57,57,54,54,44,52,54,46,51,51,48,52,56,49,93,44,91,45,57,54,46,54,54,55,52,50,50,44,52,54,46,51,55,54,49,49,55,93,44,91,45,57,54,46,55,56,52,51,56,49,44,52,54,46,54,51,48,53,48,52,93,44,91,45,57,54,46,55,57,56,49,50,56,44,52,54,46,54,51,48,51,50,54,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,53,50,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,44,91,45,57,48,46,52,52,56,57,53,54,44,52,54,46,55,57,55,52,48,49,93,44,91,45,57,48,46,53,52,57,56,56,44,52,54,46,53,56,51,53,53,50,93,44,91,45,57,48,46,53,53,50,50,50,55,44,52,54,46,50,52,48,56,53,49,93,44,91,45,57,48,46,52,50,53,57,55,56,44,52,54,46,50,52,48,52,53,93,44,91,45,57,48,46,51,48,51,48,55,50,44,52,54,46,49,53,52,56,52,57,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,56,57,46,57,50,56,56,51,55,44,52,53,46,57,56,49,57,54,55,93,44,91,45,56,57,46,57,50,57,49,53,56,44,52,54,46,50,57,57,55,52,56,93,44,91,45,57,48,46,49,50,48,53,55,50,44,52,54,46,51,51,55,48,51,57,93,44,91,45,57,48,46,50,49,54,49,55,50,44,52,54,46,53,48,49,50,55,50,93,44,91,45,57,48,46,52,49,56,51,57,50,44,52,54,46,53,54,54,48,57,57,93,44,91,45,57,48,46,50,54,57,54,50,50,44,52,54,46,55,57,56,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,87,97,98,97,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,48,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,52,51,48,50,55,55,44,52,52,46,52,53,53,51,50,49,93,44,91,45,57,50,46,53,53,48,55,51,51,44,52,52,46,51,54,56,53,50,49,93,44,91,45,57,50,46,53,53,48,56,55,49,44,52,52,46,49,57,52,57,49,54,93,44,91,45,57,50,46,51,49,56,57,56,54,44,52,52,46,49,57,52,48,53,55,93,44,91,45,57,50,46,51,49,56,57,55,49,44,52,52,46,49,48,55,55,51,52,93,44,91,45,57,50,46,48,55,57,52,57,49,44,52,52,46,49,48,54,57,56,56,93,44,91,45,57,50,46,48,55,56,53,51,50,44,52,52,46,49,57,50,57,55,57,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,49,46,57,50,56,50,50,52,44,52,52,46,51,51,53,52,55,51,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,68,101,108,32,78,111,114,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,50,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,44,91,45,49,50,52,46,50,56,53,48,51,49,44,52,49,46,56,53,57,52,56,55,93,44,91,45,49,50,52,46,52,51,56,57,48,57,44,52,49,46,56,50,52,53,48,52,93,44,91,45,49,50,52,46,50,49,49,55,48,54,44,52,49,46,54,56,49,49,57,51,93,44,91,45,49,50,52,46,49,51,54,53,54,49,44,52,49,46,52,54,52,52,53,50,93,44,91,45,49,50,51,46,55,55,48,53,53,49,44,52,49,46,52,54,52,49,57,51,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,54,49,50,51,57,53,44,52,49,46,52,52,56,57,53,52,93,44,91,45,49,50,51,46,55,49,57,49,55,52,44,52,49,46,53,57,53,54,49,51,93,44,91,45,49,50,51,46,54,54,55,49,49,52,44,52,49,46,54,57,49,54,56,57,93,44,91,45,49,50,51,46,55,48,51,54,56,49,44,52,49,46,56,50,57,52,56,55,93,44,91,45,49,50,51,46,53,54,53,52,52,50,44,52,49,46,57,48,51,49,52,49,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,80,117,115,104,109,97,116,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,49,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,54,55,49,55,53,44,51,52,46,53,48,54,55,57,52,93,44,91,45,57,53,46,55,55,57,49,51,52,44,51,52,46,53,48,54,54,52,52,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,49,53,49,51,50,51,44,51,52,46,50,52,51,55,51,55,93,44,91,45,57,53,46,48,52,54,53,56,53,44,51,52,46,50,52,51,55,55,54,93,44,91,45,57,53,46,48,52,54,55,52,54,44,51,52,46,53,48,55,50,55,54,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,52,46,57,51,55,53,53,53,44,51,52,46,54,56,48,55,57,50,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,53,49,52,53,49,49,44,51,52,46,53,57,52,49,53,51,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,104,101,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,53,55,44,34,98,101,100,115,34,58,50,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,48,46,57,48,55,52,50,53,44,52,56,46,49,54,51,49,56,52,93,44,91,45,49,50,49,46,49,49,56,49,56,51,44,52,55,46,57,57,55,49,48,51,93,44,91,45,49,50,49,46,49,56,48,55,55,54,44,52,55,46,56,57,56,55,54,57,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,48,46,57,50,52,50,48,55,44,52,55,46,52,51,51,53,56,50,93,44,91,45,49,50,48,46,51,56,57,49,57,55,44,52,55,46,50,54,48,57,51,53,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,49,50,57,53,55,51,44,52,55,46,51,54,54,50,53,49,93,44,91,45,49,50,48,46,50,56,54,53,51,44,52,55,46,51,57,51,49,49,49,93,44,91,45,49,50,48,46,51,49,55,57,56,52,44,52,55,46,52,53,54,57,52,56,93,44,91,45,49,50,48,46,49,57,57,48,52,56,44,52,55,46,54,56,50,50,55,54,93,44,91,45,49,50,48,46,50,48,54,57,48,56,44,52,55,46,55,53,48,54,51,56,93,44,91,45,49,49,57,46,57,57,50,54,55,57,44,52,55,46,55,56,51,49,53,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,50,48,46,48,52,56,54,52,54,44,52,55,46,57,54,48,54,50,56,93,44,91,45,49,50,48,46,49,52,51,57,51,49,44,52,56,46,48,54,53,52,52,52,93,44,91,45,49,50,48,46,51,54,49,50,56,56,44,52,56,46,49,53,55,53,54,57,93,44,91,45,49,50,48,46,51,52,54,50,56,52,44,52,56,46,49,57,57,57,56,54,93,44,91,45,49,50,48,46,54,52,57,57,51,51,44,52,56,46,51,57,56,49,51,57,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,56,53,55,52,50,55,44,52,56,46,53,52,55,54,55,54,93,44,91,45,49,50,49,46,48,54,50,52,53,44,52,56,46,52,54,48,51,54,55,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,114,101,115,113,117,101,32,73,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,50,53,50,48,50,44,52,53,46,54,50,53,57,57,56,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,51,46,56,56,49,50,50,51,44,52,53,46,50,48,50,48,55,49,93,44,91,45,56,50,46,52,57,48,53,57,54,44,52,53,46,50,48,56,52,56,52,93,44,91,45,56,50,46,53,50,48,54,52,44,52,53,46,51,51,53,57,48,50,93,44,91,45,56,51,46,52,56,51,57,55,52,44,52,53,46,55,55,49,57,51,55,93,44,91,45,56,51,46,54,51,54,56,54,55,44,52,53,46,55,55,51,57,52,52,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,55,51,51,44,34,98,101,100,115,34,58,54,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,53,53,54,57,56,55,44,51,53,46,50,56,56,52,52,93,44,91,45,57,55,46,53,53,52,55,57,44,51,53,46,50,50,52,51,50,57,93,44,91,45,57,55,46,51,53,52,49,57,50,44,51,53,46,48,55,54,54,53,54,93,44,91,45,57,55,46,51,52,49,53,48,57,44,51,52,46,57,54,52,48,48,49,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,49,52,50,49,49,52,44,51,53,46,51,55,54,56,54,93,44,91,45,57,55,46,54,55,49,51,54,57,44,51,53,46,51,55,55,49,53,49,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,50,49,49,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,53,46,48,53,51,50,50,55,44,52,49,46,55,53,49,54,54,50,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,52,46,57,56,49,54,53,50,44,52,49,46,52,55,57,57,52,53,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,55,53,50,51,57,57,44,52,49,46,52,57,51,55,52,51,93,44,91,45,55,52,46,52,56,52,51,54,55,44,52,49,46,53,48,52,50,51,53,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,52,46,51,57,53,48,55,49,44,52,49,46,54,52,52,56,55,54,93,44,91,45,55,52,46,53,55,53,48,56,54,44,52,49,46,55,52,53,50,53,56,93,44,91,45,55,52,46,52,53,51,54,56,53,44,52,49,46,56,55,53,53,57,53,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,53,56,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,51,52,54,49,52,49,44,51,53,46,50,56,53,57,57,50,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,50,49,53,57,52,55,44,51,53,46,49,57,54,50,50,50,93,44,91,45,56,49,46,57,54,57,51,52,56,44,51,53,46,49,56,55,50,49,55,93,44,91,45,56,49,46,57,54,56,55,56,56,44,51,53,46,50,53,55,55,54,52,93,44,91,45,56,50,46,49,53,49,53,51,53,44,51,53,46,52,48,55,53,56,49,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,99,111,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,50,54,50,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,44,91,45,55,57,46,53,55,51,52,50,51,44,51,52,46,57,57,50,50,49,93,44,91,45,55,57,46,53,54,49,56,53,54,44,51,52,46,57,49,48,51,53,93,44,91,45,55,57,46,54,57,50,57,52,52,44,51,52,46,56,48,53,49,53,53,93,44,91,45,55,57,46,52,54,49,53,48,54,44,51,52,46,54,51,48,51,55,57,93,44,91,45,55,57,46,51,51,48,57,52,57,44,51,52,46,55,55,51,56,50,49,93,44,91,45,55,57,46,51,52,55,56,54,56,44,51,52,46,56,51,56,53,53,51,93,44,91,45,55,57,46,51,53,51,51,49,50,44,51,52,46,57,52,50,53,54,49,93,44,91,45,55,57,46,52,53,56,55,53,49,44,51,53,46,48,52,51,54,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,72,97,114,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,51,54,49,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,57,46,48,57,53,56,48,56,44,51,53,46,49,57,50,48,54,56,93,44,91,45,55,56,46,55,57,51,52,52,55,44,51,53,46,50,54,53,57,55,54,93,44,91,45,55,56,46,54,49,55,49,50,55,44,51,53,46,50,52,53,53,55,56,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,49,50,53,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,44,91,45,55,57,46,49,49,55,48,57,54,44,51,53,46,54,50,56,49,54,52,93,44,91,45,55,57,46,49,57,57,49,51,54,44,51,53,46,53,53,57,56,52,52,93,44,91,45,55,57,46,51,53,48,48,55,51,44,51,53,46,53,49,56,48,48,50,93,44,91,45,55,57,46,50,54,53,55,49,51,44,51,53,46,51,52,53,50,55,57,93,44,91,45,55,57,46,49,56,51,53,53,54,44,51,53,46,51,48,55,49,54,49,93,44,91,45,55,56,46,57,54,57,54,52,44,51,53,46,53,50,49,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,84,105,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,54,46,50,52,50,56,49,50,44,52,48,46,52,48,50,57,49,52,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,50,52,50,55,52,51,44,52,48,46,50,49,53,56,51,52,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,54,46,57,54,49,54,57,51,44,51,57,46,50,50,48,48,55,54,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,87,97,103,111,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,53,48,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,44,91,45,57,53,46,54,51,57,55,55,57,44,51,53,46,55,57,49,56,48,55,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,50,56,50,57,57,50,44,51,53,46,57,48,55,55,48,52,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,52,51,57,57,55,44,51,54,46,48,55,53,50,93,44,91,45,57,53,46,53,53,50,53,56,55,44,51,54,46,48,57,49,52,56,54,93,44,91,45,57,53,46,54,49,56,53,50,44,51,54,46,49,54,50,53,49,50,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,55,54,49,55,48,50,44,51,53,46,57,48,49,49,52,55,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,53,46,55,54,54,49,49,52,44,51,53,46,56,53,54,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,50,51,53,48,49,54,44,52,55,46,55,48,51,53,56,49,93,44,91,45,49,48,52,46,57,55,56,48,57,44,52,55,46,55,48,51,50,57,51,93,44,91,45,49,48,52,46,57,55,56,53,53,51,44,52,55,46,54,49,54,50,55,50,93,44,91,45,49,48,52,46,53,57,51,54,54,52,44,52,55,46,54,49,54,50,57,52,93,44,91,45,49,48,52,46,53,49,51,48,52,57,44,52,55,46,53,50,57,52,52,50,93,44,91,45,49,48,52,46,53,49,51,50,57,50,44,52,55,46,51,53,52,55,49,57,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,49,51,49,56,54,51,44,52,55,46,51,53,51,57,48,49,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,53,49,49,54,57,54,44,52,56,46,49,48,57,56,57,52,93,44,91,45,49,48,52,46,56,50,50,53,56,49,44,52,56,46,49,49,56,57,52,53,93,44,91,45,49,48,53,46,48,51,55,48,57,52,44,52,56,46,48,54,51,52,49,54,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,49,57,53,49,50,50,44,52,55,46,56,54,56,48,56,49,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,104,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,55,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,57,55,55,50,56,52,44,51,51,46,51,48,50,48,50,54,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,44,91,45,57,49,46,49,57,52,50,55,56,44,51,52,46,48,55,48,57,51,56,93,44,91,45,57,49,46,50,49,52,51,51,56,44,51,51,46,57,55,50,52,48,51,93,44,91,45,57,49,46,52,50,49,55,49,53,44,51,52,46,48,49,52,52,55,50,93,44,91,45,57,49,46,53,52,56,54,54,56,44,51,51,46,57,55,54,55,57,57,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,52,53,48,51,50,53,44,51,51,46,55,56,48,52,49,53,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,49,51,48,52,52,53,44,51,51,46,54,48,54,48,51,52,93,44,91,45,57,49,46,48,54,56,50,57,44,51,51,46,55,49,54,52,55,55,93,44,91,45,57,49,46,48,55,51,48,49,49,44,51,51,46,56,53,55,52,52,57,93,44,91,45,57,49,46,48,49,49,53,49,44,51,51,46,57,50,52,55,51,51,93,44,91,45,57,48,46,57,53,53,49,55,44,51,52,46,49,49,56,56,51,51,93,44,91,45,57,49,46,49,49,55,57,48,53,44,51,52,46,49,49,57,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,86,105,101,113,117,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,44,91,45,54,53,46,54,50,55,52,57,49,44,49,56,46,48,56,51,52,49,51,93,44,91,45,54,53,46,53,52,57,54,57,57,44,49,56,46,48,50,56,52,52,57,93,44,91,45,54,53,46,50,52,57,54,44,49,56,46,48,56,52,51,48,53,93,44,91,45,54,53,46,50,55,56,51,49,54,44,49,56,46,49,57,55,57,49,56,93,44,91,45,54,53,46,52,54,52,52,50,53,44,49,56,46,50,50,50,50,49,52,93,44,91,45,54,53,46,53,53,52,54,52,51,44,49,56,46,49,56,52,55,54,55,93,44,91,45,54,53,46,54,49,56,48,53,44,49,56,46,49,53,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,49,50,44,34,98,101,100,115,34,58,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,56,46,48,51,52,55,56,56,44,51,53,46,55,49,55,50,54,49,93,44,91,45,56,56,46,48,51,53,56,51,55,44,51,53,46,54,50,49,56,51,57,93,44,91,45,56,55,46,57,55,52,54,51,44,51,53,46,53,50,49,48,50,53,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,55,46,57,55,51,49,56,44,51,53,46,52,53,57,57,54,56,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,55,52,51,55,53,44,51,53,46,54,54,51,57,53,50,93,44,91,45,56,55,46,55,49,54,55,54,44,51,53,46,56,51,56,55,53,93,44,91,45,56,55,46,56,55,52,49,56,50,44,51,53,46,56,49,51,48,50,49,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,51,49,55,44,34,98,101,100,115,34,58,49,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,44,91,45,57,51,46,48,50,48,48,52,52,44,52,52,46,56,57,48,55,53,93,44,91,45,57,51,46,48,48,53,57,55,56,44,52,52,46,55,55,49,54,56,53,93,44,91,45,57,50,46,56,48,50,48,49,55,44,52,52,46,55,52,53,54,55,51,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,55,52,53,54,56,51,44,52,53,46,50,57,54,48,52,50,93,44,91,45,57,51,46,48,49,57,52,52,44,52,53,46,50,57,54,57,50,57,93,44,91,45,57,51,46,48,50,48,53,49,56,44,52,53,46,49,50,51,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,52,48,34,44,34,78,65,77,69,34,58,34,80,111,114,116,115,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,51,49,49,44,34,98,101,100,115,34,58,52,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,50,56,57,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,55,57,46,57,50,53,53,57,55,44,51,57,46,57,50,52,55,57,53,93,44,91,45,55,57,46,57,49,54,50,56,44,51,57,46,55,50,48,55,55,55,93,44,91,45,55,57,46,55,54,51,55,55,52,44,51,57,46,55,50,48,55,55,54,93,44,91,45,55,57,46,52,55,54,54,54,50,44,51,57,46,55,50,49,48,55,56,93,44,91,45,55,57,46,51,57,50,52,53,57,44,51,57,46,55,50,49,53,55,56,93,44,91,45,55,57,46,52,49,55,53,53,56,44,51,57,46,56,53,51,55,55,54,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,53,48,53,49,56,56,44,52,48,46,49,52,48,53,54,56,93,44,91,45,55,57,46,54,51,56,57,57,52,44,52,48,46,48,56,50,56,53,57,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,52,49,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,44,91,45,55,57,46,49,51,52,52,53,54,44,51,57,46,51,49,50,53,48,49,93,44,91,45,55,57,46,50,55,49,54,57,53,44,51,57,46,51,50,55,57,57,57,93,44,91,45,55,57,46,52,56,54,56,55,53,44,51,57,46,50,48,53,56,57,54,93,44,91,45,55,57,46,52,56,55,49,55,53,44,51,57,46,49,57,52,57,48,54,93,44,91,45,55,57,46,50,57,54,54,54,51,44,51,57,46,49,57,56,52,48,54,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,48,52,53,57,53,51,44,51,56,46,57,50,56,55,49,93,44,91,45,55,57,46,48,56,57,54,53,53,44,51,57,46,48,51,56,50,48,56,93,44,91,45,55,56,46,57,55,57,56,57,56,44,51,57,46,50,51,55,54,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,104,101,110,97,110,100,111,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,48,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,54,56,48,52,53,54,44,51,56,46,57,50,53,51,49,51,93,44,91,45,55,56,46,55,56,56,48,51,49,44,51,56,46,56,56,53,49,50,51,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,53,52,56,56,50,56,44,51,56,46,55,51,56,54,53,53,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,51,48,48,52,49,52,44,51,56,46,57,52,51,53,57,50,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,73,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,54,57,51,48,54,53,44,51,49,46,53,50,51,57,53,52,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,55,54,54,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,49,46,56,52,51,48,48,57,44,50,57,46,53,50,49,48,48,52,93,44,91,45,56,49,46,55,55,54,50,48,53,44,50,57,46,52,56,55,52,52,56,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,52,51,51,57,57,50,44,50,57,46,51,57,56,53,53,50,93,44,91,45,56,49,46,53,50,48,53,57,54,44,50,57,46,53,48,48,50,52,57,93,44,91,45,56,49,46,53,50,51,54,54,44,50,57,46,54,50,50,52,51,50,93,44,91,45,56,49,46,53,50,53,50,51,44,50,57,46,55,53,57,52,57,55,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,56,49,50,52,51,44,50,57,46,56,51,54,52,57,93,44,91,45,56,49,46,57,51,57,52,50,55,44,50,57,46,55,52,55,52,57,55,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,44,91,45,56,54,46,54,55,57,53,49,49,44,51,56,46,50,54,51,48,56,54,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,50,55,54,57,53,54,44,51,56,46,50,50,55,49,50,54,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,51,48,56,56,54,56,44,51,56,46,51,57,52,48,54,57,93,44,91,45,56,54,46,54,56,49,52,50,52,44,51,56,46,51,57,52,55,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,52,51,53,53,49,55,44,51,57,46,57,52,53,50,50,50,93,44,91,45,57,49,46,52,57,52,56,55,56,44,52,48,46,48,51,54,52,53,51,93,44,91,45,57,49,46,53,48,53,48,54,49,44,52,48,46,49,57,57,57,50,53,93,44,91,45,57,49,46,52,57,55,50,54,54,44,52,48,46,50,52,56,55,54,51,93,44,91,45,57,49,46,57,53,48,56,49,50,44,52,48,46,50,53,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,48,54,55,57,49,56,44,52,49,46,55,52,50,48,57,57,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,76,111,195,173,122,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,44,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,54,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,44,91,45,49,49,50,46,49,53,57,49,56,52,44,52,49,46,57,57,56,51,56,50,93,44,91,45,49,49,50,46,49,48,57,52,52,52,44,52,49,46,57,57,55,55,57,52,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,52,57,55,56,52,57,44,52,50,46,52,49,53,57,57,56,93,44,91,45,49,49,50,46,54,53,51,57,56,57,44,52,50,46,52,49,54,49,54,57,93,44,91,45,49,49,50,46,54,53,52,48,50,56,44,52,50,46,51,50,56,56,55,50,93,44,91,45,49,49,50,46,57,57,57,57,54,53,44,52,50,46,51,50,55,52,50,55,93,44,91,45,49,49,51,46,48,48,48,48,52,49,44,52,49,46,57,57,56,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,111,117,108,116,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,44,91,45,56,56,46,56,49,48,53,55,53,44,51,57,46,54,53,51,50,50,50,93,44,91,45,56,56,46,53,56,52,50,55,51,44,51,57,46,52,52,55,53,56,50,93,44,91,45,56,56,46,52,55,48,53,48,53,44,51,57,46,52,52,55,48,52,49,93,44,91,45,56,56,46,52,55,50,48,55,51,44,51,57,46,54,53,49,53,56,56,93,44,91,45,56,56,46,52,55,51,49,56,50,44,51,57,46,55,57,49,56,51,55,93,44,91,45,56,56,46,55,52,53,54,55,49,44,51,57,46,55,57,50,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,72,111,112,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,54,52,44,34,98,101,100,115,34,58,52,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,55,55,52,54,57,52,44,51,55,46,49,57,56,49,50,55,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,53,50,49,54,48,57,44,51,55,46,49,48,53,51,52,52,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,51,56,56,55,48,55,44,51,55,46,50,54,50,49,56,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,51,53,49,56,57,51,44,51,55,46,52,50,53,54,53,53,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,52,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,53,46,57,53,55,50,54,56,44,52,54,46,50,56,56,57,51,49,93,44,91,45,49,49,53,46,55,56,48,56,49,56,44,52,54,46,50,54,55,50,53,93,44,91,45,49,49,53,46,54,50,56,57,53,55,44,52,54,46,52,55,51,54,49,56,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,57,50,50,51,49,50,44,52,54,46,56,50,56,54,48,50,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,54,46,51,50,57,53,52,44,52,54,46,54,50,55,57,53,55,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,52,53,49,55,57,50,44,52,54,46,53,48,48,54,57,56,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,49,56,56,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,53,48,48,56,57,49,44,51,54,46,55,51,51,50,53,52,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,53,56,49,48,57,52,44,51,54,46,57,48,52,54,54,55,93,44,91,45,56,51,46,55,56,49,50,49,50,44,51,54,46,56,48,50,54,57,51,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,111,119,32,87,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,56,53,53,44,34,98,101,100,115,34,58,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,44,91,45,57,52,46,51,52,50,57,49,44,52,54,46,56,48,53,53,50,57,93,44,91,45,57,52,46,51,50,55,50,56,54,44,52,54,46,50,56,57,56,49,55,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,51,55,52,53,57,50,44,52,54,46,49,53,55,48,57,51,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,51,46,55,57,54,50,56,49,44,52,54,46,50,52,51,49,57,57,93,44,91,45,57,51,46,56,49,49,52,54,52,44,52,54,46,53,56,52,50,51,56,93,44,91,45,57,51,46,55,55,54,48,50,52,44,52,54,46,56,48,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,195,177,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,44,91,45,54,55,46,50,52,51,53,53,57,44,49,56,46,50,54,56,57,50,50,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,49,51,48,49,54,55,44,49,56,46,51,49,55,57,50,55,93,44,91,45,54,55,46,49,56,50,56,53,50,44,49,56,46,51,49,51,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,71,114,97,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,55,57,44,34,98,101,100,115,34,58,49,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,44,91,45,49,49,48,46,52,53,49,53,50,50,44,51,50,46,53,49,51,57,57,53,93,44,91,45,49,49,48,46,52,53,49,48,48,50,44,51,50,46,52,50,55,53,52,54,93,44,91,45,49,48,57,46,49,49,52,49,56,44,51,50,46,52,50,54,51,53,51,93,44,91,45,49,48,57,46,50,50,54,48,55,44,51,50,46,53,50,57,48,57,54,93,44,91,45,49,48,57,46,50,48,54,50,52,57,44,51,50,46,54,51,53,56,48,51,93,44,91,45,49,48,57,46,50,52,53,48,48,53,44,51,50,46,55,52,49,57,56,53,93,44,91,45,49,48,57,46,52,57,53,55,52,44,51,51,46,48,55,56,52,48,57,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,55,57,57,55,56,50,44,51,51,46,52,56,56,51,49,52,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,49,48,46,48,48,48,54,52,57,44,51,51,46,53,55,54,57,51,93,44,91,45,49,49,48,46,48,48,48,54,52,54,44,51,51,46,52,54,53,57,49,54,93,44,91,45,49,49,48,46,49,54,57,52,55,55,44,51,51,46,52,54,53,55,49,50,93,44,91,45,49,49,48,46,51,52,48,57,52,57,44,51,51,46,52,50,55,48,54,54,93,44,91,45,49,49,48,46,52,53,49,55,51,49,44,51,51,46,51,54,49,53,54,52,93,44,91,45,49,49,48,46,52,52,57,48,50,49,44,51,51,46,49,57,52,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,70,114,97,110,99,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,57,52,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,49,46,48,52,53,52,51,44,51,53,46,48,48,49,48,52,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,48,57,57,50,48,49,44,51,52,46,57,49,49,55,57,54,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,48,46,52,48,48,52,51,56,44,51,53,46,49,52,56,50,51,49,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,69,99,104,111,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,54,48,52,51,48,55,44,51,48,46,55,49,51,55,49,53,93,44,91,45,56,50,46,55,54,54,49,53,57,44,51,48,46,55,51,50,52,48,52,93,44,91,45,56,50,46,56,52,54,52,48,53,44,51,48,46,56,51,52,57,52,57,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,51,46,49,50,52,56,54,53,44,51,48,46,56,48,51,54,53,53,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,48,34,44,34,78,65,77,69,34,58,34,68,105,108,108,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,44,91,45,49,53,55,46,49,54,55,52,50,44,54,48,46,57,48,54,49,56,51,93,44,91,45,49,53,55,46,49,54,55,52,50,56,44,54,48,46,57,57,50,56,51,57,93,44,91,45,49,53,55,46,53,50,50,51,51,50,44,54,48,46,57,57,50,56,51,52,93,44,91,45,49,53,55,46,56,55,55,50,50,52,44,54,48,46,57,48,54,49,55,50,93,44,91,45,49,53,56,46,57,52,49,57,50,54,44,54,48,46,57,48,54,49,54,50,93,44,91,45,49,53,57,46,48,49,53,49,48,52,44,54,48,46,55,51,50,56,52,51,93,44,91,45,49,53,57,46,49,57,48,54,53,55,44,54,48,46,54,52,54,49,56,49,93,44,91,45,49,53,57,46,51,54,54,50,49,53,44,54,48,46,54,52,54,49,55,57,93,44,91,45,49,53,57,46,51,54,54,50,48,54,44,54,48,46,52,55,50,56,53,54,93,44,91,45,49,53,57,46,52,51,52,52,57,55,44,54,48,46,51,56,54,49,57,93,44,91,45,49,53,57,46,54,48,56,50,48,52,44,54,48,46,51,56,54,49,56,56,93,44,91,45,49,53,57,46,54,48,56,49,57,54,44,54,48,46,50,49,50,56,53,54,93,44,91,45,49,53,57,46,55,56,49,57,48,54,44,54,48,46,50,49,50,56,53,52,93,44,91,45,49,53,57,46,56,52,53,53,51,51,44,54,48,46,49,50,54,49,56,54,93,44,91,45,49,53,57,46,56,52,53,53,50,52,44,53,57,46,57,53,50,56,52,56,93,44,91,45,49,54,48,46,48,49,55,52,51,44,53,57,46,57,53,50,56,52,54,93,44,91,45,49,54,48,46,48,49,55,52,50,51,44,53,57,46,55,55,57,53,48,52,93,44,91,45,49,54,48,46,50,52,56,53,49,44,53,57,46,55,55,57,53,48,49,93,44,91,45,49,54,48,46,50,52,56,53,48,51,44,53,57,46,54,48,54,49,53,52,93,44,91,45,49,54,48,46,52,49,56,54,52,55,44,53,57,46,54,48,54,49,53,50,93,44,91,45,49,54,48,46,52,49,56,54,52,44,53,57,46,52,51,50,56,93,44,91,45,49,54,48,46,52,55,53,50,57,54,44,53,57,46,51,52,54,49,50,50,93,44,91,45,49,54,48,46,54,52,51,55,49,54,44,53,57,46,50,53,57,52,52,93,44,91,45,49,54,48,46,56,49,50,49,52,44,53,57,46,50,53,57,52,51,56,93,44,91,45,49,54,48,46,56,49,50,49,51,51,44,53,57,46,48,56,54,48,55,55,93,44,91,45,49,54,48,46,56,54,52,55,48,51,44,53,56,46,57,57,57,51,57,52,93,44,91,45,49,54,49,46,48,51,49,52,52,56,44,53,56,46,57,57,57,51,57,51,93,44,91,45,49,54,49,46,48,51,49,52,52,49,44,53,56,46,56,51,57,55,53,50,93,44,91,45,49,54,49,46,51,54,52,57,51,49,44,53,56,46,56,50,54,48,50,49,93,44,91,45,49,54,49,46,49,57,56,49,56,51,44,53,56,46,55,51,57,51,51,55,93,44,91,45,49,54,49,46,51,52,49,56,52,44,53,56,46,54,48,55,48,57,49,93,44,91,45,49,54,49,46,49,55,55,48,51,55,44,53,56,46,54,48,55,48,54,56,93,44,91,45,49,54,49,46,49,53,56,57,49,56,44,53,56,46,53,49,50,51,56,51,93,44,91,45,49,54,48,46,57,51,51,52,51,54,44,53,56,46,52,57,54,49,48,57,93,44,91,45,49,54,48,46,56,48,49,55,55,51,44,53,56,46,53,53,49,52,50,56,93,44,91,45,49,54,48,46,54,48,49,54,50,56,44,53,56,46,55,57,51,51,50,51,93,44,91,45,49,54,48,46,54,48,56,55,49,53,44,53,56,46,56,52,51,54,50,49,93,44,91,45,49,54,48,46,51,52,51,48,56,55,44,53,56,46,56,56,48,53,52,50,93,44,91,45,49,54,48,46,50,57,55,54,48,49,44,53,56,46,55,57,57,49,53,93,44,91,45,49,53,57,46,56,57,51,56,54,49,44,53,56,46,55,49,53,48,51,54,93,44,91,45,49,53,57,46,55,48,49,54,57,52,44,53,56,46,55,57,54,51,57,55,93,44,91,45,49,53,57,46,53,52,52,54,56,53,44,53,56,46,55,55,56,52,49,57,93,44,91,45,49,53,57,46,49,53,49,51,56,56,44,53,56,46,52,49,53,55,55,51,93,44,91,45,49,53,57,46,48,49,56,55,50,50,44,53,56,46,51,51,52,49,52,93,44,91,45,49,53,56,46,56,49,48,51,50,57,44,53,56,46,51,52,55,49,53,49,93,44,91,45,49,53,56,46,54,48,53,50,51,53,44,53,56,46,52,53,53,53,57,50,93,44,91,45,49,53,56,46,50,49,51,48,51,50,44,53,56,46,53,52,50,54,48,52,93,44,91,45,49,53,56,46,48,54,57,56,50,50,44,53,56,46,52,57,48,51,49,55,93,44,91,45,49,53,56,44,53,56,46,54,49,54,54,54,55,93,44,91,45,49,53,55,46,57,57,57,57,53,57,44,53,56,46,54,52,50,49,54,56,93,44,91,45,49,53,55,46,49,57,54,50,57,50,44,53,56,46,56,52,54,50,52,57,93,44,91,45,49,53,55,46,49,57,54,51,48,54,44,53,57,46,48,56,54,49,50,50,93,44,91,45,49,53,55,46,50,55,53,50,51,51,44,53,57,46,50,53,57,52,56,50,93,44,91,45,49,53,55,46,49,48,54,56,49,52,44,53,57,46,51,52,54,49,54,50,93,44,91,45,49,53,54,46,55,54,57,57,54,53,44,53,57,46,51,52,54,49,54,54,93,44,91,45,49,53,54,46,54,55,53,52,56,57,44,53,57,46,53,49,57,53,50,49,93,44,91,45,49,53,54,46,53,48,53,51,52,57,44,53,57,46,54,48,54,49,57,57,93,44,91,45,49,53,54,46,49,54,53,48,54,54,44,53,57,46,54,48,54,50,48,50,93,44,91,45,49,53,54,46,48,48,48,49,52,53,44,53,57,46,54,57,50,56,55,57,93,44,91,45,49,53,54,46,48,48,48,48,56,54,44,54,48,46,57,48,54,49,57,93,93,93,44,91,91,91,45,49,54,48,46,53,52,52,48,53,56,44,53,56,46,54,56,55,56,51,56,93,44,91,45,49,54,48,46,51,57,54,56,54,49,44,53,56,46,53,53,51,57,49,57,93,44,91,45,49,54,48,46,51,48,49,48,50,57,44,53,56,46,53,51,53,55,53,56,93,44,91,45,49,54,48,46,48,57,54,57,55,51,44,53,56,46,54,57,55,50,56,51,93,44,91,45,49,54,48,46,49,51,55,54,49,56,44,53,56,46,55,52,56,56,57,56,93,44,91,45,49,54,48,46,52,49,54,48,51,57,44,53,56,46,55,57,56,52,52,53,93,44,91,45,49,54,48,46,53,52,52,48,53,56,44,53,56,46,54,56,55,56,51,56,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,57,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,56,46,53,48,52,52,53,53,44,52,48,46,48,48,50,50,57,49,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,51,46,57,55,56,54,48,55,44,51,48,46,53,50,50,54,56,55,93,44,91,45,56,52,46,48,55,52,54,57,49,44,51,48,46,52,51,52,51,48,50,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,48,55,53,52,53,53,44,51,48,46,48,51,52,54,50,54,93,44,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,44,91,45,56,51,46,57,49,53,51,54,57,44,51,48,46,50,52,52,55,55,57,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,55,50,49,55,50,44,51,48,46,52,51,52,51,53,52,93,44,91,45,56,51,46,55,51,54,57,53,52,44,51,48,46,53,48,55,53,54,57,93,44,91,45,56,51,46,54,48,52,49,56,54,44,51,48,46,53,56,49,57,49,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,105,100,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,51,52,51,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,50,52,50,55,51,53,44,49,56,46,49,56,48,50,52,56,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,109,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,49,46,48,53,57,52,51,49,44,51,49,46,50,56,49,56,53,56,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,53,52,55,54,49,54,44,51,48,46,57,57,57,55,50,93,44,91,45,57,48,46,53,52,56,49,57,57,44,51,49,46,51,52,57,53,55,52,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,57,56,51,48,48,50,44,51,49,46,51,52,56,54,55,49,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,52,48,56,49,50,52,44,51,52,46,51,51,57,53,50,55,93,44,91,45,57,51,46,52,48,55,50,50,49,44,51,52,46,51,57,55,52,52,55,93,44,91,45,57,51,46,51,57,52,50,56,57,44,51,52,46,55,52,51,51,57,51,93,44,91,45,57,51,46,55,49,48,50,57,55,44,51,52,46,55,52,53,50,57,54,93,44,91,45,57,51,46,57,51,48,53,48,57,44,51,52,46,54,54,53,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,52,55,51,44,34,98,101,100,115,34,58,50,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,52,46,55,48,57,53,53,54,44,52,50,46,48,55,48,51,54,54,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,101,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,54,48,49,56,53,56,44,51,51,46,56,56,57,55,53,93,44,91,45,56,53,46,54,51,56,53,55,57,44,51,51,46,54,52,56,52,49,51,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,56,53,49,56,57,44,51,51,46,52,57,56,55,52,50,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,51,51,56,50,51,44,51,51,46,54,53,51,49,49,55,93,44,91,45,56,53,46,51,56,54,53,56,49,44,51,51,46,57,48,49,55,49,57,93,44,91,45,56,53,46,51,57,56,56,51,55,44,51,51,46,57,54,52,49,50,57,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,49,50,51,44,34,98,101,100,115,34,58,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,52,46,57,52,53,53,53,49,44,52,48,46,51,52,57,48,57,57,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,53,46,48,53,50,56,50,51,44,52,48,46,48,48,48,50,54,93,44,91,45,49,48,52,46,57,54,49,52,48,53,44,52,48,46,48,48,48,51,51,55,93,44,91,45,49,48,52,46,49,53,48,51,51,50,44,52,48,46,48,48,48,56,53,54,93,44,91,45,49,48,52,46,49,52,55,55,49,52,44,52,48,46,53,50,52,51,56,57,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,101,99,107,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,50,49,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,53,55,53,55,50,51,44,51,53,46,53,48,56,56,54,52,93,44,91,45,57,57,46,53,55,53,56,50,44,51,53,46,52,50,49,54,53,53,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,49,48,48,46,48,48,48,51,56,52,44,51,53,46,48,50,57,57,51,93,44,91,45,57,57,46,56,56,56,52,52,52,44,51,53,46,48,50,57,56,56,57,93,44,91,45,57,57,46,55,56,50,55,50,55,44,51,53,46,49,49,54,57,52,93,44,91,45,57,57,46,52,48,57,50,57,49,44,51,53,46,49,49,52,53,48,57,93,44,91,45,57,57,46,51,54,48,50,50,54,44,51,53,46,49,49,54,55,51,56,93,44,91,45,57,57,46,51,54,52,50,49,55,44,51,53,46,52,54,53,51,50,56,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,111,100,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,51,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,49,46,51,51,49,55,56,54,44,52,49,46,49,56,51,56,56,54,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,50,48,46,56,55,57,57,50,54,44,52,49,46,57,57,51,55,54,52,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,50,55,52,44,34,98,101,100,115,34,58,49,54,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,51,46,56,49,52,50,56,50,44,52,49,46,54,48,48,52,53,54,93,44,91,45,57,51,46,55,57,48,54,49,50,44,52,49,46,53,49,49,57,49,54,93,44,91,45,57,51,46,52,50,50,56,53,52,44,52,49,46,53,49,49,52,52,52,93,44,91,45,57,51,46,51,50,56,52,48,55,44,52,49,46,52,57,48,57,50,49,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,48,56,44,34,98,101,100,115,34,58,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,55,53,48,50,53,55,44,51,49,46,57,55,51,50,48,55,93,44,91,45,56,49,46,55,54,53,51,53,55,44,51,49,46,56,55,52,53,52,93,44,91,45,56,49,46,54,52,49,55,54,49,44,51,49,46,55,54,53,52,53,49,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,52,51,53,55,54,44,51,49,46,54,52,50,48,53,53,93,44,91,45,56,49,46,50,54,49,56,54,56,44,51,49,46,54,53,48,49,52,50,93,44,91,45,56,49,46,49,55,53,49,52,56,44,51,49,46,53,51,57,54,54,93,44,91,45,56,49,46,48,57,53,51,56,51,44,51,49,46,53,50,48,57,56,49,93,44,91,45,56,49,46,48,53,49,53,50,49,44,51,49,46,55,48,53,49,57,56,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,51,55,54,57,53,52,44,51,49,46,56,52,56,50,53,55,93,44,91,45,56,49,46,52,48,52,51,56,56,44,51,49,46,57,49,57,55,48,49,93,44,91,45,56,49,46,53,57,50,51,57,49,44,51,49,46,57,55,50,52,54,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,57,34,44,34,78,65,77,69,34,58,34,78,97,118,97,114,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,56,51,44,34,98,101,100,115,34,58,49,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,50,51,52,50,53,49,44,51,50,46,50,53,48,51,57,57,93,44,91,45,57,54,46,51,56,51,48,56,50,44,51,50,46,51,50,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,44,91,45,57,56,46,52,54,54,53,52,50,44,50,55,46,48,53,52,55,49,49,93,44,91,45,57,56,46,52,49,55,56,56,51,44,50,55,46,48,53,53,50,56,53,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,53,50,51,50,56,52,44,50,55,46,50,54,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,54,52,56,44,34,98,101,100,115,34,58,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,55,57,48,56,55,53,44,51,54,46,48,51,54,55,49,53,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,50,48,52,50,52,50,44,51,53,46,57,53,57,49,56,54,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,54,49,51,51,50,56,44,51,53,46,55,57,48,51,51,49,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,76,97,114,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,57,50,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,54,53,50,57,57,50,44,52,49,46,53,54,53,48,49,52,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,52,46,48,53,51,50,52,57,44,52,49,46,48,48,49,52,48,54,93,44,91,45,49,48,52,46,48,53,50,50,56,55,44,52,49,46,51,57,51,50,49,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,115,111,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,50,50,56,55,57,54,44,52,54,46,52,49,49,51,48,54,93,44,91,45,49,49,55,46,52,49,57,51,51,52,44,52,54,46,51,56,51,49,51,57,93,44,91,45,49,49,55,46,52,49,57,52,56,50,44,52,54,46,49,50,49,57,53,54,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,54,46,57,49,54,48,55,49,44,52,53,46,57,57,53,51,53,55,93,44,91,45,49,49,54,46,57,50,49,51,53,44,52,54,46,49,54,52,53,49,52,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,84,114,97,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,44,91,45,57,54,46,53,56,51,48,56,53,44,52,53,46,56,50,48,48,50,52,93,44,91,45,57,54,46,54,55,50,54,54,53,44,52,53,46,55,51,50,51,51,54,93,44,91,45,57,54,46,56,51,56,54,52,56,44,52,53,46,54,52,55,53,48,57,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,53,55,54,53,54,52,44,52,54,46,48,50,49,56,52,56,93,44,91,45,57,54,46,53,54,51,54,55,50,44,52,53,46,57,51,53,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,44,91,45,57,48,46,49,51,52,50,56,49,44,52,48,46,48,54,50,53,50,52,93,44,91,45,57,48,46,50,56,55,56,51,55,44,52,48,46,48,54,51,55,56,52,93,44,91,45,57,48,46,51,53,52,53,50,52,44,52,48,46,49,50,52,50,49,55,93,44,91,45,57,48,46,53,49,51,55,52,55,44,51,57,46,57,56,55,56,57,49,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,57,57,53,48,57,44,52,48,46,49,48,56,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,49,49,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,44,91,45,56,52,46,49,49,48,49,50,52,44,51,51,46,54,50,53,49,49,93,44,91,45,56,52,46,49,56,52,49,52,51,44,51,51,46,54,52,54,49,53,55,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,51,46,57,51,48,56,54,51,44,51,51,46,54,53,49,56,50,51,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,57,56,50,48,51,51,44,51,51,46,55,56,54,48,53,52,93,44,91,45,56,52,46,48,50,51,55,49,51,44,51,51,46,55,53,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,117,110,105,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,44,91,45,55,55,46,48,51,53,53,52,57,44,52,48,46,54,55,54,57,49,56,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,52,57,55,53,48,54,44,52,48,46,53,56,49,55,52,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,53,52,48,49,52,49,44,52,48,46,51,57,57,50,50,49,93,44,91,45,55,55,46,50,56,57,53,57,50,44,52,48,46,53,49,56,52,53,55,93,44,91,45,55,54,46,57,52,57,52,49,52,44,52,48,46,54,50,56,49,54,51,93,44,91,45,55,54,46,57,51,57,55,52,57,44,52,48,46,54,51,56,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,99,75,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,48,54,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,52,56,51,52,48,57,44,52,49,46,54,50,57,56,57,56,93,44,91,45,55,56,46,52,49,57,49,49,56,44,52,49,46,54,48,50,49,56,56,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,97,114,118,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,50,51,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,55,46,53,54,51,48,48,52,44,51,52,46,54,56,49,49,56,53,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,49,52,51,57,55,51,44,51,52,46,53,48,54,54,48,54,93,44,91,45,57,55,46,49,52,50,54,55,49,44,51,52,46,54,51,55,49,50,54,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,50,56,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,48,54,52,56,57,55,44,52,49,46,55,57,49,54,55,51,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,54,46,49,50,57,49,56,54,44,52,49,46,57,54,53,49,51,54,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,51,48,57,54,52,53,44,52,50,46,48,49,53,49,56,55,93,44,91,45,57,54,46,53,53,52,56,54,54,44,52,50,46,48,49,53,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,53,53,44,34,98,101,100,115,34,58,50,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,44,91,45,49,48,56,46,51,55,57,51,48,51,44,51,54,46,57,57,57,54,48,56,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,55,46,54,49,56,49,56,49,44,51,54,46,56,48,52,50,54,55,93,44,91,45,49,48,55,46,52,53,49,52,52,53,44,51,54,46,57,48,52,48,51,54,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,55,46,52,56,49,55,51,55,44,51,55,46,48,48,48,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,44,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,101,32,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,49,54,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,54,54,54,52,55,50,44,51,50,46,51,49,55,52,52,52,93,44,91,45,57,51,46,55,54,52,55,54,51,44,51,50,46,51,52,53,54,52,54,93,44,91,45,57,51,46,57,53,49,48,56,53,44,51,50,46,49,57,53,53,52,53,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,53,52,49,51,53,51,44,51,50,46,49,48,53,56,56,93,44,91,45,57,51,46,53,50,51,52,49,54,44,51,50,46,49,55,54,57,57,49,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,114,101,115,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,49,51,48,44,34,98,101,100,115,34,58,51,48,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,57,46,51,49,50,49,56,54,44,51,55,46,51,53,50,55,50,53,93,44,91,45,49,49,57,46,51,51,48,53,55,51,44,51,55,46,50,48,53,55,57,49,93,44,91,45,49,49,57,46,51,56,54,53,50,49,44,51,55,46,49,52,57,53,51,93,44,91,45,49,49,57,46,53,53,57,52,49,50,44,51,55,46,49,52,51,54,49,57,93,44,91,45,49,49,57,46,53,54,50,57,55,57,44,51,55,46,48,54,52,48,57,53,93,44,91,45,49,49,57,46,54,57,48,55,55,57,44,51,55,46,48,49,49,57,56,55,93,44,91,45,49,49,57,46,56,49,51,55,51,52,44,51,54,46,56,53,48,52,49,50,93,44,91,45,49,50,48,46,48,55,57,52,53,56,44,51,54,46,56,50,53,51,52,53,93,44,91,45,49,50,48,46,49,56,56,56,51,44,51,54,46,55,55,54,52,48,56,93,44,91,45,49,50,48,46,51,55,48,50,53,54,44,51,54,46,55,56,52,57,52,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,48,46,54,48,51,55,48,54,44,51,54,46,52,56,56,50,52,50,93,44,91,45,49,50,48,46,53,57,54,53,54,50,44,51,54,46,51,50,56,52,56,56,93,44,91,45,49,50,48,46,54,55,56,53,56,50,44,51,54,46,50,54,55,51,49,57,93,44,91,45,49,50,48,46,54,52,56,55,56,52,44,51,54,46,49,48,55,57,57,93,44,91,45,49,50,48,46,51,49,53,48,54,56,44,51,53,46,57,48,55,49,56,54,93,44,91,45,49,49,57,46,57,53,57,50,49,44,51,54,46,49,56,49,52,48,51,93,44,91,45,49,49,57,46,57,53,57,50,50,55,44,51,54,46,52,48,48,57,55,53,93,44,91,45,49,49,57,46,54,54,54,50,57,44,51,54,46,52,49,56,57,54,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,52,54,54,51,50,50,44,51,54,46,53,55,53,50,51,56,93,44,91,45,49,49,57,46,51,48,53,49,48,50,44,51,54,46,53,55,51,55,50,53,93,44,91,45,49,49,57,46,51,48,52,54,50,53,44,51,54,46,54,54,48,54,48,54,93,44,91,45,49,49,56,46,57,56,52,55,55,57,44,51,54,46,54,53,55,49,52,55,93,44,91,45,49,49,56,46,57,56,50,52,52,49,44,51,54,46,55,52,49,54,52,54,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,51,54,48,56,51,49,44,51,54,46,56,56,55,55,51,52,93,44,91,45,49,49,56,46,52,50,50,53,57,53,44,51,55,46,48,50,52,51,54,93,44,91,45,49,49,56,46,53,48,51,49,48,51,44,51,55,46,48,57,53,50,50,49,93,44,91,45,49,49,56,46,54,53,52,53,57,51,44,51,55,46,49,52,49,56,50,54,93,44,91,45,49,49,56,46,55,49,54,48,49,54,44,51,55,46,51,50,56,50,48,56,93,44,91,45,49,49,56,46,55,56,54,55,51,54,44,51,55,46,51,52,51,51,56,93,44,91,45,49,49,56,46,55,55,53,48,49,52,44,51,55,46,52,54,51,48,53,50,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,69,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,49,50,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,44,91,45,56,50,46,57,56,48,57,48,53,44,51,52,46,50,49,49,53,48,53,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,55,55,51,52,49,44,51,52,46,50,56,56,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,114,98,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,56,50,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,52,50,56,52,55,54,44,51,50,46,48,49,52,57,53,49,93,44,91,45,56,53,46,53,56,55,51,52,52,44,51,49,46,57,57,55,51,53,53,93,44,91,45,56,53,46,54,53,55,54,54,56,44,51,49,46,56,56,48,50,55,53,93,44,91,45,56,53,46,54,54,50,54,57,50,44,51,49,46,55,56,51,51,49,57,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,52,49,54,48,51,56,44,51,49,46,55,48,54,54,54,52,93,44,91,45,56,53,46,50,49,54,48,55,54,44,51,49,46,55,48,50,52,48,57,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,49,56,53,48,54,55,44,51,50,46,48,54,49,55,48,56,93,44,91,45,56,53,46,50,53,55,55,52,55,44,51,50,46,49,52,56,50,53,49,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,108,97,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,55,56,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,44,91,45,55,56,46,56,48,53,56,51,52,44,51,52,46,54,56,57,53,54,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,54,54,55,53,56,56,44,51,52,46,52,54,57,54,52,53,93,44,91,45,55,56,46,52,52,53,51,50,44,51,52,46,51,55,55,52,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,49,55,54,53,48,49,44,51,52,46,52,54,53,51,53,54,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,51,50,52,53,50,44,51,52,46,54,54,54,48,57,53,93,44,91,45,55,56,46,52,57,52,55,48,53,44,51,52,46,56,53,54,49,56,50,93,44,91,45,55,56,46,57,48,49,57,57,56,44,51,52,46,56,51,53,50,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,51,46,48,52,49,55,49,51,44,51,54,46,53,48,48,52,51,57,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,97,110,103,97,109,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,54,54,49,44,34,98,101,100,115,34,58,49,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,56,57,46,57,56,52,55,52,53,44,51,57,46,55,49,56,48,55,57,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,53,51,53,48,50,56,44,51,57,46,54,52,49,49,51,56,93,44,91,45,56,57,46,52,48,57,52,55,53,44,51,57,46,55,52,51,53,51,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,52,48,52,57,56,52,44,51,57,46,57,49,56,49,56,55,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,54,57,56,50,53,57,44,51,57,46,57,55,53,51,48,57,93,44,91,45,56,57,46,55,54,57,49,54,56,44,51,57,46,57,48,50,51,53,93,44,91,45,56,57,46,57,57,52,53,48,54,44,51,57,46,57,48,49,57,50,53,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,97,105,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,51,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,52,51,49,55,53,56,44,51,54,46,57,52,50,53,57,51,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,51,50,56,49,55,44,51,54,46,53,49,48,50,52,93,44,91,45,57,53,46,48,48,53,55,51,44,51,54,46,53,48,57,56,57,93,44,91,45,57,52,46,57,57,57,52,48,51,44,51,54,46,54,55,48,54,51,49,93,44,91,45,57,53,46,48,48,55,54,50,44,51,54,46,57,57,57,53,49,52,93,44,91,45,57,53,46,48,55,51,53,48,52,44,51,54,46,57,57,57,53,53,50,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,51,52,44,34,98,101,100,115,34,58,49,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,53,46,50,51,53,55,53,55,44,51,54,46,49,48,53,55,53,50,93,44,91,45,56,53,46,50,54,52,50,48,54,44,51,53,46,57,55,57,49,53,52,93,44,91,45,56,53,46,50,50,50,53,50,52,44,51,53,46,56,55,55,51,54,52,93,44,91,45,56,53,46,50,54,57,51,53,57,44,51,53,46,55,57,51,51,56,56,93,44,91,45,56,53,46,50,55,50,54,54,52,44,51,53,46,55,56,55,55,49,56,93,44,91,45,56,53,46,50,53,51,53,49,56,44,51,53,46,55,54,54,57,50,55,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,54,56,48,54,51,51,44,51,53,46,57,48,56,52,53,52,93,44,91,45,56,52,46,55,50,48,55,50,55,44,51,53,46,57,57,52,57,49,52,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,79,116,115,101,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,51,57,55,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,83,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,51,50,50,51,53,55,44,52,50,46,52,55,52,55,51,55,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,52,46,56,53,56,52,49,50,44,52,50,46,50,48,57,54,57,50,93,44,91,45,57,52,46,56,53,54,54,56,57,44,52,50,46,52,55,51,57,57,54,93,44,91,45,57,52,46,57,49,52,52,56,53,44,52,50,46,53,54,48,51,48,57,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,69,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,50,52,55,55,52,56,44,51,57,46,52,54,55,49,57,57,93,44,91,45,49,49,49,46,51,48,48,57,48,53,44,51,57,46,52,54,55,50,51,55,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,51,48,53,55,48,49,44,51,56,46,52,57,57,57,57,56,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,48,57,46,57,57,52,50,56,51,44,51,56,46,53,50,55,49,49,56,93,44,91,45,49,49,48,46,48,56,49,57,51,57,44,51,56,46,55,53,54,54,54,54,93,44,91,45,49,49,48,46,49,54,50,53,50,57,44,51,56,46,56,54,51,57,50,50,93,44,91,45,49,49,48,46,49,53,54,50,50,50,44,51,57,46,48,51,50,54,53,52,93,44,91,45,49,49,48,46,48,55,55,50,55,44,51,57,46,50,55,53,56,54,57,93,44,91,45,49,49,48,46,48,50,50,49,54,54,44,51,57,46,51,53,50,48,49,56,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,49,46,48,55,55,53,52,53,44,51,57,46,52,54,57,55,52,51,93,44,91,45,49,49,49,46,48,56,53,51,53,53,44,51,57,46,53,50,49,49,55,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,70,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,55,51,48,51,50,53,44,52,55,46,57,48,48,49,54,57,93,44,91,45,49,49,56,46,53,51,49,50,57,55,44,52,55,46,56,55,52,56,55,56,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,52,48,48,56,48,55,44,52,56,46,48,50,56,54,56,50,93,44,91,45,49,49,56,46,50,51,51,52,57,56,44,52,56,46,48,54,51,52,56,53,93,44,91,45,49,49,56,46,50,52,56,54,48,54,44,52,56,46,49,51,52,50,53,53,93,44,91,45,49,49,56,46,49,51,57,55,57,49,44,52,56,46,50,54,55,51,48,56,93,44,91,45,49,49,56,46,50,48,54,53,48,55,44,52,56,46,52,55,48,50,57,54,93,44,91,45,49,49,56,46,49,48,52,57,54,44,52,56,46,54,53,51,53,48,51,93,44,91,45,49,49,56,46,50,49,52,52,56,51,44,52,56,46,56,56,56,49,54,49,93,44,91,45,49,49,56,46,49,57,55,51,55,53,44,52,57,46,48,48,48,48,54,56,93,44,91,45,49,49,56,46,56,51,54,54,49,52,44,52,57,46,48,48,48,48,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,87,105,98,97,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,51,52,49,54,56,44,52,55,46,50,52,53,51,57,50,93,44,91,45,49,48,52,46,51,48,54,48,54,50,44,52,55,46,48,52,50,48,52,54,93,44,91,45,49,48,52,46,52,49,50,49,50,52,44,52,54,46,57,48,52,48,48,51,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,52,49,55,57,57,56,44,52,54,46,54,56,52,56,57,50,93,44,91,45,49,48,52,46,51,53,52,56,51,53,44,52,54,46,54,52,49,52,48,57,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,49,51,49,56,54,51,44,52,55,46,51,53,51,57,48,49,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,56,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,53,46,57,50,52,54,56,53,44,51,51,46,56,50,53,54,50,52,93,44,91,45,49,48,54,46,48,53,50,54,54,50,44,51,51,46,56,50,53,54,48,54,93,44,91,45,49,48,54,46,48,53,50,55,49,56,44,51,51,46,54,53,48,50,57,55,93,44,91,45,49,48,54,46,51,55,51,54,54,44,51,51,46,54,54,48,53,48,52,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,53,46,55,50,55,49,55,49,44,51,51,46,51,57,48,54,51,51,93,44,91,45,49,48,53,46,55,50,53,57,53,55,44,51,51,46,51,48,52,56,51,52,93,44,91,45,49,48,53,46,51,49,55,51,55,54,44,51,51,46,51,48,53,57,55,55,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,52,46,57,48,53,52,50,52,44,51,51,46,49,51,56,57,48,52,93,44,91,45,49,48,52,46,56,57,50,52,51,51,44,51,51,46,51,57,56,49,57,57,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,53,46,51,49,51,50,49,56,44,51,52,46,50,54,48,48,51,49,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,57,57,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,44,91,45,57,53,46,49,49,56,53,44,51,54,46,49,54,49,54,51,93,44,91,45,57,53,46,50,48,55,57,52,54,44,51,54,46,48,55,52,55,48,56,93,44,91,45,57,53,46,50,56,50,57,57,50,44,51,53,46,57,48,55,55,48,52,93,44,91,45,57,53,46,50,54,53,54,55,57,44,51,53,46,56,49,51,50,54,54,93,44,91,45,57,53,46,49,50,55,49,54,51,44,51,53,46,56,49,50,55,53,53,93,44,91,45,57,53,46,49,50,55,50,49,51,44,51,53,46,54,51,56,56,56,56,93,44,91,45,57,52,46,56,48,55,55,53,55,44,51,53,46,54,51,56,53,52,54,93,44,91,45,57,52,46,55,57,55,52,48,57,44,51,54,46,49,54,49,54,53,50,93,44,91,45,57,53,46,48,49,49,51,48,57,44,51,54,46,49,54,49,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,89,101,108,108,111,119,32,77,101,100,105,99,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,54,56,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,44,91,45,57,54,46,52,53,49,53,54,54,44,52,52,46,54,51,49,51,52,57,93,44,91,45,57,54,46,48,57,50,57,53,44,52,52,46,54,51,48,52,56,54,93,44,91,45,57,53,46,54,48,52,48,48,49,44,52,52,46,54,50,57,57,52,53,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,51,54,48,52,44,52,52,46,53,52,49,55,54,50,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,53,46,56,52,55,52,53,50,44,52,52,46,56,57,49,55,57,57,93,44,91,45,57,53,46,56,52,57,48,48,57,44,52,52,46,56,48,53,51,52,55,93,44,91,45,57,54,46,52,53,49,52,54,50,44,52,52,46,56,48,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,49,34,44,34,78,65,77,69,34,58,34,72,117,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,53,50,44,34,98,101,100,115,34,58,50,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,50,57,55,51,50,50,44,51,50,46,56,52,49,55,50,51,93,44,91,45,57,54,46,48,55,54,56,48,49,44,51,50,46,56,51,56,52,56,57,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,53,46,57,52,53,51,44,51,50,46,57,55,57,56,55,55,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,56,54,49,55,55,56,44,51,51,46,50,49,57,51,51,93,44,91,45,57,53,46,56,53,56,55,50,51,44,51,51,46,52,48,57,53,51,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,53,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,57,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,49,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,53,49,48,57,52,53,44,51,50,46,54,50,48,51,50,56,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,51,48,56,57,53,55,44,51,50,46,57,54,50,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,79,115,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,49,49,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,54,46,57,52,48,50,51,53,44,51,54,46,52,53,53,53,50,53,93,44,91,45,57,54,46,55,51,55,50,51,57,44,51,54,46,53,53,48,48,56,56,93,44,91,45,57,54,46,55,49,48,55,54,57,44,51,54,46,52,51,55,54,53,54,93,44,91,45,57,54,46,54,51,53,55,50,55,44,51,54,46,52,50,53,57,48,56,93,44,91,45,57,54,46,53,49,53,50,50,57,44,51,54,46,50,57,56,51,51,50,93,44,91,45,57,54,46,52,51,51,56,49,50,44,51,54,46,50,56,53,56,56,57,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,48,48,49,50,50,54,44,51,54,46,49,54,49,50,57,54,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,55,52,57,56,51,56,44,51,54,46,57,57,56,57,56,56,93,44,91,45,57,54,46,55,53,50,51,55,53,44,51,54,46,55,56,50,48,57,50,93,44,91,45,57,54,46,56,56,57,52,55,53,44,51,54,46,55,53,49,50,51,93,44,91,45,57,54,46,57,51,49,57,52,51,44,51,54,46,54,56,54,48,57,55,93,44,91,45,57,55,46,48,54,52,49,48,55,44,51,54,46,54,56,52,50,48,55,93,44,91,45,57,55,46,48,53,55,53,53,54,44,51,54,46,53,57,51,56,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,54,56,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,51,46,56,52,48,55,51,51,44,51,53,46,49,52,51,56,52,49,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,56,51,49,52,50,57,44,51,53,46,50,53,54,49,49,55,93,44,91,45,56,51,46,57,53,56,54,53,50,44,51,53,46,50,49,55,48,52,93,44,91,45,56,52,46,48,50,57,48,54,55,44,51,53,46,50,57,50,50,52,56,93,44,91,45,56,52,46,50,49,49,51,57,53,44,51,53,46,50,54,53,54,50,49,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,101,99,111,115,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,54,52,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,52,56,51,44,34,98,101,100,115,34,58,52,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,44,91,45,56,50,46,54,50,52,48,57,49,44,51,55,46,53,48,54,50,55,53,93,44,91,45,56,50,46,53,56,56,54,50,55,44,51,55,46,52,52,54,50,53,57,93,44,91,45,56,50,46,55,49,48,56,48,53,44,51,55,46,50,56,53,51,50,51,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,50,46,49,49,55,51,48,52,44,51,55,46,53,53,57,50,50,54,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,52,53,54,49,51,52,44,51,55,46,54,54,56,55,57,53,93,44,91,45,56,50,46,53,54,51,53,54,49,44,51,55,46,54,56,52,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,51,55,48,56,57,44,50,57,46,56,56,55,57,51,52,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,50,46,57,50,48,54,48,56,44,50,57,46,56,50,52,49,52,51,93,44,91,45,56,50,46,57,49,56,55,48,56,44,50,57,46,56,50,52,48,56,51,93,44,91,45,56,50,46,57,48,51,57,53,54,44,50,57,46,56,50,52,50,57,52,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,57,54,51,49,49,50,44,50,57,46,57,57,51,48,53,93,44,91,45,56,51,46,49,54,50,52,53,55,44,51,48,46,49,49,48,48,50,50,93,44,91,45,56,51,46,50,50,54,51,54,44,51,48,46,49,49,52,54,50,49,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,116,97,119,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,50,57,44,34,98,101,100,115,34,58,54,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,48,46,57,54,48,48,50,53,44,51,53,46,53,52,55,48,50,93,44,91,45,56,48,46,57,57,52,52,52,53,44,51,53,46,55,48,50,49,49,93,44,91,45,56,49,46,49,48,57,53,48,55,44,51,53,46,55,55,54,53,57,52,93,44,91,45,56,49,46,49,52,50,51,51,56,44,51,53,46,56,50,55,52,51,52,93,44,91,45,56,49,46,51,51,52,50,55,50,44,51,53,46,55,57,54,50,56,49,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,101,97,116,104,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,49,54,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,52,49,56,52,55,52,44,51,55,46,54,57,48,55,50,57,93,44,91,45,56,51,46,53,50,50,51,48,56,44,51,55,46,54,51,56,53,49,54,93,44,91,45,56,51,46,53,55,57,49,56,54,44,51,55,46,53,48,54,50,52,57,93,44,91,45,56,51,46,53,52,55,54,50,56,44,51,55,46,51,51,52,52,49,56,93,44,91,45,56,51,46,52,48,51,57,56,56,44,51,55,46,51,51,56,51,51,50,93,44,91,45,56,51,46,49,57,57,55,51,52,44,51,55,46,52,49,52,54,54,93,44,91,45,56,51,46,49,50,52,51,52,56,44,51,55,46,52,48,52,57,55,51,93,44,91,45,56,51,46,48,53,48,50,48,49,44,51,55,46,53,50,53,51,49,52,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,51,46,48,56,57,55,57,54,44,51,55,46,54,51,50,49,54,55,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,67,104,105,108,100,114,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,54,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,49,48,48,46,48,48,48,51,56,49,44,51,52,46,55,52,54,51,53,56,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,82,105,112,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,49,46,49,50,54,53,50,57,44,51,54,46,52,57,55,55,49,50,93,44,91,45,57,48,46,55,56,52,52,50,52,44,51,54,46,52,57,56,53,51,52,93,44,91,45,57,48,46,53,55,54,49,55,57,44,51,54,46,52,57,56,53,52,55,93,44,91,45,57,48,46,53,57,50,49,54,54,44,51,54,46,54,55,57,51,54,56,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,84,97,122,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,56,53,50,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,54,53,56,48,48,51,44,52,48,46,53,54,55,52,51,56,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,57,50,52,54,56,44,52,48,46,52,51,53,57,50,49,93,44,91,45,56,57,46,55,49,55,49,48,52,44,52,48,46,52,51,53,54,53,53,93,44,91,45,56,57,46,55,49,52,57,50,55,44,52,48,46,51,49,57,50,49,56,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,50,54,57,51,57,55,44,52,48,46,53,57,52,51,49,56,93,44,91,45,56,57,46,51,51,48,48,57,50,44,52,48,46,55,52,56,50,53,55,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,44,91,45,49,48,51,46,57,48,49,48,49,44,51,48,46,52,49,50,49,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,57,55,57,56,48,49,44,51,48,46,54,50,57,50,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,55,56,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,55,56,34,44,34,78,65,77,69,34,58,34,76,101,120,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,44,91,45,55,57,46,52,53,53,54,54,55,44,51,55,46,55,54,53,50,49,57,93,44,91,45,55,57,46,52,50,48,56,50,52,44,51,55,46,55,56,56,57,57,56,93,44,91,45,55,57,46,52,51,55,51,51,55,44,51,55,46,55,57,52,55,56,52,93,44,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,83,104,97,114,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,44,91,45,57,49,46,52,53,52,52,51,55,44,51,54,46,51,51,53,52,54,53,93,44,91,45,57,49,46,53,54,53,56,54,54,44,51,54,46,51,51,55,52,93,44,91,45,57,49,46,53,54,54,48,55,56,44,51,54,46,50,52,57,57,52,53,93,44,91,45,57,49,46,54,57,49,52,51,53,44,51,54,46,50,53,51,51,48,49,93,44,91,45,57,49,46,54,56,50,50,55,55,44,51,54,46,48,48,48,53,51,53,93,44,91,45,57,49,46,55,49,48,52,56,51,44,51,53,46,57,52,49,55,53,56,93,44,91,45,57,49,46,52,54,51,49,57,56,44,51,53,46,57,51,54,56,49,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,51,52,57,56,51,52,44,51,54,46,50,51,48,57,54,55,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,50,55,52,57,52,44,51,54,46,51,55,52,49,50,93,44,91,45,57,49,46,52,48,55,49,51,56,44,51,54,46,52,57,55,48,56,49,93,44,91,45,57,49,46,52,53,48,48,48,50,44,51,54,46,52,57,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,97,114,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,49,54,49,44,34,98,101,100,115,34,58,55,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,48,53,53,48,56,57,44,52,48,46,50,54,49,55,57,51,93,44,91,45,49,48,52,46,57,52,53,53,53,49,44,52,48,46,51,52,57,48,57,57,93,44,91,45,49,48,52,46,57,52,51,51,55,49,44,52,48,46,57,57,56,50,49,51,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,54,46,49,56,53,51,48,55,44,52,48,46,57,51,51,57,55,51,93,44,91,45,49,48,54,46,48,53,51,55,55,57,44,52,48,46,56,49,50,54,54,50,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,84,121,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,51,53,51,54,54,57,44,51,53,46,56,54,49,51,54,53,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,54,46,48,48,56,51,52,56,44,51,53,46,56,57,53,56,48,50,93,44,91,45,55,53,46,57,53,52,51,55,52,44,51,53,46,57,57,48,48,54,52,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,54,46,48,50,50,54,48,55,44,51,54,46,48,57,54,55,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,82,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,54,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,48,52,49,49,53,57,44,52,52,46,49,57,54,55,50,54,93,44,91,45,57,51,46,48,51,57,52,56,53,44,52,52,46,52,55,49,56,55,49,93,44,91,45,57,51,46,50,56,49,54,56,54,44,52,52,46,52,55,49,57,57,56,93,44,91,45,57,51,46,50,56,49,53,50,49,44,52,52,46,53,52,51,57,53,55,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,50,54,52,57,50,55,44,51,56,46,56,52,51,56,51,51,93,44,91,45,57,49,46,52,49,53,56,51,50,44,51,56,46,56,52,53,51,93,44,91,45,57,49,46,52,49,56,54,51,55,44,51,56,46,55,48,57,55,55,56,93,44,91,45,57,49,46,51,54,57,49,57,50,44,51,56,46,54,57,57,51,50,52,93,44,91,45,57,49,46,51,49,51,48,57,51,44,51,56,46,55,48,54,55,49,53,93,44,91,45,57,49,46,49,51,50,53,51,53,44,51,56,46,53,57,56,50,55,57,93,44,91,45,57,48,46,57,54,52,52,54,49,44,51,56,46,53,52,55,53,52,53,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,49,46,49,49,49,50,53,49,44,51,56,46,56,55,50,55,48,57,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,52,50,55,44,34,98,101,100,115,34,58,55,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,53,56,51,50,56,57,44,51,54,46,56,51,48,50,56,50,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,50,56,49,55,53,44,51,55,46,48,56,48,53,57,55,93,44,91,45,56,54,46,51,57,57,49,54,53,44,51,55,46,49,54,57,56,57,54,93,44,91,45,56,54,46,54,49,56,49,53,56,44,51,55,46,49,56,51,57,48,54,93,44,91,45,56,54,46,54,55,52,52,54,50,44,51,54,46,57,57,57,55,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,100,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,51,54,49,44,34,98,101,100,115,34,58,50,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,51,46,57,53,49,48,56,53,44,51,50,46,49,57,53,53,52,53,93,44,91,45,57,51,46,55,54,52,55,54,51,44,51,50,46,51,52,53,54,52,54,93,44,91,45,57,51,46,54,54,54,52,55,50,44,51,50,46,51,49,55,52,52,52,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,54,49,53,49,51,44,51,50,46,51,52,56,51,51,50,93,44,91,45,57,51,46,55,53,54,50,48,54,44,51,50,46,53,51,55,48,51,55,93,44,91,45,57,51,46,55,51,54,54,49,44,51,50,46,53,55,57,56,52,53,93,44,91,45,57,51,46,56,49,57,49,54,57,44,51,50,46,55,51,54,48,48,50,93,44,91,45,57,51,46,55,56,51,50,51,51,44,51,50,46,55,56,52,51,54,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,52,46,48,52,50,57,54,52,44,51,51,46,48,49,57,50,49,57,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,52,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,50,55,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,84,105,108,108,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,44,91,45,57,57,46,49,57,54,56,48,49,44,51,52,46,53,52,50,51,56,54,93,44,91,45,57,57,46,50,51,56,48,54,44,51,52,46,52,50,53,48,48,57,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,49,56,57,55,55,54,44,51,52,46,50,49,52,51,53,55,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,56,46,56,56,55,49,49,50,44,51,52,46,49,54,56,50,54,93,44,91,45,57,56,46,54,57,48,48,55,50,44,51,52,46,49,51,51,49,53,53,93,44,91,45,57,56,46,54,48,57,57,56,55,44,51,52,46,49,53,55,49,53,52,93,44,91,45,57,56,46,54,48,57,54,54,44,51,52,46,51,51,51,55,50,93,44,91,45,57,56,46,54,54,49,57,53,54,44,51,52,46,52,48,53,57,52,56,93,44,91,45,57,56,46,54,54,49,57,56,50,44,51,52,46,53,48,55,52,54,93,44,91,45,57,56,46,56,50,54,49,52,52,44,51,52,46,53,48,55,51,55,93,44,91,45,57,56,46,56,50,54,48,48,56,44,51,52,46,53,57,52,52,49,51,93,44,91,45,57,57,46,48,48,49,49,48,55,44,51,52,46,53,57,52,51,54,54,93,44,91,45,57,57,46,49,48,51,49,53,44,51,52,46,54,51,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,49,48,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,44,91,45,56,51,46,54,56,48,49,49,52,44,51,53,46,50,55,57,53,93,44,91,45,56,51,46,55,48,50,55,55,50,44,51,53,46,50,52,56,53,50,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,54,52,56,52,53,53,44,51,53,46,49,53,50,56,57,54,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,51,51,57,54,48,57,44,51,53,46,51,51,48,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,55,55,48,48,56,50,44,51,55,46,51,55,50,51,54,51,93,44,91,45,56,48,46,53,49,49,51,57,49,44,51,55,46,52,56,49,54,55,50,93,44,91,45,56,48,46,52,55,50,55,56,50,44,51,55,46,52,50,51,55,51,93,44,91,45,56,48,46,50,57,57,55,56,57,44,51,55,46,53,48,56,50,55,49,93,44,91,45,56,48,46,50,50,48,57,56,52,44,51,55,46,54,50,55,55,54,55,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,53,48,54,54,57,53,44,51,55,46,54,57,49,49,53,56,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,119,105,116,122,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,52,46,55,57,53,48,51,57,44,51,56,46,56,53,55,50,55,93,44,91,45,56,52,46,56,55,48,55,52,57,44,51,56,46,57,48,48,57,48,53,93,44,91,45,56,53,46,49,51,53,56,51,50,44,51,56,46,57,50,57,53,55,56,93,44,91,45,56,53,46,50,48,51,49,54,54,44,51,56,46,57,49,51,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,72,105,99,107,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,56,46,57,48,51,52,56,44,51,54,46,53,55,54,56,54,52,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,56,49,51,50,50,57,44,51,54,46,55,55,51,49,49,53,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,101,110,101,118,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,57,49,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,52,56,53,55,54,44,51,49,46,49,57,57,56,56,54,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,76,97,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,48,52,48,49,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,44,91,45,56,57,46,49,54,51,55,48,53,44,52,49,46,51,49,48,49,56,55,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,48,52,55,51,57,52,44,52,49,46,49,48,52,55,56,54,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,56,46,57,51,49,51,57,44,52,48,46,57,50,55,55,52,93,44,91,45,56,56,46,57,51,48,56,56,49,44,52,49,46,49,48,53,57,93,44,91,45,56,56,46,53,56,54,50,52,44,52,49,46,49,48,56,50,57,51,93,44,91,45,56,56,46,53,57,53,57,54,49,44,52,49,46,52,53,55,49,50,57,93,44,91,45,56,56,46,54,48,50,50,52,44,52,49,46,54,51,49,51,56,57,93,44,91,45,56,56,46,57,51,56,54,55,57,44,52,49,46,54,50,56,51,49,54,93,44,91,45,56,57,46,49,54,54,53,54,49,44,52,49,46,53,56,53,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,49,46,49,51,50,55,54,54,44,52,50,46,54,52,53,56,52,52,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,57,50,55,50,51,52,44,51,56,46,56,49,50,49,54,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,54,46,51,57,48,51,57,56,44,51,56,46,56,50,53,56,53,56,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,44,91,45,49,49,53,46,52,53,55,51,48,53,44,52,52,46,50,52,50,57,53,51,93,44,91,45,49,49,54,46,49,48,51,48,55,50,44,52,52,46,50,51,54,52,48,57,93,44,91,45,49,49,54,46,50,49,51,56,55,49,44,52,52,46,49,53,49,51,56,55,93,44,91,45,49,49,54,46,50,55,51,48,54,57,44,52,52,46,49,53,49,50,50,55,93,44,91,45,49,49,54,46,50,56,50,48,49,57,44,52,51,46,56,48,55,51,54,53,93,44,91,45,49,49,53,46,57,55,53,55,49,57,44,52,51,46,53,57,49,52,51,56,93,44,91,45,49,49,53,46,56,50,55,57,50,44,52,51,46,54,48,55,54,54,55,93,44,91,45,49,49,53,46,54,52,53,56,48,50,44,52,51,46,55,48,48,50,54,93,44,91,45,49,49,53,46,53,48,56,55,50,50,44,52,51,46,56,56,52,56,53,53,93,44,91,45,49,49,53,46,49,51,54,50,48,57,44,52,51,46,57,56,51,56,53,57,93,44,91,45,49,49,52,46,57,57,48,55,55,55,44,52,51,46,57,52,57,55,50,51,93,44,91,45,49,49,53,46,48,52,55,55,50,44,52,52,46,48,53,48,54,53,53,93,44,91,45,49,49,53,46,48,50,52,49,56,49,44,52,52,46,49,53,53,52,55,56,93,44,91,45,49,49,53,46,49,54,55,54,56,52,44,52,52,46,50,48,50,56,52,93,44,91,45,49,49,53,46,50,57,52,54,49,52,44,52,52,46,51,51,57,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,44,91,45,57,48,46,57,49,50,57,49,56,44,52,52,46,48,55,49,53,50,50,93,44,91,45,57,48,46,57,49,48,54,53,51,44,52,51,46,55,50,53,51,51,52,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,57,48,52,53,55,57,44,52,52,46,49,53,56,50,57,56,93,44,91,45,57,48,46,57,55,51,49,48,55,44,52,52,46,48,55,48,56,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,101,114,113,117,105,109,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,53,57,48,49,48,55,44,51,54,46,50,51,56,56,54,50,93,44,91,45,55,54,46,53,55,51,48,55,51,44,51,54,46,49,49,49,55,53,55,93,44,91,45,55,54,46,52,48,50,57,53,55,44,51,54,46,48,55,50,56,54,55,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,51,53,56,51,57,51,44,51,54,46,48,50,48,48,49,57,93,44,91,45,55,54,46,49,53,55,57,53,51,44,51,54,46,48,53,57,53,49,55,93,44,91,45,55,54,46,52,53,51,55,49,49,44,51,54,46,51,55,56,48,57,50,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,48,55,56,55,48,54,44,51,48,46,52,51,56,49,49,54,93,44,91,45,56,50,46,57,53,53,57,44,51,48,46,52,49,51,52,56,54,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,55,49,55,55,55,51,44,51,48,46,51,50,49,51,57,49,93,44,91,45,56,50,46,54,52,53,53,53,53,44,51,48,46,52,48,54,52,49,55,93,44,91,45,56,50,46,55,50,54,53,56,51,44,51,48,46,53,53,57,52,56,54,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,50,55,50,54,49,50,44,51,48,46,54,50,55,54,56,55,93,44,91,45,56,51,46,50,50,48,48,56,55,44,51,48,46,52,50,50,52,56,52,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,48,34,44,34,78,65,77,69,34,58,34,77,97,116,97,110,117,115,107,97,45,83,117,115,105,116,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,54,52,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,44,91,45,49,53,50,46,57,57,57,56,51,57,44,54,50,46,50,57,50,54,50,49,93,44,91,45,49,53,50,46,57,57,57,56,56,50,44,54,49,46,52,50,54,49,55,50,93,44,91,45,49,53,49,46,51,51,50,55,56,52,44,54,49,46,52,50,54,50,51,57,93,44,91,45,49,53,49,46,51,51,50,56,48,50,44,54,49,46,50,53,50,57,51,54,93,44,91,45,49,53,48,46,57,55,52,48,49,52,44,54,49,46,50,53,50,57,52,93,44,91,45,49,53,48,46,57,55,52,48,49,55,44,54,49,46,49,54,54,50,56,55,93,44,91,45,49,53,48,46,55,55,53,56,54,51,44,54,49,46,48,55,57,52,54,54,93,44,91,45,49,53,48,46,52,50,52,49,52,56,44,54,49,46,49,54,54,51,48,56,93,44,91,45,49,52,57,46,57,56,55,52,57,53,44,54,49,46,50,50,52,48,54,52,93,44,91,45,49,52,57,46,55,52,56,51,54,57,44,54,49,46,51,57,55,51,55,49,93,44,91,45,49,52,57,46,51,53,57,52,52,44,54,49,46,52,56,52,48,50,53,93,44,91,45,49,52,57,46,49,56,48,48,54,50,44,54,49,46,52,50,54,50,53,93,44,91,45,49,52,56,46,52,54,50,52,55,49,44,54,49,46,52,50,54,50,54,55,93,44,91,45,49,52,55,46,50,48,54,53,57,55,44,54,49,46,52,50,54,50,54,53,93,44,91,45,49,52,54,46,57,52,50,53,53,57,44,54,49,46,52,55,48,54,55,53,93,44,91,45,49,52,54,46,57,52,50,54,48,49,44,54,49,46,56,49,55,50,55,50,93,44,91,45,49,52,54,46,57,55,57,56,48,55,44,54,50,46,50,53,48,52,57,55,93,44,91,45,49,52,54,46,52,50,51,57,56,52,44,54,50,46,50,53,48,53,49,49,93,44,91,45,49,52,54,46,52,51,54,56,57,57,44,54,50,46,56,53,54,57,57,49,93,44,91,45,49,52,54,46,52,57,52,50,57,54,44,54,50,46,57,53,55,56,54,52,93,44,91,45,49,52,54,46,52,57,52,51,49,49,44,54,51,46,49,54,56,57,55,53,93,44,91,45,49,52,54,46,52,56,57,53,52,49,44,54,51,46,52,56,50,57,49,51,93,44,91,45,49,52,54,46,57,57,57,57,54,54,44,54,51,46,52,55,57,54,52,53,93,44,91,45,49,52,56,46,48,50,53,54,50,55,44,54,51,46,52,55,55,54,48,57,93,44,91,45,49,52,56,46,48,50,53,54,49,56,44,54,51,46,51,51,51,50,51,51,93,44,91,45,49,52,57,46,53,50,54,49,52,56,44,54,51,46,51,51,51,50,49,55,93,44,91,45,49,53,48,46,55,50,48,57,49,54,44,54,51,46,48,54,51,49,56,52,93,44,91,45,49,53,49,46,56,57,52,48,49,53,44,54,50,46,55,57,56,48,53,56,93,44,91,45,49,53,49,46,56,57,51,55,56,52,44,54,50,46,55,50,53,56,54,52,93,44,91,45,49,53,50,46,57,57,55,54,52,55,44,54,50,46,55,50,55,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,54,49,54,44,34,98,101,100,115,34,58,51,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,50,49,52,51,56,54,44,52,48,46,48,55,54,56,56,57,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,101,118,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,44,91,45,56,51,46,48,54,56,53,50,50,44,50,57,46,51,52,51,57,53,51,93,44,91,45,56,51,46,50,51,57,56,53,57,44,50,57,46,50,53,48,57,57,93,44,91,45,56,51,46,49,55,49,56,48,54,44,50,57,46,49,56,53,57,50,49,93,44,91,45,56,51,46,49,52,52,48,56,44,50,57,46,48,55,50,56,52,93,44,91,45,56,51,46,48,55,54,44,50,57,46,48,52,49,56,49,57,93,44,91,45,56,50,46,57,53,48,48,55,56,44,50,57,46,48,55,54,48,53,57,93,44,91,45,56,50,46,56,53,49,50,55,56,44,50,57,46,48,49,55,51,56,57,93,44,91,45,56,50,46,56,52,56,50,52,56,44,50,56,46,57,49,52,53,50,57,93,44,91,45,56,50,46,55,49,49,53,51,44,50,57,46,48,51,48,57,56,56,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,53,51,52,56,54,44,50,57,46,50,49,52,54,56,93,44,91,45,56,50,46,52,48,51,50,51,55,44,50,57,46,50,49,53,54,50,51,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,53,53,54,55,54,54,44,50,57,46,52,56,48,48,53,53,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,57,51,55,51,50,57,44,50,57,46,53,57,49,49,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,71,117,114,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,56,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,53,46,57,53,49,48,49,57,44,49,56,46,50,50,57,50,57,50,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,116,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,51,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,44,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,54,53,51,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,51,52,48,56,52,55,44,51,48,46,51,53,55,57,57,53,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,53,52,52,50,51,50,44,51,48,46,54,52,56,51,54,56,93,44,91,45,56,57,46,53,52,52,53,49,44,51,48,46,53,49,54,56,54,50,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,54,51,49,54,49,52,44,51,48,46,50,53,55,48,49,51,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,53,34,44,34,78,65,77,69,34,58,34,87,105,108,99,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,101,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,49,56,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,44,91,45,57,51,46,53,50,51,52,49,54,44,51,50,46,49,55,54,57,57,49,93,44,91,45,57,51,46,53,52,49,51,53,51,44,51,50,46,49,48,53,56,56,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,50,51,56,52,55,44,51,49,46,57,55,50,55,56,49,93,44,91,45,57,51,46,49,51,54,49,50,55,44,51,50,46,48,53,54,50,50,52,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,51,46,50,49,51,57,56,56,44,51,50,46,50,51,54,48,54,53,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,54,49,52,54,57,44,51,50,46,50,51,55,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,49,56,53,44,34,98,101,100,115,34,58,50,48,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,52,46,49,57,50,50,56,55,44,51,53,46,57,57,53,52,56,56,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,50,54,51,51,56,51,44,51,53,46,56,57,54,57,52,93,44,91,45,56,52,46,49,54,54,50,54,55,44,51,53,46,56,48,53,49,48,54,93,44,91,45,56,51,46,57,53,48,52,56,49,44,51,53,46,56,55,53,51,54,50,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,54,53,52,54,48,53,44,51,53,46,57,55,49,57,51,55,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,79,120,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,51,50,53,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,44,91,45,55,49,46,48,51,51,53,50,52,44,52,52,46,54,57,55,54,51,55,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,55,49,53,52,49,56,44,52,51,46,57,54,49,56,49,53,93,44,91,45,55,48,46,56,50,49,56,48,51,44,52,52,46,48,55,55,48,56,57,93,44,91,45,55,48,46,54,50,52,51,50,57,44,52,52,46,49,55,49,48,51,54,93,44,91,45,55,48,46,54,48,51,55,56,52,44,52,52,46,48,52,49,53,51,54,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,51,51,52,48,57,52,44,52,52,46,50,49,48,55,53,51,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,50,56,48,55,52,56,44,52,52,46,53,54,57,54,49,57,93,44,91,45,55,48,46,53,49,48,53,57,56,44,52,52,46,54,50,55,50,49,54,93,44,91,45,55,48,46,54,49,53,48,51,44,52,52,46,55,57,53,54,51,52,93,44,91,45,55,48,46,55,54,57,50,50,56,44,52,52,46,55,51,50,50,50,56,93,44,91,45,55,48,46,55,55,57,56,52,50,44,52,53,46,48,49,56,51,55,57,93,44,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,44,91,45,55,48,46,57,56,57,49,50,44,52,53,46,51,51,52,49,51,55,93,44,91,45,55,49,46,48,56,51,57,50,56,44,52,53,46,51,48,53,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,50,48,48,51,44,34,98,101,100,115,34,58,51,48,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,44,91,45,57,52,46,49,49,57,48,57,54,44,51,56,46,56,51,51,49,54,55,93,44,91,45,57,52,46,49,49,52,49,55,53,44,51,56,46,57,49,55,51,48,52,93,44,91,45,57,52,46,49,48,52,56,50,51,44,51,57,46,49,52,51,53,48,55,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,50,56,57,56,55,51,44,51,57,46,50,51,55,49,48,55,93,44,91,45,57,52,46,52,54,49,53,57,44,51,57,46,49,50,48,51,55,50,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,54,48,55,51,56,50,44,51,57,46,48,52,52,48,56,54,93,44,91,45,57,52,46,54,48,56,48,51,51,44,51,56,46,56,52,55,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,49,34,44,34,78,65,77,69,34,58,34,84,111,119,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,51,46,56,48,52,57,54,50,44,51,52,46,56,57,53,57,51,52,93,44,91,45,56,51,46,55,56,48,51,52,54,44,51,52,46,55,57,50,57,48,53,93,44,91,45,56,51,46,54,56,49,53,57,54,44,51,52,46,56,48,48,56,56,50,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,54,53,54,50,57,55,44,51,52,46,56,55,56,56,50,51,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,54,51,44,34,98,101,100,115,34,58,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,44,91,45,56,57,46,55,51,48,52,50,52,44,51,50,46,50,50,50,48,51,57,93,44,91,45,56,57,46,55,51,48,48,54,54,44,51,50,46,48,52,55,48,55,50,93,44,91,45,56,57,46,54,53,52,52,50,54,44,51,50,46,48,49,51,54,55,56,93,44,91,45,56,57,46,54,53,51,48,50,53,44,51,49,46,55,56,48,54,53,51,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,57,46,51,50,50,54,57,50,44,51,50,46,50,50,51,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,54,46,56,53,51,49,53,52,44,52,51,46,55,57,50,55,49,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,55,49,50,53,48,49,44,52,51,46,57,56,49,51,50,54,93,44,91,45,49,49,54,46,53,55,50,50,50,52,44,52,51,46,57,56,48,52,56,53,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,83,104,111,115,104,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,50,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,44,91,45,49,49,54,46,51,50,57,52,48,54,44,52,55,46,52,49,52,48,49,49,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,53,46,48,52,55,56,53,55,44,52,54,46,57,54,57,53,51,50,93,44,91,45,49,49,53,46,51,52,48,56,52,57,44,52,55,46,50,54,50,56,53,93,44,91,45,49,49,53,46,55,52,54,54,49,57,44,52,55,46,52,52,50,51,49,49,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,55,50,50,55,49,52,44,52,55,46,54,57,52,56,53,53,93,44,91,45,49,49,53,46,56,50,51,55,55,52,44,52,55,46,55,53,50,54,49,49,93,44,91,45,49,49,54,46,48,52,57,49,48,56,44,52,55,46,57,55,55,51,51,52,93,44,91,45,49,49,54,46,50,51,51,49,49,51,44,52,56,46,48,54,56,56,57,93,44,91,45,49,49,54,46,51,50,57,54,48,49,44,52,56,46,48,49,55,55,50,50,93,44,91,45,49,49,54,46,51,50,57,53,51,56,44,52,55,46,56,57,48,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,72,121,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,44,91,45,55,54,46,52,52,53,52,49,56,44,51,53,46,51,50,57,50,54,52,93,44,91,45,55,54,46,51,48,52,49,51,54,44,51,53,46,50,48,49,52,53,51,93,44,91,45,55,54,46,48,54,53,55,55,52,44,51,53,46,49,50,52,57,51,55,93,44,91,45,55,54,46,48,48,54,57,51,54,44,51,53,46,48,48,54,48,51,49,93,44,91,45,55,53,46,55,51,54,54,50,44,51,53,46,49,52,48,53,54,53,93,44,91,45,55,53,46,56,49,52,48,50,49,44,51,53,46,53,48,48,49,56,50,93,44,91,45,55,53,46,57,48,49,51,52,50,44,51,53,46,54,54,56,57,53,50,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,54,46,52,48,53,57,55,49,44,51,53,46,54,57,55,53,55,57,93,44,91,45,55,54,46,54,51,55,53,49,51,44,51,53,46,55,48,53,50,49,53,93,44,91,45,55,54,46,53,56,56,49,57,49,44,51,53,46,54,50,48,54,53,52,93,44,91,45,55,54,46,53,56,53,51,50,44,51,53,46,52,53,53,48,55,53,93,44,91,45,55,54,46,53,50,50,49,51,49,44,51,53,46,51,53,51,54,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,70,108,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,53,53,52,51,56,49,44,52,51,46,50,49,50,56,49,51,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,77,99,67,114,97,99,107,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,50,56,52,44,34,98,101,100,115,34,58,49,48,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,56,49,50,56,57,55,44,51,54,46,57,52,54,56,54,52,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,44,91,45,56,56,46,49,54,48,51,56,57,44,51,55,46,54,53,54,49,51,49,93,44,91,45,56,56,46,49,51,51,52,51,52,44,51,55,46,53,55,52,51,51,56,93,44,91,45,56,56,46,48,54,49,51,51,50,44,51,55,46,53,48,53,51,51,50,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,57,50,55,48,54,56,44,51,55,46,57,48,49,54,56,53,93,44,91,45,56,55,46,57,48,54,57,51,57,44,51,55,46,56,48,55,53,57,51,93,44,91,45,56,56,46,48,50,56,48,49,54,44,51,55,46,55,57,57,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,84,117,114,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,52,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,44,91,45,57,55,46,51,57,57,49,57,49,44,52,51,46,49,54,57,52,49,57,93,44,91,45,57,55,46,49,54,48,53,52,52,44,52,51,46,49,54,57,57,55,56,93,44,91,45,57,55,46,49,54,48,53,52,51,44,52,51,46,48,56,51,49,52,53,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,55,46,49,50,57,52,55,56,44,52,51,46,52,57,57,54,56,51,93,44,91,45,57,55,46,52,48,49,52,53,44,52,51,46,52,57,57,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,99,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,51,54,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,48,55,51,57,49,56,44,51,53,46,55,57,48,48,53,53,93,44,91,45,56,50,46,57,54,49,55,53,52,44,51,53,46,55,57,48,57,53,57,93,44,91,45,56,50,46,56,57,56,51,49,55,44,51,53,46,57,52,52,57,54,55,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,56,53,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,51,46,51,57,56,51,48,51,44,51,54,46,53,51,52,56,56,53,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,49,49,57,51,57,51,44,51,54,46,53,49,52,50,57,93,44,91,45,56,50,46,56,51,48,52,51,51,44,51,54,46,53,57,51,55,54,49,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,55,49,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,55,46,57,56,52,57,49,54,44,51,53,46,48,48,53,57,51,51,93,44,91,45,56,55,46,57,56,49,53,56,53,44,51,53,46,50,57,53,54,55,56,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,56,46,49,56,57,54,54,49,44,51,53,46,51,56,52,51,48,51,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,54,50,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,52,57,49,55,49,52,44,51,51,46,57,52,54,53,50,50,93,44,91,45,55,57,46,51,50,52,51,49,55,44,51,51,46,55,57,57,49,50,51,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,51,51,50,52,53,56,44,51,51,46,57,57,52,57,57,55,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,52,56,48,55,49,50,44,51,52,46,50,56,56,48,56,49,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,117,97,121,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,55,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,50,50,53,50,55,53,44,49,55,46,57,50,52,54,53,50,93,44,91,45,54,54,46,49,56,55,51,52,50,44,49,55,46,56,55,55,48,51,54,93,44,91,45,54,54,46,48,54,52,53,48,51,44,49,55,46,57,48,52,56,50,53,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,53,55,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,57,48,46,51,52,55,50,53,53,44,51,49,46,48,48,48,53,51,93,44,91,45,57,48,46,51,52,54,55,49,44,51,48,46,57,48,53,52,50,55,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,56,57,46,57,57,52,50,48,49,44,51,48,46,54,54,53,52,51,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,55,50,56,49,49,57,44,51,49,46,48,48,50,51,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,83,116,111,100,100,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,49,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,44,91,45,57,48,46,49,53,56,48,53,44,51,54,46,55,50,50,57,55,54,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,56,57,46,55,48,48,57,53,50,44,51,54,46,54,50,55,52,53,51,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,54,56,54,54,50,44,51,54,46,57,50,56,50,57,51,93,44,91,45,56,57,46,55,56,54,56,49,57,44,51,55,46,48,56,55,56,50,52,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,57,53,57,49,57,54,44,51,55,46,48,53,52,51,56,93,44,91,45,57,48,46,49,49,49,50,52,55,44,51,55,46,48,52,49,50,48,53,93,44,91,45,57,48,46,50,53,56,53,54,51,44,51,54,46,57,50,50,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,68,111,111,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,57,53,56,56,49,55,44,51,50,46,50,53,50,49,48,53,93,44,91,45,56,52,46,48,50,55,54,44,51,50,46,49,55,49,49,54,53,93,44,91,45,56,51,46,57,54,49,50,55,56,44,51,50,46,48,51,48,53,57,53,93,44,91,45,56,51,46,54,48,57,54,54,51,44,51,50,46,48,50,55,57,51,56,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,116,101,97,114,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,56,49,57,44,34,98,101,100,115,34,58,53,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,49,51,49,55,51,44,52,53,46,52,49,50,52,48,50,93,44,91,45,57,52,46,55,54,50,57,51,52,44,52,53,46,52,49,50,56,54,49,93,44,91,45,57,52,46,55,54,51,48,56,44,52,53,46,51,50,54,49,93,44,91,45,57,52,46,51,56,51,53,53,54,44,52,53,46,51,50,54,55,48,53,93,44,91,45,57,52,46,50,54,48,56,50,49,44,52,53,46,50,56,51,57,52,49,93,44,91,45,57,52,46,49,49,54,55,54,53,44,52,53,46,51,50,56,48,49,57,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,97,117,110,100,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,50,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,52,54,51,56,54,57,44,52,49,46,48,52,53,48,56,51,93,44,91,45,57,54,46,52,54,51,56,54,49,44,52,49,46,48,49,54,48,54,57,93,44,91,45,57,54,46,51,49,57,49,57,49,44,52,49,46,48,52,52,57,57,56,93,44,91,45,57,54,46,51,50,55,51,57,57,44,52,49,46,49,56,57,57,57,57,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,53,54,56,57,55,55,44,52,49,46,52,51,51,50,52,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,98,117,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,50,51,49,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,44,91,45,57,51,46,55,53,57,52,51,53,44,52,53,46,53,53,57,54,52,54,93,44,91,45,57,52,46,49,52,57,52,54,55,44,52,53,46,53,53,57,48,54,54,93,44,91,45,57,52,46,48,52,55,51,50,55,44,52,53,46,52,50,50,56,54,49,93,44,91,45,57,51,46,55,53,54,54,49,44,52,53,46,50,57,52,55,50,49,93,44,91,45,57,51,46,53,55,57,51,57,44,52,53,46,50,57,50,49,50,50,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,53,49,48,48,55,44,52,53,46,52,49,52,55,57,56,93,44,91,45,57,51,46,53,49,48,55,48,52,44,52,53,46,53,53,56,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,97,118,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,48,49,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,49,49,52,55,53,56,44,52,51,46,52,57,56,50,57,55,93,44,91,45,57,55,46,57,54,52,53,56,54,44,52,51,46,52,57,57,48,52,49,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,49,51,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,57,51,48,55,54,50,44,51,54,46,53,56,55,54,57,49,93,44,91,45,56,51,46,57,56,55,54,49,53,44,51,54,46,53,56,57,52,55,49,93,44,91,45,56,51,46,57,48,53,54,51,56,44,51,54,46,52,49,57,57,55,57,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,52,54,54,48,48,50,44,51,54,46,51,54,57,49,56,54,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,51,57,56,51,48,51,44,51,54,46,53,51,52,56,56,53,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,97,103,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,48,57,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,57,55,56,57,49,57,44,51,51,46,52,54,55,49,50,57,93,44,91,45,57,55,46,57,49,56,49,56,57,44,51,51,46,52,51,51,56,55,51,93,44,91,45,57,55,46,52,56,55,48,54,53,44,51,51,46,52,51,51,54,56,49,93,44,91,45,57,55,46,52,56,52,49,54,51,44,51,51,46,57,49,53,53,49,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,54,54,49,52,56,57,44,51,51,46,57,57,48,56,49,56,93,44,91,45,57,55,46,56,55,55,51,56,55,44,51,51,46,56,53,48,50,51,54,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,51,52,44,34,98,101,100,115,34,58,49,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,56,46,54,54,56,52,52,49,44,51,49,46,55,48,48,53,49,52,93,44,91,45,57,56,46,57,50,52,52,48,49,44,51,50,46,48,55,56,48,49,56,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,82,97,99,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,57,56,44,34,98,101,100,115,34,58,52,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,51,48,53,56,57,49,44,52,50,46,54,49,48,56,49,55,93,44,91,45,56,56,46,49,56,56,51,48,54,44,52,50,46,54,54,57,55,48,57,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,55,46,48,54,57,52,49,57,44,52,50,46,56,52,50,49,52,54,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,104,97,119,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,44,91,45,56,57,46,50,50,51,55,52,53,44,52,52,46,54,56,49,51,54,53,93,44,91,45,56,56,46,54,48,53,49,53,57,44,52,52,46,54,55,56,51,51,49,93,44,91,45,56,56,46,54,48,54,48,56,51,44,52,52,46,53,57,48,53,49,53,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,56,46,50,52,56,50,49,51,44,52,52,46,56,53,50,55,51,57,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,55,51,54,49,57,52,44,52,52,46,56,53,54,51,55,54,93,44,91,45,56,56,46,55,51,53,53,52,56,44,52,52,46,57,52,51,49,55,56,93,44,91,45,56,56,46,57,56,49,51,49,57,44,52,52,46,57,52,50,55,52,53,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,57,46,50,50,51,56,49,52,44,52,53,46,48,50,57,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,117,100,117,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,48,57,50,53,50,44,52,49,46,54,48,50,48,53,53,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,55,52,52,50,48,52,44,52,49,46,54,48,50,49,56,53,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,57,56,56,56,50,55,44,51,50,46,57,54,48,49,50,49,93,44,91,45,57,57,46,54,49,50,48,48,49,44,51,50,46,57,53,54,57,54,50,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,49,52,49,48,54,54,44,51,53,46,55,50,52,52,48,49,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,55,46,51,50,51,54,50,44,51,54,46,48,49,48,56,55,55,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,79,110,101,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,55,56,50,44,34,98,101,100,115,34,58,56,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,44,91,45,55,53,46,56,49,52,54,50,55,44,52,51,46,52,56,51,53,55,56,93,44,91,45,55,53,46,56,56,52,50,55,53,44,52,51,46,49,53,53,53,54,50,93,44,91,45,55,53,46,55,51,56,51,57,54,44,52,51,46,49,54,52,55,54,54,93,44,91,45,55,53,46,53,53,50,55,55,52,44,52,51,46,48,51,55,53,53,52,93,44,91,45,55,53,46,53,52,50,56,48,51,44,52,50,46,57,51,49,55,55,52,93,44,91,45,55,53,46,52,51,55,49,54,55,44,52,50,46,56,54,51,51,49,57,93,44,91,45,55,53,46,50,52,55,57,54,51,44,52,50,46,56,55,49,54,48,52,93,44,91,45,55,53,46,50,49,50,49,53,56,44,52,50,46,56,55,57,57,55,51,93,44,91,45,55,53,46,50,49,57,49,48,54,44,52,51,46,48,53,50,52,54,57,93,44,91,45,55,53,46,48,54,57,49,54,53,44,52,51,46,50,50,55,51,51,51,93,44,91,45,55,53,46,49,49,48,49,54,44,52,51,46,54,49,53,50,50,57,93,44,91,45,55,53,46,53,51,51,53,44,52,51,46,52,49,57,55,53,54,93,44,91,45,55,53,46,55,53,54,50,49,51,44,52,51,46,52,55,48,51,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,56,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,44,91,45,49,48,54,46,53,48,50,54,57,44,51,57,46,50,57,56,48,54,55,93,44,91,45,49,48,54,46,52,57,51,54,52,57,44,51,57,46,49,57,56,51,50,54,93,44,91,45,49,48,54,46,53,55,55,57,54,54,44,51,57,46,48,53,55,57,48,56,93,44,91,45,49,48,54,46,49,57,49,48,48,54,44,51,57,46,48,53,54,48,55,51,93,44,91,45,49,48,54,46,49,56,51,57,55,50,44,51,57,46,51,48,57,51,53,52,93,44,91,45,49,48,54,46,49,51,53,53,50,57,44,51,57,46,51,55,57,53,52,54,93,44,91,45,49,48,54,46,50,48,54,55,51,50,44,51,57,46,51,55,57,54,51,54,93,44,91,45,49,48,54,46,52,50,54,52,56,55,44,51,57,46,51,54,49,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,105,116,116,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,56,50,44,34,98,101,100,115,34,58,49,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,55,49,54,49,53,55,44,51,53,46,49,56,57,51,53,50,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,54,46,48,56,56,55,57,50,44,51,53,46,48,52,57,56,55,53,93,44,91,45,57,54,46,48,57,50,48,48,49,44,51,52,46,55,54,55,52,55,57,93,44,91,45,57,54,46,48,57,50,48,52,51,44,51,52,46,54,56,48,53,53,54,93,44,91,45,57,53,46,56,56,50,49,57,54,44,51,52,46,54,56,48,53,51,52,93,44,91,45,57,53,46,56,56,49,57,56,55,44,51,52,46,53,57,51,53,50,56,93,44,91,45,57,53,46,54,55,49,56,49,44,51,52,46,53,57,51,55,51,50,93,44,91,45,57,53,46,53,49,52,53,49,49,44,51,52,46,53,57,52,49,53,51,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,53,48,55,55,51,56,44,51,53,46,48,50,57,50,54,53,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,53,46,51,52,57,53,50,53,44,51,53,46,49,54,48,48,50,49,93,44,91,45,57,53,46,52,53,53,48,49,56,44,51,53,46,49,54,48,53,55,53,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,111,100,100,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,54,48,52,51,48,49,44,51,57,46,50,56,54,48,52,55,93,44,91,45,56,48,46,53,52,52,53,50,49,44,51,57,46,52,50,57,49,50,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,87,105,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,52,50,52,57,48,54,44,51,57,46,49,51,53,54,55,57,93,44,91,45,56,49,46,53,56,49,52,52,55,44,51,57,46,48,50,54,49,55,57,93,44,91,45,56,49,46,53,48,50,54,50,56,44,51,56,46,57,49,55,57,50,50,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,50,53,48,50,53,50,44,51,57,46,48,51,53,48,55,52,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,44,91,45,55,49,46,48,52,50,50,56,44,52,52,46,50,51,55,53,49,52,93,44,91,45,55,49,46,50,53,49,57,53,55,44,52,52,46,50,52,52,50,54,54,93,44,91,45,55,49,46,51,48,54,48,51,54,44,52,52,46,49,51,55,50,55,50,93,44,91,45,55,49,46,52,49,53,56,57,56,44,52,52,46,50,49,50,49,54,57,93,44,91,45,55,49,46,51,54,54,51,53,53,44,52,52,46,48,54,56,53,50,52,93,44,91,45,55,49,46,51,54,49,57,54,53,44,52,51,46,57,49,53,57,51,56,93,44,91,45,55,49,46,53,54,52,54,48,51,44,52,51,46,56,57,51,49,55,50,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,50,53,56,50,53,57,44,52,51,46,53,55,49,51,52,53,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,48,46,57,56,57,49,50,50,44,52,51,46,55,57,50,49,49,51,93,44,91,45,55,49,46,48,48,57,57,55,54,44,52,52,46,50,56,52,56,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,84,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,48,50,53,55,48,52,44,51,57,46,52,54,50,51,49,55,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,48,46,54,49,56,54,50,57,44,51,57,46,52,53,48,51,55,53,93,44,91,45,56,48,46,55,49,54,49,50,50,44,51,57,46,52,55,53,53,51,49,93,44,91,45,56,48,46,56,52,51,55,51,49,44,51,57,46,53,56,51,56,56,53,93,44,91,45,56,48,46,57,52,51,55,56,50,44,51,57,46,54,48,54,57,50,54,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,32,83,117,101,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,56,51,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,44,91,45,57,51,46,57,49,48,52,48,53,44,52,52,46,53,52,51,49,54,51,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,51,46,57,51,54,48,51,50,44,52,52,46,51,51,57,54,54,53,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,51,46,53,50,53,50,51,49,44,52,52,46,49,57,54,49,51,52,93,44,91,45,57,51,46,53,50,52,51,50,55,44,52,52,46,53,52,51,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,44,91,45,49,49,57,46,57,57,50,54,55,57,44,52,55,46,55,56,51,49,53,93,44,91,45,49,50,48,46,50,48,54,57,48,56,44,52,55,46,55,53,48,54,51,56,93,44,91,45,49,50,48,46,49,57,57,48,52,56,44,52,55,46,54,56,50,50,55,54,93,44,91,45,49,50,48,46,51,49,55,57,56,52,44,52,55,46,52,53,54,57,52,56,93,44,91,45,49,50,48,46,50,56,54,53,51,44,52,55,46,51,57,51,49,49,49,93,44,91,45,49,50,48,46,49,50,57,53,55,51,44,52,55,46,51,54,54,50,53,49,93,44,91,45,49,50,48,46,48,57,52,52,54,44,52,55,46,50,54,50,49,53,57,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,48,52,55,48,52,44,52,55,46,51,49,57,57,57,52,93,44,91,45,49,49,57,46,56,55,53,55,54,44,52,55,46,52,51,55,52,57,50,93,44,91,45,49,49,57,46,53,51,51,49,50,51,44,52,55,46,52,52,49,50,48,55,93,44,91,45,49,49,57,46,53,51,50,56,56,57,44,52,55,46,53,50,55,55,53,54,93,44,91,45,49,49,57,46,51,52,49,55,54,55,44,52,55,46,54,49,50,51,56,56,93,44,91,45,49,49,57,46,50,49,50,52,49,44,52,55,46,56,48,48,54,57,53,93,44,91,45,49,49,57,46,50,49,50,50,50,53,44,52,55,46,56,56,55,55,48,56,93,44,91,45,49,49,57,46,49,48,51,56,55,51,44,52,55,46,57,54,49,55,54,51,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,57,46,48,53,54,57,55,44,52,56,46,49,51,54,57,55,52,93,44,91,45,49,49,57,46,49,53,48,57,56,51,44,52,56,46,49,52,54,48,54,55,93,44,91,45,49,49,57,46,51,52,51,53,50,51,44,52,56,46,48,52,57,52,51,50,93,44,91,45,49,49,57,46,52,51,54,50,53,55,44,52,56,46,48,55,54,54,56,56,93,44,91,45,49,49,57,46,54,53,50,52,54,56,44,52,56,46,48,48,48,50,50,49,93,44,91,45,49,49,57,46,54,56,50,57,56,49,44,52,56,46,48,57,50,53,49,51,93,44,91,45,49,49,57,46,56,57,53,51,53,44,52,56,46,48,53,48,48,52,52,93,44,91,45,49,49,57,46,56,55,48,53,57,53,44,52,55,46,57,54,48,52,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,116,116,97,114,97,117,103,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,54,56,54,44,34,98,101,100,115,34,58,50,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,56,46,51,48,56,49,50,56,44,52,49,46,57,57,57,52,49,53,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,56,57,53,57,57,57,44,52,50,46,52,52,48,56,48,55,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,55,55,54,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,52,48,48,52,50,54,44,52,51,46,53,52,51,53,51,50,93,44,91,45,56,56,46,52,48,49,48,52,49,44,52,51,46,54,51,48,57,51,51,93,44,91,45,56,56,46,56,56,54,48,53,50,44,52,51,46,54,51,51,53,52,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,54,56,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,44,91,45,57,49,46,51,54,53,56,55,55,44,52,49,46,57,52,55,52,49,93,44,91,45,57,48,46,56,57,56,52,56,52,44,52,49,46,57,52,54,50,52,53,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,50,46,48,51,51,53,52,56,93,44,91,45,57,48,46,56,57,56,48,50,44,52,50,46,50,57,53,50,51,54,93,44,91,45,57,49,46,49,51,48,48,55,57,44,52,50,46,50,57,53,55,54,49,93,44,91,45,57,49,46,51,54,51,50,54,51,44,52,50,46,50,57,54,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,114,98,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,51,51,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,48,48,48,51,48,49,44,51,54,46,57,57,57,52,54,55,93,44,91,45,57,56,46,53,52,52,54,54,49,44,51,54,46,57,57,56,55,53,57,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,56,46,52,54,52,57,53,49,44,51,55,46,51,56,52,48,56,54,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,53,57,49,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,52,49,51,54,54,57,44,51,55,46,55,49,51,57,52,49,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,50,46,48,50,49,49,54,53,44,51,56,46,48,49,48,54,51,57,93,44,91,45,57,50,46,49,56,53,51,55,44,51,56,46,48,49,54,51,51,56,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,50,53,53,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,55,52,56,50,53,49,44,51,49,46,54,49,56,48,52,56,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,54,54,53,55,55,53,44,51,49,46,50,54,55,53,57,49,93,44,91,45,56,53,46,52,56,53,56,53,52,44,51,49,46,50,52,54,48,57,54,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,48,46,56,49,56,54,57,56,44,51,56,46,54,57,57,56,54,49,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,49,46,52,55,56,49,57,53,44,51,57,46,49,51,52,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,77,97,100,101,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,49,51,44,34,98,101,100,115,34,58,52,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,50,48,46,50,50,55,50,56,54,44,51,55,46,49,54,51,52,93,44,91,45,49,50,48,46,52,55,54,54,57,50,44,51,55,46,48,57,54,51,57,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,51,55,48,50,53,54,44,51,54,46,55,56,52,57,52,93,44,91,45,49,50,48,46,49,56,56,56,51,44,51,54,46,55,55,54,52,48,56,93,44,91,45,49,50,48,46,48,55,57,52,53,56,44,51,54,46,56,50,53,51,52,53,93,44,91,45,49,49,57,46,56,49,51,55,51,52,44,51,54,46,56,53,48,52,49,50,93,44,91,45,49,49,57,46,54,57,48,55,55,57,44,51,55,46,48,49,49,57,56,55,93,44,91,45,49,49,57,46,53,54,50,57,55,57,44,51,55,46,48,54,52,48,57,53,93,44,91,45,49,49,57,46,53,53,57,52,49,50,44,51,55,46,49,52,51,54,49,57,93,44,91,45,49,49,57,46,51,56,54,53,50,49,44,51,55,46,49,52,57,53,51,93,44,91,45,49,49,57,46,51,51,48,53,55,51,44,51,55,46,50,48,53,55,57,49,93,44,91,45,49,49,57,46,51,49,50,49,56,54,44,51,55,46,51,53,50,55,50,53,93,44,91,45,49,49,57,46,48,50,50,51,54,51,44,51,55,46,53,56,53,55,51,55,93,44,91,45,49,49,57,46,49,50,52,51,49,50,44,51,55,46,55,51,51,57,52,52,93,44,91,45,49,49,57,46,50,54,56,57,55,57,44,51,55,46,55,51,57,50,51,93,44,91,45,49,49,57,46,51,48,56,57,57,53,44,51,55,46,55,55,55,57,56,54,93,44,91,45,49,49,57,46,53,56,51,53,56,53,44,51,55,46,53,54,48,51,51,53,93,44,91,45,49,49,57,46,54,53,49,49,57,49,44,51,55,46,52,49,55,56,51,50,93,44,91,45,49,49,57,46,55,54,49,56,48,57,44,51,55,46,52,49,55,49,49,52,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,71,101,110,116,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,52,46,50,49,52,50,55,56,44,52,48,46,51,56,52,50,53,52,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,50,54,53,52,55,52,44,52,49,46,55,51,57,56,53,54,93,44,91,45,49,48,48,46,50,53,49,50,50,52,44,52,49,46,55,51,57,56,49,55,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,68,97,103,103,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,44,91,45,49,49,48,46,48,48,48,55,49,55,44,52,48,46,57,57,55,52,53,93,44,91,45,49,49,48,46,48,48,48,55,49,49,44,52,48,46,56,49,51,54,55,56,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,48,57,46,56,55,48,50,48,55,44,52,48,46,55,54,51,56,50,57,93,44,91,45,49,48,57,46,51,57,52,52,57,49,44,52,48,46,56,53,56,49,54,54,93,44,91,45,49,48,57,46,50,48,51,50,53,44,52,48,46,56,53,56,52,48,49,93,44,91,45,49,48,57,46,49,54,49,48,54,51,44,52,48,46,54,56,51,56,49,55,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,48,53,48,48,50,54,44,52,49,46,48,48,48,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,108,97,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,50,55,49,55,52,54,44,52,49,46,57,56,54,48,57,53,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,53,46,50,56,54,53,49,49,44,52,50,46,54,48,53,56,50,54,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,71,97,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,53,56,53,44,34,98,101,100,115,34,58,52,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,44,91,45,56,49,46,51,53,54,54,56,50,44,51,53,46,51,51,48,54,48,52,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,49,46,52,53,53,54,44,51,53,46,52,49,57,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,71,117,97,100,97,108,117,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,50,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,50,57,48,51,57,54,44,51,52,46,54,48,54,55,54,54,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,52,46,56,57,49,55,52,53,44,51,52,46,51,52,55,48,52,51,93,44,91,45,49,48,52,46,56,57,50,48,50,51,44,51,52,46,54,48,52,52,50,54,93,44,91,45,49,48,52,46,52,52,52,55,54,50,44,51,52,46,54,48,52,57,53,50,93,44,91,45,49,48,52,46,51,51,57,55,50,53,44,51,52,46,54,57,50,50,51,52,93,44,91,45,49,48,52,46,51,51,57,56,49,55,44,51,52,46,55,55,57,48,54,50,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,52,46,49,50,53,49,51,54,44,51,53,46,50,49,53,54,57,54,93,44,91,45,49,48,53,46,50,57,49,49,54,57,44,51,53,46,50,49,54,52,56,57,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,111,108,100,101,110,32,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,52,48,50,57,48,54,44,52,54,46,50,49,57,55,48,54,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,48,57,46,54,48,53,49,53,51,44,52,54,46,48,52,52,57,57,52,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,52,49,54,50,50,55,44,52,54,46,49,51,50,51,55,49,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,55,55,57,50,55,50,44,52,54,46,50,55,55,51,57,56,93,44,91,45,49,48,56,46,56,54,50,50,55,55,44,52,54,46,51,54,52,53,56,54,93,44,91,45,49,48,56,46,57,48,52,57,48,52,44,52,54,46,53,55,54,57,48,56,93,44,91,45,49,48,57,46,48,48,57,57,56,50,44,52,54,46,54,50,49,49,55,50,93,44,91,45,49,48,57,46,48,48,57,53,55,44,52,54,46,55,53,48,55,48,50,93,44,91,45,49,48,57,46,51,56,57,50,48,56,44,52,54,46,55,53,49,51,53,49,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,49,55,50,44,34,98,101,100,115,34,58,49,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,52,57,50,49,52,57,44,51,53,46,54,56,54,57,48,51,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,53,51,56,51,52,57,44,51,53,46,51,49,54,52,49,93,44,91,45,55,56,46,52,49,49,55,51,52,44,51,53,46,50,53,52,54,54,51,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,49,53,56,53,56,57,44,51,53,46,51,52,55,53,51,55,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,56,46,49,50,53,53,51,57,44,51,53,46,54,48,51,49,48,55,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,108,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,50,50,48,48,44,34,98,101,100,115,34,58,52,54,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,48,50,54,49,48,55,44,51,55,46,49,54,54,56,49,93,44,91,45,49,50,49,46,55,53,55,54,44,51,55,46,48,52,57,54,51,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,52,56,56,57,52,57,44,51,54,46,57,56,51,49,52,56,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,49,46,52,48,52,54,51,54,44,51,55,46,49,53,53,57,56,57,93,44,91,45,49,50,49,46,52,53,52,48,48,57,44,51,55,46,50,56,52,48,53,93,44,91,45,49,50,49,46,52,49,50,53,52,57,44,51,55,46,51,56,57,52,51,53,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,50,46,49,57,48,52,48,50,44,51,55,46,52,51,49,52,55,50,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,55,48,56,44,34,98,101,100,115,34,58,50,49,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,53,49,56,56,52,52,44,51,51,46,49,52,56,50,57,55,93,44,91,45,55,57,46,54,52,51,51,48,49,44,51,51,46,49,50,51,52,53,51,93,44,91,45,55,57,46,56,52,49,48,54,55,44,51,50,46,57,49,50,52,54,57,93,44,91,45,55,57,46,57,53,54,52,51,51,44,51,50,46,56,53,57,55,57,49,93,44,91,45,56,48,46,48,53,53,53,57,53,44,51,50,46,57,57,56,55,49,93,44,91,45,56,48,46,49,52,57,50,52,54,44,51,51,46,48,50,49,54,48,49,93,44,91,45,56,48,46,48,55,57,48,50,56,44,51,50,46,57,50,55,56,49,49,93,44,91,45,56,48,46,49,53,55,50,54,53,44,51,50,46,56,49,56,49,56,55,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,52,53,51,54,51,44,51,50,46,55,51,57,57,93,44,91,45,56,48,46,52,48,51,50,56,50,44,51,50,46,54,53,49,54,50,50,93,44,91,45,56,48,46,52,49,54,53,56,54,44,51,50,46,53,52,54,51,49,56,93,44,91,45,56,48,46,50,50,51,53,57,44,51,50,46,52,56,50,53,54,53,93,44,91,45,56,48,46,48,56,56,56,55,55,44,51,50,46,53,52,57,48,50,57,93,44,91,45,55,57,46,57,55,57,48,48,50,44,51,50,46,53,53,56,48,55,52,93,44,91,45,55,57,46,55,57,56,50,53,53,44,51,50,46,54,55,53,54,51,50,93,44,91,45,55,57,46,55,54,48,48,55,52,44,51,50,46,55,51,56,50,53,55,93,44,91,45,55,57,46,53,51,52,54,56,57,44,51,50,46,56,55,48,48,49,50,93,44,91,45,55,57,46,52,52,48,49,56,49,44,51,50,46,57,53,56,57,49,54,93,44,91,45,55,57,46,51,50,50,50,53,55,44,51,50,46,57,53,54,48,55,56,93,44,91,45,55,57,46,50,54,49,56,51,44,51,51,46,48,52,57,55,57,51,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,49,54,56,44,34,98,101,100,115,34,58,52,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,53,49,54,53,56,50,44,52,54,46,55,50,55,54,51,56,93,44,91,45,49,49,57,46,54,53,57,49,56,57,44,52,54,46,54,52,48,51,51,51,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,54,54,57,57,55,52,44,52,53,46,56,53,54,57,48,56,93,44,91,45,49,49,57,46,53,55,49,54,48,50,44,52,53,46,57,50,53,52,55,56,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,49,50,54,51,50,50,44,52,53,46,57,51,50,55,56,52,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,56,46,57,55,52,54,54,52,44,52,54,46,49,51,57,53,50,51,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,57,46,50,54,55,50,48,50,44,52,54,46,50,56,52,54,50,53,93,44,91,45,49,49,57,46,50,55,48,51,50,44,52,54,46,53,50,49,51,49,49,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,50,53,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,69,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,49,51,54,44,34,98,101,100,115,34,58,50,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,50,46,56,52,55,55,49,51,44,52,49,46,52,51,48,51,50,54,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,44,91,45,56,50,46,51,57,56,51,52,56,44,52,49,46,54,55,54,53,50,52,93,44,91,45,56,50,46,55,50,54,52,50,55,44,52,49,46,54,57,56,51,48,56,93,44,91,45,56,50,46,55,56,55,52,48,50,44,52,49,46,53,56,55,55,51,56,93,44,91,45,56,50,46,55,49,57,50,51,54,44,52,49,46,52,56,50,52,50,51,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,86,101,114,109,105,108,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,52,48,55,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,53,51,49,52,52,57,44,52,48,46,49,52,56,49,50,55,93,44,91,45,56,55,46,53,50,54,53,56,57,44,52,48,46,52,55,54,56,55,54,93,44,91,45,56,55,46,53,50,54,51,54,54,44,52,48,46,52,57,49,50,51,55,93,44,91,45,56,55,46,57,51,53,51,48,57,44,52,48,46,52,56,53,57,50,51,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,56,54,56,52,44,34,98,101,100,115,34,58,53,48,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,50,57,56,55,52,51,44,51,56,46,56,56,55,55,53,57,93,44,91,45,57,48,46,52,52,48,54,49,55,44,51,56,46,56,50,55,54,53,93,44,91,45,57,48,46,53,52,49,54,49,50,44,51,56,46,54,56,53,50,54,55,93,44,91,45,57,48,46,55,51,50,51,50,56,44,51,56,46,54,51,57,51,48,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,53,57,49,49,50,51,44,51,56,46,53,48,49,54,53,50,93,44,91,45,57,48,46,52,49,50,53,49,57,44,51,56,46,53,48,48,56,53,51,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,51,50,48,53,48,52,44,51,56,46,53,57,52,49,55,55,93,44,91,45,57,48,46,50,53,49,55,52,53,44,51,56,46,55,49,56,56,56,55,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,44,91,45,56,56,46,57,51,57,55,51,50,44,52,50,46,49,53,50,51,50,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,55,55,54,52,57,51,44,52,50,46,52,57,49,57,49,50,93,44,91,45,56,56,46,57,52,48,51,56,56,44,52,50,46,52,57,53,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,84,101,104,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,55,51,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,54,56,53,54,55,57,44,52,48,46,52,53,51,49,50,49,93,44,91,45,49,50,50,46,48,49,48,51,49,54,44,52,48,46,52,50,54,53,53,56,93,44,91,45,49,50,50,46,51,49,48,52,49,50,44,52,48,46,51,55,49,48,54,52,93,44,91,45,49,50,50,46,53,49,57,57,56,56,44,52,48,46,51,57,51,54,55,53,93,44,91,45,49,50,50,46,54,53,48,50,54,51,44,52,48,46,51,50,56,54,51,93,44,91,45,49,50,50,46,55,52,56,54,48,56,44,52,48,46,51,54,53,54,57,52,93,44,91,45,49,50,51,46,48,54,53,52,50,54,44,52,48,46,50,56,54,57,55,49,93,44,91,45,49,50,50,46,57,56,57,48,49,53,44,52,48,46,50,53,48,49,52,53,93,44,91,45,49,50,50,46,57,51,52,48,49,51,44,51,57,46,57,55,56,49,51,49,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,50,46,48,52,52,56,54,53,44,51,57,46,56,56,51,55,55,49,93,44,91,45,49,50,49,46,56,48,52,48,52,49,44,51,57,46,56,56,52,51,52,52,93,44,91,45,49,50,49,46,54,52,54,48,51,50,44,51,57,46,57,56,50,53,50,55,93,44,91,45,49,50,49,46,53,56,54,52,48,55,44,52,48,46,49,48,48,53,50,50,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,51,52,57,44,52,48,46,50,54,52,52,53,52,93,44,91,45,49,50,49,46,52,55,48,51,57,53,44,52,48,46,51,53,48,50,49,51,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,97,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,57,56,52,51,44,34,98,101,100,115,34,58,50,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,51,54,57,49,50,56,44,52,50,46,56,52,53,48,51,54,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,70,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,56,51,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,49,52,52,50,50,52,44,51,50,46,57,53,57,57,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,83,97,98,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,56,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,56,55,57,48,54,49,44,51,49,46,56,52,52,50,56,55,93,44,91,45,57,51,46,55,57,52,53,52,56,44,51,49,46,55,48,50,48,55,54,93,44,91,45,57,51,46,56,51,52,57,49,56,44,51,49,46,53,56,54,50,49,50,93,44,91,45,57,51,46,54,57,50,54,51,49,44,51,49,46,52,51,55,49,57,50,93,44,91,45,57,51,46,54,56,55,53,49,49,44,51,49,46,51,49,48,56,49,51,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,53,51,52,57,49,57,44,51,49,46,50,55,54,53,55,57,93,44,91,45,57,51,46,52,52,50,53,53,52,44,51,49,46,50,55,54,55,49,54,93,44,91,45,57,51,46,51,57,48,52,57,53,44,51,49,46,51,54,52,49,52,55,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,51,46,50,51,54,54,54,50,44,51,49,46,53,51,56,51,51,57,93,44,91,45,57,51,46,51,51,55,52,53,54,44,51,49,46,53,51,56,49,49,93,44,91,45,57,51,46,51,51,56,57,55,50,44,51,49,46,55,49,52,50,53,57,93,44,91,45,57,51,46,52,52,49,55,52,51,44,51,49,46,55,49,52,52,56,53,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,50,54,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,44,91,45,57,48,46,51,55,49,50,53,54,44,51,57,46,55,53,51,49,50,50,93,44,91,45,57,48,46,51,48,48,54,54,54,44,51,57,46,54,51,54,53,52,49,93,44,91,45,57,48,46,51,48,49,56,51,49,44,51,57,46,53,50,48,51,52,52,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,56,57,46,57,56,52,55,52,53,44,51,57,46,55,49,56,48,55,57,93,44,91,45,56,57,46,57,57,52,52,48,53,44,51,57,46,56,55,50,56,54,93,44,91,45,57,48,46,53,56,51,53,51,52,44,51,57,46,56,55,54,55,53,93,44,91,45,57,48,46,53,55,49,52,50,52,44,51,57,46,56,51,56,57,54,49,93,44,91,45,57,48,46,53,57,57,49,48,53,44,51,57,46,55,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,53,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,57,53,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,54,48,56,53,52,55,44,51,50,46,49,49,56,52,48,53,93,44,91,45,56,51,46,51,51,55,51,49,51,44,51,50,46,49,48,53,56,56,53,93,44,91,45,56,51,46,50,57,49,49,48,54,44,51,50,46,49,55,56,56,50,53,93,44,91,45,56,51,46,51,52,54,53,50,56,44,51,50,46,50,55,50,52,56,57,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,114,116,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,54,52,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,48,52,50,56,56,50,44,51,53,46,57,52,50,50,55,56,93,44,91,45,55,55,46,48,48,53,50,53,44,51,53,46,56,53,56,52,51,51,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,54,56,50,53,51,53,44,51,54,46,48,51,48,57,52,55,93,44,91,45,55,54,46,55,51,54,57,51,51,44,51,54,46,49,53,48,53,56,51,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,55,46,50,48,56,52,54,56,44,51,54,46,50,52,54,53,55,56,93,44,91,45,55,55,46,50,57,49,53,49,57,44,51,54,46,49,54,56,51,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,108,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,49,49,52,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,51,53,56,57,50,50,44,51,53,46,49,54,53,50,56,49,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,56,48,46,48,57,56,49,56,53,44,51,53,46,50,53,53,49,55,51,93,44,91,45,56,48,46,48,53,49,55,51,57,44,51,53,46,51,55,50,53,56,53,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,50,57,53,52,50,49,44,51,53,46,53,48,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,82,104,101,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,53,46,49,48,55,55,54,50,44,51,53,46,53,55,49,51,53,57,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,52,46,57,49,53,48,52,57,44,51,53,46,52,52,48,55,55,49,93,44,91,45,56,52,46,55,56,50,51,54,54,44,51,53,46,53,57,52,55,57,57,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,55,56,49,57,48,49,44,51,53,46,56,50,53,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,54,51,57,49,48,49,44,51,53,46,51,53,52,48,56,54,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,53,48,51,52,44,51,53,46,53,49,55,52,52,53,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,76,101,115,108,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,44,91,45,56,51,46,53,53,49,51,48,51,44,51,55,46,49,54,55,53,49,93,44,91,45,56,51,46,53,48,57,48,56,51,44,51,54,46,57,51,56,53,48,57,93,44,91,45,56,51,46,52,56,57,56,49,51,44,51,54,46,56,57,53,52,49,51,93,44,91,45,56,51,46,50,54,48,48,50,44,51,54,46,57,54,56,57,53,49,93,44,91,45,56,51,46,49,56,50,49,48,52,44,51,55,46,48,50,49,49,49,53,93,44,91,45,56,51,46,50,48,56,49,50,49,44,51,55,46,49,55,52,54,53,57,93,44,91,45,56,51,46,52,54,48,57,57,50,44,51,55,46,50,57,51,56,52,56,93,44,91,45,56,51,46,53,48,55,56,56,54,44,51,55,46,50,51,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,44,91,45,55,54,46,48,55,56,53,55,53,44,51,56,46,48,54,48,57,50,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,48,53,50,48,50,49,44,51,55,46,57,53,51,53,55,56,93,44,91,45,55,53,46,57,53,50,54,55,50,44,51,55,46,57,48,54,56,50,55,93,44,91,45,55,53,46,56,48,49,50,52,44,51,55,46,57,49,50,49,55,52,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,53,52,53,56,48,54,44,51,56,46,48,56,54,55,52,57,93,44,91,45,55,53,46,53,52,53,56,57,56,44,51,56,46,49,55,56,55,52,93,44,91,45,55,53,46,54,49,50,55,54,52,44,51,56,46,50,55,56,54,50,54,93,44,91,45,55,53,46,55,54,57,54,55,49,44,51,56,46,50,56,52,53,56,55,93,44,91,45,55,53,46,57,52,56,52,53,52,44,51,56,46,50,49,53,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,44,91,45,56,57,46,51,53,56,52,51,55,44,52,49,46,49,48,51,56,52,57,93,44,91,45,56,57,46,52,54,54,49,48,49,44,52,49,46,49,52,56,53,50,52,93,44,91,45,56,57,46,54,51,56,53,51,54,44,52,49,46,49,52,56,53,52,53,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,48,52,55,55,49,56,44,52,48,46,57,50,53,55,52,57,93,44,91,45,56,57,46,48,52,55,51,57,52,44,52,49,46,49,48,52,55,56,54,93,44,91,45,56,57,46,49,54,50,50,51,55,44,52,49,46,49,48,52,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,56,46,48,52,50,49,52,50,44,51,55,46,49,55,52,55,53,54,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,67,111,110,99,104,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,51,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,67,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,54,54,53,51,53,51,44,51,50,46,48,56,53,52,48,55,93,44,91,45,49,48,48,46,56,50,49,53,57,52,44,51,50,46,48,56,54,54,49,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,118,101,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,48,52,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,52,51,56,56,48,56,44,51,54,46,53,48,49,49,48,50,93,44,91,45,56,53,46,52,57,53,52,50,50,44,51,54,46,52,48,51,48,55,52,93,44,91,45,56,53,46,52,57,53,49,50,52,44,51,54,46,51,48,50,50,55,56,93,44,91,45,56,53,46,52,49,57,52,51,50,44,51,54,46,50,51,54,49,52,53,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,48,56,50,52,57,55,44,51,54,46,49,57,54,49,55,49,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,117,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,51,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,52,54,55,52,48,51,44,52,51,46,55,50,56,57,48,57,93,44,91,45,56,51,46,52,54,54,53,57,50,44,52,51,46,54,54,55,54,50,49,93,44,91,45,56,51,46,49,49,55,56,52,52,44,52,51,46,54,55,53,52,57,51,93,44,91,45,56,50,46,49,52,53,53,48,49,44,52,51,46,54,57,53,53,56,55,93,44,91,45,56,50,46,50,52,57,57,49,52,44,52,52,46,49,53,56,55,53,49,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,73,111,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,52,55,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,50,46,50,52,57,57,49,52,44,52,52,46,49,53,56,55,53,49,93,44,91,45,56,50,46,51,50,57,53,49,57,44,52,52,46,53,49,50,56,51,52,93,44,91,45,56,51,46,56,56,54,54,51,52,44,52,52,46,53,48,56,57,55,54,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,54,49,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,51,46,49,52,48,52,56,51,44,51,49,46,52,50,48,51,57,53,93,44,91,45,56,50,46,56,52,52,48,57,51,44,51,49,46,52,48,51,51,50,56,93,44,91,45,56,50,46,56,49,55,53,52,52,44,51,49,46,51,54,52,52,56,54,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,56,51,54,54,51,51,44,51,49,46,54,55,49,51,57,56,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,57,34,44,34,78,65,77,69,34,58,34,87,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,57,57,44,34,98,101,100,115,34,58,50,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,53,57,50,48,55,49,44,51,49,46,48,49,56,52,56,55,93,44,91,45,56,50,46,52,57,48,53,53,56,44,51,48,46,57,54,51,49,54,54,93,44,91,45,56,50,46,52,51,53,56,53,50,44,51,48,46,56,50,48,48,54,56,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,49,52,57,56,55,50,44,51,48,46,55,56,52,51,51,54,93,44,91,45,56,50,46,52,50,48,52,52,50,44,51,48,46,55,57,53,50,50,57,93,44,91,45,56,50,46,52,49,53,54,48,51,44,51,49,46,48,49,51,53,57,93,44,91,45,56,50,46,49,51,49,54,57,56,44,51,49,46,48,49,48,55,49,52,93,44,91,45,56,50,46,50,48,56,50,54,50,44,51,49,46,48,56,52,55,54,56,93,44,91,45,56,50,46,50,48,56,55,51,50,44,51,49,46,49,55,48,57,51,56,93,44,91,45,56,50,46,50,56,52,53,54,49,44,51,49,46,50,50,52,52,52,57,93,44,91,45,56,50,46,51,56,51,55,48,53,44,51,49,46,50,57,49,49,52,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,54,50,56,57,55,53,44,51,49,46,51,54,51,57,51,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,44,91,45,49,48,49,46,56,54,49,56,50,44,52,54,46,48,54,52,55,57,52,93,44,91,45,49,48,49,46,54,55,55,54,49,50,44,52,54,46,48,49,50,56,55,49,93,44,91,45,49,48,49,46,52,57,54,52,50,51,44,52,54,46,48,50,51,55,50,56,93,44,91,45,49,48,49,46,51,48,51,53,49,52,44,52,54,46,49,48,53,53,48,51,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,49,46,48,52,56,53,50,55,44,52,54,46,51,55,49,52,53,93,44,91,45,49,48,49,46,50,57,56,57,56,57,44,52,54,46,51,55,49,52,48,52,93,44,91,45,49,48,49,46,50,57,56,56,50,51,44,52,54,46,54,51,48,52,51,49,93,44,91,45,49,48,49,46,55,49,56,52,54,50,44,52,54,46,54,51,49,50,56,51,93,44,91,45,49,48,49,46,55,49,56,50,50,56,44,52,54,46,55,49,55,56,51,52,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,48,53,49,50,52,44,52,54,46,54,51,48,57,49,55,93,44,91,45,49,48,50,46,48,52,54,55,56,57,44,52,54,46,50,56,51,55,52,54,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,49,46,57,57,56,51,50,55,44,52,54,46,48,53,51,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,51,48,48,44,34,98,101,100,115,34,58,51,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,50,56,48,50,57,54,44,50,57,46,57,55,50,54,49,56,93,44,91,45,57,48,46,50,52,48,49,55,51,44,50,57,46,56,54,50,49,49,55,93,44,91,45,57,48,46,49,54,55,50,57,55,44,50,57,46,56,49,55,52,48,55,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,49,55,48,51,56,55,44,50,57,46,54,56,51,53,50,51,93,44,91,45,57,48,46,49,51,55,53,48,52,44,50,57,46,52,55,55,49,54,51,93,44,91,45,57,48,46,48,50,48,54,50,50,44,50,57,46,52,50,56,52,54,49,93,44,91,45,57,48,46,48,48,48,48,54,56,44,50,57,46,50,57,52,57,49,50,93,44,91,45,57,48,46,48,57,48,51,51,55,44,50,57,46,49,56,48,53,55,52,93,44,91,45,57,48,46,48,56,57,48,57,50,44,50,57,46,48,57,52,54,52,56,93,44,91,45,56,57,46,56,57,57,54,54,52,44,50,57,46,49,53,53,48,48,57,93,44,91,45,56,57,46,57,48,50,50,54,55,44,50,57,46,50,57,50,50,56,52,93,44,91,45,56,57,46,57,55,55,52,55,44,50,57,46,52,52,57,51,55,49,93,44,91,45,56,57,46,57,56,48,56,49,50,44,50,57,46,53,56,48,49,53,53,93,44,91,45,57,48,46,48,54,55,50,52,50,44,50,57,46,55,51,56,54,54,52,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,57,48,46,49,51,56,53,55,52,44,50,57,46,57,49,56,56,48,53,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,83,116,46,32,84,97,109,109,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,48,57,51,44,34,98,101,100,115,34,58,49,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,44,91,45,57,48,46,50,52,51,54,52,57,44,51,48,46,51,54,49,53,56,49,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,56,57,46,57,48,51,50,51,52,44,51,48,46,49,57,56,54,54,93,44,91,45,56,57,46,55,57,55,52,49,52,44,51,48,46,49,54,48,55,53,55,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,52,57,52,57,55,51,44,51,48,46,49,54,48,55,53,93,44,91,45,56,57,46,54,51,49,54,49,52,44,51,48,46,50,53,55,48,49,51,93,44,91,45,56,57,46,54,57,48,48,51,53,44,51,48,46,52,53,57,51,51,51,93,44,91,45,56,57,46,55,53,50,56,48,55,44,51,48,46,53,48,50,57,54,50,93,44,91,45,56,57,46,56,52,50,51,51,44,51,48,46,54,54,54,48,49,53,93,44,91,45,56,57,46,57,57,52,50,48,49,44,51,48,46,54,54,53,52,51,93,44,91,45,57,48,46,50,53,53,54,52,56,44,51,48,46,55,49,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,52,54,50,54,51,53,44,52,50,46,52,55,48,56,48,50,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,50,51,49,55,50,50,44,52,50,46,50,48,56,56,56,54,93,44,91,45,57,51,46,48,48,49,54,55,52,44,52,50,46,50,48,57,50,54,55,93,44,91,45,57,51,46,48,48,50,57,48,50,44,52,50,46,52,55,48,54,51,56,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,44,91,45,57,51,46,49,50,56,52,55,53,44,51,48,46,48,53,50,53,56,55,93,44,91,45,57,51,46,55,50,50,53,49,55,44,51,48,46,48,53,48,56,55,50,93,44,91,45,57,51,46,56,53,52,52,49,50,44,50,57,46,56,54,53,48,53,51,93,44,91,45,57,51,46,57,50,50,55,52,52,44,50,57,46,56,49,56,56,48,56,93,44,91,45,57,51,46,56,49,52,51,53,49,44,50,57,46,53,57,54,53,55,54,93,44,91,45,57,51,46,55,55,48,49,52,55,44,50,57,46,54,55,48,56,50,53,93,44,91,45,57,51,46,52,56,55,55,53,52,44,50,57,46,55,49,55,56,49,49,93,44,91,45,57,51,46,49,50,53,49,53,44,50,57,46,55,48,54,50,48,57,93,44,91,45,57,50,46,54,49,55,51,48,54,44,50,57,46,53,50,55,49,50,57,93,44,91,45,57,50,46,54,49,53,54,49,44,51,48,46,48,51,56,49,54,56,93,44,91,45,57,50,46,55,51,56,54,48,52,44,51,48,46,48,51,55,51,50,51,93,44,91,45,57,50,46,57,57,54,51,55,49,44,51,48,46,48,51,56,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,56,57,54,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,51,46,56,54,53,54,55,57,44,51,57,46,50,52,55,51,51,51,93,44,91,45,56,51,46,55,56,52,55,57,51,44,51,57,46,50,54,50,56,56,56,93,44,91,45,56,51,46,53,57,48,56,55,56,44,51,57,46,51,55,56,55,51,54,93,44,91,45,56,51,46,53,55,54,50,56,54,44,51,57,46,53,52,52,53,52,55,93,44,91,45,56,51,46,54,55,48,49,57,54,44,51,57,46,53,53,48,50,53,52,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,48,56,48,44,34,98,101,100,115,34,58,49,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,44,91,45,57,51,46,48,54,49,50,53,51,44,52,55,46,55,50,48,49,56,55,93,44,91,45,57,51,46,48,54,57,53,44,52,55,46,51,57,51,57,49,53,93,44,91,45,57,51,46,48,53,53,57,52,51,44,52,55,46,48,50,54,52,49,53,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,50,46,51,48,49,54,55,54,44,52,54,46,55,54,52,49,51,52,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,50,49,50,51,57,50,44,52,54,46,54,52,57,57,52,49,93,44,91,45,57,50,46,48,56,57,52,57,51,44,52,54,46,55,52,57,50,51,55,93,44,91,45,57,50,46,48,50,48,50,57,52,44,52,54,46,55,48,52,48,52,49,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,49,46,55,56,55,57,50,56,44,52,55,46,53,52,54,56,49,55,93,44,91,45,57,49,46,55,57,56,50,53,50,44,52,56,46,50,48,50,56,53,56,93,44,91,45,57,50,46,48,48,54,53,55,52,44,52,56,46,50,54,53,52,50,51,93,44,91,45,57,50,46,49,54,49,57,56,51,44,52,56,46,51,54,51,51,48,54,93,44,91,45,57,50,46,50,56,56,57,57,52,44,52,56,46,51,52,50,57,57,93,44,91,45,57,50,46,51,55,48,49,48,51,44,52,56,46,50,50,48,50,57,57,93,44,91,45,57,50,46,53,48,55,50,56,53,44,52,56,46,52,52,55,56,55,54,93,44,91,45,57,50,46,54,53,54,48,50,55,44,52,56,46,52,51,54,55,48,57,93,44,91,45,57,50,46,55,50,56,48,52,54,44,52,56,46,53,51,57,50,56,57,93,44,91,45,57,50,46,57,56,52,57,54,51,44,52,56,46,54,50,51,55,51,49,93,44,91,45,57,51,46,48,56,56,52,51,56,44,52,56,46,54,50,55,53,57,55,93,44,91,45,57,51,46,48,57,54,52,56,56,44,52,56,46,48,54,55,56,50,54,93,44,91,45,57,51,46,48,56,49,49,53,56,44,52,55,46,56,57,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,111,114,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,54,55,49,51,44,34,98,101,100,115,34,58,49,48,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,49,54,57,56,55,53,44,52,49,46,49,51,55,48,57,55,93,44,91,45,56,49,46,57,55,51,56,57,53,44,52,49,46,49,57,57,56,51,49,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,57,55,49,50,54,50,44,52,49,46,51,53,49,50,54,56,93,44,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,44,91,45,56,50,46,51,52,56,49,50,50,44,52,49,46,55,48,48,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,86,101,103,97,32,65,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,55,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,49,56,55,54,52,44,49,56,46,51,54,55,52,49,49,93,44,91,45,54,54,46,51,48,51,54,54,51,44,49,56,46,51,56,52,48,55,55,93,44,91,45,54,54,46,51,48,56,51,49,51,44,49,56,46,53,50,57,55,56,56,93,44,91,45,54,54,46,51,53,48,48,57,51,44,49,56,46,53,52,49,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,57,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,51,46,56,49,53,55,50,49,44,52,49,46,56,54,51,52,49,57,93,44,91,45,57,51,46,54,57,56,48,51,50,44,52,49,46,56,54,51,51,55,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,51,55,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,57,51,57,49,50,55,44,51,49,46,48,52,50,48,52,56,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,53,46,49,52,53,52,50,54,44,51,48,46,55,49,51,55,57,57,93,44,91,45,57,53,46,48,50,52,52,52,51,44,51,48,46,54,54,48,53,48,51,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,54,53,55,57,57,50,44,51,49,46,48,49,50,48,48,55,93,44,91,45,57,52,46,53,54,49,57,52,51,44,51,49,46,48,53,56,57,53,50,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,105,120,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,48,49,55,55,51,44,52,50,46,50,54,52,52,53,51,93,44,91,45,57,54,46,56,50,50,52,57,55,44,52,50,46,50,54,52,50,57,50,93,44,91,45,57,54,46,55,50,54,54,54,49,44,52,50,46,50,55,56,48,48,53,93,44,91,45,57,54,46,55,50,50,50,51,49,44,52,50,46,53,50,52,54,53,50,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,72,97,114,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,48,50,53,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,44,91,45,55,54,46,53,51,50,49,55,52,44,51,57,46,53,52,51,57,55,55,93,44,91,45,55,54,46,51,57,49,54,56,56,44,51,57,46,52,54,52,53,51,50,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,54,46,48,52,49,57,55,54,44,51,57,46,52,57,52,50,50,56,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,53,54,57,52,52,57,44,51,57,46,55,50,49,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,69,100,103,101,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,49,53,53,55,44,51,51,46,57,50,57,50,57,93,44,91,45,56,50,46,49,50,52,56,52,50,44,51,51,46,56,52,50,50,56,49,93,44,91,45,56,50,46,49,55,50,56,48,55,44,51,51,46,55,54,53,49,57,52,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,48,50,56,50,51,56,44,51,51,46,53,52,52,57,51,52,93,44,91,45,56,50,46,48,49,50,52,55,44,51,51,46,53,51,50,49,49,54,93,44,91,45,56,49,46,54,53,49,55,53,57,44,51,51,46,56,49,52,53,49,93,44,91,45,56,49,46,56,51,54,56,48,51,44,51,51,46,56,54,54,53,48,49,93,44,91,45,56,49,46,56,57,52,53,57,53,44,51,51,46,57,55,53,52,49,53,93,44,91,45,56,50,46,48,48,56,50,57,56,44,51,51,46,57,54,49,54,52,54,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,99,99,111,109,97,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,55,52,50,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,44,91,45,55,53,46,56,48,49,50,52,44,51,55,46,57,49,50,49,55,52,93,44,91,45,55,53,46,57,53,50,54,55,50,44,51,55,46,57,48,54,56,50,55,93,44,91,45,55,54,46,48,53,50,48,50,49,44,51,55,46,57,53,51,53,55,56,93,44,91,45,55,54,46,50,51,54,52,53,56,44,51,55,46,56,56,54,54,48,53,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,53,46,56,51,53,50,49,52,44,51,55,46,53,53,52,50,52,53,93,44,91,45,55,53,46,55,56,55,48,51,44,51,55,46,52,54,52,53,55,56,93,44,91,45,55,53,46,53,57,55,52,52,49,44,51,55,46,52,53,48,57,56,56,93,44,91,45,55,53,46,53,52,49,55,55,57,44,51,55,46,54,48,54,49,52,53,93,44,91,45,55,53,46,52,49,55,48,55,51,44,51,55,46,56,50,49,48,53,93,44,91,45,55,53,46,50,57,54,48,48,52,44,51,55,46,56,52,53,55,53,50,93,44,91,45,55,53,46,49,54,54,52,51,53,44,51,56,46,48,50,55,56,51,52,93,44,91,45,55,53,46,54,50,52,51,52,51,44,51,55,46,57,57,52,50,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,108,117,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,56,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,49,54,49,54,53,52,44,52,51,46,57,51,55,54,56,51,93,44,91,45,56,56,46,49,54,50,50,55,52,44,52,51,46,56,57,49,53,49,49,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,52,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,52,46,48,54,53,55,53,53,44,51,54,46,56,53,51,57,54,49,93,44,91,45,56,51,46,57,53,56,53,51,52,44,51,54,46,55,50,55,50,52,53,93,44,91,45,56,51,46,56,55,55,53,48,51,44,51,54,46,54,56,55,50,53,57,93,44,91,45,56,51,46,55,56,49,50,49,50,44,51,54,46,56,48,50,54,57,51,93,44,91,45,56,51,46,53,56,49,48,57,52,44,51,54,46,57,48,52,54,54,55,93,44,91,45,56,51,46,53,56,57,53,50,49,44,51,54,46,57,53,53,55,56,54,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,57,53,57,51,56,53,44,51,54,46,57,55,55,49,50,56,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,73,111,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,55,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,78,101,119,32,72,97,110,111,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,50,51,49,44,34,98,101,100,115,34,58,56,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,55,46,57,53,54,54,48,53,44,51,52,46,50,51,52,52,57,49,93,44,91,45,55,55,46,57,52,56,52,55,57,44,51,51,46,57,55,49,50,55,52,93,44,91,45,55,55,46,56,57,55,48,49,49,44,51,51,46,55,56,54,56,93,44,91,45,55,55,46,56,57,56,57,55,44,51,51,46,56,53,52,54,51,57,93,44,91,45,55,55,46,55,56,53,53,53,53,44,51,52,46,49,50,53,49,55,49,93,44,91,45,55,55,46,54,55,53,50,55,54,44,51,52,46,50,53,51,49,51,93,44,91,45,55,55,46,56,50,51,49,48,50,44,51,52,46,51,56,57,50,56,55,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,79,98,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,48,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,57,46,51,54,48,49,50,44,51,54,46,52,48,57,50,55,55,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,56,46,57,53,48,50,48,53,44,51,54,46,52,48,57,50,52,56,93,44,91,45,56,56,46,56,49,53,51,56,57,44,51,54,46,52,50,50,53,50,56,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,108,108,111,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,55,55,54,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,52,56,57,48,55,53,44,51,54,46,53,48,49,49,53,55,93,44,91,45,56,56,46,48,53,51,50,57,51,44,51,54,46,52,57,55,48,53,56,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,98,101,109,97,114,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,51,53,53,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,51,54,56,55,52,51,44,51,56,46,49,56,52,48,55,52,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,93,44,91,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,44,91,45,55,56,46,52,56,53,50,48,50,44,51,56,46,48,54,56,57,55,52,93,44,91,45,55,56,46,52,53,52,55,51,50,44,51,56,46,48,52,53,50,55,56,93,44,91,45,55,56,46,52,54,57,53,48,52,44,51,56,46,48,49,49,55,52,53,93,44,91,45,55,56,46,53,50,51,54,56,44,51,56,46,48,50,50,51,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,51,52,52,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,54,46,57,56,56,48,54,44,51,54,46,51,54,57,49,53,52,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,54,57,53,48,54,52,44,51,54,46,52,50,49,51,49,57,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,50,53,52,50,54,50,44,52,54,46,53,52,53,48,56,50,93,44,91,45,49,49,55,46,52,54,52,55,54,57,44,52,54,46,54,57,57,54,50,54,93,44,91,45,49,49,55,46,55,52,48,56,54,56,44,52,54,46,54,57,52,53,56,51,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,55,46,56,54,51,51,52,55,44,52,54,46,52,55,48,54,54,55,93,44,91,45,49,49,55,46,55,51,55,51,48,51,44,52,54,46,52,55,49,52,53,52,93,44,91,45,49,49,55,46,54,49,49,57,48,51,44,52,54,46,51,51,56,52,55,56,93,44,91,45,49,49,55,46,54,48,51,52,50,52,44,52,53,46,57,57,56,57,53,93,44,91,45,49,49,55,46,52,55,57,57,51,53,44,52,53,46,57,57,55,56,48,49,93,44,91,45,49,49,55,46,52,49,57,52,56,50,44,52,54,46,49,50,49,57,53,54,93,44,91,45,49,49,55,46,52,49,57,51,51,52,44,52,54,46,51,56,51,49,51,57,93,44,91,45,49,49,55,46,50,50,56,55,57,54,44,52,54,46,52,49,49,51,48,54,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,44,91,45,56,52,46,48,57,48,51,54,52,44,51,55,46,53,54,54,50,50,55,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,51,46,55,56,52,57,55,53,44,51,55,46,51,52,56,55,49,55,93,44,91,45,56,51,46,56,56,53,50,54,50,44,51,55,46,53,49,55,54,56,56,93,44,91,45,56,51,46,57,48,53,53,55,44,51,55,46,53,52,50,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,49,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,44,91,45,57,49,46,48,50,51,49,50,54,44,52,55,46,52,54,52,57,56,50,93,44,91,45,57,48,46,55,57,53,49,56,57,44,52,55,46,50,52,52,50,57,57,93,44,91,45,57,48,46,54,53,52,54,54,44,52,55,46,51,48,57,56,50,50,93,44,91,45,56,57,46,57,53,55,49,48,50,44,52,55,46,50,57,49,49,48,51,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,57,46,52,56,51,51,56,53,44,52,56,46,48,49,51,55,49,54,93,44,91,45,56,57,46,56,50,48,55,53,51,44,52,56,46,48,49,52,56,57,52,93,44,91,45,56,57,46,56,57,56,56,49,52,44,52,55,46,57,56,56,48,52,57,93,44,91,45,57,48,46,48,50,51,51,51,49,44,52,56,46,48,56,52,55,52,56,93,44,91,45,57,48,46,49,51,50,53,54,55,44,52,56,46,49,49,49,54,55,49,93,44,91,45,57,48,46,51,55,52,55,54,57,44,52,56,46,48,57,48,57,53,52,93,44,91,45,57,48,46,55,54,49,52,48,52,44,52,56,46,48,57,56,51,56,52,93,44,91,45,57,48,46,56,56,53,52,56,44,52,56,46,50,52,53,55,56,52,93,44,91,45,57,49,46,48,51,49,55,54,49,44,52,56,46,49,56,56,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,99,111,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,54,57,54,44,34,98,101,100,115,34,58,49,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,49,50,55,51,53,55,44,51,52,46,57,53,48,49,57,53,93,44,91,45,56,51,46,51,50,52,49,53,44,51,52,46,55,56,55,52,55,57,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,51,51,56,50,51,52,44,51,52,46,54,56,55,49,56,55,93,44,91,45,56,51,46,49,48,51,54,55,51,44,51,52,46,53,51,54,54,49,55,93,44,91,45,56,51,46,48,53,49,54,51,56,44,51,52,46,52,57,51,55,48,50,93,44,91,45,56,50,46,57,57,50,50,51,50,44,51,52,46,52,55,57,50,53,56,93,44,91,45,56,50,46,56,53,53,49,48,51,44,51,52,46,54,48,57,48,48,55,93,44,91,45,56,50,46,56,52,52,56,49,55,44,51,52,46,54,49,56,55,49,57,93,44,91,45,56,50,46,56,52,48,49,53,53,44,51,52,46,54,50,51,49,50,93,44,91,45,56,50,46,56,57,54,48,50,53,44,51,52,46,55,51,54,53,52,55,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,51,46,49,48,56,53,54,56,44,51,53,46,48,48,49,51,53,52,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,69,97,115,116,32,66,97,116,111,110,32,82,111,117,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,48,57,52,44,34,98,101,100,115,34,58,50,51,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,51,49,53,50,56,50,44,51,48,46,53,57,52,50,56,56,93,44,91,45,57,49,46,49,57,55,50,48,56,44,51,48,46,53,48,55,48,56,56,93,44,91,45,57,49,46,50,52,49,53,48,56,44,51,48,46,51,53,55,53,57,50,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,48,46,57,55,55,53,48,51,44,51,48,46,52,50,48,56,57,57,93,44,91,45,57,48,46,57,55,55,52,48,49,44,51,48,46,53,57,51,52,56,53,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,49,46,50,53,52,52,49,57,44,51,48,46,55,48,53,50,57,52,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,105,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,48,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,55,55,52,56,50,44,51,50,46,49,53,51,57,57,51,93,44,91,45,57,48,46,57,53,54,55,56,55,44,51,50,46,48,56,51,53,57,55,93,44,91,45,57,49,46,48,51,48,50,48,55,44,51,50,46,49,49,52,51,53,51,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,48,49,51,54,55,54,44,51,49,46,56,54,49,56,53,50,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,121,39,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,53,51,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,55,55,52,57,53,53,44,51,56,46,53,48,56,57,93,44,91,45,55,54,46,56,55,49,52,54,44,51,56,46,51,56,57,57,51,55,93,44,91,45,55,54,46,56,50,49,50,53,54,44,51,56,46,50,54,56,55,53,56,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,54,49,48,51,56,52,44,51,56,46,49,52,56,53,49,54,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,50,51,54,49,52,49,44,51,55,46,56,56,56,52,54,56,93,44,91,45,55,54,46,50,48,52,55,49,57,44,51,56,46,48,53,56,52,49,93,44,91,45,55,54,46,51,50,49,57,48,56,44,51,56,46,51,50,55,50,56,52,93,44,91,45,55,54,46,52,52,53,51,51,52,44,51,56,46,51,48,53,50,49,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,49,52,48,44,34,98,101,100,115,34,58,50,48,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,51,48,57,54,50,54,44,52,50,46,55,54,57,56,55,56,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,53,46,51,49,50,51,55,54,44,52,51,46,50,57,52,50,48,53,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,105,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,51,55,50,44,34,98,101,100,115,34,58,49,48,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,44,91,45,55,55,46,53,48,51,52,44,51,53,46,53,49,55,52,52,53,93,44,91,45,55,55,46,52,55,53,53,49,53,44,51,53,46,52,50,54,54,53,53,93,44,91,45,55,55,46,51,57,49,48,50,54,44,51,53,46,51,51,57,53,51,51,93,44,91,45,55,55,46,49,56,57,49,49,53,44,51,53,46,52,49,56,51,54,50,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,51,57,48,49,53,52,44,51,53,46,56,51,51,48,54,50,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,55,48,48,54,57,50,44,51,53,46,54,53,50,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,52,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,57,46,48,54,56,52,57,56,44,52,53,46,53,56,51,50,52,49,93,44,91,45,49,48,57,46,49,57,49,55,54,49,44,52,53,46,52,54,52,53,48,52,93,44,91,45,49,48,57,46,51,53,54,52,49,55,44,52,53,46,52,54,52,51,50,54,93,44,91,45,49,48,57,46,53,54,49,57,50,52,44,52,53,46,51,54,50,56,52,51,93,44,91,45,49,48,57,46,54,56,55,55,57,50,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,56,46,50,52,57,52,49,50,44,52,52,46,57,57,57,57,48,52,93,44,91,45,49,48,56,46,49,50,50,49,56,52,44,52,53,46,50,49,54,51,49,55,93,44,91,45,49,48,56,46,54,57,57,54,49,54,44,52,53,46,50,49,55,55,48,57,93,44,91,45,49,48,56,46,54,56,50,50,50,51,44,52,53,46,52,51,51,49,51,50,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,44,91,45,57,55,46,51,54,56,48,55,44,52,49,46,55,52,51,50,48,55,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,55,46,48,49,57,51,53,57,44,52,50,46,48,57,48,53,55,55,93,44,91,45,57,55,46,51,54,56,52,48,52,44,52,50,46,48,57,48,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,112,112,108,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,53,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,52,51,49,51,54,50,44,51,49,46,56,51,55,57,57,51,93,44,91,45,56,50,46,53,50,48,50,53,49,44,51,49,46,56,51,56,51,56,56,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,49,51,50,55,57,52,44,51,49,46,52,55,49,50,54,50,93,44,91,45,56,50,46,49,51,51,48,49,51,44,51,49,46,55,55,51,52,48,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,57,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,44,91,45,57,51,46,51,50,56,54,49,52,44,52,49,46,53,48,55,56,50,52,93,44,91,45,57,50,46,56,55,49,52,50,49,44,52,49,46,53,48,56,53,50,50,93,44,91,45,57,50,46,55,53,54,53,48,56,44,52,49,46,53,48,56,55,57,52,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,51,46,50,51,49,56,53,56,44,52,49,46,56,54,50,55,49,49,93,44,91,45,57,51,46,51,52,55,57,51,51,44,52,49,46,56,54,51,49,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,50,50,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,44,91,45,56,56,46,54,50,50,51,57,52,44,51,49,46,56,53,55,49,57,51,93,44,91,45,56,56,46,57,49,48,52,53,57,44,51,49,46,56,50,54,54,52,57,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,56,46,56,52,49,55,48,55,44,51,49,46,52,51,51,55,48,51,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,52,55,51,50,50,55,44,51,49,46,56,57,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,67,111,116,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,49,48,48,46,48,52,55,48,50,56,44,51,52,46,50,50,57,55,56,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,54,53,53,56,52,49,44,51,54,46,55,49,51,53,51,57,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,51,54,48,57,48,54,44,51,54,46,53,54,52,55,54,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,55,46,53,49,48,51,54,44,51,54,46,56,52,53,48,56,50,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,93,44,91,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,44,91,45,55,55,46,53,48,57,51,54,53,44,51,54,46,55,49,54,51,57,56,93,44,91,45,55,55,46,53,48,57,50,52,54,44,51,54,46,54,56,50,57,57,56,93,44,91,45,55,55,46,53,53,54,53,50,52,44,51,54,46,54,55,52,56,55,52,93,44,91,45,55,55,46,53,54,51,56,56,56,44,51,54,46,55,48,51,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,54,55,49,44,34,98,101,100,115,34,58,49,55,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,48,53,54,50,54,49,44,50,56,46,49,55,49,53,57,50,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,49,46,50,49,52,52,48,57,44,50,55,46,56,50,56,53,53,93,44,91,45,56,49,46,50,57,55,49,49,51,44,50,55,46,56,53,57,53,56,50,93,44,91,45,56,49,46,51,56,49,48,50,50,44,50,55,46,57,56,51,51,57,51,93,44,91,45,56,49,46,51,52,54,52,49,56,44,50,56,46,48,56,52,54,57,54,93,44,91,45,56,49,46,52,53,53,55,53,56,44,50,56,46,48,56,52,56,57,93,44,91,45,56,49,46,53,50,52,50,50,55,44,50,56,46,49,52,50,56,48,53,93,44,91,45,56,49,46,53,53,55,52,53,57,44,50,56,46,50,53,57,51,54,50,93,44,91,45,56,49,46,54,53,55,49,56,57,44,50,56,46,50,53,57,50,49,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,57,53,55,54,52,49,44,50,56,46,51,52,53,49,56,93,44,91,45,56,50,46,48,53,53,56,49,57,44,50,56,46,51,49,50,55,57,52,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,51,34,44,34,78,65,77,69,34,58,34,89,111,117,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,52,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,97,108,108,97,112,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,54,51,54,44,34,98,101,100,115,34,58,49,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,54,46,48,48,57,49,55,44,51,51,46,48,57,48,50,54,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,53,46,56,55,57,56,54,44,51,50,46,55,53,52,53,50,56,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,53,46,55,57,56,53,56,53,44,51,50,46,53,56,49,48,56,57,93,44,91,45,56,53,46,54,57,53,56,53,52,44,51,50,46,53,57,53,57,51,51,93,44,91,45,56,53,46,54,57,54,55,53,53,44,51,50,46,54,57,55,52,50,57,93,44,91,45,56,53,46,53,57,51,49,53,49,44,51,50,46,55,50,56,53,51,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,49,50,57,44,34,98,101,100,115,34,58,53,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,56,55,53,52,51,54,44,52,51,46,48,56,48,52,50,50,93,44,91,45,55,49,46,48,50,54,54,56,54,44,52,51,46,49,51,55,57,52,55,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,52,53,48,52,51,54,44,52,50,46,57,51,49,48,50,93,44,91,45,55,49,46,52,50,55,48,54,55,44,52,50,46,56,50,52,56,52,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,49,51,50,56,48,53,44,52,50,46,56,50,49,52,55,54,93,44,91,45,55,48,46,57,50,57,53,57,52,44,52,50,46,56,56,53,48,51,50,93,44,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,44,91,45,55,48,46,53,55,53,48,57,52,44,52,50,46,57,49,55,49,50,54,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,82,105,111,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,53,49,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,44,91,45,49,48,54,46,53,56,54,51,55,52,44,51,55,46,55,52,55,56,48,57,93,44,91,45,49,48,54,46,54,57,51,56,52,53,44,51,55,46,56,51,53,50,52,52,93,44,91,45,49,48,54,46,55,49,48,55,55,53,44,51,55,46,52,48,52,50,50,56,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,48,51,56,52,49,51,44,51,55,46,55,52,56,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,108,121,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,54,46,54,51,53,53,54,49,44,52,50,46,55,52,48,56,52,55,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,89,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,55,46,51,49,51,48,48,52,44,52,50,46,55,54,49,50,54,53,93,44,91,45,55,55,46,51,54,54,53,48,53,44,52,50,46,53,55,54,51,54,56,93,44,91,45,55,55,46,49,52,51,55,57,53,44,52,50,46,53,55,54,56,54,57,93,44,91,45,55,55,46,49,48,55,50,48,51,44,52,50,46,52,56,51,55,55,49,93,44,91,45,55,54,46,56,56,57,56,48,53,44,52,50,46,52,54,51,48,53,52,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,56,57,53,51,52,57,44,52,50,46,54,53,54,50,53,53,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,75,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,51,50,53,55,44,34,98,101,100,115,34,58,52,54,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,50,46,52,52,55,48,49,55,44,52,55,46,53,52,48,48,52,52,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,51,51,52,57,49,52,44,52,55,46,50,53,55,51,54,54,93,44,91,45,49,50,50,46,49,52,51,57,55,54,44,52,55,46,50,53,55,53,50,54,93,44,91,45,49,50,50,46,48,57,52,55,54,52,44,52,55,46,49,57,52,57,55,55,93,44,91,45,49,50,49,46,57,50,56,49,57,53,44,52,55,46,49,52,55,51,53,56,93,44,91,45,49,50,49,46,55,57,54,52,54,52,44,52,55,46,49,55,51,48,53,57,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,51,55,57,54,56,50,44,52,55,46,48,56,55,52,57,53,93,44,91,45,49,50,49,46,51,49,53,53,51,52,44,52,55,46,49,51,51,56,52,52,93,44,91,45,49,50,49,46,51,52,49,50,48,51,44,52,55,46,50,56,49,50,54,49,93,44,91,45,49,50,49,46,52,54,51,57,53,49,44,52,55,46,51,55,48,53,55,56,93,44,91,45,49,50,49,46,49,55,50,49,57,50,44,52,55,46,53,57,48,50,51,51,93,44,91,45,49,50,49,46,49,49,51,53,54,57,44,52,55,46,53,57,55,50,56,56,93,44,91,45,49,50,49,46,49,49,57,49,55,57,44,52,55,46,55,55,57,57,51,51,93,44,91,45,49,50,49,46,57,57,49,55,55,53,44,52,55,46,55,55,53,51,52,57,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,68,101,115,99,104,117,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,54,52,48,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,56,49,57,52,50,57,44,52,52,46,50,54,50,51,57,52,93,44,91,45,49,50,49,46,55,54,56,48,55,44,52,52,46,49,49,53,50,52,53,93,44,91,45,49,50,49,46,56,53,55,48,54,51,44,52,51,46,57,54,53,50,52,56,93,44,91,45,49,50,49,46,57,55,50,57,51,49,44,52,51,46,56,54,49,49,53,54,93,44,91,45,49,50,50,46,48,48,50,51,54,50,44,52,51,46,54,49,53,52,57,56,93,44,91,45,49,50,49,46,51,51,50,57,54,57,44,52,51,46,54,49,54,54,52,53,93,44,91,45,49,49,57,46,56,57,54,53,56,49,44,52,51,46,54,49,49,49,54,52,93,44,91,45,49,49,57,46,56,57,55,52,51,52,44,52,51,46,54,57,56,50,93,44,91,45,49,50,48,46,50,53,55,55,55,55,44,52,51,46,54,57,56,55,54,50,93,44,91,45,49,50,48,46,51,55,56,49,48,55,44,52,51,46,55,56,53,52,50,57,93,44,91,45,49,50,48,46,51,55,56,55,52,44,52,51,46,56,55,50,51,54,50,93,44,91,45,49,50,48,46,55,52,55,56,52,56,44,52,51,46,56,55,49,51,51,49,93,44,91,45,49,50,48,46,55,52,56,50,52,57,44,52,51,46,57,53,55,51,49,93,44,91,45,49,50,48,46,57,56,54,53,56,55,44,52,51,46,57,54,48,56,53,50,93,44,91,45,49,50,48,46,57,56,55,50,55,49,44,52,52,46,49,51,52,48,50,54,93,44,91,45,49,50,49,46,49,48,50,55,55,51,44,52,52,46,49,51,56,49,50,53,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,97,119,97,116,116,97,109,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,53,48,51,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,53,46,57,50,51,53,52,56,44,52,49,46,49,57,48,56,53,93,44,91,45,57,53,46,56,56,48,53,50,49,44,52,49,46,49,53,57,56,55,52,93,44,91,45,57,53,46,51,56,52,51,52,57,44,52,49,46,49,54,48,48,49,49,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,52,57,55,57,57,55,44,52,49,46,53,48,54,48,55,52,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,57,34,44,34,78,65,77,69,34,58,34,87,114,105,103,104,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,44,91,45,57,50,46,54,56,53,56,54,55,44,51,55,46,48,54,55,48,53,49,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,54,56,54,54,55,49,44,51,55,46,52,56,49,53,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,84,111,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,55,54,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,48,48,52,52,51,54,44,52,56,46,52,52,56,56,56,54,93,44,91,45,49,49,49,46,57,57,48,56,56,57,44,52,56,46,51,57,52,50,54,53,93,44,91,45,49,49,49,46,55,57,53,57,49,44,52,56,46,51,57,51,48,56,49,93,44,91,45,49,49,49,46,54,54,53,55,53,54,44,52,56,46,51,52,57,52,53,54,93,44,91,45,49,49,49,46,54,54,53,53,57,57,44,52,56,46,50,49,57,53,52,57,93,44,91,45,49,49,49,46,52,48,57,48,49,56,44,52,56,46,50,49,57,53,52,50,93,44,91,45,49,49,49,46,50,55,53,51,48,54,44,52,56,46,50,49,57,53,51,49,93,44,91,45,49,49,49,46,50,54,57,56,54,50,44,52,56,46,57,57,55,50,51,93,44,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,105,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,44,91,45,55,54,46,50,53,48,49,52,57,44,52,50,46,50,57,54,54,55,54,93,44,91,45,55,54,46,52,49,53,51,48,53,44,52,50,46,51,49,56,51,54,56,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,54,46,49,49,54,50,50,53,44,52,50,46,49,56,53,54,49,93,44,91,45,55,54,46,48,56,49,49,51,52,44,52,50,46,50,51,48,52,57,53,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,54,46,50,53,51,51,53,57,44,52,50,46,52,48,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,48,56,49,56,51,52,44,51,48,46,50,53,57,51,53,55,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,54,46,55,57,52,53,53,50,44,51,48,46,49,54,48,53,52,53,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,55,53,51,56,51,53,44,51,48,46,51,50,57,51,52,56,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,57,48,50,44,34,98,101,100,115,34,58,52,53,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,54,53,54,52,51,51,44,51,51,46,54,53,57,52,48,57,93,44,91,45,56,52,46,56,48,56,57,51,52,44,51,51,46,53,55,52,48,56,53,93,44,91,45,56,52,46,56,53,48,55,49,51,44,51,51,46,53,49,49,52,53,55,93,44,91,45,56,52,46,54,48,57,53,52,44,51,51,46,53,48,50,53,49,49,93,44,91,45,56,52,46,52,53,56,54,54,53,44,51,51,46,53,53,48,57,51,51,93,44,91,45,56,52,46,52,53,55,55,50,54,44,51,51,46,54,52,56,56,54,54,93,44,91,45,56,52,46,51,53,48,50,50,52,44,51,51,46,54,52,55,57,48,56,93,44,91,45,56,52,46,51,52,55,56,49,57,44,51,51,46,57,54,51,50,56,56,93,44,91,45,56,52,46,50,55,55,48,57,51,44,51,51,46,57,53,55,54,49,52,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,50,53,56,57,51,52,44,51,52,46,49,48,57,53,51,57,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,51,50,56,50,54,51,44,51,52,46,49,56,54,49,52,52,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,51,56,51,48,50,55,44,51,51,46,57,54,51,56,93,44,91,45,56,52,46,52,55,49,51,51,44,51,51,46,56,50,53,57,48,53,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,57,48,51,44,34,98,101,100,115,34,58,51,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,53,46,52,52,54,48,50,52,44,51,49,46,56,52,55,57,56,55,93,44,91,45,57,53,46,51,54,54,49,56,55,44,51,49,46,55,50,54,55,53,51,93,44,91,45,57,53,46,50,56,57,54,54,49,44,51,49,46,54,56,51,57,57,55,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,49,52,57,49,57,56,44,51,49,46,53,54,56,56,48,55,93,44,91,45,57,53,46,48,48,51,51,52,53,44,51,49,46,52,50,53,55,49,93,44,91,45,57,52,46,56,54,53,56,53,55,44,51,49,46,53,50,54,57,49,54,93,44,91,45,57,52,46,57,54,53,50,50,51,44,51,49,46,54,57,51,56,56,53,93,44,91,45,57,52,46,57,51,55,53,51,50,44,51,49,46,56,52,53,53,53,53,93,44,91,45,57,52,46,57,56,53,48,51,55,44,51,49,46,56,52,54,49,57,51,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,117,100,114,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,51,53,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,49,46,54,50,57,53,57,56,44,51,57,46,49,52,55,56,53,51,93,44,91,45,57,49,46,52,48,57,48,51,51,44,51,57,46,49,52,50,53,52,50,93,44,91,45,57,49,46,52,51,56,50,51,53,44,51,57,46,51,49,56,55,49,54,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,50,46,51,49,52,52,55,49,44,51,57,46,50,52,54,52,53,52,93,44,91,45,57,50,46,49,48,52,51,55,52,44,51,57,46,50,51,57,56,48,57,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,54,56,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,48,46,57,48,48,49,57,54,44,51,50,46,56,51,50,56,49,51,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,54,56,52,56,53,51,44,51,50,46,54,53,54,48,57,55,93,44,91,45,56,48,46,53,48,50,57,52,52,44,51,50,46,52,57,53,54,53,50,93,44,91,45,56,48,46,51,48,53,55,49,49,44,51,50,46,51,57,55,53,56,57,93,44,91,45,56,48,46,50,50,51,53,57,44,51,50,46,52,56,50,53,54,53,93,44,91,45,56,48,46,52,49,54,53,56,54,44,51,50,46,53,52,54,51,49,56,93,44,91,45,56,48,46,52,48,51,50,56,50,44,51,50,46,54,53,49,54,50,50,93,44,91,45,56,48,46,52,53,51,54,51,44,51,50,46,55,51,57,57,93,44,91,45,56,48,46,52,48,49,51,52,44,51,50,46,56,53,56,52,54,54,93,44,91,45,56,48,46,52,48,50,50,50,54,44,51,51,46,48,53,51,50,51,56,93,44,91,45,56,48,46,54,50,51,56,49,53,44,51,51,46,48,54,54,57,50,55,93,44,91,45,56,48,46,55,57,48,50,57,54,44,51,51,46,49,56,48,56,52,93,44,91,45,56,48,46,55,57,55,57,49,50,44,51,51,46,49,55,54,57,52,52,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,54,53,50,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,44,91,45,56,57,46,48,49,51,53,56,50,44,52,50,46,56,52,55,54,51,93,44,91,45,56,56,46,55,55,55,48,55,54,44,52,50,46,56,52,50,54,57,52,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,57,46,48,48,56,56,51,50,44,52,51,46,49,57,55,55,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,54,50,51,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,51,56,55,51,55,56,44,51,53,46,57,54,52,55,48,56,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,51,49,57,56,50,44,51,54,46,50,53,57,49,52,52,93,44,91,45,57,48,46,56,48,54,54,49,53,44,51,54,46,50,54,54,56,54,53,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,44,91,45,49,48,48,46,57,52,54,49,51,50,44,51,52,46,51,49,50,55,53,57,93,44,91,45,49,48,48,46,53,49,55,51,52,44,51,52,46,51,49,52,49,48,50,93,44,91,45,49,48,48,46,52,49,55,55,56,51,44,51,52,46,51,49,51,53,50,52,93,44,91,45,49,48,48,46,52,49,53,56,57,53,44,51,52,46,55,52,55,53,50,53,93,44,91,45,49,48,48,46,53,52,48,55,48,51,44,51,52,46,55,52,55,55,50,51,93,44,91,45,49,48,48,46,57,52,52,57,51,57,44,51,52,46,55,52,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,117,114,110,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,51,53,48,52,48,55,44,52,54,46,48,49,54,51,54,56,93,44,91,45,57,50,46,55,49,50,53,48,51,44,52,53,46,56,57,49,55,48,53,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,50,46,56,56,55,48,54,55,44,52,53,46,54,52,52,49,52,56,93,44,91,45,57,50,46,53,50,57,49,48,55,44,52,53,46,54,52,50,48,55,54,93,44,91,45,57,50,46,53,50,56,49,57,56,44,52,53,46,55,50,56,54,56,93,44,91,45,57,50,46,49,53,52,52,52,51,44,52,53,46,55,50,53,54,49,54,93,44,91,45,57,50,46,49,53,52,56,56,56,44,52,53,46,54,51,57,55,52,50,93,44,91,45,57,50,46,48,51,49,52,49,55,44,52,53,46,54,51,57,57,50,56,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,84,111,114,114,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,52,54,51,56,54,56,44,51,52,46,56,55,48,49,57,52,93,44,91,45,49,48,54,46,52,54,57,55,57,44,51,52,46,53,50,49,50,49,55,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,52,49,53,57,55,50,44,51,52,46,50,53,57,56,50,50,93,44,91,45,49,48,53,46,57,50,53,57,54,56,44,51,52,46,50,53,57,57,57,93,44,91,45,49,48,53,46,51,49,51,50,49,56,44,51,52,46,50,54,48,48,51,49,93,44,91,45,49,48,53,46,51,49,51,48,55,50,44,51,52,46,51,52,55,50,48,53,93,44,91,45,49,48,53,46,50,57,48,51,57,54,44,51,52,46,54,48,54,55,54,54,93,44,91,45,49,48,53,46,50,57,48,55,57,49,44,51,53,46,48,52,50,48,51,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,54,46,50,52,51,55,54,50,44,51,52,46,57,53,51,51,53,53,93,44,91,45,49,48,54,46,49,52,57,55,51,55,44,51,52,46,56,55,48,49,52,50,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,80,97,99,105,102,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,56,49,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,44,91,45,49,50,52,46,49,50,57,57,53,55,44,52,54,46,52,50,54,57,53,57,93,44,91,45,49,50,52,46,49,53,57,53,52,54,44,52,54,46,50,54,49,49,51,50,93,44,91,45,49,50,51,46,57,55,54,50,55,53,44,52,54,46,50,54,57,57,48,55,93,44,91,45,49,50,51,46,56,55,49,56,54,57,44,52,54,46,50,51,52,57,52,57,93,44,91,45,49,50,51,46,55,50,56,51,49,54,44,52,54,46,50,54,52,53,52,49,93,44,91,45,49,50,51,46,55,50,54,53,53,55,44,52,54,46,51,56,52,56,55,50,93,44,91,45,49,50,51,46,51,53,56,51,51,52,44,52,54,46,51,56,52,48,50,53,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,50,48,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,44,91,45,55,56,46,50,53,52,52,52,49,44,51,52,46,53,53,51,53,57,53,93,44,91,45,55,56,46,49,55,54,53,48,49,44,51,52,46,52,54,53,51,53,54,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,55,46,56,50,51,49,48,50,44,51,52,46,51,56,57,50,56,55,93,44,91,45,55,55,46,54,55,53,50,55,54,44,51,52,46,50,53,51,49,51,93,44,91,45,55,55,46,52,56,52,53,51,56,44,51,52,46,51,57,57,55,48,53,93,44,91,45,55,55,46,53,55,52,57,50,52,44,51,52,46,52,55,56,54,56,49,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,56,46,49,49,52,48,48,55,44,51,52,46,55,50,49,55,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,72,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,57,48,49,44,34,98,101,100,115,34,58,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,55,46,55,56,50,55,54,44,51,50,46,51,49,54,52,57,51,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,54,49,55,48,54,54,44,51,50,46,53,53,53,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,83,116,97,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,44,91,45,49,48,49,46,49,53,52,53,49,54,44,52,52,46,54,56,57,57,52,55,93,44,91,45,49,48,49,46,49,54,54,55,53,51,44,52,52,46,49,54,56,48,56,53,93,44,91,45,49,48,49,46,48,52,54,57,49,54,44,52,52,46,49,54,56,52,56,52,93,44,91,45,49,48,48,46,51,54,55,50,48,55,44,52,52,46,49,54,56,54,57,52,93,44,91,45,49,48,48,46,51,54,55,50,52,55,44,52,52,46,49,57,52,54,50,49,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,49,48,48,46,48,56,53,51,51,44,52,52,46,51,48,56,52,53,49,93,44,91,45,49,48,48,46,51,54,53,51,57,44,52,52,46,51,53,53,53,50,52,93,44,91,45,49,48,48,46,51,56,54,51,55,54,44,52,52,46,52,52,48,48,48,56,93,44,91,45,49,48,48,46,53,55,53,55,57,54,44,52,52,46,52,57,49,55,49,51,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,49,48,48,46,54,52,48,48,54,49,44,52,52,46,53,56,51,55,50,51,93,44,91,45,49,48,48,46,54,49,51,56,48,53,44,52,52,46,55,48,55,49,51,53,93,44,91,45,49,48,48,46,55,49,55,54,52,52,44,52,52,46,55,55,48,57,51,93,44,91,45,49,48,48,46,56,50,57,55,57,53,44,52,52,46,55,56,51,50,52,56,93,44,91,45,49,48,49,46,48,50,50,54,49,49,44,52,52,46,55,50,52,49,53,51,93,44,91,45,49,48,49,46,49,51,54,56,51,56,44,52,52,46,55,52,55,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,52,56,54,44,34,98,101,100,115,34,58,49,55,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,48,48,52,50,57,55,44,51,57,46,49,54,53,54,48,51,93,44,91,45,49,49,57,46,56,56,48,55,56,55,44,51,57,46,49,54,53,53,48,57,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,54,55,55,52,55,54,44,51,57,46,50,56,48,56,55,49,93,44,91,45,49,49,57,46,54,57,53,54,52,51,44,51,57,46,53,50,48,48,50,51,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,49,56,57,51,52,50,44,51,57,46,54,53,48,56,55,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,57,46,51,51,57,50,57,54,44,51,57,46,57,57,56,54,48,57,93,44,91,45,49,49,57,46,51,51,56,53,48,52,44,52,48,46,53,49,55,56,48,53,93,44,91,45,49,49,57,46,51,49,51,48,51,55,44,52,48,46,53,49,56,51,49,52,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,57,46,51,50,57,55,57,49,44,52,48,46,57,54,48,51,57,52,93,44,91,45,49,49,57,46,51,50,52,49,56,52,44,52,49,46,57,57,51,57,50,51,93,44,91,45,49,49,57,46,51,54,48,49,50,50,44,52,49,46,57,57,52,50,55,56,93,44,91,45,49,49,57,46,57,57,57,50,51,52,44,52,49,46,57,57,52,57,52,52,93,44,91,45,49,49,57,46,57,57,57,56,54,54,44,52,49,46,49,56,51,57,55,52,93,44,91,45,49,49,57,46,57,57,53,55,48,53,44,52,48,46,51,55,53,56,51,93,44,91,45,49,50,48,46,48,48,49,48,54,50,44,51,57,46,55,50,50,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,108,108,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,57,46,48,50,57,56,54,54,44,51,55,46,50,49,49,48,54,53,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,56,46,57,56,57,55,57,55,44,51,54,46,57,49,57,51,51,93,44,91,45,56,56,46,56,49,53,57,53,50,44,51,54,46,57,53,52,49,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,114,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,52,50,48,54,54,54,44,51,51,46,51,57,54,49,57,53,93,44,91,45,57,56,46,52,50,49,52,49,57,44,51,51,46,52,54,54,55,57,55,93,44,91,45,57,56,46,52,50,51,53,55,55,44,51,51,46,56,51,54,48,52,55,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,57,46,52,55,52,52,57,56,44,51,51,46,55,51,51,56,52,57,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,65,117,103,117,115,116,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,50,55,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,44,91,45,57,52,46,51,49,49,49,44,51,49,46,53,56,56,52,56,50,93,44,91,45,57,52,46,51,50,54,54,49,54,44,51,49,46,50,50,52,55,53,52,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,52,46,48,52,52,49,53,52,44,51,49,46,52,48,57,57,55,57,93,44,91,45,57,51,46,57,56,51,50,51,57,44,51,49,46,52,54,54,49,49,52,93,44,91,45,57,51,46,57,56,52,52,54,49,44,51,49,46,53,54,57,52,49,57,93,44,91,45,57,52,46,48,57,48,55,49,55,44,51,49,46,54,50,48,54,48,57,93,44,91,45,57,52,46,51,57,57,48,57,49,44,51,49,46,54,53,51,53,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,83,116,111,114,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,44,91,45,49,49,57,46,54,57,53,54,52,51,44,51,57,46,53,50,48,48,50,51,93,44,91,45,49,49,57,46,54,55,55,52,55,54,44,51,57,46,50,56,48,56,55,49,93,44,91,45,49,49,57,46,55,49,50,54,52,53,44,51,57,46,50,53,48,56,55,49,93,44,91,45,49,49,57,46,52,55,56,56,48,54,44,51,57,46,51,51,55,52,49,54,93,44,91,45,49,49,57,46,50,56,51,54,51,55,44,51,57,46,54,50,49,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,57,34,44,34,78,65,77,69,34,58,34,83,99,104,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,52,51,48,50,49,56,44,51,50,46,49,54,54,50,53,55,93,44,91,45,56,52,46,49,56,51,53,54,57,44,51,50,46,49,53,56,52,57,51,93,44,91,45,56,52,46,49,56,49,54,53,55,44,51,50,46,50,50,57,55,48,51,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,51,52,56,44,34,98,101,100,115,34,58,49,56,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,44,91,45,55,51,46,53,52,52,55,50,56,44,52,49,46,51,54,54,51,55,53,93,44,91,45,55,51,46,52,56,50,54,57,53,44,52,49,46,50,49,50,55,55,50,93,44,91,45,55,51,46,55,50,55,55,55,53,44,52,49,46,49,48,48,54,57,54,93,44,91,45,55,51,46,54,49,50,56,56,53,44,52,48,46,57,53,48,57,52,51,93,44,91,45,55,51,46,52,51,49,57,49,57,44,52,48,46,57,56,57,48,48,57,93,44,91,45,55,50,46,57,57,57,53,52,55,44,52,49,46,48,56,55,49,48,56,93,44,91,45,55,51,46,49,48,55,52,53,50,44,52,49,46,49,54,56,51,57,55,93,44,91,45,55,51,46,48,54,55,56,53,49,44,52,49,46,51,48,48,57,57,54,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,52,52,49,52,54,54,44,52,49,46,52,57,49,50,57,52,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,53,51,48,48,54,55,44,52,49,46,53,50,55,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,44,91,45,57,53,46,57,55,51,56,52,49,44,51,49,46,48,57,50,49,53,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,49,54,56,51,55,44,51,48,46,56,50,50,57,57,55,93,44,91,45,57,53,46,56,54,51,48,53,57,44,51,48,46,56,54,52,49,50,53,93,44,91,45,57,53,46,54,49,55,56,55,50,44,51,48,46,57,51,48,52,49,56,93,44,91,45,57,53,46,54,55,50,53,57,55,44,51,48,46,57,55,54,50,55,56,93,44,91,45,57,53,46,54,53,54,52,56,55,44,51,49,46,48,55,57,51,51,57,93,44,91,45,57,53,46,55,54,52,52,49,44,51,49,46,48,57,52,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,111,97,113,117,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,50,50,49,50,44,34,98,101,100,115,34,58,49,51,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,49,46,51,52,52,48,50,52,44,51,56,46,50,50,56,50,54,93,44,91,45,49,50,49,46,52,55,48,57,53,56,44,51,56,46,50,53,57,57,48,50,93,44,91,45,49,50,49,46,53,56,48,48,50,50,44,51,56,46,48,57,52,52,49,52,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,53,53,54,54,53,53,44,51,55,46,53,52,50,55,51,50,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,49,53,53,56,52,57,44,51,55,46,55,49,57,56,52,52,93,44,91,45,49,50,48,46,57,50,50,49,55,52,44,51,55,46,55,52,55,56,48,54,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,87,105,110,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,53,56,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,44,91,45,56,57,46,49,48,56,57,44,51,51,46,49,57,56,48,53,57,93,44,91,45,56,57,46,50,49,51,52,50,50,44,51,51,46,49,57,55,53,52,51,93,44,91,45,56,57,46,50,49,51,57,50,49,44,51,51,46,49,48,57,52,48,50,93,44,91,45,56,57,46,51,49,55,56,53,53,44,51,51,46,49,48,56,56,55,49,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,57,46,48,56,56,50,53,53,44,51,51,46,50,56,54,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,56,56,48,50,52,56,44,51,56,46,52,49,54,49,56,93,44,91,45,56,53,46,48,50,57,56,56,56,44,51,56,46,53,49,48,55,54,53,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,53,46,48,50,53,48,50,49,44,51,55,46,54,55,56,56,53,52,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,57,51,51,48,56,53,44,51,55,46,57,53,52,49,56,54,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,50,57,53,55,54,44,52,49,46,55,52,49,49,55,56,93,44,91,45,57,56,46,50,57,53,54,48,50,44,52,49,46,57,49,52,57,53,52,93,44,91,45,57,56,46,51,48,48,53,57,50,44,52,50,46,48,56,56,56,53,51,93,44,91,45,57,56,46,55,54,49,49,53,53,44,52,50,46,48,56,56,53,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,44,91,45,56,51,46,53,50,48,55,53,53,44,51,56,46,55,48,51,48,57,52,93,44,91,45,56,51,46,54,52,52,57,49,51,44,51,56,46,54,51,54,51,52,51,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,53,56,48,53,54,54,44,51,56,46,52,51,48,49,54,57,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,50,51,50,56,57,53,44,51,56,46,51,51,56,55,56,54,93,44,91,45,56,51,46,49,54,54,52,49,57,44,51,56,46,53,48,51,57,54,53,93,44,91,45,56,51,46,48,55,51,54,51,51,44,51,56,46,53,57,48,52,51,56,93,44,91,45,56,51,46,48,51,48,56,53,56,44,51,56,46,55,50,53,53,50,52,93,44,91,45,56,51,46,49,51,52,55,53,52,44,51,56,46,54,51,50,48,49,51,93,44,91,45,56,51,46,50,54,55,54,49,51,44,51,56,46,54,49,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,51,56,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,54,46,50,54,53,51,54,54,44,52,54,46,49,48,56,54,49,93,44,91,45,57,54,46,50,54,54,49,52,44,52,54,46,48,50,49,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,117,109,112,104,114,101,121,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,53,53,53,50,49,49,44,51,51,46,50,55,48,53,51,51,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,55,48,49,56,52,53,44,51,51,46,48,57,54,50,57,52,93,44,91,45,57,48,46,54,53,54,54,51,50,44,51,50,46,57,50,50,53,49,93,44,91,45,57,48,46,52,52,57,56,57,51,44,51,50,46,57,50,51,50,57,93,44,91,45,57,48,46,51,54,52,48,51,49,44,51,51,46,48,49,48,53,57,54,93,44,91,45,57,48,46,52,50,56,55,55,52,44,51,51,46,49,48,55,57,51,50,93,44,91,45,57,48,46,51,51,48,51,49,50,44,51,51,46,49,51,55,56,49,56,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,51,56,55,44,34,98,101,100,115,34,58,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,48,55,50,50,51,52,44,51,49,46,53,57,52,53,93,44,91,45,56,55,46,57,48,55,51,57,57,44,51,49,46,52,57,52,52,51,56,93,44,91,45,56,55,46,56,56,56,56,53,55,44,51,49,46,51,54,52,48,50,51,93,44,91,45,56,55,46,57,53,48,55,57,53,44,51,49,46,50,57,57,52,54,51,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,56,55,51,56,56,55,44,51,49,46,50,48,49,52,57,54,93,44,91,45,56,55,46,55,54,53,49,53,50,44,51,49,46,50,57,55,51,52,54,93,44,91,45,56,55,46,55,48,54,48,52,53,44,51,49,46,52,48,48,57,53,55,93,44,91,45,56,55,46,54,48,51,49,51,55,44,51,49,46,52,48,57,53,53,54,93,44,91,45,56,55,46,53,54,53,55,48,56,44,51,49,46,52,56,49,54,56,51,93,44,91,45,56,55,46,53,54,54,56,52,49,44,51,49,46,54,57,55,49,49,53,93,44,91,45,56,55,46,53,48,48,57,51,44,51,49,46,56,50,57,50,53,49,93,44,91,45,56,55,46,54,50,48,49,49,50,44,51,49,46,56,50,55,49,50,51,93,44,91,45,56,55,46,54,54,55,55,54,57,44,51,49,46,57,57,49,51,53,53,93,44,91,45,56,56,46,48,55,51,52,57,44,51,49,46,57,57,48,49,56,50,93,44,91,45,56,56,46,49,56,48,51,56,52,44,51,49,46,56,49,52,53,52,54,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,44,91,45,57,54,46,56,49,57,53,48,57,44,51,56,46,53,50,50,52,52,57,93,44,91,45,57,54,46,56,52,48,55,55,50,44,51,56,46,48,56,53,54,50,50,93,44,91,45,57,54,46,53,50,50,55,56,50,44,51,56,46,48,56,54,51,55,93,44,91,45,57,54,46,51,53,56,48,57,57,44,51,56,46,48,56,53,56,49,55,93,44,91,45,57,54,46,51,53,55,50,55,55,44,51,56,46,49,55,50,54,54,93,44,91,45,57,54,46,51,53,51,55,56,44,51,56,46,53,50,49,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,84,114,105,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,52,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,48,55,48,53,52,49,44,51,54,46,54,55,56,50,53,53,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,55,46,54,53,57,55,50,52,44,51,54,46,57,54,54,51,57,55,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,51,53,50,44,34,98,101,100,115,34,58,56,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,52,56,53,56,53,52,44,51,49,46,50,52,54,48,57,54,93,44,91,45,56,53,46,54,54,53,55,55,53,44,51,49,46,50,54,55,53,57,49,93,44,91,45,56,53,46,55,49,48,51,51,51,44,51,49,46,49,57,53,49,55,51,93,44,91,45,56,53,46,52,56,53,55,54,44,51,49,46,49,57,57,56,56,54,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,53,46,48,57,57,54,52,55,44,51,49,46,49,54,52,57,52,50,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,117,114,111,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,51,50,48,53,57,53,44,52,51,46,52,57,56,54,53,49,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,56,48,55,55,55,49,44,52,51,46,57,51,53,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,108,101,117,116,105,97,110,115,32,69,97,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,44,91,45,49,53,57,46,49,55,51,57,49,52,44,53,54,46,56,49,52,52,53,93,44,91,45,49,53,57,46,57,48,53,49,51,57,44,53,54,46,53,55,56,49,55,53,93,44,91,45,49,54,48,46,50,50,53,52,49,54,44,53,54,46,52,51,51,54,93,44,91,45,49,54,48,46,52,49,51,49,53,55,44,53,54,46,51,50,49,55,51,52,93,44,91,45,49,54,48,46,54,49,54,48,51,53,44,53,54,46,48,54,55,52,50,49,93,44,91,45,49,54,49,46,50,49,49,49,48,56,44,53,54,46,48,54,55,52,49,93,44,91,45,49,54,49,46,56,50,53,55,53,44,53,53,46,57,52,50,54,53,53,93,44,91,45,49,54,50,46,50,56,57,55,57,49,44,53,53,46,55,50,52,56,54,54,93,44,91,45,49,54,50,46,53,52,55,50,50,56,44,53,53,46,53,50,56,55,52,53,93,44,91,45,49,54,50,46,57,51,53,49,54,49,44,53,53,46,51,56,50,48,53,49,93,44,91,45,49,54,51,46,49,53,48,52,53,53,44,53,53,46,50,50,57,53,48,53,93,44,91,45,49,54,51,46,54,51,48,54,57,50,44,53,53,46,48,57,51,50,50,57,93,44,91,45,49,54,51,46,57,53,48,49,55,54,44,53,53,46,48,55,56,56,49,50,93,44,91,45,49,54,52,46,51,48,55,53,50,53,44,53,52,46,57,53,49,52,53,56,93,44,91,45,49,54,52,46,52,49,56,49,53,49,44,53,52,46,57,55,57,53,53,56,93,44,91,45,49,54,52,46,54,49,52,50,53,53,44,53,52,46,57,50,51,56,55,55,93,44,91,45,49,54,52,46,55,56,50,55,56,44,53,52,46,54,57,49,55,48,50,93,44,91,45,49,54,52,46,57,57,57,52,56,50,44,53,52,46,54,50,54,50,52,57,93,44,91,45,49,54,52,46,57,57,53,54,51,44,53,52,46,52,53,55,51,48,57,93,44,91,45,49,54,52,46,57,48,49,50,57,55,44,53,52,46,51,55,52,54,53,49,93,44,91,45,49,54,52,46,54,49,55,49,48,57,44,53,52,46,51,51,56,56,55,52,93,44,91,45,49,54,52,46,52,49,52,57,56,55,44,53,52,46,51,54,56,56,50,51,93,44,91,45,49,54,52,46,49,50,50,54,55,49,44,53,52,46,53,53,54,49,49,57,93,44,91,45,49,54,51,46,55,49,50,55,57,55,44,53,52,46,53,55,48,49,57,49,93,44,91,45,49,54,51,46,53,57,51,53,54,51,44,53,52,46,53,52,49,49,52,93,44,91,45,49,54,51,46,52,49,51,57,51,56,44,53,52,46,54,48,48,51,55,56,93,44,91,45,49,54,51,46,48,53,57,49,52,49,44,53,52,46,54,48,54,50,48,51,93,44,91,45,49,54,50,46,57,54,56,54,48,54,44,53,52,46,55,48,56,55,48,50,93,44,91,45,49,54,51,46,49,48,52,57,51,53,44,53,52,46,56,48,57,51,56,53,93,44,91,45,49,54,50,46,56,57,51,57,48,51,44,53,52,46,56,52,52,50,51,56,93,44,91,45,49,54,50,46,54,53,49,49,48,53,44,53,52,46,57,50,50,49,53,55,93,44,91,45,49,54,50,46,53,53,52,57,51,49,44,53,52,46,55,52,57,51,52,52,93,44,91,45,49,54,50,46,52,53,57,56,55,55,44,53,52,46,54,54,54,53,50,52,93,44,91,45,49,54,50,46,52,55,57,56,49,53,44,53,52,46,53,52,48,57,51,50,93,44,91,45,49,54,50,46,51,54,53,48,51,53,44,53,52,46,53,48,55,54,57,51,93,44,91,45,49,54,50,46,50,51,57,52,51,44,53,52,46,54,51,56,55,48,56,93,44,91,45,49,54,50,46,49,48,52,56,52,54,44,53,52,46,54,49,56,50,56,54,93,44,91,45,49,54,49,46,57,54,54,56,52,52,44,53,52,46,55,49,52,56,48,50,93,44,91,45,49,54,49,46,56,52,49,48,49,54,44,53,52,46,54,56,52,53,49,54,93,44,91,45,49,54,49,46,53,54,52,55,52,52,44,53,52,46,55,57,55,49,57,55,93,44,91,45,49,54,49,46,54,53,57,52,56,49,44,53,52,46,57,53,54,51,56,51,93,44,91,45,49,54,49,46,52,55,48,48,56,54,44,53,52,46,57,52,57,55,50,57,93,44,91,45,49,54,48,46,57,53,51,52,50,52,44,53,53,46,51,50,53,51,54,55,93,44,91,45,49,54,48,46,56,57,57,54,55,54,44,53,53,46,48,57,53,51,53,93,44,91,45,49,54,48,46,53,57,56,54,57,49,44,53,53,46,48,57,52,48,53,54,93,44,91,45,49,54,48,46,53,49,57,52,54,57,44,53,53,46,48,50,53,49,50,51,93,44,91,45,49,54,48,46,51,53,51,54,44,53,53,46,49,57,51,54,53,53,93,44,91,45,49,54,48,46,50,54,49,57,49,57,44,53,53,46,48,51,53,50,48,49,93,44,91,45,49,54,48,46,51,52,51,51,57,51,44,53,52,46,57,51,48,56,56,49,93,44,91,45,49,54,48,46,51,48,50,56,49,50,44,53,52,46,56,50,57,55,52,54,93,44,91,45,49,54,48,46,48,57,56,48,50,51,44,53,52,46,56,56,53,52,49,54,93,44,91,45,49,53,57,46,56,52,54,48,57,57,44,53,52,46,57,48,50,52,51,53,93,44,91,45,49,53,57,46,55,51,52,55,51,53,44,53,52,46,57,57,48,50,52,53,93,44,91,45,49,53,57,46,53,56,48,51,52,49,44,53,52,46,57,56,55,53,57,56,93,44,91,45,49,53,57,46,51,54,50,50,57,55,44,53,52,46,56,50,56,51,49,53,93,44,91,45,49,53,57,46,50,48,49,53,49,53,44,53,52,46,56,51,51,54,55,50,93,44,91,45,49,53,57,46,49,49,49,55,57,49,44,53,52,46,57,49,53,54,57,93,44,91,45,49,53,57,46,50,53,49,53,49,52,44,53,53,46,48,48,54,54,57,57,93,44,91,45,49,53,57,46,50,53,50,56,51,52,44,53,53,46,49,48,54,49,55,49,93,44,91,45,49,53,57,46,52,49,48,56,56,54,44,53,53,46,49,50,51,52,57,54,93,44,91,45,49,53,57,46,51,57,56,48,54,51,44,53,53,46,50,57,51,51,55,93,44,91,45,49,53,57,46,53,52,52,51,51,53,44,53,53,46,51,50,56,52,48,55,93,44,91,45,49,53,57,46,54,54,48,50,48,54,44,53,53,46,50,52,50,57,49,93,44,91,45,49,54,48,46,48,52,49,49,54,50,44,53,53,46,52,52,56,56,55,57,93,44,91,45,49,53,57,46,57,53,49,49,51,56,44,53,53,46,53,48,55,53,56,51,93,44,91,45,49,53,57,46,53,51,56,49,53,51,44,53,53,46,53,51,50,48,48,54,93,44,91,45,49,53,57,46,52,52,54,56,54,56,44,53,53,46,54,51,56,53,51,49,93,44,91,45,49,53,57,46,53,54,49,52,53,49,44,53,53,46,54,51,56,52,52,51,93,44,91,45,49,53,57,46,53,54,49,51,54,44,53,53,46,56,56,55,49,57,55,93,44,91,45,49,53,57,46,56,54,55,57,55,49,44,53,53,46,56,56,55,49,57,51,93,44,91,45,49,53,57,46,56,48,54,52,48,54,44,53,53,46,57,55,51,57,49,57,93,44,91,45,49,53,57,46,56,48,54,51,56,57,44,53,54,46,51,50,48,56,48,53,93,44,91,45,49,53,57,46,57,48,48,49,51,51,44,53,54,46,51,50,48,56,48,51,93,44,91,45,49,53,57,46,57,48,48,49,52,57,44,53,54,46,52,57,52,50,51,57,93,44,91,45,49,53,57,46,53,56,56,48,51,54,44,53,54,46,52,57,52,50,52,53,93,44,91,45,49,53,57,46,53,56,56,48,52,49,44,53,54,46,53,56,48,57,54,49,93,44,91,45,49,53,57,46,50,55,53,57,50,56,44,53,54,46,53,56,48,57,54,55,93,44,91,45,49,53,57,46,50,55,53,57,51,50,44,53,54,46,54,54,55,54,56,50,93,44,91,45,49,53,57,46,48,53,49,48,56,57,44,53,54,46,54,54,55,54,56,55,93,44,91,45,49,53,56,46,56,57,51,54,48,55,44,53,54,46,55,53,52,52,48,52,93,44,91,45,49,53,56,46,56,57,51,53,56,53,44,53,54,46,57,52,53,48,53,57,93,93,93,44,91,91,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,44,91,45,49,54,54,46,50,50,53,54,52,49,44,53,51,46,57,54,48,50,48,54,93,44,91,45,49,54,53,46,57,54,49,48,56,54,44,53,51,46,57,49,54,50,52,51,93,44,91,45,49,54,53,46,55,56,56,57,54,54,44,53,52,46,48,49,54,50,51,54,93,44,91,45,49,54,53,46,54,53,55,49,55,51,44,53,52,46,48,51,54,51,51,54,93,44,91,45,49,54,53,46,53,49,57,55,54,55,44,53,51,46,57,55,50,48,54,93,44,91,45,49,54,53,46,51,56,48,57,54,53,44,53,52,46,48,49,54,52,51,54,93,44,91,45,49,54,52,46,56,56,49,48,52,56,44,53,52,46,48,52,51,52,50,57,93,44,91,45,49,54,52,46,55,49,52,52,56,53,44,53,52,46,49,54,54,49,49,55,93,44,91,45,49,54,52,46,56,48,53,51,54,57,44,53,52,46,50,56,50,51,57,50,93,44,91,45,49,54,53,46,48,54,54,56,55,49,44,53,52,46,49,56,48,48,56,54,93,44,91,45,49,54,53,46,51,52,53,49,55,55,44,53,52,46,50,53,49,48,51,51,93,44,91,45,49,54,53,46,52,54,50,52,57,51,44,53,52,46,51,52,54,56,50,50,93,44,91,45,49,54,53,46,54,53,53,53,53,44,53,52,46,51,52,55,48,53,49,93,44,91,45,49,54,53,46,55,56,57,49,52,55,44,53,52,46,50,51,57,49,51,56,93,44,91,45,49,54,53,46,57,51,55,50,50,44,53,52,46,50,55,54,57,56,53,93,44,91,45,49,54,54,46,49,54,53,49,49,55,44,53,52,46,49,57,53,48,56,56,93,44,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,93,93,44,91,91,91,45,49,54,51,46,48,49,51,54,57,52,44,53,52,46,51,56,53,48,56,55,93,44,91,45,49,54,50,46,55,48,48,48,56,52,44,53,52,46,50,51,55,57,54,57,93,44,91,45,49,54,50,46,50,56,50,50,48,51,44,53,52,46,51,51,48,57,54,53,93,44,91,45,49,54,50,46,51,53,52,51,53,50,44,53,52,46,52,53,54,54,57,49,93,44,91,45,49,54,50,46,56,56,48,55,48,54,44,53,52,46,53,53,51,50,49,51,93,44,91,45,49,54,51,46,48,49,51,54,57,52,44,53,52,46,51,56,53,48,56,55,93,93,93,44,91,91,91,45,49,53,57,46,57,49,48,51,51,53,44,53,52,46,56,49,52,49,54,56,93,44,91,45,49,53,57,46,56,53,53,50,49,55,44,53,52,46,55,53,55,55,48,52,93,44,91,45,49,53,57,46,53,52,55,56,55,50,44,53,52,46,54,57,57,50,57,54,93,44,91,45,49,53,57,46,52,49,54,55,55,50,44,53,52,46,55,57,50,49,57,55,93,44,91,45,49,53,57,46,53,53,54,49,49,54,44,53,52,46,56,56,48,50,54,50,93,44,91,45,49,53,57,46,55,54,49,48,53,49,44,53,52,46,56,57,49,51,50,52,93,44,91,45,49,53,57,46,57,49,48,51,51,53,44,53,52,46,56,49,52,49,54,56,93,93,93,44,91,91,91,45,49,54,51,46,50,55,48,56,56,55,44,53,53,46,52,51,49,55,49,56,93,44,91,45,49,54,51,46,50,51,53,51,54,50,44,53,53,46,51,54,54,49,49,50,93,44,91,45,49,54,51,46,48,50,55,57,51,56,44,53,53,46,52,50,48,56,51,93,44,91,45,49,54,51,46,49,51,54,53,51,52,44,53,53,46,53,50,53,48,50,52,93,44,91,45,49,54,51,46,50,55,48,56,56,55,44,53,53,46,52,51,49,55,49,56,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,54,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,48,54,55,48,52,54,44,52,48,46,48,48,50,51,52,56,93,44,91,45,57,56,46,55,50,54,51,55,51,44,52,48,46,48,48,50,52,93,44,91,45,57,56,46,55,50,54,56,50,55,44,52,48,46,51,53,48,51,57,56,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,57,51,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,44,91,45,55,54,46,50,56,55,54,56,57,44,51,57,46,50,53,52,49,48,52,93,44,91,45,55,54,46,51,52,57,52,55,57,44,51,57,46,49,53,54,54,50,51,93,44,91,45,55,54,46,51,53,49,55,51,44,51,57,46,48,53,54,50,51,50,93,44,91,45,55,54,46,50,53,55,57,57,53,44,51,57,46,48,49,49,56,49,56,93,44,91,45,55,54,46,49,49,55,48,53,56,44,51,57,46,49,48,55,48,57,56,93,44,91,45,55,54,46,48,49,48,50,57,50,44,51,57,46,50,51,57,53,49,55,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,55,54,54,53,57,52,44,51,57,46,51,55,55,53,54,51,93,44,91,45,55,53,46,57,48,56,48,51,53,44,51,57,46,51,54,52,53,48,49,93,44,91,45,55,54,46,48,55,57,57,50,53,44,51,57,46,52,48,53,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,49,48,56,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,44,91,45,57,53,46,48,56,56,49,56,57,44,51,55,46,51,56,51,56,51,55,93,44,91,45,57,53,46,48,55,53,49,54,54,44,51,55,46,51,51,57,57,51,55,93,44,91,45,57,52,46,54,49,55,55,50,50,44,51,55,46,51,51,56,52,49,56,93,44,91,45,57,52,46,54,49,55,53,55,44,51,55,46,51,54,52,49,55,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,53,46,48,56,56,48,49,50,44,51,55,46,54,55,52,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,49,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,53,46,55,51,54,54,57,54,44,52,52,46,57,51,54,48,52,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,52,56,50,56,56,57,44,52,52,46,56,57,48,55,49,50,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,50,57,52,44,34,98,101,100,115,34,58,52,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,49,49,50,53,51,53,44,52,52,46,52,51,53,56,56,54,93,44,91,45,49,48,50,46,50,56,52,52,48,52,44,52,52,46,52,52,49,50,51,50,93,44,91,45,49,48,50,46,51,52,49,54,51,53,44,52,52,46,51,52,56,55,55,50,93,44,91,45,49,48,50,46,51,56,56,48,52,53,44,52,52,46,49,52,48,49,56,51,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,50,46,54,56,55,49,57,49,44,52,51,46,56,53,53,53,57,57,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,50,46,49,55,53,50,51,49,44,52,51,46,54,56,55,55,53,54,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,48,49,56,56,56,55,44,52,51,46,55,48,56,54,49,56,93,44,91,45,49,48,50,46,48,48,55,51,51,54,44,52,51,46,57,57,52,53,51,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,48,55,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,49,46,50,49,57,53,54,51,44,51,50,46,57,53,51,51,53,93,44,91,45,56,49,46,50,54,49,54,54,50,44,51,50,46,56,51,57,49,51,57,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,48,49,56,52,57,53,44,51,50,46,55,53,48,49,55,50,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,48,46,56,50,54,51,48,57,44,51,50,46,55,48,52,51,50,49,93,44,91,45,56,48,46,57,48,48,49,57,54,44,51,50,46,56,51,50,56,49,51,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,44,91,45,49,49,49,46,53,53,56,56,51,51,44,52,51,46,56,56,51,51,48,53,93,44,91,45,49,49,49,46,51,57,56,55,56,49,44,52,51,46,57,50,50,56,57,93,44,91,45,49,49,49,46,49,56,55,50,53,54,44,52,51,46,57,51,50,49,49,52,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,49,51,48,54,53,57,44,52,52,46,53,48,48,49,51,49,93,44,91,45,49,49,49,46,50,49,57,51,49,57,44,52,52,46,54,50,50,53,50,49,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,53,50,53,54,49,44,52,52,46,54,48,52,55,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,54,49,55,52,51,55,44,52,52,46,52,48,49,50,53,52,93,44,91,45,49,49,49,46,55,57,49,54,50,52,44,52,52,46,52,48,49,54,49,93,44,91,45,49,49,49,46,56,53,50,50,55,54,44,52,52,46,51,49,54,57,57,54,93,44,91,45,49,49,49,46,56,53,55,56,53,49,44,52,52,46,49,56,55,55,53,57,93,44,91,45,49,49,50,46,48,51,51,54,54,52,44,52,52,46,49,52,52,48,52,57,93,44,91,45,49,49,50,46,49,53,53,57,51,53,44,52,52,46,48,53,55,55,56,93,44,91,45,49,49,50,46,49,53,54,51,55,44,52,51,46,57,55,49,50,52,55,93,44,91,45,49,49,49,46,57,55,54,56,52,57,44,52,51,46,57,50,55,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,66,114,121,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,44,91,45,56,49,46,55,49,56,54,53,56,44,51,50,46,48,56,57,51,53,49,93,44,91,45,56,49,46,53,57,50,51,57,49,44,51,49,46,57,55,50,52,54,57,93,44,91,45,56,49,46,52,48,52,51,56,56,44,51,49,46,57,49,57,55,48,49,93,44,91,45,56,49,46,51,55,54,57,53,52,44,51,49,46,56,52,56,50,53,55,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,50,49,50,51,48,57,44,51,49,46,57,49,56,51,53,56,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,55,56,48,56,53,56,44,51,50,46,49,53,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,105,110,119,105,100,100,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,48,56,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,55,46,57,48,48,51,51,56,44,51,55,46,49,52,51,56,56,50,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,55,46,55,54,53,53,52,44,51,54,46,57,55,52,54,53,53,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,54,49,57,48,50,57,44,51,54,46,56,55,55,56,52,52,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,117,99,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,53,57,49,44,34,98,101,100,115,34,58,56,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,44,91,45,56,48,46,50,56,53,53,49,44,50,55,46,50,48,54,48,50,53,93,44,91,45,56,48,46,49,51,56,48,52,57,44,50,55,46,50,54,50,56,55,57,93,44,91,45,56,48,46,50,54,51,53,52,51,44,50,55,46,53,53,54,55,56,50,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,54,55,55,56,54,50,44,50,55,46,50,48,53,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,52,50,52,56,44,34,98,101,100,115,34,58,50,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,55,51,48,57,53,55,44,52,50,46,57,56,56,51,55,50,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,52,56,53,52,49,56,44,52,51,46,48,51,52,53,54,52,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,44,91,45,55,55,46,57,57,51,57,56,50,44,52,51,46,54,51,49,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,57,49,52,44,34,98,101,100,115,34,58,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,44,91,45,57,54,46,57,50,52,49,52,50,44,52,51,46,48,56,51,55,51,51,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,52,55,54,55,50,57,44,52,51,46,50,50,49,57,56,55,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,54,46,53,50,49,55,50,44,52,51,46,51,56,54,55,53,53,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,57,50,52,56,52,49,44,52,51,46,53,48,48,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,112,112,101,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,51,53,44,34,98,101,100,115,34,58,50,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,49,46,54,54,53,54,52,55,44,52,53,46,50,48,55,57,57,49,93,44,91,45,57,49,46,54,53,48,52,53,53,44,52,52,46,56,53,53,57,53,49,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,52,56,52,49,48,51,44,51,54,46,57,52,50,48,57,54,93,44,91,45,56,56,46,52,56,53,54,57,55,44,51,54,46,55,53,48,51,50,56,93,44,91,45,56,56,46,49,49,48,56,51,49,44,51,54,46,55,52,55,49,53,93,44,91,45,56,56,46,49,53,55,51,52,55,44,51,54,46,56,54,55,49,56,51,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,51,55,48,52,54,51,44,51,55,46,48,54,51,50,55,56,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,67,108,105,110,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,50,46,56,52,54,52,48,53,44,51,48,46,56,51,52,57,52,57,93,44,91,45,56,50,46,55,54,54,49,53,57,44,51,48,46,55,51,50,52,48,52,93,44,91,45,56,50,46,54,48,52,51,48,55,44,51,48,46,55,49,51,55,49,53,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,52,51,53,56,53,50,44,51,48,46,56,50,48,48,54,56,93,44,91,45,56,50,46,52,57,48,53,53,56,44,51,48,46,57,54,51,49,54,54,93,44,91,45,56,50,46,53,57,50,48,55,49,44,51,49,46,48,49,56,52,56,55,93,44,91,45,56,50,46,54,55,49,54,54,57,44,51,49,46,49,56,51,55,51,57,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,76,111,119,110,100,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,53,56,50,44,34,98,101,100,115,34,58,52,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,51,55,48,56,57,56,44,51,48,46,56,56,52,56,50,56,93,44,91,45,56,51,46,52,56,50,52,54,49,44,51,48,46,55,53,54,57,51,49,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,51,52,48,56,53,50,44,51,48,46,54,51,54,51,51,54,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,49,51,54,54,49,52,44,51,48,46,54,50,51,57,54,55,93,44,91,45,56,51,46,49,50,52,56,54,53,44,51,48,46,56,48,51,54,53,53,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,51,46,48,52,50,57,50,52,44,51,48,46,57,52,55,50,57,54,93,44,91,45,56,51,46,49,55,57,52,54,53,44,51,48,46,57,53,48,49,50,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,50,57,53,48,53,50,44,51,49,46,48,50,55,50,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,75,97,108,97,119,97,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,44,91,45,49,53,55,46,48,49,52,54,49,50,44,50,49,46,49,56,50,51,52,57,93,44,91,45,49,53,54,46,57,49,55,49,44,50,49,46,49,54,51,55,49,93,44,91,45,49,53,54,46,56,55,49,49,57,53,44,50,49,46,50,51,49,56,56,55,93,44,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,75,97,117,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,51,55,55,44,34,98,101,100,115,34,58,49,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,57,46,54,49,57,49,57,49,44,50,50,46,50,54,54,56,51,55,93,44,91,45,49,53,57,46,55,53,44,50,50,46,49,57,57,52,52,57,93,44,91,45,49,53,57,46,56,52,56,49,50,52,44,50,50,46,48,55,54,48,55,51,93,44,91,45,49,53,57,46,55,57,51,54,48,49,44,50,49,46,57,51,57,55,56,93,44,91,45,49,53,57,46,54,51,49,50,53,57,44,50,49,46,56,52,54,54,56,56,93,44,91,45,49,53,57,46,52,52,51,57,57,57,44,50,49,46,56,49,55,55,56,57,93,44,91,45,49,53,57,46,50,56,52,51,53,52,44,50,49,46,57,52,48,54,51,55,93,44,91,45,49,53,57,46,50,52,53,55,55,57,44,50,50,46,49,54,54,56,48,56,93,44,91,45,49,53,57,46,51,48,56,55,57,56,44,50,50,46,50,53,93,44,91,45,49,53,57,46,52,48,50,57,50,44,50,50,46,50,57,48,52,55,51,93,44,91,45,49,53,57,46,54,49,57,49,57,49,44,50,50,46,50,54,54,56,51,55,93,93,93,44,91,91,91,45,49,54,48,46,51,48,52,51,54,44,50,49,46,56,53,51,55,57,53,93,44,91,45,49,54,48,46,50,54,53,55,55,56,44,50,49,46,55,52,54,49,56,93,44,91,45,49,54,48,46,49,55,48,51,49,44,50,49,46,55,51,57,53,53,49,93,44,91,45,49,54,48,46,49,50,50,48,49,53,44,50,49,46,56,50,52,57,54,93,44,91,45,49,54,48,46,48,51,49,48,51,50,44,50,49,46,56,54,57,51,54,52,93,44,91,45,49,53,57,46,57,57,55,50,48,53,44,50,49,46,57,57,50,53,49,93,44,91,45,49,54,48,46,48,53,54,55,50,50,44,50,50,46,48,54,56,51,52,53,93,44,91,45,49,54,48,46,49,52,48,52,49,54,44,50,50,46,48,55,51,51,50,50,93,44,91,45,49,54,48,46,49,55,52,48,49,49,44,50,49,46,57,57,49,52,55,57,93,44,91,45,49,54,48,46,50,55,57,57,52,55,44,50,49,46,57,50,48,54,51,56,93,44,91,45,49,54,48,46,51,48,52,51,54,44,50,49,46,56,53,51,55,57,53,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,97,99,111,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,56,55,48,52,44,34,98,101,100,115,34,58,49,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,44,91,45,56,50,46,55,51,57,48,49,44,52,50,46,56,57,55,53,52,49,93,44,91,45,56,50,46,57,56,51,54,52,55,44,52,50,46,56,57,51,55,52,49,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,50,46,55,52,57,57,48,56,44,52,50,46,52,53,49,48,57,50,93,44,91,45,56,50,46,55,50,51,49,55,44,52,50,46,52,55,55,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,55,34,44,34,78,65,77,69,34,58,34,84,117,114,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,44,91,45,56,51,46,54,49,50,54,52,50,44,51,49,46,56,48,52,49,50,56,93,44,91,45,56,51,46,56,48,50,55,50,51,44,51,49,46,56,48,51,53,55,57,93,44,91,45,56,51,46,55,57,54,56,52,54,44,51,49,46,54,50,50,57,50,57,93,44,91,45,56,51,46,54,52,57,51,56,52,44,51,49,46,53,54,55,57,55,55,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,54,49,50,50,53,54,44,51,49,46,56,53,52,48,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,44,91,45,56,56,46,51,54,49,55,52,53,44,51,56,46,57,49,48,56,52,55,93,44,91,45,56,56,46,50,53,56,53,56,51,44,51,56,46,56,52,55,53,50,57,93,44,91,45,56,55,46,57,52,53,57,49,57,44,51,56,46,56,53,48,49,52,56,93,44,91,45,56,55,46,57,53,48,51,56,53,44,51,57,46,49,55,52,56,56,50,93,44,91,45,56,56,46,48,48,55,55,54,54,44,51,57,46,49,55,51,57,50,53,93,44,91,45,56,56,46,51,54,48,54,53,52,44,51,57,46,49,55,49,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,49,34,44,34,78,65,77,69,34,58,34,77,105,108,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,44,91,45,57,55,46,50,53,57,48,56,50,44,51,48,46,56,56,57,53,57,54,93,44,91,45,57,55,46,51,49,53,53,48,55,44,51,48,46,55,53,50,51,55,49,93,44,91,45,57,55,46,50,55,49,52,49,56,44,51,48,46,55,51,53,54,57,50,93,44,91,45,57,55,46,49,53,53,50,49,57,44,51,48,46,52,53,55,51,52,52,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,54,52,49,50,56,44,51,48,46,56,49,56,48,53,49,93,44,91,45,57,54,46,55,53,54,51,51,44,51,48,46,57,50,55,50,48,54,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,55,46,48,55,48,49,56,56,44,51,48,46,57,56,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,112,101,110,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,44,91,45,56,55,46,48,49,55,52,53,51,44,51,56,46,49,49,56,51,48,49,93,44,91,45,56,55,46,50,50,53,55,48,49,44,51,55,46,57,55,49,54,54,55,93,44,91,45,56,55,46,50,54,56,57,57,53,44,51,55,46,56,55,56,48,50,54,93,44,91,45,56,55,46,48,54,57,54,55,53,44,51,55,46,56,48,49,53,49,51,93,44,91,45,56,54,46,57,55,56,56,51,55,44,51,55,46,57,51,48,50,52,52,93,44,91,45,56,54,46,56,49,52,55,52,52,44,51,55,46,57,57,56,55,48,52,93,44,91,45,56,54,46,55,54,55,51,53,50,44,51,56,46,48,53,54,57,50,52,93,44,91,45,56,54,46,55,57,49,52,57,55,44,51,56,46,50,48,53,49,51,93,44,91,45,56,55,46,48,49,55,52,57,44,51,56,46,50,48,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,72,97,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,54,46,48,55,51,54,50,54,44,51,55,46,51,52,56,48,52,53,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,53,46,57,48,54,51,51,54,44,51,55,46,49,52,56,51,55,55,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,54,57,55,51,50,53,44,51,55,46,51,48,49,56,51,56,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,53,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,52,46,56,53,48,56,49,54,44,51,55,46,52,50,55,49,52,51,93,44,91,45,56,52,46,55,50,50,56,50,54,44,51,55,46,51,54,48,48,52,51,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,53,53,54,52,54,49,44,51,55,46,51,53,53,55,50,57,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,108,97,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,50,55,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,44,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,44,91,45,49,48,57,46,53,48,53,51,51,51,44,52,56,46,53,54,55,57,49,93,44,91,45,49,48,57,46,52,54,52,51,49,56,44,52,56,46,52,53,50,54,51,56,93,44,91,45,49,48,57,46,53,49,56,55,56,44,52,56,46,51,57,52,55,50,54,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,53,51,56,54,55,55,44,52,55,46,55,51,56,56,54,52,93,44,91,45,49,48,57,46,52,49,49,53,48,54,44,52,55,46,55,50,52,54,49,55,93,44,91,45,49,48,57,46,50,55,55,51,56,50,44,52,55,46,55,57,50,52,51,53,93,44,91,45,49,48,56,46,57,52,50,55,52,53,44,52,55,46,55,57,49,56,50,52,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,56,56,56,51,49,54,44,52,55,46,57,50,50,55,50,50,93,44,91,45,49,48,56,46,54,50,53,53,56,55,44,52,55,46,57,50,48,52,49,49,93,44,91,45,49,48,56,46,54,48,55,53,55,57,44,52,55,46,57,57,48,57,57,55,93,44,91,45,49,48,56,46,52,51,51,57,56,44,52,55,46,57,55,54,53,53,51,93,44,91,45,49,48,56,46,52,49,49,49,56,54,44,52,56,46,52,52,52,57,56,49,93,44,91,45,49,48,56,46,51,49,57,48,49,49,44,52,56,46,53,54,56,52,51,49,93,44,91,45,49,48,56,46,50,53,57,51,56,52,44,52,56,46,55,52,50,50,50,53,93,44,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,49,48,34,44,34,78,65,77,69,34,58,34,78,111,114,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,53,57,50,44,34,98,101,100,115,34,58,57,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,50,56,57,57,54,50,44,51,54,46,56,50,50,48,52,56,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,51,51,50,50,53,55,44,51,54,46,57,54,54,48,57,57,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,57,34,44,34,78,65,77,69,34,58,34,82,101,101,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,51,46,53,56,53,48,56,52,44,51,48,46,55,54,54,52,55,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,51,46,49,56,49,50,50,53,44,51,49,46,51,55,48,50,52,53,93,44,91,45,49,48,51,46,52,54,53,48,53,55,44,51,49,46,52,51,49,57,52,56,93,44,91,45,49,48,51,46,53,48,56,56,48,53,44,51,49,46,54,50,52,49,49,55,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,55,48,48,54,48,51,44,51,49,46,55,52,56,51,57,53,93,44,91,45,49,48,51,46,55,57,54,54,49,50,44,51,49,46,55,55,48,48,49,51,93,44,91,45,49,48,51,46,56,49,52,57,57,44,51,49,46,56,53,50,49,52,50,93,44,91,45,49,48,51,46,57,49,50,50,52,56,44,51,49,46,57,48,50,52,50,52,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,51,52,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,48,46,55,52,48,52,56,51,44,51,54,46,56,55,57,48,48,49,93,44,91,45,56,48,46,54,51,51,57,56,55,44,51,54,46,57,51,49,55,56,93,44,91,45,56,48,46,53,52,51,57,51,51,44,51,54,46,57,56,52,54,51,57,93,44,91,45,56,48,46,53,56,48,52,54,57,44,51,55,46,48,56,57,54,54,50,93,44,91,45,56,48,46,53,57,54,52,48,57,44,51,55,46,49,49,56,56,56,57,93,44,91,45,56,48,46,53,50,57,55,54,50,44,51,55,46,49,51,51,56,52,50,93,44,91,45,56,48,46,54,48,54,57,54,50,44,51,55,46,50,52,52,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,54,57,52,44,34,98,101,100,115,34,58,50,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,55,56,49,57,50,49,44,51,52,46,57,51,53,56,52,56,93,44,91,45,56,48,46,55,57,55,52,56,52,44,51,52,46,56,49,57,56,48,51,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,56,48,46,50,55,54,56,50,57,44,51,53,46,49,57,53,55,50,50,93,44,91,45,56,48,46,51,53,56,57,50,50,44,51,53,46,49,54,53,50,56,49,93,44,91,45,56,48,46,53,48,52,57,56,53,44,51,53,46,49,56,52,57,57,56,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,99,75,101,110,122,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,51,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,48,52,52,56,55,49,44,52,55,46,51,57,55,48,54,51,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,48,57,57,54,55,44,52,55,46,54,55,52,53,49,56,93,44,91,45,49,48,50,46,54,52,50,54,54,57,44,52,55,46,54,55,52,48,49,50,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,53,54,53,57,48,50,44,52,55,46,57,54,57,48,50,56,93,44,91,45,49,48,50,46,54,48,56,51,54,44,52,56,46,48,52,54,51,53,49,93,44,91,45,49,48,50,46,56,50,56,52,55,55,44,52,56,46,49,50,51,54,54,52,93,44,91,45,49,48,51,46,50,48,49,56,57,44,52,56,46,49,51,53,50,48,56,93,44,91,45,49,48,51,46,50,55,55,50,54,54,44,52,56,46,48,53,56,48,50,51,93,44,91,45,49,48,51,46,52,56,53,48,55,50,44,52,56,46,48,48,54,55,50,53,93,44,91,45,49,48,51,46,54,48,56,49,55,52,44,52,56,46,49,49,52,49,50,52,93,44,91,45,49,48,51,46,55,56,52,51,57,52,44,52,56,46,48,53,57,52,57,49,93,44,91,45,49,48,51,46,57,49,57,55,56,57,44,52,55,46,57,53,53,57,53,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,79,107,97,108,111,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,55,51,55,44,34,98,101,100,115,34,58,52,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,54,46,56,48,48,53,53,52,44,51,48,46,51,51,52,52,57,50,93,44,91,45,56,54,46,54,52,53,56,54,49,44,51,48,46,51,52,54,49,55,51,93,44,91,45,56,54,46,51,57,55,53,48,52,44,51,48,46,51,50,53,51,53,52,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,109,101,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,55,48,48,44,34,98,101,100,115,34,58,51,56,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,53,53,54,54,53,53,44,51,55,46,53,52,50,55,51,50,93,44,91,45,49,50,49,46,53,53,54,57,57,55,44,51,55,46,56,49,54,52,56,56,93,44,91,45,49,50,49,46,57,54,48,55,55,44,51,55,46,55,49,56,54,50,57,93,44,91,45,49,50,50,46,48,52,53,52,55,51,44,51,55,46,55,57,56,49,50,54,93,44,91,45,49,50,50,46,49,52,48,53,53,49,44,51,55,46,56,48,52,53,57,52,93,44,91,45,49,50,50,46,50,54,52,48,50,55,44,51,55,46,57,48,51,55,55,53,93,44,91,45,49,50,50,46,51,55,51,55,56,50,44,51,55,46,56,56,51,55,50,53,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,53,52,54,56,51,49,44,51,56,46,56,55,52,48,48,57,93,44,91,45,57,48,46,52,53,48,56,49,51,44,51,56,46,57,54,55,55,54,57,93,44,91,45,57,48,46,53,55,48,49,54,57,44,51,56,46,57,57,51,50,57,93,44,91,45,57,48,46,54,48,51,53,54,57,44,51,57,46,49,49,55,53,57,50,93,44,91,45,57,48,46,54,49,51,55,55,53,44,51,57,46,51,57,53,52,49,54,93,44,91,45,57,48,46,57,51,54,55,50,56,44,51,57,46,51,57,57,53,49,49,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,75,111,115,99,105,117,115,107,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,56,48,54,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,54,46,48,53,57,50,51,44,52,49,46,52,51,53,56,49,50,93,44,91,45,56,54,46,48,55,55,53,53,49,44,52,49,46,49,55,50,56,54,56,93,44,91,45,56,54,46,48,55,53,57,51,57,44,52,49,46,48,56,52,56,55,56,93,44,91,45,56,53,46,57,52,53,53,54,49,44,52,49,46,48,52,50,56,55,54,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,111,120,117,98,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,44,91,45,56,56,46,56,49,50,55,56,50,44,51,50,46,57,50,53,57,55,51,93,44,91,45,56,56,46,51,52,55,56,56,55,44,51,50,46,57,50,57,48,56,50,93,44,91,45,56,56,46,51,52,48,52,51,50,44,51,50,46,57,57,49,49,57,57,93,44,91,45,56,56,46,51,48,52,52,51,52,44,51,51,46,50,56,56,51,50,93,44,91,45,56,56,46,54,54,57,48,55,54,44,51,51,46,50,56,54,57,50,50,93,44,91,45,56,56,46,56,49,51,48,53,51,44,51,51,46,50,56,54,52,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,111,111,100,114,117,102,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,52,51,48,56,56,52,44,51,53,46,51,55,49,53,54,54,93,44,91,45,57,49,46,51,55,57,55,49,57,44,51,53,46,50,49,53,49,52,57,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,51,54,51,55,54,51,44,51,53,46,48,53,49,56,56,55,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,50,57,51,49,49,49,44,51,52,46,57,56,53,48,57,49,93,44,91,45,57,49,46,49,52,57,56,52,50,44,51,53,46,48,48,50,52,55,93,44,91,45,57,49,46,48,52,53,52,51,44,51,53,46,48,48,49,48,52,93,44,91,45,57,49,46,48,52,50,54,55,44,51,53,46,49,52,56,49,56,57,93,44,91,45,57,49,46,48,51,57,55,56,51,44,51,53,46,51,53,52,50,53,54,93,44,91,45,57,49,46,50,53,49,53,53,53,44,51,53,46,51,53,55,53,54,49,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,71,108,111,117,99,101,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,56,53,50,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,51,54,55,50,51,57,44,51,57,46,55,49,55,53,54,53,93,44,91,45,55,53,46,49,57,57,55,57,51,44,51,57,46,54,54,54,57,57,54,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,53,46,49,51,57,56,51,50,44,51,57,46,56,56,56,51,49,55,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,98,111,114,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,48,56,55,44,34,98,101,100,115,34,58,49,48,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,44,91,45,55,50,46,48,48,54,49,57,44,52,50,46,57,52,51,55,56,57,93,44,91,45,55,49,46,57,50,56,57,57,51,44,52,50,46,55,49,50,49,48,50,93,44,91,45,55,49,46,56,57,56,55,55,51,44,52,50,46,55,49,49,51,49,50,93,44,91,45,55,49,46,50,57,52,54,51,55,44,52,50,46,54,57,55,48,52,50,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,52,50,55,48,54,55,44,52,50,46,56,50,52,56,52,93,44,91,45,55,49,46,52,53,48,52,51,54,44,52,50,46,57,51,49,48,50,93,44,91,45,55,49,46,51,57,50,51,56,56,44,52,51,46,48,48,57,51,48,57,93,44,91,45,55,49,46,53,49,55,52,54,55,44,52,51,46,48,54,56,57,48,57,93,44,91,45,55,49,46,54,52,49,50,57,49,44,52,51,46,48,53,52,49,54,56,93,44,91,45,55,49,46,54,54,55,55,55,49,44,52,51,46,49,53,50,53,51,52,93,44,91,45,55,49,46,56,53,54,49,44,52,51,46,49,49,53,49,51,53,93,44,91,45,55,49,46,57,49,51,50,49,53,44,52,51,46,50,48,55,48,57,57,93,44,91,45,55,50,46,48,48,57,48,55,52,44,52,51,46,49,56,55,56,56,50,93,44,91,45,55,50,46,48,51,56,49,52,57,44,52,51,46,49,50,56,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,74,117,100,105,116,104,32,66,97,115,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,44,91,45,49,49,48,46,55,54,55,49,50,53,44,52,55,46,51,53,57,49,50,56,93,44,91,45,49,49,48,46,55,55,48,54,57,56,44,52,55,46,48,57,54,53,52,54,93,44,91,45,49,49,48,46,54,52,53,50,49,50,44,52,55,46,48,57,53,56,55,93,44,91,45,49,49,48,46,54,53,50,56,55,55,44,52,54,46,56,50,51,54,50,54,93,44,91,45,49,49,48,46,52,53,52,53,54,54,44,52,54,46,54,55,57,53,52,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,48,57,46,57,54,55,56,44,52,54,46,55,53,48,56,55,53,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,55,57,55,52,54,57,44,52,54,46,56,54,55,48,51,56,93,44,91,45,49,48,57,46,55,53,53,52,50,51,44,52,54,46,56,57,54,48,50,51,93,44,91,45,49,48,57,46,55,53,54,53,54,56,44,52,55,46,49,56,53,54,57,52,93,44,91,45,49,49,48,46,49,50,55,54,57,57,44,52,55,46,50,55,49,57,49,93,44,91,45,49,49,48,46,50,49,51,53,57,54,44,52,55,46,52,49,54,54,53,55,93,44,91,45,49,49,48,46,54,51,57,53,53,57,44,52,55,46,52,49,54,52,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,52,48,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,51,52,53,50,57,44,51,54,46,48,55,54,52,53,57,93,44,91,45,56,50,46,49,57,49,55,48,53,44,51,53,46,57,57,48,54,51,54,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,50,46,48,51,52,49,48,52,44,51,53,46,57,52,50,48,53,55,93,44,91,45,56,50,46,48,56,49,48,55,57,44,51,54,46,49,48,51,49,55,93,44,91,45,56,50,46,50,50,50,48,54,52,44,51,54,46,49,53,54,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,80,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,54,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,49,49,53,54,49,52,44,52,54,46,55,49,51,51,56,55,93,44,91,45,49,49,51,46,48,51,56,55,48,50,44,52,54,46,55,51,53,53,52,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,50,46,53,51,51,54,50,53,44,52,54,46,51,51,48,56,57,56,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,51,50,48,56,55,49,44,52,54,46,54,53,53,57,50,55,93,44,91,45,49,49,50,46,53,51,53,53,57,55,44,52,54,46,54,57,57,52,56,50,93,44,91,45,49,49,50,46,53,51,53,55,52,56,44,52,54,46,56,51,52,50,51,52,93,44,91,45,49,49,50,46,55,57,53,54,52,50,44,52,54,46,56,51,49,54,54,53,93,44,91,45,49,49,50,46,55,57,53,56,48,56,44,52,55,46,49,55,55,48,48,52,93,44,91,45,49,49,51,46,48,53,57,48,53,51,44,52,55,46,49,55,57,53,55,93,44,91,45,49,49,51,46,48,53,57,49,57,57,44,52,55,46,52,56,56,53,57,57,93,44,91,45,49,49,51,46,49,52,52,51,54,56,44,52,55,46,53,57,53,53,48,55,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,52,54,54,52,53,44,52,55,46,49,55,57,49,56,54,93,44,91,45,49,49,51,46,51,48,50,57,52,51,44,52,55,46,49,55,57,54,52,51,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,44,91,45,49,50,51,46,55,50,53,48,48,49,44,52,52,46,55,51,57,48,52,54,93,44,91,45,49,50,51,46,54,48,50,54,48,57,44,52,52,46,55,50,49,49,53,52,93,44,91,45,49,50,51,46,49,52,57,48,50,53,44,52,52,46,55,50,48,50,50,53,93,44,91,45,49,50,51,46,49,52,51,56,52,51,44,52,52,46,55,52,56,57,49,52,93,44,91,45,49,50,51,46,49,55,57,51,56,55,44,52,52,46,56,51,53,55,50,57,93,44,91,45,49,50,51,46,48,52,52,57,48,51,44,52,52,46,57,52,52,48,50,56,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,55,50,52,54,54,51,44,52,53,46,48,52,52,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,87,97,115,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,44,91,45,49,50,49,46,55,52,56,52,56,53,44,52,53,46,50,48,52,52,52,93,44,91,45,49,50,49,46,54,53,50,48,49,56,44,52,53,46,48,56,54,55,48,54,93,44,91,45,49,50,49,46,56,48,53,54,54,55,44,52,53,46,48,48,54,49,50,52,93,44,91,45,49,50,49,46,55,51,52,50,50,51,44,52,52,46,56,56,53,55,50,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,48,56,57,52,56,44,52,52,46,56,50,51,50,55,50,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,48,46,52,53,53,51,56,57,44,52,52,46,56,54,54,48,52,54,93,44,91,45,49,50,48,46,52,57,53,49,54,44,52,53,46,48,54,56,50,55,57,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,55,50,51,53,54,57,44,52,53,46,49,51,48,57,49,49,93,44,91,45,49,50,48,46,56,56,57,51,53,55,44,52,53,46,50,48,50,51,48,53,93,44,91,45,49,50,49,46,48,50,52,50,57,52,44,52,53,46,50,49,57,53,51,49,93,44,91,45,49,50,48,46,56,54,56,53,54,57,44,52,53,46,52,48,49,49,52,54,93,44,91,45,49,50,48,46,56,51,56,55,55,50,44,52,53,46,53,49,53,57,52,54,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,49,46,48,56,52,56,54,51,44,52,53,46,54,52,55,57,51,50,93,44,91,45,49,50,49,46,51,51,55,55,49,50,44,52,53,46,55,48,52,56,51,57,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,52,56,50,49,54,56,44,52,53,46,53,49,57,54,48,52,93,44,91,45,49,50,49,46,52,56,49,56,56,56,44,52,53,46,50,53,56,49,50,56,93,44,91,45,49,50,49,46,54,57,54,52,55,57,44,52,53,46,50,53,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,101,114,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,50,46,57,52,50,48,55,44,52,53,46,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,52,55,49,50,49,51,44,52,48,46,53,55,48,56,50,53,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,44,91,45,56,56,46,52,52,57,52,51,56,44,51,49,46,52,51,53,56,51,55,93,44,91,45,56,56,46,52,51,50,48,48,55,44,51,49,46,49,49,52,50,57,56,93,44,91,45,56,56,46,51,50,57,55,56,50,44,51,49,46,49,52,51,56,50,49,93,44,91,45,56,56,46,48,50,50,54,52,57,44,51,49,46,49,52,52,50,54,55,93,44,91,45,56,55,46,57,55,50,56,54,57,44,51,49,46,49,54,50,54,57,52,93,44,91,45,56,55,46,57,52,54,53,56,56,44,51,49,46,49,57,50,57,51,93,44,91,45,56,55,46,57,53,48,55,57,53,44,51,49,46,50,57,57,52,54,51,93,44,91,45,56,55,46,56,56,56,56,53,55,44,51,49,46,51,54,52,48,50,51,93,44,91,45,56,55,46,57,48,55,51,57,57,44,51,49,46,52,57,52,52,51,56,93,44,91,45,56,56,46,48,55,50,50,51,52,44,51,49,46,53,57,52,53,93,44,91,45,56,56,46,48,56,56,50,56,56,44,51,49,46,54,57,57,51,48,51,93,44,91,45,56,56,46,52,54,52,52,51,44,51,49,46,54,57,55,57,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,102,105,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,50,55,57,44,34,98,101,100,115,34,58,49,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,52,46,56,48,51,53,52,52,44,52,49,46,50,53,50,53,54,50,93,44,91,45,56,52,46,52,53,55,50,49,55,44,52,49,46,50,53,51,52,56,53,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,52,46,50,50,56,52,53,52,44,52,49,46,52,50,55,56,49,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,98,114,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,52,55,44,34,98,101,100,115,34,58,49,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,53,48,54,54,57,53,44,51,55,46,54,57,49,49,53,56,93,44,91,45,56,48,46,50,57,54,49,51,56,44,51,55,46,54,57,49,55,56,51,93,44,91,45,56,48,46,49,54,50,50,48,50,44,51,55,46,56,55,53,49,50,50,93,44,91,45,56,48,46,48,53,54,48,53,54,44,51,55,46,57,53,49,57,53,57,93,44,91,45,55,57,46,57,53,57,56,52,52,44,51,56,46,48,54,51,54,57,55,93,44,91,45,56,48,46,50,54,52,54,53,51,44,51,56,46,48,52,54,54,49,54,93,44,91,45,56,48,46,51,54,51,50,57,53,44,51,56,46,49,49,52,51,51,49,93,44,91,45,56,48,46,51,54,48,48,52,56,44,51,56,46,50,50,53,56,52,53,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,55,49,49,57,54,49,44,51,56,46,48,55,57,49,50,57,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,55,54,57,56,54,54,44,51,55,46,57,56,53,50,55,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,48,56,52,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,44,91,45,56,57,46,49,51,56,49,51,56,44,51,56,46,56,50,52,50,48,57,93,44,91,45,56,57,46,49,51,56,51,57,51,44,51,56,46,55,51,54,51,51,49,93,44,91,45,56,57,46,49,52,51,56,54,54,44,51,56,46,53,48,51,48,56,57,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,56,46,54,57,56,52,53,57,44,51,56,46,54,48,54,48,54,50,93,44,91,45,56,56,46,54,57,53,49,54,53,44,51,56,46,56,50,54,50,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,48,44,34,98,101,100,115,34,58,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,52,54,55,51,52,53,44,51,55,46,48,50,50,49,51,54,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,49,52,57,51,55,53,44,51,55,46,48,52,49,54,52,49,93,44,91,45,56,50,46,51,49,52,49,57,53,44,51,55,46,50,57,54,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,109,101,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,57,56,54,49,57,44,51,55,46,52,56,54,50,54,57,93,44,91,45,55,56,46,49,51,50,48,52,56,44,51,55,46,52,53,52,54,56,54,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,55,53,56,54,50,44,51,55,46,50,54,56,55,49,55,93,44,91,45,55,55,46,56,55,55,53,53,54,44,51,55,46,51,54,54,50,52,55,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,51,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,56,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,52,46,57,52,50,51,53,51,44,51,49,46,54,49,56,54,54,57,93,44,91,45,56,52,46,56,49,55,56,52,51,44,51,49,46,54,49,57,55,55,49,93,44,91,45,56,52,46,53,52,54,56,53,52,44,51,49,46,54,50,49,49,57,57,93,44,91,45,56,52,46,54,48,51,48,56,54,44,51,49,46,55,55,50,48,48,49,93,44,91,45,56,52,46,53,57,57,55,55,54,44,51,49,46,57,50,48,49,55,49,93,44,91,45,56,52,46,54,53,53,56,50,44,51,49,46,57,50,48,51,48,56,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,76,117,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,54,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,57,50,51,57,57,55,44,51,50,46,54,48,52,51,55,57,93,44,91,45,49,48,55,46,57,50,51,55,54,54,44,51,50,46,53,49,55,52,49,54,93,44,91,45,49,48,56,46,50,50,57,51,52,51,44,51,50,46,53,49,54,56,51,55,93,44,91,45,49,48,56,46,50,50,57,57,53,49,44,51,50,46,48,55,57,56,55,93,44,91,45,49,48,56,46,50,49,55,49,52,51,44,51,49,46,56,54,52,49,51,57,93,44,91,45,49,48,56,46,50,48,56,52,56,52,44,51,49,46,55,56,51,54,57,56,93,44,91,45,49,48,55,46,50,57,54,55,57,51,44,51,49,46,55,56,51,54,52,49,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,53,34,44,34,78,65,77,69,34,58,34,78,117,101,99,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,52,56,54,44,34,98,101,100,115,34,58,49,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,57,51,52,50,55,52,44,50,55,46,56,56,53,50,48,50,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,55,46,56,52,48,54,55,56,44,50,55,46,53,53,56,51,53,56,93,44,91,45,57,55,46,49,54,53,48,57,55,44,50,55,46,53,54,56,51,93,44,91,45,57,54,46,57,56,52,50,56,49,44,50,55,46,56,48,51,55,56,51,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,55,46,49,56,53,53,55,57,44,50,55,46,56,51,48,50,55,50,93,44,91,45,57,55,46,51,51,55,54,55,55,44,50,55,46,56,56,51,49,54,53,93,44,91,45,57,55,46,53,56,57,52,55,51,44,50,55,46,56,53,54,49,48,49,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,87,101,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,48,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,44,91,45,49,48,53,46,48,55,57,55,57,55,44,52,51,46,52,57,56,52,52,53,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,48,53,53,52,56,55,44,52,51,46,56,53,51,52,55,54,93,44,91,45,49,48,52,46,48,53,52,53,56,56,44,52,52,46,49,52,49,48,56,49,93,44,91,45,49,48,52,46,48,53,52,52,56,55,44,52,52,46,49,56,48,51,56,49,93,44,91,45,49,48,53,46,48,55,57,50,56,49,44,52,52,46,49,55,54,49,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,84,111,97,32,66,97,106,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,55,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,44,91,45,54,54,46,50,53,50,53,53,52,44,49,56,46,51,57,52,49,56,55,93,44,91,45,54,54,46,49,57,54,57,56,44,49,56,46,51,56,57,50,56,57,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,50,56,57,56,54,44,49,56,46,53,50,52,52,48,51,93,44,91,45,54,54,46,49,56,55,50,55,49,44,49,56,46,53,50,54,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,51,56,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,52,52,53,54,50,55,44,52,48,46,54,50,55,54,51,56,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,53,54,48,44,34,98,101,100,115,34,58,49,50,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,54,56,57,51,53,51,44,51,52,46,53,56,54,52,50,53,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,52,50,53,52,56,50,44,51,52,46,52,55,57,50,55,55,93,44,91,45,56,54,46,51,49,49,49,56,55,44,51,52,46,53,51,57,50,55,55,93,44,91,45,56,54,46,51,50,54,56,53,51,44,51,52,46,53,57,57,52,48,51,93,44,91,45,56,54,46,51,53,57,48,51,52,44,51,52,46,54,51,50,54,49,93,44,91,45,56,54,46,51,53,49,49,50,51,44,51,52,46,56,55,51,50,54,53,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,54,54,51,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,51,50,54,50,53,50,44,51,53,46,57,56,53,48,48,56,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,54,46,48,53,57,55,48,54,44,51,54,46,48,56,54,48,50,52,93,44,91,45,56,54,46,49,51,54,56,48,51,44,51,54,46,50,57,53,56,53,57,93,44,91,45,56,54,46,50,56,51,50,53,54,44,51,54,46,51,52,55,53,93,44,91,45,56,54,46,52,53,49,55,50,49,44,51,54,46,51,51,53,54,50,57,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,67,97,109,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,57,50,55,55,50,55,44,51,51,46,48,55,48,51,48,52,93,44,91,45,57,53,46,49,50,54,49,51,44,51,51,46,48,51,52,53,56,49,93,44,91,45,57,53,46,49,53,50,50,48,54,44,51,51,46,48,49,51,52,53,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,50,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,44,91,45,57,56,46,48,56,52,52,51,53,44,51,52,46,48,48,50,56,57,51,93,44,91,45,57,55,46,57,52,54,56,48,50,44,51,51,46,57,57,48,56,57,51,93,44,91,45,57,55,46,57,55,55,56,54,44,51,51,46,56,56,57,56,50,53,93,44,91,45,57,55,46,56,55,55,51,56,55,44,51,51,46,56,53,48,50,51,54,93,44,91,45,57,55,46,54,54,49,52,56,57,44,51,51,46,57,57,48,56,49,56,93,44,91,45,57,55,46,53,54,48,56,53,56,44,51,51,46,56,57,57,54,52,53,93,44,91,45,57,55,46,53,54,48,55,54,49,44,51,52,46,48,55,49,49,53,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,56,46,49,51,57,48,55,50,44,51,52,46,49,52,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,105,116,99,104,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,44,91,45,56,49,46,50,53,48,50,53,50,44,51,57,46,48,51,53,48,55,52,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,48,46,56,56,56,55,52,52,44,51,57,46,50,57,52,50,57,56,93,44,91,45,56,49,46,48,48,55,56,51,54,44,51,57,46,51,53,48,57,50,51,93,44,91,45,56,49,46,50,50,49,51,51,53,44,51,57,46,51,48,55,52,55,53,93,44,91,45,56,49,46,50,51,57,52,55,55,44,51,57,46,50,54,56,51,50,56,93,44,91,45,56,49,46,50,57,56,48,49,55,44,51,57,46,49,56,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,54,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,56,56,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,53,46,53,57,54,55,53,57,44,51,57,46,48,54,52,54,55,50,93,44,91,45,57,53,46,53,48,48,50,53,52,44,51,57,46,48,53,54,54,53,54,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,73,98,101,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,54,57,49,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,44,91,45,57,49,46,57,57,48,51,57,54,44,50,57,46,57,55,48,51,50,54,93,44,91,45,57,49,46,57,55,57,57,48,56,44,50,57,46,54,53,48,49,50,56,93,44,91,45,57,50,46,48,52,53,54,49,54,44,50,57,46,53,48,53,56,48,54,93,44,91,45,57,49,46,56,52,48,57,51,52,44,50,57,46,51,54,48,49,57,93,44,91,45,57,49,46,53,57,49,56,54,52,44,50,57,46,51,53,57,51,55,53,93,44,91,45,57,49,46,53,57,49,51,44,50,57,46,53,48,55,55,48,49,93,44,91,45,57,49,46,55,50,51,50,53,52,44,50,57,46,54,54,49,50,57,55,93,44,91,45,57,49,46,57,51,53,49,54,50,44,50,57,46,54,55,50,53,55,56,93,44,91,45,57,49,46,55,49,49,49,52,57,44,50,57,46,56,52,54,48,54,53,93,44,91,45,57,49,46,54,50,52,55,48,57,44,50,57,46,57,52,53,50,55,53,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,50,53,53,50,50,57,44,50,57,46,57,55,49,52,53,55,93,44,91,45,57,49,46,50,50,52,51,53,54,44,51,48,46,48,50,53,51,51,54,93,44,91,45,57,49,46,51,54,56,56,51,53,44,51,48,46,48,53,56,56,50,52,93,44,91,45,57,49,46,54,48,48,51,53,52,44,51,48,46,48,51,51,49,54,57,93,44,91,45,57,49,46,54,53,56,56,56,54,44,51,48,46,49,48,56,50,50,54,93,44,91,45,57,49,46,55,54,53,49,54,56,44,51,48,46,49,48,56,52,57,53,93,44,91,45,57,49,46,56,49,57,50,49,54,44,51,48,46,48,52,52,48,49,51,93,44,91,45,57,49,46,57,53,48,57,57,56,44,51,48,46,48,55,51,50,49,51,93,44,91,45,57,49,46,57,54,52,52,53,56,44,51,48,46,48,51,54,57,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,53,56,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,56,34,44,34,78,65,77,69,34,58,34,75,117,115,105,108,118,97,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,44,91,45,49,54,50,46,56,55,48,56,54,49,44,54,51,46,50,53,51,53,53,57,93,44,91,45,49,54,51,46,49,49,56,55,48,50,44,54,51,46,49,48,49,53,53,56,93,44,91,45,49,54,51,46,50,53,50,52,55,57,44,54,51,46,48,57,50,52,53,52,93,44,91,45,49,54,51,46,54,53,56,49,48,49,44,54,51,46,50,52,57,55,49,55,93,44,91,45,49,54,52,46,48,53,49,50,53,54,44,54,51,46,51,49,55,51,53,53,93,44,91,45,49,54,52,46,52,57,53,54,55,51,44,54,51,46,50,53,49,49,53,57,93,44,91,45,49,54,52,46,57,48,54,55,51,54,44,54,51,46,48,52,52,56,57,53,93,44,91,45,49,54,52,46,56,57,53,53,51,51,44,54,50,46,57,52,56,54,51,54,93,44,91,45,49,54,53,46,50,50,49,56,56,56,44,54,50,46,55,50,50,52,54,54,93,44,91,45,49,54,53,46,52,52,56,56,55,44,54,50,46,51,57,49,48,50,50,93,44,91,45,49,54,53,46,55,51,57,53,54,54,44,54,50,46,50,48,52,56,53,50,93,44,91,45,49,54,54,46,48,52,57,50,49,51,44,54,50,46,49,48,56,48,50,50,93,44,91,45,49,54,54,46,49,49,50,53,49,52,44,54,49,46,56,55,51,49,52,52,93,44,91,45,49,54,54,46,49,57,55,55,54,51,44,54,49,46,56,51,52,50,55,51,93,44,91,45,49,54,54,46,50,56,56,54,49,51,44,54,49,46,53,56,48,56,48,57,93,44,91,45,49,54,54,46,49,57,52,52,57,44,54,49,46,52,53,57,56,54,55,93,44,91,45,49,54,53,46,55,56,54,56,56,49,44,54,49,46,49,57,56,49,49,53,93,44,91,45,49,54,53,46,54,54,51,54,53,44,54,49,46,48,53,55,56,48,57,93,44,91,45,49,54,53,46,52,49,54,54,55,44,54,49,46,48,49,50,52,56,93,44,91,45,49,54,53,46,50,53,52,49,54,50,44,54,48,46,57,49,55,49,48,56,93,44,91,45,49,54,53,46,48,48,48,53,49,52,44,54,48,46,57,54,51,54,51,53,93,44,91,45,49,54,52,46,54,49,54,53,56,53,44,54,48,46,57,55,57,48,52,57,93,44,91,45,49,54,52,46,53,50,57,57,49,49,44,54,48,46,57,52,48,55,57,54,93,44,91,45,49,54,52,46,50,51,57,55,50,55,44,54,48,46,57,56,55,49,49,57,93,44,91,45,49,54,52,46,50,49,49,55,56,49,44,54,49,46,48,56,50,50,54,50,93,44,91,45,49,54,51,46,57,50,48,56,55,52,44,54,49,46,50,49,48,54,57,50,93,44,91,45,49,54,51,46,57,56,53,49,51,56,44,54,49,46,51,55,50,48,48,51,93,44,91,45,49,54,51,46,54,53,53,51,57,44,54,49,46,51,51,53,56,50,55,93,44,91,45,49,54,51,46,52,50,56,56,54,54,44,54,49,46,52,54,50,50,56,93,44,91,45,49,54,51,46,49,55,49,51,53,52,44,54,49,46,52,52,57,48,55,49,93,44,91,45,49,54,50,46,53,48,53,55,54,49,44,54,49,46,53,53,54,52,50,54,93,44,91,45,49,54,50,46,48,49,51,52,51,56,44,54,49,46,52,55,55,48,53,55,93,44,91,45,49,54,49,46,52,52,57,54,49,49,44,54,49,46,53,54,56,56,51,56,93,44,91,45,49,54,49,46,49,50,54,56,49,50,44,54,49,46,53,57,57,53,52,93,44,91,45,49,54,48,46,55,55,53,50,52,52,44,54,49,46,55,51,56,53,50,55,93,44,91,45,49,54,48,46,51,53,48,49,52,44,54,49,46,56,49,57,48,55,49,93,44,91,45,49,54,48,46,53,51,52,54,55,49,44,54,49,46,57,52,53,57,52,93,44,91,45,49,54,48,46,57,49,53,57,53,51,44,54,49,46,57,52,53,57,52,51,93,44,91,45,49,54,48,46,57,49,53,57,54,52,44,54,50,46,50,48,53,56,54,54,93,44,91,45,49,54,49,46,48,52,56,49,54,53,44,54,50,46,50,48,53,56,54,57,93,44,91,45,49,54,49,46,48,52,56,49,55,54,44,54,50,46,53,53,50,52,49,93,44,91,45,49,54,48,46,57,57,54,50,48,49,44,54,50,46,53,53,50,52,50,52,93,44,91,45,49,54,48,46,57,57,54,50,49,53,44,54,50,46,56,57,56,57,51,54,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,50,46,48,48,49,55,54,57,44,54,51,46,48,49,49,57,49,57,93,44,91,45,49,54,50,46,48,48,49,55,57,56,44,54,51,46,48,57,56,53,51,54,93,44,91,45,49,54,50,46,51,56,51,48,56,50,44,54,51,46,50,55,49,56,49,54,93,44,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,110,115,108,111,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,51,57,49,50,44,34,98,101,100,115,34,58,51,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,54,53,49,48,52,53,44,51,52,46,57,50,51,51,52,49,93,44,91,45,55,55,46,54,56,48,49,50,55,44,51,52,46,55,50,48,53,57,53,93,44,91,45,55,55,46,53,55,52,57,50,52,44,51,52,46,52,55,56,54,56,49,93,44,91,45,55,55,46,52,56,52,53,51,56,44,51,52,46,51,57,57,55,48,53,93,44,91,45,55,55,46,49,49,55,49,57,56,44,51,52,46,53,56,52,51,54,55,93,44,91,45,55,55,46,48,57,54,57,55,50,44,51,52,46,54,55,50,52,48,49,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,50,54,55,52,51,51,44,51,52,46,57,50,53,53,51,55,93,44,91,45,55,55,46,51,54,54,55,54,56,44,51,52,46,57,48,56,54,53,93,44,91,45,55,55,46,53,48,50,55,55,49,44,51,52,46,57,54,57,54,51,53,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,70,97,114,105,98,97,117,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,57,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,54,52,56,50,57,44,52,51,46,56,52,56,49,51,57,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,71,114,97,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,44,91,45,56,51,46,55,51,50,55,48,52,44,51,54,46,49,54,52,53,56,51,93,44,91,45,56,51,46,54,54,55,52,54,44,51,54,46,48,56,48,53,56,55,93,44,91,45,56,51,46,53,57,55,55,54,54,44,51,54,46,49,54,52,49,56,50,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,51,53,53,49,57,54,44,51,54,46,50,56,50,53,57,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,50,56,48,53,57,53,44,51,54,46,51,57,52,54,56,57,93,44,91,45,56,51,46,51,56,54,56,44,51,54,46,52,49,51,49,56,54,93,44,91,45,56,51,46,52,54,54,48,48,50,44,51,54,46,51,54,57,49,56,54,93,44,91,45,56,51,46,54,54,55,52,48,56,44,51,54,46,51,52,52,51,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,70,114,101,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,48,57,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,53,46,56,55,53,57,51,55,44,51,49,46,55,53,53,53,48,51,93,44,91,45,57,53,46,57,56,51,52,52,57,44,51,49,46,55,56,57,57,55,57,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,54,46,48,53,52,55,56,44,51,50,46,48,49,50,53,50,54,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,105,102,102,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,51,54,50,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,54,56,55,48,56,44,52,48,46,54,55,54,55,53,93,44,91,45,55,55,46,56,52,49,56,50,55,44,52,48,46,53,53,48,48,51,53,93,44,91,45,55,55,46,56,49,54,53,49,51,44,52,48,46,53,48,48,48,55,52,93,44,91,45,55,55,46,57,49,51,56,52,52,44,52,48,46,51,57,56,54,55,57,93,44,91,45,55,55,46,55,53,50,49,50,44,52,48,46,51,55,56,53,52,53,93,44,91,45,55,55,46,52,57,55,53,48,54,44,52,48,46,53,56,49,55,52,93,44,91,45,55,55,46,50,56,55,57,52,49,44,52,48,46,54,57,51,53,57,53,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,114,101,110,115,104,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,54,53,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,44,91,45,56,54,46,52,52,56,54,51,53,44,51,49,46,54,53,53,54,49,55,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,51,57,56,53,51,54,44,51,49,46,52,53,49,51,50,53,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,54,46,49,52,56,51,51,57,44,51,49,46,55,57,48,57,53,49,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,54,46,51,48,50,50,49,55,44,51,49,46,57,54,53,48,54,53,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,52,52,56,49,57,56,44,51,49,46,57,54,52,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,50,48,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,44,91,45,56,50,46,50,52,51,51,56,50,44,51,54,46,53,57,53,54,53,49,93,44,91,45,56,50,46,49,52,53,53,55,51,44,51,54,46,53,57,52,55,50,53,93,44,91,45,56,50,46,49,50,49,57,54,52,44,51,54,46,54,52,54,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,57,34,44,34,78,65,77,69,34,58,34,82,117,110,110,101,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,57,57,46,55,50,49,54,57,56,44,51,49,46,53,55,54,55,53,57,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,49,48,48,46,50,51,53,49,51,55,44,51,50,46,48,56,50,51,55,50,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,50,51,52,54,51,54,44,51,49,46,53,56,55,49,52,55,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,51,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,44,91,45,49,48,50,46,49,49,54,55,50,51,44,50,57,46,55,57,51,48,51,56,93,44,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,49,46,54,53,56,53,51,44,51,48,46,51,53,55,56,54,49,93,44,91,45,49,48,49,46,55,52,48,52,50,57,44,51,48,46,52,50,48,56,57,55,93,44,91,45,49,48,49,46,54,52,54,53,48,54,44,51,48,46,53,53,49,49,49,50,93,44,91,45,49,48,49,46,54,54,57,56,51,51,44,51,48,46,54,51,55,57,48,55,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,50,46,49,51,55,55,55,56,44,51,48,46,54,53,53,57,56,50,93,44,91,45,49,48,50,46,49,51,56,52,48,54,44,51,48,46,53,57,55,53,50,49,93,44,91,45,49,48,50,46,51,52,50,57,56,54,44,51,48,46,53,57,56,55,53,57,93,44,91,45,49,48,50,46,51,52,51,48,56,53,44,51,48,46,50,56,52,49,49,54,93,44,91,45,49,48,50,46,53,54,54,57,51,55,44,51,48,46,50,56,51,50,54,57,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,82,97,119,108,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,57,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,44,91,45,49,48,49,46,51,50,53,53,49,52,44,52,48,46,48,48,50,55,48,50,93,44,91,45,49,48,49,46,52,49,49,48,50,57,44,52,48,46,48,48,50,53,50,50,93,44,91,45,49,48,49,46,52,49,51,57,49,51,44,51,57,46,53,54,56,51,54,49,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,48,46,55,51,56,56,50,53,44,52,48,46,48,48,50,49,49,54,93,44,91,45,49,48,48,46,55,53,56,56,51,44,52,48,46,48,48,50,51,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,44,91,45,49,48,49,46,51,57,49,55,49,55,44,51,57,46,49,51,53,49,49,55,93,44,91,45,49,48,48,46,56,49,49,56,53,56,44,51,57,46,49,51,51,51,54,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,55,52,48,56,55,51,44,51,57,46,53,54,56,48,52,51,93,44,91,45,49,48,49,46,51,56,57,48,54,56,44,51,57,46,53,54,56,51,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,56,51,54,54,51,51,44,51,49,46,54,55,49,51,57,56,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,53,50,48,50,53,49,44,51,49,46,56,51,56,51,56,56,93,44,91,45,56,50,46,52,51,49,51,54,50,44,51,49,46,56,51,55,57,57,51,93,44,91,45,56,50,46,52,51,49,53,51,49,44,51,49,46,57,54,54,49,56,50,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,54,56,44,34,98,101,100,115,34,58,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,56,48,52,44,34,98,101,100,115,34,58,52,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,44,91,45,57,49,46,56,53,49,57,53,56,44,51,53,46,51,53,56,50,56,55,93,44,91,45,57,50,46,49,49,49,52,54,51,44,51,53,46,51,54,50,55,50,53,93,44,91,45,57,50,46,49,49,57,55,49,57,44,51,53,46,48,54,54,52,57,51,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,49,46,53,56,52,48,48,53,44,51,53,46,48,57,49,53,56,52,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,51,55,57,55,49,57,44,51,53,46,50,49,53,49,52,57,93,44,91,45,57,49,46,52,51,48,56,56,52,44,51,53,46,51,55,49,53,54,54,93,44,91,45,57,49,46,51,52,55,50,53,55,44,51,53,46,52,51,57,49,48,54,93,44,91,45,57,49,46,53,56,52,54,56,55,44,51,53,46,52,52,50,51,49,49,93,44,91,45,57,49,46,53,56,49,56,56,44,51,53,46,53,51,48,52,52,55,93,44,91,45,57,49,46,55,57,51,57,53,56,44,51,53,46,53,51,52,49,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,101,102,108,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,56,48,52,44,34,98,101,100,115,34,58,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,51,51,49,53,56,57,44,51,51,46,51,48,50,56,50,53,93,44,91,45,57,48,46,50,57,53,48,50,57,44,51,51,46,51,54,49,55,56,52,93,44,91,45,57,48,46,49,55,52,54,49,52,44,51,51,46,51,51,51,51,55,56,93,44,91,45,57,48,46,49,48,49,52,48,49,44,51,51,46,52,53,56,57,52,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,56,50,53,56,52,44,51,51,46,56,48,57,51,50,50,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,111,111,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,50,46,54,49,55,49,52,55,44,51,56,46,54,56,48,48,49,51,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,53,53,56,48,56,54,44,51,56,46,57,55,48,54,57,50,93,44,91,45,57,50,46,56,52,49,54,49,55,44,51,56,46,57,55,57,56,50,49,93,44,91,45,57,50,46,57,51,52,53,54,57,44,51,57,46,48,54,52,53,52,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,53,55,48,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,44,91,45,56,56,46,49,49,54,56,52,53,44,52,53,46,57,50,49,54,50,55,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,55,46,54,57,55,49,53,57,44,52,53,46,55,50,50,57,54,93,44,91,45,56,55,46,54,57,54,57,52,54,44,52,53,46,56,57,56,56,52,50,93,44,91,45,56,55,46,54,49,55,48,57,49,44,52,53,46,57,56,54,48,49,52,93,44,91,45,56,55,46,54,49,53,53,57,55,44,52,54,46,50,52,54,54,53,51,93,44,91,45,56,56,46,49,49,55,52,48,55,44,52,54,46,50,52,54,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,54,57,55,44,34,98,101,100,115,34,58,49,48,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,50,53,50,50,51,49,44,52,49,46,52,54,51,48,54,54,93,44,91,45,56,56,46,50,52,52,49,52,52,44,52,49,46,50,48,49,53,54,54,93,44,91,45,56,56,46,48,49,49,56,49,44,52,49,46,50,48,53,53,48,56,93,44,91,45,56,56,46,48,49,51,57,49,57,44,52,49,46,50,57,50,52,52,55,93,44,91,45,56,55,46,53,50,54,55,51,49,44,52,49,46,50,57,56,48,53,50,93,44,91,45,56,55,46,53,50,53,55,48,53,44,52,49,46,52,55,48,50,56,51,93,44,91,45,56,55,46,55,57,48,51,48,51,44,52,49,46,52,54,57,56,52,54,93,44,91,45,56,55,46,55,57,50,55,57,51,44,52,49,46,53,53,56,53,52,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,68,101,97,102,32,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,57,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,50,46,49,54,55,52,55,49,44,51,53,46,49,56,51,50,51,51,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,48,52,50,57,56,50,44,51,52,46,55,52,55,51,54,49,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,55,46,49,50,57,54,55,49,44,52,52,46,49,57,53,57,51,51,93,44,91,45,57,54,46,56,56,57,50,49,54,44,52,52,46,49,57,53,55,48,53,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,52,53,49,56,50,44,52,52,46,53,52,51,54,53,50,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,57,49,54,52,44,34,98,101,100,115,34,58,56,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,54,48,49,55,51,51,44,51,57,46,49,53,57,54,48,51,93,44,91,45,57,52,46,54,48,55,51,53,52,44,51,57,46,49,49,51,52,52,52,93,44,91,45,57,52,46,52,54,49,53,57,44,51,57,46,49,50,48,51,55,50,93,44,91,45,57,52,46,50,56,57,56,55,51,44,51,57,46,50,51,55,49,48,55,93,44,91,45,57,52,46,50,49,50,53,49,53,44,51,57,46,50,48,55,48,56,54,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,111,97,104,111,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,48,50,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,44,91,45,57,48,46,53,56,48,54,56,49,44,51,52,46,52,49,48,53,53,49,93,44,91,45,57,48,46,56,51,51,51,51,53,44,51,52,46,50,54,52,50,54,52,93,44,91,45,57,48,46,57,53,53,57,55,52,44,51,52,46,49,50,48,49,50,53,93,44,91,45,57,48,46,54,53,57,52,53,55,44,51,52,46,49,49,56,56,54,55,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,52,53,48,53,55,50,44,51,52,46,50,54,50,52,48,50,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,53,54,57,51,52,55,44,51,52,46,53,50,52,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,111,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,51,50,49,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,44,91,45,56,54,46,54,57,53,56,48,52,44,52,48,46,49,55,56,54,53,55,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,54,46,50,52,50,51,54,53,44,52,48,46,49,56,48,55,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,101,115,32,77,111,105,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,48,48,44,34,98,101,100,115,34,58,50,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,48,57,54,57,52,54,44,52,48,46,56,49,49,52,48,51,93,44,91,45,57,48,46,57,54,50,57,49,54,44,52,48,46,57,50,52,57,53,55,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,56,56,44,34,98,101,100,115,34,58,54,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,44,91,45,57,48,46,53,51,55,54,49,54,44,52,49,46,55,55,54,51,57,53,93,44,91,45,57,48,46,55,48,50,49,52,50,44,52,49,46,55,51,55,55,50,56,93,44,91,45,57,48,46,56,57,56,51,55,51,44,52,49,46,55,55,49,51,57,50,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,48,46,55,56,51,56,49,50,44,52,49,46,53,57,54,53,51,49,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,48,46,52,54,49,52,51,50,44,52,49,46,53,50,51,53,51,51,93,44,91,45,57,48,46,51,52,51,50,50,56,44,52,49,46,53,56,55,56,51,51,93,44,91,45,57,48,46,51,49,54,53,54,50,44,52,49,46,55,50,56,57,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,79,116,116,97,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,55,46,51,54,57,56,51,57,44,51,57,46,51,48,54,48,49,49,93,44,91,45,57,55,46,57,50,57,48,57,55,44,51,57,46,51,48,54,51,57,55,93,44,91,45,57,55,46,57,50,57,55,52,54,44,51,57,46,50,49,57,50,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,48,53,44,34,98,101,100,115,34,58,52,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,44,91,45,56,50,46,55,50,54,53,56,51,44,51,48,46,53,53,57,52,56,54,93,44,91,45,56,50,46,54,52,53,53,53,53,44,51,48,46,52,48,54,52,49,55,93,44,91,45,56,50,46,55,49,55,55,55,51,44,51,48,46,51,50,49,51,57,49,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,53,54,57,50,56,44,50,57,46,57,55,52,57,56,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,53,56,52,48,48,55,44,51,48,46,53,57,49,53,52,56,93,44,91,45,56,50,46,54,56,57,53,51,57,44,51,48,46,53,57,55,55,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,51,48,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,54,46,48,51,53,48,51,57,44,51,48,46,57,57,51,51,50,93,44,91,45,56,54,46,48,51,55,53,57,49,44,51,48,46,55,48,52,53,55,50,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,53,46,54,49,57,48,49,49,44,51,48,46,55,52,51,56,54,56,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,72,97,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,54,50,54,44,34,98,101,100,115,34,58,49,48,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,57,46,50,52,48,48,55,51,44,51,48,46,54,55,55,49,54,93,44,91,45,56,57,46,51,52,49,52,52,54,44,51,48,46,54,52,55,55,50,93,44,91,45,56,57,46,51,52,48,56,52,55,44,51,48,46,51,53,55,57,57,53,93,44,91,45,56,57,46,51,48,54,49,51,53,44,51,48,46,49,55,55,57,52,49,93,44,91,45,56,57,46,49,56,51,54,54,57,44,51,48,46,50,49,50,49,53,53,93,44,91,45,56,57,46,48,57,54,52,55,54,44,51,48,46,49,54,53,56,50,57,93,44,91,45,56,56,46,56,56,57,48,51,44,51,48,46,49,51,57,56,52,53,93,44,91,45,56,56,46,55,57,53,49,52,55,44,51,48,46,49,57,57,57,57,52,93,44,91,45,56,56,46,55,57,53,50,56,55,44,51,48,46,51,53,48,51,54,49,93,44,91,45,56,56,46,56,56,51,49,51,44,51,48,46,52,49,56,55,57,56,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,85,116,117,97,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,52,48,50,44,34,98,101,100,115,34,58,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,44,91,45,54,54,46,56,49,55,50,55,49,44,49,56,46,50,51,48,51,51,54,93,44,91,45,54,54,46,54,57,50,53,55,50,44,49,56,46,50,49,53,56,56,51,93,44,91,45,54,54,46,54,55,48,52,57,52,44,49,56,46,49,53,50,56,51,49,93,44,91,45,54,54,46,54,52,57,52,54,55,44,49,56,46,49,53,56,56,53,55,93,44,91,45,54,54,46,53,54,54,54,50,44,49,56,46,50,57,56,53,52,57,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,56,50,54,49,50,56,44,49,56,46,51,50,51,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,97,100,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,53,53,55,44,34,98,101,100,115,34,58,50,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,53,46,48,50,51,54,44,51,53,46,49,50,53,48,55,51,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,54,57,57,57,51,55,44,51,53,46,49,55,48,57,55,52,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,114,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,52,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,51,48,49,54,55,54,44,52,54,46,55,54,52,49,51,52,93,44,91,45,57,51,46,48,54,49,53,50,57,44,52,54,46,55,54,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,56,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,53,48,55,51,50,51,44,51,50,46,54,57,51,55,51,56,93,44,91,45,57,52,46,51,57,48,55,56,51,44,51,50,46,54,57,52,51,55,55,93,44,91,45,57,52,46,50,56,51,48,50,56,44,51,50,46,55,52,54,55,50,57,93,44,91,45,57,52,46,49,55,50,49,51,54,44,51,50,46,54,57,54,57,93,44,91,45,57,52,46,48,52,51,49,52,55,44,51,50,46,54,57,51,48,51,93,44,91,45,57,52,46,48,52,51,48,55,56,44,51,50,46,56,56,49,48,56,57,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,99,104,111,104,97,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,54,52,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,44,91,45,55,52,46,54,51,48,54,51,49,44,52,50,46,54,50,54,54,55,52,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,54,49,56,56,57,53,44,52,50,46,52,50,52,51,56,57,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,50,53,52,51,48,51,44,52,50,46,52,48,56,50,48,55,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,52,53,52,57,49,49,44,52,50,46,55,55,50,57,55,57,93,44,91,45,55,52,46,54,52,56,50,57,56,44,52,50,46,56,50,57,53,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,97,119,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,50,56,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,52,51,51,56,49,50,44,51,54,46,50,56,53,56,56,57,93,44,91,45,57,54,46,53,49,53,50,50,57,44,51,54,46,50,57,56,51,51,50,93,44,91,45,57,54,46,54,51,53,55,50,55,44,51,54,46,52,50,53,57,48,56,93,44,91,45,57,54,46,55,49,48,55,54,57,44,51,54,46,52,51,55,54,53,54,93,44,91,45,57,54,46,55,51,55,50,51,57,44,51,54,46,53,53,48,48,56,56,93,44,91,45,57,54,46,57,52,48,50,51,53,44,51,54,46,52,53,53,53,50,53,93,44,91,45,57,55,46,48,48,57,55,56,53,44,51,54,46,53,48,54,57,51,53,93,44,91,45,57,55,46,48,51,50,49,48,54,44,51,54,46,51,51,51,51,53,52,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,54,46,56,49,57,48,48,53,44,51,54,46,49,53,56,56,56,54,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,52,48,50,44,34,98,101,100,115,34,58,53,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,54,46,49,51,48,49,56,49,44,52,50,46,52,49,48,51,51,55,93,44,91,45,55,54,46,48,56,49,49,51,52,44,52,50,46,50,51,48,52,57,53,93,44,91,45,55,54,46,49,49,54,50,50,53,44,52,50,46,49,56,53,54,49,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,52,50,49,55,55,54,44,52,50,46,48,52,50,48,51,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,54,51,55,49,49,44,52,50,46,49,57,53,54,50,56,93,44,91,45,55,53,46,54,51,56,50,57,57,44,52,50,46,50,52,56,54,56,54,93,44,91,45,55,53,46,56,52,51,55,57,50,44,52,50,46,50,53,57,55,48,55,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,49,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,56,54,50,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,53,57,54,51,51,56,44,51,48,46,49,49,50,49,48,49,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,56,52,57,52,49,52,44,51,48,46,52,57,51,53,53,51,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,116,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,57,51,54,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,56,53,51,54,54,56,44,51,57,46,51,49,56,49,54,53,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,50,46,48,53,53,55,55,57,44,51,57,46,52,54,48,48,53,51,93,44,91,45,56,50,46,48,52,55,53,50,56,44,51,57,46,53,53,48,56,50,53,93,44,91,45,56,50,46,49,53,57,49,54,49,44,51,57,46,53,53,54,53,55,52,93,44,91,45,56,50,46,49,54,55,51,55,57,44,51,57,46,52,54,54,51,48,55,93,44,91,45,56,50,46,50,56,48,52,49,44,51,57,46,52,55,50,57,48,54,93,44,91,45,56,50,46,50,56,57,54,54,51,44,51,57,46,51,56,52,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,56,56,54,44,34,98,101,100,115,34,58,50,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,48,46,56,54,53,53,48,52,44,52,48,46,52,50,50,57,50,57,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,53,57,57,56,57,53,44,52,48,46,51,49,55,54,54,54,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,57,52,54,54,52,44,52,48,46,52,55,49,51,56,57,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,57,50,48,57,50,44,52,48,46,53,53,54,51,49,53,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,54,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,44,91,45,55,57,46,56,57,54,48,57,52,44,51,56,46,57,55,51,52,48,52,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,56,48,46,49,50,54,49,48,53,44,51,56,46,55,52,53,56,51,54,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,49,56,51,57,51,49,44,51,56,46,53,50,53,51,56,54,93,44,91,45,56,48,46,50,52,53,53,49,56,44,51,56,46,51,56,56,52,53,55,93,44,91,45,56,48,46,49,49,54,57,50,44,51,56,46,52,55,51,57,53,51,93,44,91,45,56,48,46,48,50,57,50,48,56,44,51,56,46,52,53,57,49,56,52,93,44,91,45,55,57,46,56,54,51,50,53,44,51,56,46,53,53,48,56,50,93,44,91,45,55,57,46,55,57,56,50,56,51,44,51,56,46,55,48,51,50,49,49,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,53,49,48,48,55,51,44,51,56,46,55,56,48,55,49,50,93,44,91,45,55,57,46,53,51,57,48,55,53,44,51,56,46,56,52,49,52,49,49,93,44,91,45,55,57,46,52,53,53,52,55,50,44,51,56,46,57,50,57,57,49,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,51,53,55,54,54,54,44,51,56,46,57,54,52,53,48,57,93,44,91,45,55,57,46,53,48,56,55,54,53,44,51,56,46,57,55,53,49,55,51,93,44,91,45,55,57,46,55,56,53,54,56,53,44,51,57,46,48,51,55,52,48,52,93,44,91,45,55,57,46,56,50,53,48,57,50,44,51,57,46,49,49,53,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,52,57,55,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,48,50,53,48,48,49,44,51,57,46,52,48,49,52,52,54,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,56,48,46,49,53,51,53,51,50,44,51,57,46,54,49,48,52,50,54,93,44,91,45,56,48,46,51,57,53,56,49,44,51,57,46,54,51,55,51,52,55,93,44,91,45,56,48,46,52,57,56,49,53,56,44,51,57,46,53,54,50,56,57,57,93,44,91,45,56,48,46,52,57,52,48,56,53,44,51,57,46,52,54,57,53,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,52,48,48,44,34,98,101,100,115,34,58,51,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,53,46,48,56,51,56,50,51,44,51,57,46,52,53,55,51,53,52,93,44,91,45,55,53,46,50,51,56,52,51,52,44,51,57,46,53,53,57,48,51,57,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,51,50,49,48,50,49,44,51,57,46,50,53,49,51,55,57,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,52,46,57,49,53,54,56,57,44,51,57,46,49,55,53,55,53,53,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,56,53,53,57,55,56,44,51,57,46,52,50,52,50,51,56,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,48,57,50,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,44,91,45,49,50,48,46,53,48,53,52,52,53,44,51,57,46,52,52,54,49,49,55,93,44,91,45,49,50,48,46,53,55,55,49,56,56,44,51,57,46,53,50,51,49,52,52,93,44,91,45,49,50,48,46,55,53,53,55,50,57,44,51,57,46,52,53,50,54,54,51,93,44,91,45,49,50,49,46,48,50,50,48,56,53,44,51,57,46,51,57,49,53,53,56,93,44,91,45,49,50,49,46,49,50,50,51,49,53,44,51,57,46,51,55,56,56,50,54,93,44,91,45,49,50,49,46,50,54,54,57,49,49,44,51,57,46,50,55,49,54,48,57,93,44,91,45,49,50,49,46,50,55,57,53,51,51,44,51,57,46,48,51,52,54,49,56,93,44,91,45,49,50,49,46,48,52,49,54,48,56,44,51,57,46,48,49,51,55,57,49,93,44,91,45,49,50,48,46,57,54,54,48,56,44,51,57,46,49,50,55,57,50,56,93,44,91,45,49,50,48,46,55,50,55,56,57,51,44,51,57,46,50,56,56,48,56,49,93,44,91,45,49,50,48,46,54,52,53,55,57,53,44,51,57,46,51,49,53,49,53,53,93,44,91,45,49,50,48,46,48,48,54,51,50,51,44,51,57,46,51,49,54,52,57,54,93,44,91,45,49,50,48,46,48,48,51,55,55,51,44,51,57,46,52,52,53,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,52,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,44,91,45,57,50,46,48,50,48,50,57,52,44,52,54,46,55,48,52,48,52,49,93,44,91,45,57,50,46,48,56,57,52,57,51,44,52,54,46,55,52,57,50,51,55,93,44,91,45,57,50,46,50,49,50,51,57,50,44,52,54,46,54,52,57,57,52,49,93,44,91,45,57,50,46,50,57,50,50,52,50,44,52,54,46,54,54,51,51,49,56,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,48,52,57,54,51,54,44,52,54,46,49,53,55,53,57,55,93,44,91,45,57,49,46,53,53,49,50,56,50,44,52,54,46,49,53,55,48,52,53,93,44,91,45,57,49,46,53,52,57,51,56,53,44,52,54,46,56,57,51,50,49,51,93,44,91,45,57,49,46,55,57,54,51,51,44,52,54,46,55,57,52,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,52,53,44,34,98,101,100,115,34,58,50,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,52,46,54,55,57,49,54,53,44,51,54,46,57,56,48,57,49,52,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,53,53,54,52,54,49,44,51,55,46,51,53,53,55,50,57,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,69,100,103,101,99,111,109,98,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,51,51,50,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,55,46,55,53,49,51,51,57,44,51,53,46,56,50,55,55,57,52,93,44,91,45,55,55,46,54,54,53,49,51,49,44,51,53,46,54,55,52,57,51,53,93,44,91,45,55,55,46,51,57,48,49,53,52,44,51,53,46,56,51,51,48,54,50,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,51,52,50,52,49,56,44,51,53,46,57,48,53,50,54,50,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,53,51,51,49,54,49,44,51,54,46,48,57,48,54,53,57,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,49,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,48,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,44,91,45,57,52,46,50,53,50,50,57,56,44,51,49,46,48,49,56,57,51,49,93,44,91,45,57,52,46,49,50,53,56,50,52,44,51,48,46,54,56,52,48,53,50,93,44,91,45,57,52,46,48,53,48,57,54,44,51,48,46,54,51,56,53,54,56,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,49,49,54,52,54,54,44,51,48,46,52,51,50,54,57,49,93,44,91,45,57,52,46,48,56,50,57,50,44,51,48,46,51,52,53,54,53,52,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,51,46,56,54,53,55,49,49,44,51,48,46,57,52,55,50,49,56,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,52,46,48,51,57,48,51,52,44,51,49,46,49,51,52,50,55,49,93,44,91,45,57,52,46,49,50,57,54,51,50,44,51,49,46,48,57,57,50,56,93,44,91,45,57,52,46,52,53,55,56,49,54,44,51,49,46,48,51,51,51,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,51,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,51,46,52,55,49,54,44,51,56,46,49,52,56,54,54,53,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,50,46,52,52,52,50,49,52,44,51,56,46,49,53,48,48,48,49,93,44,91,45,49,49,50,46,51,51,53,53,49,44,51,56,46,51,51,50,51,52,52,93,44,91,45,49,49,50,46,52,52,52,48,56,49,44,51,56,46,52,48,53,54,52,54,93,44,91,45,49,49,50,46,53,49,56,52,57,53,44,51,56,46,53,49,48,52,49,51,93,44,91,45,49,49,50,46,53,49,53,51,57,52,44,51,56,46,53,55,50,56,52,53,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,53,55,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,56,49,56,55,49,53,44,51,52,46,56,55,54,57,53,93,44,91,45,56,52,46,57,50,52,57,48,57,44,51,52,46,55,49,53,57,55,49,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,54,53,55,48,57,56,44,51,52,46,55,50,56,57,48,53,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,57,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,50,49,56,55,53,56,44,52,48,46,51,48,54,55,48,54,93,44,91,45,56,52,46,56,48,51,54,55,50,44,52,48,46,51,49,48,48,57,51,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,111,110,116,99,97,108,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,50,48,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,44,91,45,56,53,46,51,49,50,51,55,54,44,52,51,46,50,57,52,50,48,53,93,44,91,45,56,53,46,51,49,50,53,49,51,44,52,51,46,49,49,56,55,57,51,93,44,91,45,56,52,46,56,51,54,56,56,57,44,52,51,46,49,49,56,56,53,49,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,53,46,53,54,50,51,52,56,44,52,51,46,52,54,56,49,51,93,44,91,45,56,53,46,53,54,50,53,51,56,44,52,51,46,50,57,52,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,82,101,110,115,115,101,108,97,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,52,51,49,44,34,98,101,100,115,34,58,50,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,54,51,53,52,54,51,44,52,50,46,57,52,49,50,57,93,44,91,45,55,51,46,54,55,54,55,54,50,44,52,50,46,55,56,51,50,55,55,93,44,91,45,55,51,46,55,54,49,50,54,53,44,52,50,46,54,49,48,51,55,57,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,57,50,50,44,34,98,101,100,115,34,58,55,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,44,91,45,56,49,46,56,53,48,51,52,44,50,54,46,48,54,50,56,55,50,93,44,91,45,56,49,46,55,49,56,49,51,57,44,50,53,46,55,57,51,48,51,51,93,44,91,45,56,49,46,53,55,48,57,54,55,44,50,53,46,56,48,50,48,51,57,93,44,91,45,56,48,46,56,55,51,48,57,54,44,50,53,46,56,48,53,51,55,55,93,44,91,45,56,48,46,56,55,50,57,51,50,44,50,53,46,57,55,57,52,51,52,93,44,91,45,56,48,46,56,55,57,56,48,57,44,50,54,46,50,53,57,52,53,53,93,44,91,45,56,49,46,50,54,56,53,53,44,50,54,46,50,53,51,48,52,53,93,44,91,45,56,49,46,50,55,49,55,54,56,44,50,54,46,53,49,55,48,54,57,93,44,91,45,56,49,46,53,54,51,55,54,51,44,50,54,46,53,49,51,51,50,52,93,44,91,45,56,49,46,53,54,50,49,56,44,50,54,46,52,50,50,54,50,53,93,44,91,45,56,49,46,54,53,57,53,48,54,44,50,54,46,52,50,49,48,55,55,93,44,91,45,56,49,46,54,53,55,57,44,50,54,46,51,49,55,53,54,51,93,44,91,45,56,49,46,57,48,53,53,48,49,44,50,54,46,51,51,48,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,77,99,75,105,110,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,56,52,57,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,56,46,52,54,57,52,48,50,44,51,52,46,57,53,57,48,56,49,93,44,91,45,49,48,56,46,52,54,56,55,49,53,44,51,53,46,51,48,54,54,53,56,93,44,91,45,49,48,55,46,51,48,57,51,56,54,44,51,53,46,51,48,53,54,56,55,93,44,91,45,49,48,55,46,51,48,56,54,54,55,44,51,53,46,57,57,56,53,53,54,93,44,91,45,49,48,55,46,54,50,54,53,49,49,44,51,54,46,48,48,48,50,56,56,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,101,110,32,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,53,52,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,51,50,53,50,57,54,44,51,49,46,55,53,54,53,56,52,93,44,91,45,56,51,46,51,50,53,54,49,55,44,51,49,46,54,56,48,54,48,51,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,51,46,52,56,48,49,55,54,44,51,49,46,56,52,55,51,49,50,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,44,91,45,57,49,46,49,48,50,53,52,50,44,51,52,46,55,51,52,56,54,52,93,44,91,45,57,49,46,48,53,49,57,49,56,44,51,52,46,54,52,53,55,50,49,93,44,91,45,57,48,46,53,56,51,50,50,52,44,51,52,46,54,52,49,51,56,57,93,44,91,45,57,48,46,53,49,55,49,54,56,44,51,52,46,54,51,48,57,50,56,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,49,46,48,57,57,50,48,49,44,51,52,46,57,49,49,55,57,54,93,44,91,45,57,49,46,48,57,57,57,54,49,44,51,52,46,56,54,55,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,56,53,44,34,98,101,100,115,34,58,49,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,49,55,48,49,57,55,44,51,48,46,51,53,56,57,55,50,93,44,91,45,56,50,46,50,49,48,55,51,51,44,51,48,46,52,50,53,54,52,93,44,91,45,56,50,46,50,49,52,54,55,55,44,51,48,46,53,54,56,53,53,54,93,44,91,45,56,50,46,52,49,56,57,49,52,44,51,48,46,53,56,49,55,54,55,93,44,91,45,56,50,46,52,53,57,55,57,51,44,51,48,46,53,56,52,50,54,55,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,76,97,110,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,54,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,44,91,45,56,51,46,49,55,57,52,54,53,44,51,48,46,57,53,48,49,50,56,93,44,91,45,56,51,46,48,52,50,57,50,52,44,51,48,46,57,52,55,50,57,54,93,44,91,45,56,51,46,48,49,57,52,49,57,44,51,48,46,56,52,57,52,53,51,93,44,91,45,56,50,46,57,55,49,51,51,54,44,51,48,46,56,54,57,51,57,50,93,44,91,45,56,50,46,57,55,49,50,52,55,44,51,49,46,49,56,51,57,56,56,93,44,91,45,56,51,46,48,52,54,56,56,53,44,51,49,46,49,56,51,54,56,93,44,91,45,56,51,46,49,54,53,48,55,50,44,51,49,46,49,52,55,49,57,56,93,44,91,45,56,51,46,49,57,55,57,55,49,44,51,49,46,48,50,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,48,57,56,44,34,98,101,100,115,34,58,52,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,56,56,49,55,54,56,44,51,51,46,57,53,48,50,57,57,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,54,46,48,52,51,57,57,51,44,51,51,46,55,54,51,53,57,53,93,44,91,45,56,54,46,49,52,53,53,54,50,44,51,51,46,54,55,57,48,57,56,93,44,91,45,56,54,46,48,53,48,54,54,57,44,51,51,46,54,55,52,53,57,93,44,91,45,56,53,46,57,57,52,57,51,53,44,51,51,46,53,56,54,52,55,53,93,44,91,45,56,53,46,55,57,54,48,53,52,44,51,51,46,53,53,54,50,50,93,44,91,45,56,53,46,54,51,56,53,55,57,44,51,51,46,54,52,56,52,49,51,93,44,91,45,56,53,46,54,48,49,56,53,56,44,51,51,46,56,56,57,55,53,93,44,91,45,56,53,46,53,51,48,48,57,52,44,51,51,46,57,52,49,52,50,51,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,49,52,44,34,98,101,100,115,34,58,52,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,44,91,45,56,56,46,56,56,51,49,51,44,51,48,46,52,49,56,55,57,56,93,44,91,45,56,56,46,55,57,53,50,56,55,44,51,48,46,51,53,48,51,54,49,93,44,91,45,56,56,46,55,57,53,49,52,55,44,51,48,46,49,57,57,57,57,52,93,44,91,45,56,56,46,52,54,49,50,56,51,44,51,48,46,49,52,54,54,56,54,93,44,91,45,56,56,46,51,56,52,52,51,49,44,51,48,46,49,53,56,53,52,51,93,44,91,45,56,56,46,52,49,50,54,49,50,44,51,48,46,55,51,53,53,57,93,44,91,45,56,56,46,56,56,52,53,51,52,44,51,48,46,55,51,53,53,57,49,93,44,91,45,56,56,46,56,56,52,53,51,51,44,51,48,46,54,55,55,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,50,54,55,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,52,50,55,50,56,53,44,51,56,46,57,56,48,56,54,51,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,49,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,52,51,54,52,52,50,44,51,54,46,54,49,56,54,53,53,93,44,91,45,56,53,46,50,57,54,48,48,50,44,51,54,46,54,50,53,55,49,56,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,97,110,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,50,52,51,44,34,98,101,100,115,34,58,49,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,44,91,45,57,48,46,49,57,56,54,51,49,44,51,52,46,53,53,52,52,50,53,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,49,57,52,48,56,54,44,51,52,46,51,48,49,52,48,55,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,56,57,46,57,51,49,52,56,53,44,51,52,46,49,54,52,51,48,51,93,44,91,45,56,57,46,55,50,49,48,53,44,51,52,46,49,57,50,53,52,53,93,44,91,45,56,57,46,55,50,49,51,52,49,44,51,52,46,53,53,52,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,72,97,110,115,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,67,104,97,109,98,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,50,57,50,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,44,91,45,57,52,46,57,48,56,54,53,52,44,50,57,46,56,50,53,49,56,49,93,44,91,45,57,52,46,57,49,57,54,55,49,44,50,57,46,54,56,56,52,53,52,93,44,91,45,57,53,46,48,48,49,54,52,50,44,50,57,46,54,54,52,51,56,56,93,44,91,45,57,53,46,48,49,56,50,48,53,44,50,57,46,53,53,52,53,57,55,93,44,91,45,57,52,46,57,49,52,51,57,55,44,50,57,46,52,57,54,53,48,53,93,44,91,45,57,52,46,51,55,49,54,50,44,50,57,46,53,57,55,50,48,57,93,44,91,45,57,52,46,51,54,57,51,54,49,44,50,57,46,53,48,48,54,50,93,44,91,45,57,52,46,51,53,52,56,56,44,50,57,46,53,48,54,51,50,56,93,44,91,45,57,52,46,51,53,55,57,55,54,44,50,57,46,56,56,55,52,54,52,93,44,91,45,57,52,46,52,52,50,50,51,53,44,50,57,46,56,56,57,53,51,56,93,44,91,45,57,52,46,57,56,49,52,54,44,50,57,46,56,56,52,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,81,117,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,44,91,45,56,53,46,49,52,49,49,51,44,51,49,46,55,56,48,52,54,51,93,44,91,45,56,52,46,57,53,56,54,52,44,51,49,46,55,55,55,56,53,52,93,44,91,45,56,52,46,57,48,55,48,48,54,44,51,49,46,57,50,52,52,54,53,93,44,91,45,56,53,46,48,54,56,50,51,44,51,49,46,57,57,49,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,44,91,45,57,52,46,53,52,53,55,49,55,44,51,48,46,53,50,54,57,55,55,93,44,91,45,57,52,46,55,51,50,55,51,50,44,51,48,46,52,57,48,48,54,54,93,44,91,45,57,52,46,53,57,54,51,51,56,44,51,48,46,49,49,50,49,48,49,93,44,91,45,57,52,46,52,52,52,57,49,44,51,48,46,49,49,51,48,49,53,93,44,91,45,57,52,46,50,57,50,54,50,57,44,51,48,46,49,49,55,54,55,49,93,44,91,45,57,52,46,50,48,51,55,48,57,44,51,48,46,49,56,56,56,49,57,93,44,91,45,57,52,46,49,49,53,57,49,55,44,51,48,46,49,54,48,51,52,55,93,44,91,45,57,52,46,49,49,55,54,48,52,44,51,48,46,50,52,49,54,54,53,93,44,91,45,57,52,46,48,56,50,57,50,44,51,48,46,51,52,53,54,53,52,93,44,91,45,57,52,46,49,49,54,52,54,54,44,51,48,46,52,51,50,54,57,49,93,44,91,45,57,52,46,48,55,49,54,56,57,44,51,48,46,53,50,54,48,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,76,105,116,99,104,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,110,110,101,99,116,105,99,117,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,48,51,49,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,44,91,45,55,51,46,53,49,56,48,56,44,52,49,46,54,54,54,55,50,51,93,44,91,45,55,51,46,52,52,49,52,54,54,44,52,49,46,52,57,49,50,57,52,93,44,91,45,55,51,46,51,49,48,52,55,51,44,52,49,46,52,54,56,56,49,53,93,44,91,45,55,51,46,49,53,53,52,57,50,44,52,49,46,53,49,52,51,48,52,93,44,91,45,55,50,46,57,56,51,50,53,44,52,49,46,54,51,57,53,57,56,93,44,91,45,55,51,46,48,49,54,54,55,53,44,52,49,46,55,57,56,49,56,51,93,44,91,45,55,50,46,56,56,55,48,54,44,52,49,46,57,55,51,49,50,49,93,44,91,45,55,51,46,48,48,56,55,54,54,44,52,50,46,48,51,56,55,56,53,93,44,91,45,55,51,46,48,53,51,50,56,56,44,52,50,46,48,51,57,56,54,53,93,44,91,45,55,51,46,52,56,55,51,49,57,44,52,50,46,48,52,57,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,83,97,110,100,117,115,107,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,57,57,44,34,98,101,100,115,34,58,50,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,56,52,55,55,49,51,44,52,49,46,52,51,48,51,50,54,93,44,91,45,56,50,46,57,53,50,50,50,52,44,52,49,46,52,53,56,50,51,57,93,44,91,45,56,51,46,51,51,56,49,57,54,44,52,49,46,52,53,55,53,48,56,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,80,105,115,99,97,116,97,113,117,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,54,57,46,55,50,56,53,55,55,44,52,53,46,57,55,54,56,56,50,93,44,91,45,54,57,46,55,48,52,50,54,53,44,52,53,46,56,52,54,49,51,54,93,44,91,45,54,57,46,55,56,53,50,53,55,44,52,53,46,54,57,50,55,56,93,44,91,45,54,57,46,55,48,49,54,56,56,44,52,53,46,54,50,55,57,56,50,93,44,91,45,54,57,46,55,55,57,57,50,56,44,52,53,46,53,52,50,55,54,54,93,44,91,45,54,57,46,54,50,48,57,54,55,44,52,53,46,48,49,48,57,53,54,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,56,46,56,53,54,53,56,55,44,52,53,46,49,52,50,55,56,51,93,44,91,45,54,56,46,55,55,54,48,54,49,44,52,53,46,50,52,48,51,49,55,93,44,91,45,54,56,46,56,53,55,50,57,55,44,52,53,46,53,50,55,51,48,49,93,44,91,45,54,56,46,57,54,52,54,53,51,44,52,53,46,53,49,50,51,54,55,93,44,91,45,54,56,46,57,53,56,57,49,44,52,53,46,54,54,50,49,57,53,93,44,91,45,54,56,46,56,50,55,48,51,57,44,52,53,46,54,56,52,56,50,54,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,56,50,49,52,49,52,44,52,54,46,53,55,50,53,49,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,44,91,45,56,57,46,48,52,52,55,57,57,44,51,55,46,51,50,57,55,49,55,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,50,55,51,54,51,49,44,51,55,46,49,50,54,57,54,56,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,48,50,57,56,54,54,44,51,55,46,50,49,49,48,54,53,93,44,91,45,56,56,46,57,51,51,52,48,49,44,51,55,46,50,50,52,57,57,49,93,44,91,45,56,56,46,57,50,55,56,57,44,51,55,46,50,50,54,51,52,50,93,44,91,45,56,56,46,57,50,56,55,53,55,44,51,55,46,51,48,50,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,79,107,102,117,115,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,44,91,45,57,54,46,52,52,53,53,56,52,44,51,53,46,52,53,56,55,55,49,93,44,91,45,57,54,46,52,52,49,51,54,56,44,51,53,46,50,57,48,49,50,50,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,54,46,48,56,55,53,51,44,51,53,46,51,55,54,56,55,55,93,44,91,45,57,54,46,48,56,55,55,55,55,44,51,53,46,53,53,50,48,48,51,93,44,91,45,57,54,46,49,57,50,53,54,51,44,51,53,46,54,51,57,48,56,55,93,44,91,45,57,54,46,54,50,48,56,50,56,44,51,53,46,54,51,57,48,48,53,93,44,91,45,57,54,46,54,50,52,54,56,49,44,51,53,46,52,54,50,55,48,55,93,44,91,45,57,54,46,54,50,51,54,57,57,44,51,53,46,52,48,48,55,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,97,103,105,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,55,55,56,44,34,98,101,100,115,34,58,56,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,51,54,55,56,57,49,44,52,51,46,49,50,56,52,53,50,93,44,91,45,56,51,46,57,50,57,48,55,57,44,52,51,46,49,51,50,55,56,50,93,44,91,45,56,51,46,57,51,50,48,55,49,44,52,51,46,50,50,48,51,55,55,93,44,91,45,56,51,46,54,57,53,54,50,49,44,52,51,46,50,50,49,52,50,50,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,56,49,55,50,50,56,44,52,51,46,53,50,50,51,52,53,93,44,91,45,56,52,46,48,53,48,57,56,55,44,52,51,46,53,50,52,48,54,52,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,49,55,48,53,55,54,44,52,51,46,52,56,49,57,54,57,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,82,105,111,32,65,114,114,105,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,48,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,55,46,52,50,49,50,50,51,44,51,55,46,48,48,48,50,50,51,93,44,91,45,49,48,55,46,52,53,49,52,52,53,44,51,54,46,57,48,52,48,51,54,93,44,91,45,49,48,55,46,54,49,56,49,56,49,44,51,54,46,56,48,52,50,54,55,93,44,91,45,49,48,55,46,54,50,52,50,56,51,44,51,54,46,50,49,57,56,48,57,93,44,91,45,49,48,54,46,56,56,53,48,53,51,44,51,54,46,50,49,54,53,55,93,44,91,45,49,48,54,46,56,56,53,51,49,55,44,51,53,46,57,57,56,57,54,57,93,44,91,45,49,48,54,46,50,52,55,49,54,52,44,51,54,46,48,48,49,52,51,52,93,44,91,45,49,48,54,46,50,52,56,49,54,49,44,51,53,46,57,54,54,51,50,55,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,48,53,52,51,52,54,44,51,53,46,57,51,48,55,56,51,93,44,91,45,49,48,54,46,48,55,49,51,52,57,44,51,54,46,48,48,49,57,55,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,53,46,53,51,48,51,56,44,51,54,46,48,49,51,48,49,52,93,44,91,45,49,48,53,46,55,51,53,56,56,51,44,51,54,46,49,48,48,49,51,51,93,44,91,45,49,48,53,46,56,53,54,57,52,55,44,51,54,46,50,51,48,52,51,52,93,44,91,45,49,48,54,46,48,53,56,51,54,52,44,51,54,46,50,57,54,57,55,56,93,44,91,45,49,48,53,46,57,54,49,52,49,52,44,51,54,46,51,53,51,48,54,54,93,44,91,45,49,48,53,46,57,51,56,55,53,52,44,51,54,46,52,54,50,52,48,50,93,44,91,45,49,48,53,46,57,55,49,56,51,54,44,51,54,46,54,51,50,52,52,52,93,44,91,45,49,48,53,46,57,55,49,56,56,57,44,51,54,46,56,56,54,50,52,55,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,97,108,101,100,111,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,53,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,50,46,48,49,50,53,48,52,44,52,52,46,54,57,56,56,50,49,93,44,91,45,55,50,46,49,49,52,53,48,51,44,52,52,46,55,52,57,54,50,52,93,44,91,45,55,50,46,50,54,50,57,54,53,44,52,52,46,53,52,50,51,51,54,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,50,50,51,54,56,57,44,52,52,46,52,50,52,53,55,51,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,48,52,50,57,53,54,44,52,52,46,49,53,54,52,57,55,93,44,91,45,55,50,46,48,54,56,52,55,56,44,52,52,46,50,55,48,56,48,49,93,44,91,45,55,49,46,57,56,49,52,50,52,44,52,52,46,51,51,55,51,54,54,93,44,91,45,55,49,46,56,51,55,56,53,51,44,52,52,46,51,52,55,57,57,51,93,44,91,45,55,49,46,57,51,51,50,56,56,44,52,52,46,52,52,49,49,55,52,93,44,91,45,55,49,46,57,49,48,48,56,53,44,52,52,46,54,52,55,49,56,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,111,116,101,116,111,117,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,44,91,45,55,57,46,57,54,57,48,55,49,44,51,55,46,53,52,52,52,48,56,93,44,91,45,56,48,46,48,55,52,49,49,57,44,51,55,46,52,50,50,52,54,57,93,44,91,45,55,57,46,56,52,55,52,55,54,44,51,55,46,51,48,57,51,53,50,93,44,91,45,55,57,46,54,57,48,48,54,44,51,55,46,52,55,54,51,55,52,93,44,91,45,55,57,46,53,57,51,55,48,55,44,51,55,46,52,52,56,56,54,52,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,54,56,51,53,53,52,44,51,55,46,54,54,49,55,54,51,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,56,49,54,54,56,53,44,51,55,46,56,48,48,57,54,52,93,44,91,45,56,48,46,48,50,48,53,53,52,44,51,55,46,54,52,55,52,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,54,55,48,44,34,98,101,100,115,34,58,57,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,44,91,45,57,48,46,49,49,55,55,48,55,44,51,56,46,56,48,53,55,52,56,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,56,57,46,55,48,54,57,52,57,44,51,56,46,54,53,53,48,49,57,93,44,91,45,56,57,46,53,57,55,51,50,49,44,51,56,46,55,52,51,50,51,54,93,44,91,45,56,57,46,54,51,57,50,54,53,44,51,56,46,57,57,57,49,50,57,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,57,48,46,50,55,53,55,48,50,44,51,56,46,57,50,51,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,67,111,108,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,51,53,48,44,34,98,101,100,115,34,58,50,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,50,57,55,50,50,55,44,51,50,46,57,56,49,55,53,50,93,44,91,45,57,54,46,50,57,53,52,49,51,44,51,51,46,51,53,49,57,51,54,93,44,91,45,57,54,46,51,56,52,54,48,50,44,51,51,46,51,57,55,56,50,54,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,98,98,101,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,44,91,45,56,50,46,55,52,50,49,48,51,44,51,52,46,50,49,49,57,48,51,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,53,51,48,53,54,55,44,51,52,46,48,55,49,57,50,53,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,50,52,55,55,52,55,44,51,52,46,50,49,57,54,49,57,93,44,91,45,56,50,46,51,51,52,50,51,52,44,51,52,46,51,52,50,54,51,93,44,91,45,56,50,46,50,52,54,51,51,55,44,51,52,46,52,48,57,54,55,54,93,44,91,45,56,50,46,51,49,51,57,57,54,44,51,52,46,52,56,52,48,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,68,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,56,51,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,53,54,56,57,55,55,44,52,49,46,52,51,51,50,52,93,44,91,45,57,54,46,52,55,48,55,50,44,52,49,46,51,57,51,50,51,57,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,54,46,52,52,51,56,57,56,44,52,49,46,53,50,51,57,51,51,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,53,53,53,49,55,50,44,52,49,46,55,52,50,48,49,56,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,97,114,97,115,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,49,52,52,44,34,98,101,100,115,34,58,49,53,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,44,91,45,56,50,46,53,54,52,55,52,44,50,55,46,50,48,53,54,93,44,91,45,56,50,46,52,51,55,51,50,55,44,50,54,46,57,52,54,48,50,53,93,44,91,45,56,50,46,50,53,53,53,50,49,44,50,54,46,57,52,53,50,54,52,93,44,91,45,56,50,46,50,53,53,50,51,55,44,50,55,46,48,51,50,57,55,53,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,50,46,48,53,54,52,57,55,44,50,55,46,50,48,55,55,54,57,93,44,91,45,56,50,46,50,53,51,53,57,54,44,50,55,46,50,48,56,57,49,54,93,44,91,45,56,50,46,50,53,50,50,54,52,44,50,55,46,51,56,54,50,52,51,93,44,91,45,56,50,46,55,48,53,52,51,56,44,50,55,46,51,56,57,54,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,77,97,114,113,117,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,44,91,45,56,57,46,53,57,55,57,53,44,52,51,46,57,56,50,49,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,50,52,53,51,55,53,44,52,51,46,55,53,57,56,49,51,93,44,91,45,56,57,46,49,54,56,49,50,49,44,52,51,46,56,55,54,52,55,93,44,91,45,56,57,46,49,54,56,54,49,50,44,52,51,46,57,56,50,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,77,111,104,97,118,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,48,54,52,44,34,98,101,100,115,34,58,54,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,48,52,51,57,52,52,44,51,54,46,49,57,51,51,53,93,44,91,45,49,49,52,46,49,53,51,52,44,51,54,46,48,50,51,49,55,93,44,91,45,49,49,52,46,50,52,51,56,54,53,44,51,54,46,48,49,53,50,54,54,93,44,91,45,49,49,52,46,51,55,48,49,56,49,44,51,54,46,49,52,50,54,50,52,93,44,91,45,49,49,52,46,54,50,55,48,55,57,44,51,54,46,49,52,48,55,54,49,93,44,91,45,49,49,52,46,55,53,52,53,48,56,44,51,54,46,48,56,54,49,55,49,93,44,91,45,49,49,52,46,55,48,56,49,49,50,44,51,53,46,57,48,57,57,51,51,93,44,91,45,49,49,52,46,54,55,56,56,57,50,44,51,53,46,53,48,49,50,55,54,93,44,91,45,49,49,52,46,53,57,53,49,54,51,44,51,53,46,51,50,49,56,56,51,93,44,91,45,49,49,52,46,53,54,57,53,50,57,44,51,53,46,49,54,50,51,49,55,93,44,91,45,49,49,52,46,54,51,51,52,56,55,44,51,53,46,48,48,49,56,53,55,93,44,91,45,49,49,52,46,54,50,56,50,55,54,44,51,52,46,56,54,51,53,57,54,93,44,91,45,49,49,52,46,52,55,49,54,50,44,51,52,46,55,49,50,57,54,54,93,44,91,45,49,49,52,46,52,51,53,54,55,49,44,51,52,46,53,57,51,56,52,49,93,44,91,45,49,49,52,46,51,51,57,54,50,55,44,51,52,46,52,53,49,52,51,53,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,48,51,49,49,51,50,44,51,52,46,50,53,57,56,49,57,93,44,91,45,49,49,51,46,54,48,54,48,57,51,44,51,52,46,50,50,57,51,51,52,93,44,91,45,49,49,51,46,53,51,57,53,50,52,44,51,52,46,51,48,54,51,55,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,51,49,51,52,50,56,44,51,54,46,49,48,48,48,48,49,93,44,91,45,49,49,51,46,48,48,54,51,52,51,44,51,54,46,50,51,56,55,53,52,93,44,91,45,49,49,50,46,57,48,50,57,52,57,44,51,54,46,50,53,51,55,54,49,93,44,91,45,49,49,50,46,54,56,49,53,55,49,44,51,54,46,51,52,49,54,54,50,93,44,91,45,49,49,50,46,54,50,57,52,57,44,51,54,46,51,57,49,54,49,49,93,44,91,45,49,49,50,46,54,53,54,51,54,53,44,51,54,46,53,53,51,57,49,53,93,44,91,45,49,49,50,46,54,49,57,55,50,56,44,51,54,46,55,56,50,55,52,52,93,44,91,45,49,49,50,46,53,51,56,53,55,49,44,51,55,46,48,48,48,55,53,56,93,44,91,45,49,49,50,46,56,57,57,49,57,49,44,51,55,46,48,48,48,51,56,53,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,89,97,118,97,112,97,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,54,52,53,44,34,98,101,100,115,34,58,51,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,50,46,55,52,51,57,53,49,44,51,51,46,57,57,57,56,57,56,93,44,91,45,49,49,50,46,50,55,54,48,52,44,51,51,46,56,56,50,51,49,50,93,44,91,45,49,49,50,46,49,54,51,50,53,51,44,51,52,46,48,52,55,52,55,49,93,44,91,45,49,49,49,46,55,50,53,51,49,44,51,51,46,57,57,57,56,52,57,93,44,91,45,49,49,49,46,52,57,52,55,55,56,44,51,51,46,57,57,57,56,49,55,93,44,91,45,49,49,49,46,52,55,55,56,53,51,44,51,52,46,49,53,49,49,48,56,93,44,91,45,49,49,49,46,55,49,50,49,49,56,44,51,52,46,49,53,49,50,55,49,93,44,91,45,49,49,49,46,54,53,57,54,50,50,44,51,52,46,51,56,54,51,52,50,93,44,91,45,49,49,49,46,53,53,52,54,56,49,44,51,52,46,52,55,49,55,51,51,93,44,91,45,49,49,49,46,53,53,49,57,53,57,44,51,52,46,56,48,50,53,50,93,44,91,45,49,49,49,46,55,55,56,50,48,52,44,51,52,46,56,48,51,54,56,53,93,44,91,45,49,49,49,46,55,55,56,50,57,55,44,51,52,46,57,56,49,48,48,55,93,44,91,45,49,49,50,46,51,51,52,53,51,54,44,51,52,46,57,55,51,48,50,52,93,44,91,45,49,49,50,46,51,51,53,55,49,54,44,51,53,46,49,52,56,50,55,57,93,44,91,45,49,49,50,46,52,52,50,51,44,51,53,46,49,52,57,52,48,56,93,44,91,45,49,49,50,46,52,55,50,55,44,51,53,46,50,51,56,51,49,50,93,44,91,45,49,49,50,46,53,55,55,51,57,57,44,51,53,46,50,52,51,51,57,52,93,44,91,45,49,49,50,46,54,57,52,56,52,54,44,51,53,46,51,49,49,53,56,54,93,44,91,45,49,49,50,46,57,52,52,55,56,57,44,51,53,46,51,53,50,54,48,51,93,44,91,45,49,49,51,46,49,55,52,52,53,56,44,51,53,46,53,48,54,52,52,53,93,44,91,45,49,49,51,46,51,51,52,49,54,49,44,51,53,46,53,50,56,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,72,111,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,48,57,49,53,44,34,98,101,100,115,34,58,56,48,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,51,51,50,52,53,56,44,51,51,46,57,57,52,57,57,55,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,49,48,49,48,55,52,44,51,51,46,53,55,50,57,54,57,93,44,91,45,55,56,46,57,50,54,48,55,53,44,51,51,46,53,55,50,54,53,56,93,44,91,45,55,56,46,54,57,49,51,56,50,44,51,51,46,55,53,53,50,56,56,93,44,91,45,55,56,46,52,57,57,51,48,49,44,51,51,46,56,49,50,56,53,50,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,51,48,49,44,34,98,101,100,115,34,58,51,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,44,91,45,55,53,46,53,55,51,51,51,56,44,52,48,46,49,57,53,51,48,51,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,50,50,51,54,49,44,52,48,46,48,57,50,57,48,55,93,44,91,45,55,53,46,49,48,57,52,51,49,44,52,48,46,48,52,53,56,55,52,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,54,57,54,55,56,50,44,52,48,46,50,52,49,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,52,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,44,91,45,49,49,54,46,51,54,57,49,50,50,44,52,54,46,52,54,54,57,50,51,93,44,91,45,49,49,54,46,51,54,56,56,48,49,44,52,54,46,51,52,51,50,49,55,93,44,91,45,49,49,54,46,55,49,51,52,57,54,44,52,54,46,51,50,53,53,50,55,93,44,91,45,49,49,54,46,55,48,49,56,49,57,44,52,53,46,57,57,54,51,56,49,93,44,91,45,49,49,54,46,53,49,52,55,48,55,44,52,54,46,48,51,56,55,53,55,93,44,91,45,49,49,54,46,52,53,52,49,49,55,44,52,54,46,49,57,50,48,51,50,93,44,91,45,49,49,54,46,51,48,51,55,49,51,44,52,54,46,49,54,54,55,55,56,93,44,91,45,49,49,54,46,49,51,51,53,55,44,52,54,46,50,49,53,50,51,49,93,44,91,45,49,49,54,46,49,55,48,50,55,50,44,52,54,46,51,55,49,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,114,101,99,105,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,50,52,50,44,34,98,101,100,115,34,58,50,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,44,91,45,54,54,46,55,55,48,48,55,50,44,49,56,46,51,50,53,48,49,51,93,44,91,45,54,54,46,54,48,54,57,56,57,44,49,56,46,51,50,56,49,56,54,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,44,91,45,54,54,46,55,54,52,54,57,50,44,49,56,46,53,51,56,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,50,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,50,48,34,44,34,78,65,77,69,34,58,34,78,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,48,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,44,91,45,56,50,46,53,57,49,49,52,55,44,51,54,46,57,51,53,51,49,51,93,44,91,45,56,50,46,54,51,51,56,51,49,44,51,54,46,57,53,50,50,55,54,93,44,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,52,51,56,51,44,34,98,101,100,115,34,58,49,56,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,54,52,48,54,52,51,44,52,48,46,57,54,53,51,51,56,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,53,53,54,48,49,56,44,52,48,46,55,53,56,50,56,56,93,44,91,45,55,52,46,52,54,49,48,51,53,44,52,48,46,54,55,51,53,48,52,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,51,48,49,54,56,53,44,52,48,46,57,57,57,49,55,51,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,56,53,53,51,49,51,44,52,48,46,51,56,53,56,57,52,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,78,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,53,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,57,57,46,53,56,52,55,57,52,44,51,56,46,51,52,57,51,56,54,93,44,91,45,57,57,46,53,56,53,48,56,55,44,51,56,46,54,57,54,53,51,55,93,44,91,45,57,57,46,53,57,56,51,50,51,44,51,56,46,54,57,54,53,49,52,93,44,91,45,49,48,48,46,49,53,51,56,50,51,44,51,56,46,54,57,55,51,52,49,93,44,91,45,49,48,48,46,50,52,55,50,44,51,56,46,54,57,56,49,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,66,114,97,122,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,57,57,44,34,98,101,100,115,34,58,50,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,44,91,45,57,53,46,52,54,50,53,48,51,44,50,57,46,52,51,57,50,52,93,44,91,45,57,53,46,53,52,57,57,57,52,44,50,57,46,52,51,56,52,51,57,93,44,91,45,57,53,46,53,57,48,55,57,51,44,50,57,46,51,50,55,52,56,53,93,44,91,45,57,53,46,55,53,50,56,54,54,44,50,57,46,51,50,52,53,48,51,93,44,91,45,57,53,46,56,52,55,54,53,54,44,50,57,46,50,54,50,53,57,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,56,52,49,52,57,57,44,50,57,46,48,57,56,54,50,93,44,91,45,57,53,46,55,54,52,57,51,55,44,50,56,46,57,54,55,51,53,57,93,44,91,45,57,53,46,54,53,53,51,57,56,44,50,56,46,57,53,49,55,49,49,93,44,91,45,57,53,46,52,57,53,54,53,44,50,56,46,55,54,52,56,51,55,93,44,91,45,57,53,46,51,53,51,52,55,49,44,50,56,46,56,49,55,56,54,51,93,44,91,45,57,53,46,48,57,52,51,51,54,44,50,57,46,48,51,50,50,52,93,44,91,45,57,53,46,48,57,49,54,50,50,44,50,57,46,48,54,50,55,51,57,93,44,91,45,57,53,46,48,53,54,53,55,53,44,50,57,46,49,57,57,56,53,54,93,44,91,45,57,53,46,50,51,51,48,56,49,44,50,57,46,52,54,53,53,54,54,93,44,91,45,57,53,46,50,49,54,52,50,50,44,50,57,46,53,53,54,48,56,93,44,91,45,57,53,46,50,54,49,52,54,53,44,50,57,46,53,57,51,48,52,52,93,44,91,45,57,53,46,52,50,52,49,49,56,44,50,57,46,53,56,48,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,57,48,34,44,34,78,65,77,69,34,58,34,83,116,97,117,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,53,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,44,91,45,55,57,46,48,50,48,51,48,56,44,51,56,46,49,52,51,55,50,53,93,44,91,45,55,57,46,48,51,51,55,56,57,44,51,56,46,49,57,57,48,49,56,93,44,91,45,55,57,46,48,57,51,55,57,49,44,51,56,46,49,56,54,50,56,55,93,44,91,45,55,57,46,48,55,55,53,54,49,44,51,56,46,49,50,54,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,97,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,52,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,49,46,51,52,50,55,56,56,44,52,48,46,51,53,48,52,52,52,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,48,51,52,44,34,98,101,100,115,34,58,50,51,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,44,91,45,56,52,46,52,55,57,50,49,51,44,51,57,46,53,57,49,48,50,52,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,52,46,48,57,50,57,51,56,44,51,57,46,56,51,56,51,52,53,93,44,91,45,56,52,46,48,53,51,55,51,54,44,51,57,46,56,53,48,52,53,56,93,44,91,45,56,52,46,48,53,49,48,49,50,44,51,57,46,56,55,57,56,49,93,44,91,45,56,52,46,49,53,55,54,55,49,44,51,57,46,57,50,50,57,55,93,44,91,45,56,52,46,52,50,53,57,48,50,44,51,57,46,57,49,57,54,50,50,93,44,91,45,56,52,46,52,56,53,51,54,55,44,51,57,46,57,49,56,52,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,55,34,44,34,78,65,77,69,34,58,34,84,104,114,111,99,107,109,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,55,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,56,46,57,53,51,57,51,56,44,51,51,46,51,57,55,53,51,52,93,44,91,45,57,57,46,52,55,50,52,52,52,44,51,51,46,51,57,57,48,50,51,93,44,91,45,57,57,46,52,55,49,50,53,56,44,51,50,46,57,53,55,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,49,34,44,34,78,65,77,69,34,58,34,79,103,108,101,116,104,111,114,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,51,46,49,50,54,50,50,57,44,51,52,46,48,52,54,50,49,51,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,49,49,56,55,50,57,44,51,51,46,54,57,56,56,49,56,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,57,56,55,50,56,54,44,51,51,46,55,56,48,55,49,93,44,91,45,56,50,46,56,52,54,54,56,54,44,51,51,46,57,52,48,54,51,57,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,110,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,56,53,53,44,51,53,46,49,55,50,55,55,55,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,51,46,48,52,48,53,50,53,44,51,53,46,48,55,54,57,50,51,93,44,91,45,57,50,46,55,49,54,51,51,49,44,51,53,46,48,55,49,55,52,50,93,44,91,45,57,50,46,53,53,52,54,56,53,44,51,53,46,49,49,51,50,55,55,93,44,91,45,57,50,46,52,57,57,57,56,53,44,51,53,46,49,54,57,53,55,53,93,44,91,45,57,50,46,52,56,49,52,54,57,44,51,53,46,51,54,56,51,57,50,93,44,91,45,57,50,46,52,55,57,50,54,56,44,51,53,46,52,53,53,51,53,55,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,78,111,100,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,52,55,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,44,91,45,57,53,46,49,56,48,54,49,52,44,52,48,46,50,54,49,55,48,54,93,44,91,45,57,53,46,48,55,49,55,48,51,44,52,48,46,50,54,48,56,53,57,93,44,91,45,57,53,46,48,52,51,48,56,44,52,48,46,49,51,48,48,57,54,93,44,91,45,57,52,46,54,48,53,57,52,50,44,52,48,46,49,50,54,49,50,55,93,44,91,45,57,52,46,53,57,56,52,56,55,44,52,48,46,51,56,54,55,49,52,93,44,91,45,57,52,46,54,51,50,48,51,44,52,48,46,53,55,49,51,54,55,93,44,91,45,57,52,46,57,49,52,56,57,54,44,52,48,46,53,55,53,48,54,56,93,44,91,45,57,53,46,50,48,50,50,54,53,44,52,48,46,53,55,56,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,82,97,110,115,111,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,54,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,44,91,45,57,56,46,48,51,52,53,53,54,44,52,54,46,50,56,50,54,53,55,93,44,91,45,57,56,46,48,48,54,55,49,53,44,52,54,46,50,56,50,54,50,54,93,44,91,45,57,55,46,50,56,48,53,54,54,44,52,54,46,50,56,50,51,57,51,93,44,91,45,57,55,46,50,55,57,57,52,56,44,52,54,46,54,50,57,51,52,56,93,44,91,45,57,55,46,54,56,50,48,48,54,44,52,54,46,54,50,57,57,50,56,93,44,91,45,57,56,46,48,51,51,56,54,50,44,52,54,46,54,51,48,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,55,56,54,44,34,98,101,100,115,34,58,51,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,48,53,48,57,56,55,44,52,51,46,53,50,52,48,54,52,93,44,91,45,56,51,46,56,49,55,50,50,56,44,52,51,46,53,50,50,51,52,53,93,44,91,45,56,51,46,54,57,56,56,49,54,44,52,51,46,52,55,56,57,53,55,93,44,91,45,56,51,46,55,48,56,51,49,55,44,52,51,46,56,50,56,55,50,49,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,57,48,55,54,48,56,44,52,51,46,57,49,48,52,49,53,93,44,91,45,56,52,46,48,52,52,56,52,51,44,52,51,46,57,49,49,49,52,54,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,48,48,53,44,34,98,101,100,115,34,58,52,48,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,49,53,50,48,57,52,44,51,53,46,50,53,53,57,56,57,93,44,91,45,57,48,46,48,54,54,53,57,49,44,51,53,46,49,51,53,57,57,93,44,91,45,57,48,46,49,55,51,54,48,51,44,51,53,46,49,49,56,48,55,51,93,44,91,45,57,48,46,50,48,57,51,57,55,44,51,53,46,48,50,54,53,52,54,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,48,55,53,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,49,46,57,55,52,55,57,52,44,51,57,46,54,55,53,52,56,55,93,44,91,45,49,50,49,46,57,57,52,48,50,49,44,51,57,46,53,51,51,57,50,54,93,44,91,45,49,50,49,46,56,53,54,53,51,50,44,51,57,46,53,51,54,57,48,52,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,52,48,55,53,50,55,44,51,57,46,51,51,57,55,53,52,93,44,91,45,49,50,49,46,51,48,53,49,50,50,44,51,57,46,53,49,57,53,56,53,93,44,91,45,49,50,49,46,49,52,57,57,48,55,44,51,57,46,53,50,54,52,52,54,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,49,51,54,55,49,53,44,51,57,46,54,50,56,49,54,57,93,44,91,45,49,50,49,46,51,54,49,50,48,54,44,51,57,46,56,53,53,52,55,51,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,53,56,54,52,48,55,44,52,48,46,49,48,48,53,50,50,93,44,91,45,49,50,49,46,54,52,54,48,51,50,44,51,57,46,57,56,50,53,50,55,93,44,91,45,49,50,49,46,56,48,52,48,52,49,44,51,57,46,56,56,52,51,52,52,93,44,91,45,49,50,50,46,48,52,52,56,54,53,44,51,57,46,56,56,51,55,55,49,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,50,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,44,91,45,57,51,46,48,53,53,48,56,49,44,52,53,46,57,56,49,50,51,51,93,44,91,45,57,51,46,49,52,50,56,54,57,44,52,53,46,57,56,49,48,48,53,93,44,91,45,57,51,46,49,52,49,55,57,51,44,52,53,46,55,51,48,54,53,55,93,44,91,45,57,50,46,56,52,49,48,53,49,44,52,53,46,55,51,48,48,50,52,93,44,91,45,57,50,46,55,49,50,53,48,51,44,52,53,46,56,57,49,55,48,53,93,44,91,45,57,50,46,51,53,48,52,48,55,44,52,54,46,48,49,54,51,54,56,93,44,91,45,57,50,46,50,57,51,55,48,53,44,52,54,46,49,53,55,51,50,49,93,44,91,45,57,50,46,50,57,50,56,54,44,52,54,46,52,49,55,50,50,93,44,91,45,57,51,46,48,53,52,56,52,55,44,52,54,46,52,49,57,50,54,57,93,44,91,45,57,51,46,48,53,51,56,55,49,44,52,54,46,49,53,56,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,97,115,116,114,111,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,53,55,55,44,34,98,101,100,115,34,58,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,52,57,50,52,56,50,44,51,48,46,50,49,48,48,49,49,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,51,49,53,56,50,51,44,50,57,46,55,56,54,53,52,49,93,44,91,45,57,55,46,48,50,52,52,54,49,44,51,48,46,48,53,49,52,51,53,93,44,91,45,57,55,46,48,56,49,56,51,52,44,51,48,46,50,53,57,51,53,55,93,44,91,45,57,55,46,51,51,52,52,54,51,44,51,48,46,52,48,50,56,52,51,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,75,108,105,99,107,105,116,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,57,54,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,44,91,45,49,50,48,46,56,48,49,50,57,53,44,52,54,46,48,52,49,48,49,52,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,49,46,54,49,50,50,51,50,44,52,54,46,48,52,52,48,57,51,93,44,91,45,49,50,49,46,54,48,57,50,52,54,44,52,53,46,55,56,50,53,49,57,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,52,52,49,50,50,57,44,52,53,46,54,57,55,50,56,93,44,91,45,49,50,49,46,51,51,55,55,49,50,44,52,53,46,55,48,52,56,51,57,93,44,91,45,49,50,49,46,48,56,52,56,54,51,44,52,53,46,54,52,55,57,51,50,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,53,48,53,55,52,51,44,52,53,46,54,57,57,57,52,57,93,44,91,45,49,50,48,46,50,49,48,55,55,52,44,52,53,46,55,50,53,57,49,53,93,44,91,45,49,49,57,46,57,57,57,53,48,49,44,52,53,46,56,49,50,53,49,55,93,44,91,45,49,49,57,46,56,54,56,51,49,50,44,52,53,46,56,51,54,49,57,56,93,44,91,45,49,49,57,46,56,54,53,56,50,57,44,52,54,46,48,52,48,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,55,51,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,44,91,45,49,50,51,46,48,48,56,52,56,54,44,52,56,46,55,54,55,48,57,57,93,44,91,45,49,50,51,46,50,54,55,56,55,55,44,52,56,46,54,57,51,57,57,51,93,44,91,45,49,50,51,46,50,49,56,57,50,57,44,52,56,46,53,52,56,55,48,56,93,44,91,45,49,50,51,46,49,49,53,49,51,56,44,52,56,46,52,50,50,56,51,93,44,91,45,49,50,51,46,50,52,55,57,49,57,44,52,56,46,50,56,52,53,53,56,93,44,91,45,49,50,50,46,57,53,50,51,56,54,44,52,56,46,51,52,57,55,48,54,93,44,91,45,49,50,50,46,56,54,51,48,55,56,44,52,56,46,51,55,48,51,54,49,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,55,54,52,52,48,52,44,52,56,46,54,48,48,53,55,55,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,50,46,56,49,50,51,52,44,52,56,46,55,55,49,56,53,93,44,91,45,49,50,51,46,48,48,56,52,56,53,44,52,56,46,56,51,49,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,55,56,54,44,34,98,101,100,115,34,58,49,50,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,44,91,45,56,56,46,49,57,48,52,54,53,44,52,52,46,53,56,54,55,57,57,93,44,91,45,56,56,46,49,57,50,54,49,49,44,52,52,46,50,52,49,57,52,55,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,55,46,56,56,56,48,56,55,44,52,52,46,50,52,48,52,54,49,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,56,46,50,52,50,54,56,55,44,52,52,46,54,55,57,54,51,49,93,44,91,45,56,56,46,50,52,53,50,48,52,44,52,52,46,53,56,52,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,56,48,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,53,50,53,52,57,57,44,51,55,46,55,51,50,55,53,57,93,44,91,45,57,53,46,57,54,48,56,55,54,44,51,55,46,55,51,52,51,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,78,97,116,99,104,105,116,111,99,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,54,51,44,34,98,101,100,115,34,58,49,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,44,91,45,57,51,46,52,52,49,55,52,51,44,51,49,46,55,49,52,52,56,53,93,44,91,45,57,51,46,51,51,56,57,55,50,44,51,49,46,55,49,52,50,53,57,93,44,91,45,57,51,46,51,51,55,52,53,54,44,51,49,46,53,51,56,49,49,93,44,91,45,57,51,46,50,51,54,54,54,50,44,51,49,46,53,51,56,51,51,57,93,44,91,45,57,51,46,50,51,54,49,48,52,44,51,49,46,51,54,52,53,48,55,93,44,91,45,57,50,46,57,56,49,52,54,52,44,51,49,46,51,52,54,54,52,52,93,44,91,45,57,50,46,57,49,51,48,49,57,44,51,49,46,51,54,56,50,51,54,93,44,91,45,57,50,46,55,49,56,57,56,51,44,51,49,46,53,49,55,53,57,52,93,44,91,45,57,50,46,56,48,54,50,48,54,44,51,49,46,53,57,56,53,52,56,93,44,91,45,57,50,46,57,48,56,51,49,51,44,51,49,46,54,50,53,49,54,57,93,44,91,45,57,50,46,57,55,51,53,50,57,44,51,49,46,55,48,56,57,50,50,93,44,91,45,57,50,46,57,52,50,50,52,53,44,51,49,46,56,53,52,50,54,56,93,44,91,45,57,50,46,56,56,50,57,57,56,44,51,49,46,57,51,57,57,55,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,51,46,49,51,54,49,50,55,44,51,50,46,48,53,54,50,50,52,93,44,91,45,57,51,46,50,51,56,52,55,44,51,49,46,57,55,50,55,56,49,93,44,91,45,57,51,46,51,53,53,52,53,50,44,51,49,46,57,51,50,50,50,50,93,44,91,45,57,51,46,52,52,49,49,55,49,44,51,49,46,56,52,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,84,101,114,114,101,98,111,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,53,56,55,44,34,98,101,100,115,34,58,53,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,44,91,45,57,48,46,52,48,57,52,49,51,44,50,57,46,50,51,57,55,51,56,93,44,91,45,57,48,46,51,56,53,53,51,57,44,50,57,46,51,54,55,55,52,57,93,44,91,45,57,48,46,54,49,57,51,48,57,44,50,57,46,53,57,56,48,57,50,93,44,91,45,57,48,46,55,54,54,56,52,57,44,50,57,46,54,57,53,52,55,55,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,50,54,48,54,54,49,44,50,57,46,53,52,52,53,49,93,44,91,45,57,49,46,50,49,50,49,53,55,44,50,57,46,52,50,51,52,50,57,93,44,91,45,57,49,46,51,53,52,50,55,50,44,50,57,46,50,51,57,54,48,54,93,44,91,45,57,49,46,50,57,50,54,56,49,44,50,57,46,49,57,54,49,55,55,93,44,91,45,57,49,46,48,48,54,48,53,52,44,50,57,46,49,49,57,57,57,52,93,44,91,45,57,49,46,48,48,56,55,53,57,44,50,57,46,48,50,54,57,48,50,93,44,91,45,57,48,46,57,48,55,48,56,44,50,56,46,57,57,49,49,51,50,93,44,91,45,57,48,46,55,50,48,55,54,53,44,50,56,46,57,57,50,54,51,93,44,91,45,57,48,46,53,53,50,53,52,55,44,50,57,46,48,51,54,56,48,54,93,44,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,73,114,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,56,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,44,91,45,56,51,46,51,51,56,55,50,56,44,51,49,46,52,55,53,57,57,49,93,44,91,45,56,51,46,49,52,53,53,56,55,44,51,49,46,52,55,50,50,55,54,93,44,91,45,56,50,46,57,57,56,51,54,44,51,49,46,54,55,51,49,54,52,93,44,91,45,56,51,46,51,50,53,54,49,55,44,51,49,46,54,56,48,54,48,51,93,44,91,45,56,51,46,51,50,53,50,57,54,44,51,49,46,55,53,54,53,56,52,93,44,91,45,56,51,46,52,53,51,54,51,52,44,51,49,46,55,53,55,56,54,49,93,44,91,45,56,51,46,53,48,48,55,48,50,44,51,49,46,53,57,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,32,83,108,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,44,91,45,49,52,49,46,48,48,50,55,56,50,44,54,57,46,55,48,51,54,52,56,93,44,91,45,49,52,49,46,51,55,55,56,57,54,44,54,57,46,55,52,52,49,52,55,93,44,91,45,49,52,49,46,53,57,49,52,53,51,44,54,57,46,56,49,52,53,56,50,93,44,91,45,49,52,50,46,48,55,57,48,56,55,44,54,57,46,57,48,56,53,48,50,93,44,91,45,49,52,50,46,55,48,54,50,57,53,44,55,48,46,48,56,56,49,57,54,93,44,91,45,49,52,51,46,50,50,54,52,51,51,44,55,48,46,50,48,49,57,57,56,93,44,91,45,49,52,51,46,57,52,48,53,56,53,44,55,48,46,49,54,57,54,56,53,93,44,91,45,49,52,52,46,53,50,57,49,48,52,44,55,48,46,48,55,57,48,54,49,93,44,91,45,49,52,52,46,54,56,49,52,54,56,44,55,48,46,48,49,53,55,55,51,93,44,91,45,49,52,53,46,48,54,52,57,56,51,44,55,48,46,48,56,55,54,49,49,93,44,91,45,49,52,53,46,50,55,57,51,54,44,55,48,46,48,56,56,57,53,57,93,44,91,45,49,52,53,46,57,56,49,55,56,49,44,55,48,46,50,52,50,51,48,55,93,44,91,45,49,52,54,46,51,55,55,57,49,56,44,55,48,46,50,56,51,55,53,93,44,91,45,49,52,54,46,55,48,56,57,54,51,44,55,48,46,50,56,50,52,51,93,44,91,45,49,52,55,46,51,55,50,53,49,56,44,55,48,46,52,51,48,53,51,57,93,44,91,45,49,52,55,46,55,55,57,52,51,54,44,55,48,46,52,55,49,56,54,57,93,44,91,45,49,52,56,46,48,48,51,53,48,50,44,55,48,46,53,52,53,53,55,57,93,44,91,45,49,52,56,46,52,50,49,51,48,53,44,55,48,46,53,51,50,56,54,52,93,44,91,45,49,52,56,46,53,49,53,52,55,57,44,55,48,46,52,55,55,52,55,53,93,44,91,45,49,52,57,46,48,57,48,52,55,54,44,55,48,46,53,54,53,52,50,93,44,91,45,49,52,57,46,54,55,57,56,55,53,44,55,48,46,54,50,49,52,57,53,93,44,91,45,49,53,48,46,51,52,53,50,52,44,55,48,46,53,53,51,50,51,50,93,44,91,45,49,53,48,46,55,57,53,49,53,50,44,55,48,46,53,52,56,51,53,57,93,44,91,45,49,53,49,46,51,49,52,57,55,55,44,55,48,46,52,54,51,52,50,54,93,44,91,45,49,53,49,46,53,52,56,56,57,49,44,55,48,46,52,57,49,48,56,53,93,44,91,45,49,53,49,46,54,49,50,55,52,44,55,48,46,53,57,51,54,48,52,93,44,91,45,49,53,50,46,49,53,49,56,53,49,44,55,48,46,56,55,53,49,51,49,93,44,91,45,49,53,50,46,53,48,57,55,53,55,44,55,48,46,57,51,52,55,50,54,93,44,91,45,49,53,51,46,50,55,52,51,49,44,55,48,46,57,55,48,57,53,55,93,44,91,45,49,53,51,46,56,57,57,49,55,53,44,55,48,46,57,51,54,50,49,56,93,44,91,45,49,53,52,46,52,51,55,54,55,53,44,55,49,46,48,50,51,53,53,50,93,44,91,45,49,53,52,46,56,50,49,51,49,55,44,55,49,46,49,53,56,57,54,49,93,44,91,45,49,53,53,46,52,53,56,56,54,53,44,55,49,46,50,54,56,53,57,93,44,91,45,49,53,53,46,55,53,54,50,49,53,44,55,49,46,50,56,51,51,56,49,93,44,91,45,49,53,53,46,57,50,54,52,50,56,44,55,49,46,51,53,55,54,56,53,93,44,91,45,49,53,54,46,52,48,48,54,50,54,44,55,49,46,52,51,53,52,48,55,93,44,91,45,49,53,54,46,53,56,50,50,53,50,44,55,49,46,52,50,55,54,55,49,93,44,91,45,49,53,54,46,57,52,48,56,51,44,55,49,46,51,49,49,50,48,52,93,44,91,45,49,53,55,46,53,51,50,52,50,50,44,55,49,46,48,48,55,53,53,52,93,44,91,45,49,53,56,46,49,55,49,52,54,51,44,55,48,46,56,55,49,48,52,55,93,44,91,45,49,53,56,46,53,53,50,55,50,51,44,55,48,46,57,48,50,56,50,56,93,44,91,45,49,53,56,46,55,51,51,57,57,56,44,55,48,46,57,54,51,49,49,57,93,44,91,45,49,53,57,46,50,51,56,52,52,44,55,48,46,57,50,48,50,56,49,93,44,91,45,49,53,57,46,55,53,53,52,54,55,44,55,48,46,56,51,48,53,50,54,93,44,91,45,49,54,48,46,52,49,52,50,49,55,44,55,48,46,53,54,49,50,57,56,93,44,91,45,49,54,48,46,57,48,55,56,54,49,44,55,48,46,52,49,53,55,52,50,93,44,91,45,49,54,49,46,51,49,53,49,51,52,44,55,48,46,51,52,55,50,53,54,93,44,91,45,49,54,49,46,57,52,56,54,53,55,44,55,48,46,51,55,52,55,52,50,93,44,91,45,49,54,50,46,52,54,53,50,50,49,44,55,48,46,50,49,55,50,52,51,93,44,91,45,49,54,50,46,56,49,56,56,49,55,44,54,57,46,57,57,57,48,50,56,93,44,91,45,49,54,51,46,49,51,51,53,54,49,44,54,57,46,56,51,56,55,48,50,93,44,91,45,49,54,51,46,50,56,55,55,55,50,44,54,57,46,54,51,50,51,56,52,93,44,91,45,49,54,51,46,50,56,57,53,56,57,44,54,57,46,52,51,48,51,53,55,93,44,91,45,49,54,51,46,51,56,48,53,56,57,44,54,57,46,51,50,48,50,49,57,93,44,91,45,49,54,51,46,54,53,48,55,57,56,44,54,57,46,49,54,56,54,57,50,93,44,91,45,49,54,52,46,48,50,48,51,54,53,44,54,57,46,48,51,51,49,53,93,44,91,45,49,54,52,46,50,55,57,51,55,57,44,54,56,46,57,55,57,54,49,55,93,44,91,45,49,54,53,46,51,53,55,48,52,56,44,54,56,46,57,48,56,57,51,57,93,44,91,45,49,54,54,46,50,48,48,49,53,49,44,54,56,46,57,51,51,56,50,51,93,44,91,45,49,54,54,46,51,52,55,52,50,56,44,54,56,46,57,48,48,51,56,54,93,44,91,45,49,54,54,46,51,54,55,54,54,52,44,54,56,46,53,55,52,57,57,52,93,44,91,45,49,54,54,46,53,48,50,56,55,50,44,54,56,46,52,53,54,49,48,57,93,44,91,45,49,54,54,46,56,52,57,57,56,49,44,54,56,46,52,48,49,54,52,52,93,44,91,45,49,54,54,46,57,52,50,48,52,49,44,54,56,46,51,48,50,53,57,52,93,44,91,45,49,54,54,46,54,53,49,57,56,51,44,54,56,46,50,56,56,51,49,56,93,44,91,45,49,54,54,46,50,56,53,51,44,54,56,46,50,50,52,51,54,55,93,44,91,45,49,54,53,46,57,54,54,48,52,50,44,54,56,46,48,55,50,52,57,50,93,44,91,45,49,54,53,46,53,57,54,48,52,54,44,54,56,46,48,51,52,55,50,55,93,44,91,45,49,54,52,46,52,57,57,52,51,55,44,54,56,46,48,51,52,55,52,56,93,44,91,45,49,54,52,46,52,57,57,52,54,51,44,54,56,46,50,48,55,56,57,93,44,91,45,49,54,50,46,55,50,50,49,57,44,54,56,46,50,48,55,57,50,54,93,44,91,45,49,54,50,46,55,50,50,50,48,50,44,54,56,46,50,57,52,52,57,54,93,44,91,45,49,54,50,46,48,50,51,50,55,51,44,54,56,46,50,57,52,53,49,49,93,44,91,45,49,54,50,46,48,50,51,50,54,49,44,54,56,46,50,48,55,57,52,93,44,91,45,49,54,49,46,53,53,55,51,50,56,44,54,56,46,50,48,55,57,52,57,93,44,91,45,49,54,49,46,53,53,55,51,50,44,54,56,46,50,57,52,53,50,49,93,44,91,45,49,54,49,46,48,57,49,51,54,52,44,54,56,46,50,57,52,53,51,50,93,44,91,45,49,54,49,46,48,57,49,51,53,49,44,54,56,46,50,48,55,57,54,49,93,44,91,45,49,54,48,46,49,53,57,52,52,44,54,56,46,50,48,55,57,56,50,93,44,91,45,49,54,48,46,49,53,57,52,53,50,44,54,56,46,50,57,52,53,53,51,93,44,91,45,49,53,57,46,54,57,51,52,56,55,44,54,56,46,50,57,52,53,54,52,93,44,91,45,49,53,57,46,54,57,51,52,55,55,44,54,56,46,50,48,55,57,57,50,93,44,91,45,49,53,56,46,52,53,55,56,51,54,44,54,56,46,50,48,56,48,49,54,93,44,91,45,49,53,55,46,49,53,52,57,50,52,44,54,56,46,50,48,56,48,53,52,93,44,91,45,49,53,55,46,49,53,52,57,49,44,54,56,46,49,50,49,52,56,51,93,44,91,45,49,53,54,46,50,51,54,56,51,49,44,54,56,46,49,50,49,52,57,56,93,44,91,45,49,53,54,46,50,51,54,56,49,55,44,54,56,46,48,51,52,57,50,54,93,44,91,45,49,53,53,46,51,49,56,55,52,56,44,54,56,46,48,51,52,57,52,50,93,44,91,45,49,53,53,46,51,49,56,55,52,52,44,54,56,46,48,48,48,48,51,50,93,44,91,45,49,53,51,46,52,48,52,49,53,50,44,54,56,93,44,91,45,49,53,49,46,57,48,48,50,55,54,44,54,56,46,48,48,48,48,48,55,93,44,91,45,49,53,48,46,56,57,48,48,50,56,44,54,56,46,48,48,48,48,48,52,93,44,91,45,49,52,57,46,51,50,53,52,51,44,54,55,46,57,57,57,57,57,57,93,44,91,45,49,52,55,46,55,53,51,49,49,55,44,54,55,46,57,57,57,57,56,56,93,44,91,45,49,52,54,44,54,56,93,44,91,45,49,52,54,44,54,56,46,53,93,44,91,45,49,52,51,46,53,50,56,56,50,51,44,54,56,46,53,48,48,48,50,49,93,44,91,45,49,52,49,46,48,48,50,54,57,52,44,54,56,46,52,57,56,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,114,101,110,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,48,52,52,56,52,51,44,52,51,46,57,49,49,49,52,54,93,44,91,45,56,51,46,57,48,55,54,48,56,44,52,51,46,57,49,48,52,49,53,93,44,91,45,56,51,46,55,48,56,53,50,53,44,52,51,46,56,51,51,57,52,56,93,44,91,45,56,51,46,49,56,53,50,56,44,52,52,46,49,54,56,52,48,52,93,44,91,45,56,51,46,56,56,51,57,55,55,44,52,52,46,49,54,49,55,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,52,49,44,34,98,101,100,115,34,58,49,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,55,49,54,55,54,57,44,52,48,46,53,57,56,53,51,93,44,91,45,57,49,46,52,56,51,49,53,51,44,52,48,46,51,56,50,52,57,50,93,44,91,45,57,49,46,52,49,57,52,50,50,44,52,48,46,51,55,56,50,54,52,93,44,91,45,57,49,46,51,55,53,55,49,50,44,52,48,46,51,57,49,57,50,53,93,44,91,45,57,49,46,51,53,57,56,55,51,44,52,48,46,54,48,49,56,48,53,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,115,98,111,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,48,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,48,51,55,53,44,51,57,46,49,51,51,49,50,49,93,44,91,45,57,56,46,52,56,57,57,57,55,44,51,57,46,49,51,50,54,57,55,93,44,91,45,57,56,46,52,57,48,49,52,57,44,51,57,46,50,49,57,55,56,93,44,91,45,57,56,46,52,56,55,51,56,52,44,51,57,46,53,54,55,52,57,50,93,44,91,45,57,56,46,53,48,53,50,54,54,44,51,57,46,53,54,55,54,48,51,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,109,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,51,57,44,34,98,101,100,115,34,58,50,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,53,46,50,50,49,51,57,52,44,52,53,46,55,56,50,56,52,51,93,44,91,45,56,53,46,51,48,55,53,56,52,44,52,53,46,54,50,53,48,48,54,93,44,91,45,56,53,46,50,56,51,50,51,56,44,52,53,46,53,53,48,50,48,57,93,44,91,45,56,52,46,57,54,52,55,56,55,44,52,53,46,50,57,49,54,48,49,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,70,114,101,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,44,91,45,57,53,46,56,51,52,49,50,44,52,48,46,55,56,51,55,56,51,93,44,91,45,57,53,46,56,56,49,53,50,57,44,52,48,46,55,53,48,54,49,49,93,44,91,45,57,53,46,55,54,53,54,52,53,44,52,48,46,53,56,53,50,48,56,93,44,91,45,57,53,46,51,55,51,57,50,51,44,52,48,46,53,56,48,53,48,51,93,44,91,45,57,53,46,51,56,52,57,54,52,44,52,48,46,57,48,49,53,53,93,44,91,45,57,53,46,56,49,51,52,54,53,44,52,48,46,57,48,49,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,44,91,45,54,57,46,54,53,48,49,55,49,44,52,52,46,50,55,57,54,50,53,93,44,91,45,54,57,46,54,53,54,55,52,50,44,52,52,46,49,50,50,51,57,50,93,44,91,45,54,57,46,55,53,56,50,48,56,44,52,52,46,49,51,57,51,51,52,93,44,91,45,54,57,46,56,49,51,53,52,57,44,52,52,46,48,50,54,48,49,49,93,44,91,45,54,57,46,55,48,48,48,57,55,44,52,52,46,48,48,54,54,56,53,93,44,91,45,54,57,46,54,54,52,55,52,53,44,52,51,46,55,49,49,55,52,56,93,44,91,45,54,57,46,53,48,49,54,49,55,44,52,51,46,55,55,57,54,56,54,93,44,91,45,54,57,46,50,57,55,56,53,53,44,52,51,46,55,48,55,54,57,52,93,44,91,45,54,57,46,50,51,51,52,56,44,52,51,46,55,55,56,48,48,50,93,44,91,45,54,57,46,51,57,55,55,51,56,44,52,51,46,56,55,49,56,57,93,44,91,45,54,57,46,51,54,51,57,57,54,44,52,52,46,48,49,50,56,55,51,93,44,91,45,54,57,46,50,56,50,48,50,55,44,52,52,46,48,54,52,53,50,51,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,53,48,54,51,56,50,44,52,52,46,51,52,50,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,101,110,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,54,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,54,46,57,55,49,51,57,50,44,52,50,46,55,54,52,50,50,51,93,44,91,45,55,54,46,56,57,53,51,52,57,44,52,50,46,54,53,54,50,53,53,93,44,91,45,55,54,46,56,57,53,53,57,54,44,52,50,46,53,52,49,53,51,55,93,44,91,45,55,54,46,54,57,54,54,53,53,44,52,50,46,53,52,54,55,57,93,44,91,45,55,54,46,54,54,54,53,52,51,44,52,50,46,54,50,51,52,53,55,93,44,91,45,55,54,46,55,51,51,52,53,52,44,52,50,46,55,50,55,56,57,53,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,49,56,48,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,48,57,49,56,53,51,44,51,54,46,57,53,53,57,57,50,93,44,91,45,56,51,46,57,53,57,51,56,53,44,51,54,46,57,55,55,49,50,56,93,44,91,45,56,51,46,56,55,49,51,49,53,44,51,55,46,48,53,52,57,49,57,93,44,91,45,56,51,46,57,54,56,57,57,44,51,55,46,49,55,52,55,57,52,93,44,91,45,56,51,46,57,52,51,55,49,56,44,51,55,46,50,53,48,53,53,49,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,52,46,50,49,54,50,52,49,44,51,55,46,50,56,48,50,53,54,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,101,105,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,44,91,45,56,52,46,55,56,50,51,54,54,44,51,53,46,53,57,52,55,57,57,93,44,91,45,56,52,46,57,49,53,48,52,57,44,51,53,46,52,52,48,55,55,49,93,44,91,45,56,53,46,48,49,54,51,52,51,44,51,53,46,52,48,57,50,56,56,93,44,91,45,56,52,46,57,52,54,51,51,57,44,51,53,46,50,56,55,55,49,55,93,44,91,45,56,52,46,56,54,48,49,54,52,44,51,53,46,51,53,48,48,55,52,93,44,91,45,56,52,46,56,48,53,53,52,52,44,51,53,46,52,52,56,53,55,49,93,44,91,45,56,52,46,54,49,57,56,54,53,44,51,53,46,54,52,52,54,53,49,93,44,91,45,56,52,46,55,50,51,56,53,51,44,51,53,46,55,53,50,56,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,84,97,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,50,48,44,34,98,101,100,115,34,58,49,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,44,91,45,57,51,46,51,49,53,51,51,50,44,51,54,46,52,57,56,49,52,93,44,91,45,57,51,46,50,57,51,52,54,55,44,51,54,46,52,57,56,50,55,54,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,55,54,52,56,54,57,44,51,54,46,56,48,54,48,57,55,93,44,91,45,57,50,46,57,48,57,51,51,54,44,51,54,46,56,48,57,49,55,56,93,44,91,45,57,51,46,51,48,52,51,53,57,44,51,54,46,56,49,54,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,57,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,48,51,51,54,51,44,51,50,46,53,50,57,57,50,55,93,44,91,45,56,52,46,49,48,52,57,54,54,44,51,50,46,54,55,51,51,56,53,93,44,91,45,56,52,46,50,48,50,54,50,56,44,51,50,46,54,57,48,48,49,56,93,44,91,45,56,52,46,50,56,54,50,52,54,44,51,50,46,55,52,55,54,50,54,93,44,91,45,56,52,46,52,52,52,51,53,51,44,51,50,46,53,54,50,48,56,51,93,44,91,45,56,52,46,51,57,50,51,49,54,44,51,50,46,52,49,52,48,52,54,93,44,91,45,56,52,46,51,54,51,50,49,54,44,51,50,46,51,57,55,54,52,57,93,44,91,45,56,52,46,50,53,52,54,49,51,44,51,50,46,51,55,50,48,53,51,93,44,91,45,56,52,46,49,50,50,51,52,55,44,51,50,46,53,48,53,57,50,49,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,44,91,91,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,44,91,45,56,52,46,48,49,56,49,52,55,44,51,50,46,53,48,54,52,48,54,93,44,91,45,56,52,46,48,48,56,52,57,44,51,50,46,53,50,49,55,54,57,93,44,91,45,56,52,46,48,53,51,51,49,44,51,50,46,53,50,50,48,50,49,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,51,48,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,56,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,55,52,49,48,49,55,44,51,55,46,50,54,53,57,56,52,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,53,34,44,34,78,65,77,69,34,58,34,83,99,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,48,46,54,54,48,54,50,54,44,51,50,46,53,50,53,51,49,50,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,105,108,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,53,51,57,51,57,51,44,51,57,46,55,55,50,51,49,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,51,57,55,56,52,57,44,51,57,46,57,49,50,56,56,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,99,67,108,97,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,54,51,52,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,54,46,57,51,50,52,51,54,44,51,52,46,56,53,52,52,57,54,93,44,91,45,57,54,46,57,51,48,53,56,54,44,51,52,46,57,54,52,51,54,52,93,44,91,45,57,55,46,48,49,53,57,51,44,51,52,46,57,48,55,51,52,56,93,44,91,45,57,55,46,49,52,50,51,52,57,44,51,52,46,57,50,56,49,55,54,93,44,91,45,57,55,46,51,52,49,53,48,57,44,51,52,46,57,54,52,48,48,49,93,44,91,45,57,55,46,51,53,52,49,57,50,44,51,53,46,48,55,54,54,53,54,93,44,91,45,57,55,46,53,53,52,55,57,44,51,53,46,50,50,52,51,50,57,93,44,91,45,57,55,46,53,53,54,57,56,55,44,51,53,46,50,56,56,52,52,93,44,91,45,57,55,46,54,55,49,52,49,53,44,51,53,46,51,51,55,52,54,53,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,53,51,54,56,55,44,51,56,46,53,53,48,57,49,55,93,44,91,45,55,57,46,52,55,54,54,51,56,44,51,56,46,52,53,55,50,50,56,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,57,46,49,51,52,50,57,54,44,51,56,46,56,49,51,51,52,93,44,91,45,55,57,46,51,52,57,56,54,55,44,51,56,46,57,53,55,53,48,57,93,44,91,45,55,57,46,52,53,53,52,55,50,44,51,56,46,57,50,57,57,49,93,44,91,45,55,57,46,53,51,57,48,55,53,44,51,56,46,56,52,49,52,49,49,93,44,91,45,55,57,46,53,49,48,48,55,51,44,51,56,46,55,56,48,55,49,50,93,44,91,45,55,57,46,54,50,54,55,55,52,44,51,56,46,54,54,52,50,49,52,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,53,52,56,56,50,56,44,51,56,46,55,51,56,54,53,53,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,54,57,49,51,49,50,44,51,56,46,53,49,48,48,48,56,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,52,53,50,56,48,49,44,51,56,46,52,55,53,53,50,55,93,44,91,45,55,56,46,51,51,56,49,55,54,44,51,56,46,54,50,55,51,49,50,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,32,70,108,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,57,48,57,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,52,46,56,49,52,50,55,54,44,51,53,46,50,48,50,51,51,49,93,44,91,45,57,52,46,57,50,55,55,55,52,44,51,53,46,50,48,50,54,49,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,53,46,48,53,57,53,49,50,44,51,52,46,56,53,53,48,49,57,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,52,46,57,51,55,53,53,53,44,51,52,46,54,56,48,55,57,50,93,44,91,45,57,52,46,57,51,55,54,48,52,44,51,52,46,53,48,55,50,57,54,93,44,91,45,57,52,46,52,54,49,49,52,57,44,51,52,46,53,48,55,52,53,55,93,44,91,45,57,52,46,52,53,52,53,54,52,44,51,52,46,55,50,56,57,54,50,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,57,53,50,53,49,44,51,53,46,51,48,49,50,93,44,91,45,57,52,46,54,54,56,55,57,54,44,51,53,46,50,57,53,48,50,57,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,117,109,109,101,114,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,48,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,48,46,57,48,53,57,54,49,44,51,55,46,54,57,56,53,57,54,93,44,91,45,56,49,46,48,54,56,55,55,52,44,51,55,46,54,51,57,56,50,51,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,48,46,56,53,57,52,53,55,44,51,55,46,52,50,57,52,57,49,93,44,91,45,56,48,46,56,53,56,52,54,54,44,51,55,46,52,50,56,51,48,55,93,44,91,45,56,48,46,54,54,51,51,52,56,44,51,55,46,55,51,49,54,57,54,93,44,91,45,56,48,46,56,48,54,51,49,54,44,51,55,46,56,54,56,57,49,53,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,101,99,107,108,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,52,51,49,52,44,34,98,101,100,115,34,58,50,54,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,44,91,45,56,48,46,54,54,54,52,56,44,51,53,46,50,54,55,57,51,52,93,44,91,45,56,48,46,55,56,52,49,54,55,44,51,53,46,53,48,54,48,49,55,93,44,91,45,56,48,46,57,52,55,51,52,52,44,51,53,46,52,56,56,52,55,51,93,44,91,45,56,48,46,57,53,52,56,54,44,51,53,46,52,48,48,48,55,56,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,49,46,48,52,49,52,57,54,44,51,53,46,48,52,52,55,49,51,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,53,53,48,51,52,57,44,51,53,46,50,48,56,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,51,53,53,53,44,34,98,101,100,115,34,58,51,53,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,51,55,49,55,51,56,44,52,48,46,55,51,57,54,52,93,44,91,45,55,52,46,49,51,54,55,48,51,44,52,48,46,54,55,52,52,52,52,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,105,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,56,54,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,44,91,45,57,51,46,51,54,52,56,48,56,44,51,57,46,55,48,51,56,48,51,93,44,91,45,57,51,46,50,54,54,57,54,56,44,51,57,46,55,48,51,53,54,50,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,56,53,54,49,57,49,44,52,48,46,48,51,55,50,53,51,93,44,91,45,57,51,46,51,54,49,57,53,49,44,52,48,46,48,51,51,48,57,56,93,44,91,45,57,51,46,51,54,49,57,53,55,44,51,57,46,57,54,55,54,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,44,91,45,56,50,46,53,57,55,54,55,49,44,51,50,46,48,49,51,57,55,57,93,44,91,45,56,50,46,53,52,51,54,53,53,44,51,49,46,57,53,56,57,49,52,93,44,91,45,56,50,46,52,56,51,49,51,49,44,51,49,46,57,54,56,57,54,49,93,44,91,45,56,50,46,52,48,57,49,51,44,51,50,46,51,53,51,55,51,56,93,44,91,45,56,50,46,54,53,53,52,56,54,44,51,50,46,50,57,55,53,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,44,91,45,49,50,48,46,56,51,56,55,55,50,44,52,53,46,53,49,53,57,52,54,93,44,91,45,49,50,48,46,56,54,56,53,54,57,44,52,53,46,52,48,49,49,52,54,93,44,91,45,49,50,49,46,48,50,52,50,57,52,44,52,53,46,50,49,57,53,51,49,93,44,91,45,49,50,48,46,56,56,57,51,53,55,44,52,53,46,50,48,50,51,48,53,93,44,91,45,49,50,48,46,55,50,51,53,54,57,44,52,53,46,49,51,48,57,49,49,93,44,91,45,49,50,48,46,53,48,51,55,51,51,44,52,53,46,48,56,51,52,55,55,93,44,91,45,49,50,48,46,53,51,50,48,53,57,44,52,53,46,51,55,49,50,52,57,93,44,91,45,49,50,48,46,52,57,48,51,53,57,44,52,53,46,52,54,56,57,52,57,93,44,91,45,49,50,48,46,51,54,52,57,53,53,44,52,53,46,52,57,55,50,53,93,44,91,45,49,50,48,46,52,49,49,54,57,57,44,52,53,46,53,57,54,48,54,55,93,44,91,45,49,50,48,46,54,53,51,53,48,51,44,52,53,46,55,51,55,49,56,49,93,44,91,45,49,50,48,46,57,49,53,56,53,44,52,53,46,54,52,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,55,54,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,50,55,55,54,49,49,44,51,51,46,53,50,55,54,51,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,48,49,50,56,53,51,44,51,51,46,52,54,57,49,55,56,93,44,91,45,56,50,46,57,57,53,54,48,50,44,51,51,46,54,57,51,53,56,51,93,44,91,45,56,51,46,49,49,56,55,50,57,44,51,51,46,54,57,56,56,49,56,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,53,54,50,53,51,54,44,52,52,46,49,48,49,53,49,57,93,44,91,45,57,57,46,51,53,51,55,50,44,52,51,46,57,57,53,51,50,57,93,44,91,45,57,57,46,51,53,53,56,54,52,44,52,51,46,57,51,52,51,55,49,93,44,91,45,57,56,46,57,50,54,57,57,55,44,52,51,46,57,51,53,49,52,51,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,101,108,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,44,91,45,49,48,48,46,53,53,52,54,56,55,44,52,51,46,55,51,55,50,52,55,93,44,91,45,49,48,48,46,54,55,57,51,50,50,44,52,51,46,55,49,49,54,51,54,93,44,91,45,49,48,48,46,57,56,55,48,50,55,44,52,51,46,56,52,57,49,51,50,93,44,91,45,49,48,49,46,48,54,52,51,50,54,44,52,51,46,56,52,49,48,57,93,44,91,45,49,48,49,46,50,50,56,51,51,49,44,52,51,46,55,57,53,48,52,57,93,44,91,45,49,48,49,46,50,50,56,50,51,52,44,52,51,46,51,56,57,49,56,53,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,49,48,48,46,51,51,56,57,55,44,52,51,46,55,49,54,57,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,69,99,116,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,56,51,52,50,44,34,98,101,100,115,34,58,54,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,44,91,45,49,48,50,46,55,57,57,48,56,54,44,51,50,46,48,56,53,55,57,53,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,51,49,56,48,53,44,51,49,46,54,53,49,51,50,55,93,44,91,45,49,48,50,46,50,56,55,51,52,53,44,51,49,46,54,53,49,50,55,54,93,44,91,45,49,48,50,46,50,56,55,48,52,56,44,51,50,46,48,56,54,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,51,34,44,34,78,65,77,69,34,58,34,76,105,109,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,53,49,53,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,54,46,56,48,49,49,50,51,44,51,49,46,53,50,50,50,54,57,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,50,51,54,54,50,57,44,51,49,46,52,49,51,51,57,50,93,44,91,45,57,54,46,52,57,54,55,49,51,44,51,49,46,55,57,54,49,57,49,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,32,72,97,114,98,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,57,54,55,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,44,91,45,49,50,52,46,52,50,49,55,50,56,44,52,55,46,51,57,51,50,57,51,93,44,91,45,49,50,52,46,51,48,54,51,54,55,44,52,55,46,50,52,56,48,56,51,93,44,91,45,49,50,52,46,50,53,49,50,57,49,44,52,55,46,48,57,54,54,53,52,93,44,91,45,49,50,52,46,50,51,52,51,57,51,44,52,54,46,56,57,49,49,56,56,93,44,91,45,49,50,52,46,49,55,53,49,51,49,44,52,54,46,55,57,51,55,51,50,93,44,91,45,49,50,51,46,51,55,48,57,53,44,52,54,46,55,57,50,49,50,57,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,49,53,56,51,54,52,44,52,54,46,57,57,53,56,55,49,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,52,56,56,57,52,51,44,52,55,46,48,56,50,54,52,54,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,52,46,48,52,54,55,52,44,52,55,46,53,49,56,53,50,53,93,44,91,45,49,50,52,46,52,50,57,53,53,51,44,52,55,46,53,51,50,57,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,107,101,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,52,57,53,44,34,98,101,100,115,34,58,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,55,46,56,56,57,49,51,53,44,51,57,46,53,57,55,52,53,51,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,56,46,49,51,56,57,51,55,44,51,57,46,53,57,51,55,57,54,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,86,105,108,108,97,108,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,52,52,52,53,54,44,49,56,46,49,55,54,54,55,52,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,44,91,45,49,49,48,46,55,57,52,55,55,52,44,52,53,46,53,57,48,54,56,50,93,44,91,45,49,49,48,46,57,49,57,50,50,50,44,52,53,46,53,50,52,56,54,49,93,44,91,45,49,49,48,46,57,49,55,56,57,57,44,52,53,46,51,53,49,50,55,51,93,44,91,45,49,49,49,46,48,51,56,49,54,57,44,52,53,46,51,53,49,51,57,49,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,48,46,55,48,52,52,55,54,44,52,52,46,57,57,50,49,55,52,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,50,50,56,48,53,50,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,49,48,46,50,50,48,57,48,56,44,52,53,46,55,56,52,57,55,51,93,44,91,45,49,49,48,46,50,57,50,54,54,50,44,52,53,46,55,56,53,48,53,55,93,44,91,45,49,49,48,46,50,56,49,57,49,54,44,52,54,46,49,56,52,51,57,55,93,44,91,45,49,49,48,46,55,56,51,56,51,51,44,52,54,46,49,57,50,54,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,68,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,55,48,52,55,44,34,98,101,100,115,34,58,49,53,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,44,91,45,57,55,46,51,57,56,52,56,44,51,50,46,57,57,48,56,51,57,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,54,46,56,51,52,49,49,44,51,51,46,52,48,53,52,57,56,93,44,91,45,57,54,46,57,52,51,56,54,44,51,51,46,52,49,54,52,49,93,44,91,45,57,55,46,51,56,51,48,57,53,44,51,51,46,52,51,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,49,49,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,44,91,45,56,49,46,55,53,53,48,56,51,44,51,52,46,57,51,48,50,56,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,52,56,55,48,49,54,44,51,53,46,48,51,52,56,53,51,93,44,91,45,56,49,46,52,48,56,56,55,54,44,51,53,46,48,52,54,51,50,52,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,55,54,56,49,48,50,44,51,53,46,49,56,48,54,49,49,93,44,91,45,56,49,46,56,55,52,54,56,57,44,51,53,46,49,56,52,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,89,97,110,99,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,44,91,45,56,50,46,53,48,53,52,50,53,44,51,53,46,57,55,55,52,51,50,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,50,46,49,57,49,55,48,53,44,51,53,46,57,57,48,54,51,54,93,44,91,45,56,50,46,51,52,53,50,57,44,51,54,46,48,55,54,52,53,57,93,44,91,45,56,50,46,52,49,54,55,51,56,44,51,54,46,48,55,50,56,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,56,55,34,44,34,78,65,77,69,34,58,34,82,101,100,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,51,48,56,54,51,55,44,51,51,46,51,56,48,54,54,50,93,44,91,45,57,53,46,51,48,54,54,52,44,51,51,46,51,55,56,48,50,55,93,44,91,45,57,53,46,49,50,53,52,53,49,44,51,51,46,51,56,57,52,53,52,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,55,52,54,48,57,54,44,51,51,46,55,48,51,48,49,54,93,44,91,45,57,52,46,56,54,48,54,56,55,44,51,51,46,55,52,49,57,52,53,93,44,91,45,57,52,46,57,57,56,48,49,57,44,51,51,46,56,54,48,53,48,52,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,50,49,34,44,34,78,65,77,69,34,58,34,77,97,116,97,103,111,114,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,52,51,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,44,91,45,57,54,46,51,50,51,53,50,50,44,50,56,46,54,55,53,53,57,55,93,44,91,45,57,54,46,51,57,53,49,57,56,44,50,56,46,50,55,57,55,51,54,93,44,91,45,57,54,46,49,56,50,50,52,50,44,50,56,46,52,53,50,48,51,54,93,44,91,45,57,53,46,55,53,48,50,51,56,44,50,56,46,54,51,56,52,49,57,93,44,91,45,57,53,46,52,57,53,54,53,44,50,56,46,55,54,52,56,51,55,93,44,91,45,57,53,46,54,53,53,51,57,56,44,50,56,46,57,53,49,55,49,49,93,44,91,45,57,53,46,55,54,52,57,51,55,44,50,56,46,57,54,55,51,53,57,93,44,91,45,57,53,46,56,52,49,52,57,57,44,50,57,46,48,57,56,54,50,93,44,91,45,57,53,46,56,55,52,48,50,56,44,50,57,46,50,50,57,55,48,50,93,44,91,45,57,53,46,57,54,53,49,57,54,44,50,57,46,49,52,54,56,54,53,93,44,91,45,57,54,46,51,48,57,49,55,56,44,50,56,46,57,54,51,50,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,116,101,118,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,56,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,50,52,49,51,50,56,44,52,53,46,52,49,50,54,54,55,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,54,46,50,53,52,48,50,50,44,52,53,46,55,53,57,56,50,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,56,53,49,57,53,52,44,51,51,46,52,52,51,53,52,51,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,53,53,57,55,53,51,44,51,51,46,51,50,55,50,55,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,51,56,51,56,50,57,44,51,51,46,51,49,50,49,48,54,93,44,91,45,56,50,46,53,51,53,55,55,57,44,51,51,46,51,53,55,52,54,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,53,50,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,44,91,45,57,57,46,55,55,50,48,52,51,44,51,52,46,48,57,51,50,56,54,93,44,91,45,57,57,46,53,55,51,49,54,49,44,51,52,46,48,54,51,54,48,56,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,53,54,57,54,57,54,44,51,52,46,52,49,56,52,49,56,93,44,91,45,57,57,46,54,57,52,53,50,56,44,51,52,46,51,55,56,50,49,56,93,44,91,45,57,57,46,56,52,52,53,56,53,44,51,52,46,53,48,54,57,49,53,93,44,91,45,57,57,46,57,57,55,53,48,49,44,51,52,46,53,54,48,53,55,52,93,44,91,45,57,57,46,57,57,55,55,50,44,51,52,46,51,49,49,56,50,57,93,44,91,45,57,57,46,57,57,55,54,50,49,44,51,52,46,50,50,52,51,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,51,53,56,54,50,56,44,51,56,46,50,50,49,57,56,49,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,50,48,53,50,48,53,44,51,56,46,48,56,54,57,48,55,93,44,91,45,57,48,46,48,51,53,56,54,55,44,51,56,46,49,51,53,55,51,54,93,44,91,45,57,48,46,48,51,54,51,49,54,44,51,56,46,50,50,51,50,52,54,93,44,91,45,56,57,46,56,57,57,48,52,51,44,51,56,46,50,50,48,55,53,53,93,44,91,45,56,57,46,57,49,51,50,50,55,44,51,56,46,51,48,56,50,54,57,93,44,91,45,57,48,46,48,51,54,49,49,51,44,51,56,46,51,50,51,51,55,55,93,44,91,45,57,48,46,50,54,52,49,50,51,44,51,56,46,53,50,48,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,74,101,110,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,44,91,45,56,50,46,48,56,50,52,52,44,51,50,46,54,54,51,48,54,49,93,44,91,45,56,50,46,48,48,49,50,51,54,44,51,50,46,54,48,54,57,49,93,44,91,45,56,49,46,56,52,49,48,48,53,44,51,50,46,54,52,57,48,57,51,93,44,91,45,56,49,46,56,54,55,57,51,56,44,51,50,46,54,56,49,49,53,93,44,91,45,56,49,46,55,54,55,53,53,51,44,51,50,46,57,48,57,52,49,49,93,44,91,45,56,49,46,56,53,55,57,56,53,44,51,50,46,57,53,51,56,56,50,93,44,91,45,56,50,46,48,56,49,51,51,55,44,51,50,46,57,49,54,55,55,54,93,44,91,45,56,50,46,49,52,52,57,55,55,44,51,50,46,56,49,50,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,71,114,97,121,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,55,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,54,54,49,56,56,44,51,55,46,53,52,49,57,51,52,93,44,91,45,56,54,46,54,49,50,48,57,53,44,51,55,46,51,57,53,49,50,51,93,44,91,45,56,54,46,52,54,57,49,50,54,44,51,55,46,51,50,49,48,57,57,93,44,91,45,56,54,46,49,53,55,53,56,57,44,51,55,46,51,51,53,54,52,57,93,44,91,45,56,54,46,48,55,51,54,50,54,44,51,55,46,51,52,56,48,52,53,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,54,46,49,49,52,48,57,53,44,51,55,46,53,54,55,49,51,49,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,51,34,44,34,78,65,77,69,34,58,34,80,97,108,111,32,80,105,110,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,49,55,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,56,46,52,55,53,49,55,55,44,51,50,46,53,49,51,48,51,57,93,44,91,45,57,56,46,48,54,56,53,52,53,44,51,50,46,53,49,49,54,50,54,93,44,91,45,57,56,46,48,54,54,56,51,54,44,51,50,46,53,53,56,56,50,50,93,44,91,45,57,56,46,48,53,54,48,57,52,44,51,51,46,48,48,51,51,51,50,93,44,91,45,57,56,46,52,50,54,53,53,51,44,51,51,46,48,48,55,57,49,51,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,72,101,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,52,46,57,51,57,48,49,53,44,51,51,46,50,50,52,54,57,51,93,44,91,45,56,53,46,48,49,53,51,53,56,44,51,51,46,52,50,53,53,48,54,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,49,55,49,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,49,48,57,57,49,49,44,51,52,46,50,57,57,50,57,57,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,55,46,50,54,48,54,55,54,44,51,52,46,55,53,56,54,50,54,93,44,91,45,56,55,46,52,50,54,53,49,44,51,52,46,56,48,48,48,50,50,93,44,91,45,56,55,46,52,51,51,48,54,44,51,52,46,55,49,55,52,56,53,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,71,117,97,121,110,97,98,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,56,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,54,54,57,49,54,44,51,52,46,54,56,53,55,56,54,93,44,91,45,56,57,46,54,54,56,52,52,56,44,51,52,46,53,53,52,51,54,55,93,44,91,45,56,57,46,52,55,54,54,52,50,44,51,52,46,53,53,52,49,54,56,93,44,91,45,56,57,46,50,52,54,49,51,51,44,51,52,46,52,57,53,54,51,51,93,44,91,45,56,57,46,50,52,53,54,52,53,44,51,52,46,53,56,51,50,51,52,93,44,91,45,56,57,46,50,57,56,51,51,52,44,51,52,46,53,56,50,57,50,54,93,44,91,45,56,57,46,50,57,57,50,50,55,44,51,52,46,56,52,52,52,49,53,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,53,51,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,49,48,48,46,48,57,49,53,50,57,44,51,55,46,51,56,54,56,57,50,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,57,57,46,53,52,49,49,49,54,44,51,54,46,57,57,57,54,49,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,52,55,44,34,98,101,100,115,34,58,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,105,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,54,56,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,44,91,45,57,51,46,49,52,55,49,57,51,44,51,50,46,52,53,53,49,55,51,93,44,91,45,57,51,46,50,51,54,54,53,54,44,51,50,46,52,49,48,48,55,49,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,50,49,51,57,56,56,44,51,50,46,50,51,54,48,54,53,93,44,91,45,57,51,46,49,56,55,49,54,50,44,51,50,46,49,52,56,52,49,50,93,44,91,45,57,50,46,57,51,57,48,56,44,51,50,46,49,52,55,57,52,50,93,44,91,45,57,50,46,56,49,52,55,51,55,44,51,50,46,49,52,54,57,48,55,93,44,91,45,57,50,46,55,55,52,57,51,54,44,51,50,46,50,51,55,48,53,53,93,44,91,45,57,50,46,55,55,55,49,57,55,44,51,50,46,52,53,51,52,53,53,93,44,91,45,57,50,46,56,55,57,50,54,56,44,51,50,46,52,53,52,49,49,56,93,44,91,45,57,50,46,56,56,48,56,48,53,44,51,50,46,53,56,53,50,55,55,93,44,91,45,57,51,46,49,55,56,55,54,55,44,51,50,46,53,56,52,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,53,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,52,53,48,53,54,49,44,51,52,46,56,51,49,54,55,55,93,44,91,45,56,53,46,52,53,48,52,48,57,44,51,52,46,55,53,57,50,52,49,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,48,54,57,49,53,57,44,51,52,46,53,56,55,49,56,52,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,53,46,48,53,48,56,52,55,44,51,52,46,55,49,57,57,56,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,50,54,52,55,54,50,44,51,52,46,56,53,52,50,55,55,93,44,91,45,56,53,46,50,54,53,48,53,53,44,51,52,46,57,56,53,48,55,53,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,50,57,55,52,57,52,44,52,49,46,53,48,57,55,57,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,56,51,49,51,55,57,44,52,49,46,56,54,49,56,53,49,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,51,48,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,44,91,45,57,57,46,52,49,55,51,49,54,44,52,48,46,54,55,48,56,50,53,93,44,91,45,57,57,46,49,55,57,50,52,56,44,52,48,46,54,54,48,53,52,49,93,44,91,45,57,56,46,57,48,54,48,57,54,44,52,48,46,54,53,50,55,50,50,93,44,91,45,57,56,46,55,50,52,51,56,55,44,52,48,46,54,56,57,55,55,50,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,57,46,50,48,55,53,54,52,44,52,49,46,48,52,55,48,48,51,93,44,91,45,57,57,46,52,50,53,57,56,54,44,52,49,46,48,52,54,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,53,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,48,46,53,52,54,49,52,53,44,51,54,46,52,57,57,51,52,51,93,44,91,45,49,48,48,46,48,48,51,55,54,50,44,51,54,46,52,57,57,56,52,57,93,44,91,45,49,48,48,46,48,48,51,49,54,44,51,54,46,53,57,51,50,53,93,44,91,45,49,48,48,46,48,48,50,53,54,51,44,51,55,46,48,48,49,55,48,54,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,50,46,53,53,52,51,44,52,50,46,53,53,53,56,53,52,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,82,111,111,115,101,118,101,108,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,48,51,55,48,57,52,44,52,56,46,48,54,51,52,49,54,93,44,91,45,49,48,52,46,56,50,50,53,56,49,44,52,56,46,49,49,56,57,52,53,93,44,91,45,49,48,52,46,53,49,49,54,57,54,44,52,56,46,49,48,57,56,57,52,93,44,91,45,49,48,52,46,48,52,52,48,52,52,44,52,55,46,57,57,54,48,56,50,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,54,50,55,55,54,44,52,56,46,51,56,57,51,54,50,93,44,91,45,49,48,52,46,54,50,55,55,50,54,44,52,56,46,52,55,54,51,52,57,93,44,91,45,49,48,52,46,55,53,55,54,49,57,44,52,56,46,53,54,51,49,50,55,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,53,46,56,48,52,53,57,57,44,52,56,46,50,49,57,48,51,55,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,53,46,53,57,53,48,50,55,44,52,56,46,48,56,49,55,56,93,44,91,45,49,48,53,46,50,50,56,57,57,44,52,56,46,48,56,57,50,56,52,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,114,99,101,108,111,110,101,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,51,50,53,50,49,44,49,56,46,53,51,53,52,55,56,93,44,91,45,54,54,46,53,55,56,52,52,49,44,49,56,46,53,52,49,52,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,111,119,108,105,116,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,49,49,50,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,44,91,45,49,50,51,46,49,49,53,57,48,52,44,52,54,46,49,56,53,50,54,56,93,44,91,45,49,50,50,46,57,48,52,49,49,57,44,52,54,46,48,56,51,55,51,52,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,55,50,48,57,49,44,52,53,46,57,51,49,56,57,50,93,44,91,45,49,50,50,46,52,55,56,55,53,51,44,52,53,46,57,56,55,57,51,56,93,44,91,45,49,50,50,46,51,51,50,54,54,51,44,52,53,46,57,54,53,48,54,52,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,51,46,50,49,55,57,53,44,52,54,46,51,56,53,54,49,55,93,44,91,45,49,50,51,46,50,49,51,48,53,52,44,52,54,46,49,55,50,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,55,34,44,34,78,65,77,69,34,58,34,76,105,118,101,32,79,97,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,51,51,52,51,50,51,44,50,56,46,48,53,55,56,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,56,46,48,56,57,55,54,52,44,50,56,46,54,54,50,57,55,57,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,105,116,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,57,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,44,91,45,57,50,46,54,49,55,49,52,55,44,51,56,46,54,56,48,48,49,51,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,50,46,56,52,49,56,55,49,44,51,56,46,53,57,54,55,57,50,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,52,57,53,49,56,53,44,51,56,46,52,50,55,56,50,57,93,44,91,45,57,50,46,51,57,52,56,54,54,44,51,56,46,55,51,57,49,51,93,44,91,45,57,50,46,51,55,57,54,49,52,44,51,56,46,56,48,48,48,55,54,93,44,91,45,57,50,46,52,57,56,51,55,55,44,51,56,46,57,50,50,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,101,115,116,109,111,114,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,54,46,56,55,55,48,54,50,44,51,56,46,49,50,52,51,53,56,93,44,91,45,55,54,46,55,52,56,56,55,49,44,51,55,46,57,57,52,56,57,55,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,53,49,54,51,54,57,44,51,56,46,48,51,52,55,50,52,93,44,91,45,55,54,46,54,49,48,51,56,52,44,51,56,46,49,52,56,53,49,54,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,89,97,100,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,56,56,49,53,57,49,44,51,54,46,48,53,53,55,49,56,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,52,51,57,49,48,52,44,51,54,46,49,51,57,57,52,57,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,54,51,49,53,52,52,44,51,54,46,50,56,53,53,56,52,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,48,55,53,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,57,56,51,55,53,54,44,51,55,46,51,57,57,54,52,93,44,91,45,49,50,48,46,57,55,50,57,52,49,44,51,55,46,51,51,56,52,56,51,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,49,46,50,49,53,52,48,54,44,51,54,46,57,54,49,50,52,56,93,44,91,45,49,50,49,46,49,52,49,53,50,51,44,51,54,46,56,51,54,54,53,54,93,44,91,45,49,50,48,46,57,49,56,55,51,49,44,51,54,46,55,52,48,51,56,49,93,44,91,45,49,50,48,46,53,52,49,54,57,54,44,51,55,46,48,52,52,53,48,53,93,44,91,45,49,50,48,46,52,55,54,54,57,50,44,51,55,46,48,57,54,51,57,93,44,91,45,49,50,48,46,50,50,55,50,56,54,44,51,55,46,49,54,51,52,93,44,91,45,49,50,48,46,48,53,50,48,53,53,44,51,55,46,49,56,51,49,48,56,93,44,91,45,49,50,48,46,49,52,51,56,50,54,44,51,55,46,50,51,57,49,57,50,93,44,91,45,49,50,48,46,50,54,54,48,49,44,51,55,46,52,48,48,54,48,55,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,101,119,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,49,56,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,56,46,54,51,49,57,56,53,44,51,53,46,56,49,50,52,48,50,93,44,91,45,57,56,46,54,51,54,56,57,57,44,51,54,46,49,54,52,56,57,52,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,49,50,44,34,98,101,100,115,34,58,55,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,57,48,54,54,53,50,44,51,53,46,56,56,51,51,55,54,93,44,91,45,56,49,46,57,56,54,57,51,57,44,51,53,46,56,48,54,57,50,51,93,44,91,45,56,49,46,56,54,57,51,56,56,44,51,53,46,55,49,57,54,50,52,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,54,57,49,57,56,57,44,51,53,46,53,56,48,48,52,49,93,44,91,45,56,49,46,53,51,55,53,57,57,44,51,53,46,53,54,52,50,50,56,93,44,91,45,56,49,46,53,51,53,52,48,51,44,51,53,46,53,54,56,49,51,55,93,44,91,45,56,49,46,51,54,51,55,57,54,44,51,53,46,55,54,55,56,48,50,93,44,91,45,56,49,46,53,53,53,57,57,52,44,51,53,46,55,55,55,53,51,56,93,44,91,45,56,49,46,56,48,55,49,54,50,44,51,53,46,57,54,49,57,53,53,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,48,48,50,44,34,98,101,100,115,34,58,53,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,44,91,45,55,56,46,49,53,56,53,56,57,44,51,53,46,51,52,55,53,51,55,93,44,91,45,55,56,46,51,48,54,53,56,44,51,53,46,50,56,55,54,48,52,93,44,91,45,55,56,46,49,54,51,52,50,44,51,53,46,49,56,57,55,49,54,93,44,91,45,55,55,46,56,51,52,50,52,57,44,51,53,46,49,55,55,56,52,54,93,44,91,45,55,55,46,56,48,54,50,52,56,44,51,53,46,51,54,56,55,53,52,93,44,91,45,55,55,46,56,50,50,53,49,49,44,51,53,46,53,56,53,51,56,51,93,44,91,45,55,56,46,48,54,52,55,56,52,44,51,53,46,53,56,53,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,51,53,44,34,98,101,100,115,34,58,50,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,56,46,57,53,54,48,52,50,44,52,49,46,54,50,51,52,48,50,93,44,91,45,55,56,46,57,53,54,48,53,54,44,52,49,46,54,50,51,56,54,51,93,44,91,45,55,56,46,57,49,56,56,53,53,44,52,49,46,57,57,56,49,49,57,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,56,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,44,91,45,57,52,46,48,57,56,53,48,49,44,51,52,46,49,57,49,50,48,51,93,44,91,45,57,52,46,48,53,50,57,52,51,44,51,51,46,56,56,54,48,56,50,93,44,91,45,57,51,46,57,53,56,56,50,56,44,51,51,46,55,53,48,57,57,52,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,56,51,49,52,53,50,44,51,51,46,55,52,55,55,48,57,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,56,50,48,55,50,50,44,51,52,46,49,56,51,56,48,50,93,44,91,45,57,51,46,57,50,53,56,51,44,51,52,46,49,56,54,52,57,54,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,52,46,50,53,52,54,54,56,44,51,52,46,51,53,53,52,56,49,93,44,91,45,57,52,46,50,52,51,55,51,57,44,51,52,46,49,57,50,53,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,57,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,44,91,45,56,48,46,55,48,55,56,50,54,44,51,53,46,56,53,50,57,50,57,93,44,91,45,56,48,46,54,51,50,55,50,52,44,51,53,46,56,52,53,56,53,52,93,44,91,45,56,48,46,52,53,56,56,56,52,44,51,53,46,55,52,51,48,51,49,93,44,91,45,56,48,46,51,56,53,55,56,52,44,51,53,46,56,53,52,53,56,55,93,44,91,45,56,48,46,51,57,52,51,48,55,44,51,53,46,57,55,50,55,54,50,93,44,91,45,56,48,46,52,57,54,50,56,51,44,51,54,46,48,52,54,53,52,53,93,44,91,45,56,48,46,54,57,51,49,57,55,44,51,54,46,48,53,49,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,99,68,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,48,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,50,53,49,50,53,49,44,51,53,46,53,53,57,57,52,51,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,49,46,57,54,55,54,49,57,44,51,53,46,53,50,54,48,48,55,93,44,91,45,56,49,46,56,50,52,49,50,50,44,51,53,46,53,55,52,57,56,51,93,44,91,45,56,49,46,56,54,57,51,56,56,44,51,53,46,55,49,57,54,50,52,93,44,91,45,56,49,46,57,56,54,57,51,57,44,51,53,46,56,48,54,57,50,51,93,44,91,45,56,49,46,57,48,54,54,53,50,44,51,53,46,56,56,51,51,55,54,93,44,91,45,56,49,46,57,52,51,49,56,56,44,51,53,46,57,54,48,48,53,93,44,91,45,56,49,46,57,56,49,57,53,52,44,51,53,46,57,49,49,51,54,49,93,44,91,45,56,50,46,49,51,51,52,56,52,44,51,53,46,56,50,51,51,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,49,49,54,51,54,49,44,51,51,46,52,53,50,57,48,57,93,44,91,45,57,51,46,49,48,52,50,57,44,51,51,46,55,55,55,48,49,49,93,44,91,45,57,51,46,50,57,48,53,55,49,44,51,51,46,56,52,53,49,51,51,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,89,117,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,54,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,50,46,55,57,51,53,56,50,44,52,48,46,51,53,49,50,56,49,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,48,53,49,55,52,52,44,52,48,46,48,48,51,48,55,56,93,44,91,45,49,48,50,46,48,53,49,53,56,54,44,52,48,46,51,52,57,50,49,51,93,44,91,45,49,48,50,46,48,53,49,52,54,53,44,52,48,46,52,52,48,48,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,51,34,44,34,78,65,77,69,34,58,34,85,118,97,108,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,48,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,44,91,45,49,48,48,46,48,49,52,49,56,56,44,50,57,46,54,50,51,52,57,53,93,44,91,45,49,48,48,46,49,49,50,48,57,56,44,50,57,46,54,50,51,50,54,51,93,44,91,45,49,48,48,46,49,49,49,52,48,54,44,50,57,46,48,56,54,51,49,56,93,44,91,45,57,57,46,52,49,51,56,56,44,50,57,46,48,57,49,51,51,53,93,44,91,45,57,57,46,52,49,49,56,49,55,44,50,57,46,54,50,55,53,49,52,93,44,91,45,57,57,46,54,48,51,49,51,44,50,57,46,54,50,55,49,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,117,103,108,97,105,122,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,56,52,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,51,51,56,54,44,52,48,46,51,55,57,49,57,57,93,44,91,45,56,52,46,51,51,57,49,51,55,44,52,48,46,52,56,49,48,55,54,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,52,46,49,48,55,55,56,55,44,52,48,46,54,52,51,48,54,57,93,44,91,45,56,52,46,50,50,50,55,57,57,44,52,48,46,54,56,53,57,53,55,93,44,91,45,56,52,46,51,57,54,55,55,56,44,52,48,46,54,56,52,57,50,54,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,111,115,115,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,49,51,49,44,34,98,101,100,115,34,58,50,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,44,91,45,57,51,46,55,56,51,50,51,51,44,51,50,46,55,56,52,51,54,93,44,91,45,57,51,46,56,49,57,49,54,57,44,51,50,46,55,51,54,48,48,50,93,44,91,45,57,51,46,55,51,54,54,49,44,51,50,46,53,55,57,56,52,53,93,44,91,45,57,51,46,55,53,54,50,48,54,44,51,50,46,53,51,55,48,51,55,93,44,91,45,57,51,46,54,49,53,49,51,44,51,50,46,51,52,56,51,51,50,93,44,91,45,57,51,46,52,55,49,50,52,57,44,51,50,46,50,51,55,49,56,54,93,44,91,45,57,51,46,52,50,56,49,57,44,51,50,46,50,51,53,56,57,55,93,44,91,45,57,51,46,51,55,50,55,56,49,44,51,50,46,52,49,48,49,53,51,93,44,91,45,57,51,46,52,52,49,50,49,50,44,51,50,46,52,49,48,52,51,49,93,44,91,45,57,51,46,52,53,51,49,50,49,44,51,50,46,56,53,57,57,51,53,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,56,49,52,53,53,51,44,51,51,46,48,49,57,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,69,109,109,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,53,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,52,46,52,52,51,49,51,55,44,52,51,46,50,53,53,48,49,52,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,57,49,52,53,56,50,44,52,51,46,53,48,48,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,57,55,55,44,34,98,101,100,115,34,58,51,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,57,50,56,53,54,44,51,56,46,57,53,56,51,57,53,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,77,97,103,111,102,102,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,54,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,44,91,45,56,51,46,48,56,57,55,57,54,44,51,55,46,54,51,50,49,54,55,93,44,91,45,56,50,46,57,52,56,53,52,52,44,51,55,46,53,48,51,49,54,55,93,44,91,45,56,50,46,57,50,53,52,54,44,51,55,46,52,56,54,53,50,53,93,44,91,45,56,50,46,56,57,49,54,48,53,44,51,55,46,53,49,57,48,56,51,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,51,46,48,56,57,52,48,57,44,51,55,46,56,57,48,51,52,93,44,91,45,56,51,46,50,55,48,51,56,55,44,51,55,46,55,54,54,56,52,53,93,44,91,45,56,51,46,50,54,50,49,55,50,44,51,55,46,55,49,50,54,53,55,93,44,91,45,56,51,46,50,52,56,54,57,50,44,51,55,46,54,54,57,54,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,97,105,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,44,91,45,49,48,51,46,48,52,55,52,48,57,44,51,51,46,56,50,52,54,55,52,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,51,46,48,52,51,55,54,50,44,51,52,46,51,49,50,55,53,93,44,91,45,49,48,51,46,48,52,51,55,54,55,44,51,52,46,51,48,50,54,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,108,108,97,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,56,52,48,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,44,91,45,57,50,46,49,49,48,51,56,55,44,51,57,46,48,54,52,50,48,52,93,44,91,45,57,50,46,49,54,53,49,49,55,44,51,56,46,57,48,48,57,52,56,93,44,91,45,57,50,46,49,51,53,51,57,55,44,51,56,46,56,49,53,53,56,49,93,44,91,45,57,50,46,50,50,48,54,54,49,44,51,56,46,54,52,51,49,54,55,93,44,91,45,57,50,46,49,48,57,50,56,50,44,51,56,46,53,54,49,52,51,93,44,91,45,57,50,46,48,48,56,57,56,51,44,51,56,46,53,55,48,57,93,44,91,45,57,49,46,56,54,57,52,56,57,44,51,56,46,54,54,51,57,52,93,44,91,45,57,49,46,54,52,55,49,55,49,44,51,56,46,55,48,51,51,57,54,93,44,91,45,57,49,46,54,51,51,57,57,56,44,51,57,46,48,53,57,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,98,97,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,48,50,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,44,91,45,49,48,54,46,48,54,56,52,48,54,44,52,49,46,51,57,53,48,50,56,93,44,91,45,49,48,54,46,51,50,50,56,56,53,44,52,49,46,51,57,53,49,52,49,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,53,46,50,55,54,56,54,44,52,48,46,57,57,56,49,55,50,93,44,91,45,49,48,53,46,50,55,56,50,51,54,44,52,49,46,54,53,54,54,53,53,93,44,91,45,49,48,53,46,50,55,49,55,52,54,44,52,49,46,57,56,54,48,57,53,93,44,91,45,49,48,53,46,50,56,51,57,49,44,52,50,46,52,51,49,52,48,50,93,44,91,45,49,48,53,46,51,55,53,53,52,49,44,52,50,46,50,57,48,49,51,57,93,44,91,45,49,48,53,46,54,49,51,56,54,53,44,52,50,46,51,48,52,52,53,53,93,44,91,45,49,48,53,46,53,53,54,48,52,50,44,52,50,46,52,51,48,53,56,51,93,44,91,45,49,48,54,46,48,55,51,52,48,51,44,52,50,46,52,51,51,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,80,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,49,50,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,44,91,45,49,49,48,46,55,48,52,52,55,54,44,52,52,46,57,57,50,49,55,52,93,44,91,45,49,49,49,46,48,52,53,48,54,54,44,52,53,46,48,48,48,57,53,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,48,46,54,54,55,56,54,55,44,52,52,46,54,54,54,50,57,49,93,44,91,45,49,49,48,46,54,54,55,56,57,57,44,52,52,46,53,56,50,55,57,50,93,44,91,45,49,49,48,46,51,55,53,51,51,52,44,52,52,46,53,56,51,48,49,54,93,44,91,45,49,49,48,46,50,55,54,53,48,54,44,52,52,46,53,49,53,54,54,53,93,44,91,45,49,49,48,46,50,57,54,54,52,56,44,52,52,46,52,51,49,51,52,49,93,44,91,45,49,49,48,46,49,53,48,49,55,53,44,52,52,46,50,56,57,54,54,54,93,44,91,45,49,49,48,46,49,49,57,49,57,51,44,52,52,46,49,51,50,53,56,52,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,48,57,46,56,56,49,57,44,52,51,46,57,52,57,48,55,54,93,44,91,45,49,48,57,46,55,56,57,57,44,52,51,46,56,48,51,50,53,50,93,44,91,45,49,48,57,46,53,52,50,51,51,50,44,52,51,46,57,54,49,51,53,50,93,44,91,45,49,48,57,46,52,52,50,51,54,49,44,52,51,46,57,51,48,52,51,52,93,44,91,45,49,48,57,46,51,49,50,57,52,57,44,52,51,46,56,49,51,50,57,51,93,44,91,45,49,48,57,46,48,57,51,54,48,51,44,52,51,46,56,49,55,54,49,57,93,44,91,45,49,48,57,46,48,57,50,56,55,56,44,52,51,46,57,48,52,52,55,52,93,44,91,45,49,48,56,46,57,49,50,55,56,51,44,52,51,46,57,48,52,55,53,52,93,44,91,45,49,48,56,46,55,57,49,55,55,57,44,52,51,46,57,57,49,48,53,51,93,44,91,45,49,48,56,46,55,57,50,50,55,55,44,52,52,46,48,55,57,54,49,54,93,44,91,45,49,48,56,46,53,53,48,55,53,56,44,52,52,46,48,55,57,52,48,51,93,44,91,45,49,48,56,46,53,53,48,53,54,50,44,52,52,46,49,54,56,52,53,53,93,44,91,45,49,48,56,46,53,57,50,50,57,54,44,52,52,46,56,55,49,52,52,52,93,44,91,45,49,48,56,46,54,50,49,51,49,53,44,52,53,46,48,48,48,51,54,49,93,44,91,45,49,48,57,46,55,57,56,52,56,51,44,52,53,46,48,48,50,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,111,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,57,52,44,34,98,101,100,115,34,58,54,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,55,57,50,54,49,44,52,48,46,57,52,54,54,52,55,93,44,91,45,55,54,46,54,54,49,51,52,56,44,52,48,46,57,54,55,57,57,54,93,44,91,45,55,54,46,53,50,56,48,51,52,44,52,48,46,56,56,50,53,49,53,93,44,91,45,55,54,46,53,49,50,52,50,49,44,52,48,46,57,52,54,49,48,50,93,44,91,45,55,54,46,54,49,56,57,55,49,44,52,49,46,48,54,51,55,53,57,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,81,117,101,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,56,53,49,51,44,34,98,101,100,115,34,58,51,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,52,46,48,52,50,49,49,50,44,52,48,46,53,48,57,50,57,57,93,44,91,45,55,51,46,56,56,54,54,53,50,44,52,48,46,52,56,57,55,57,52,93,44,91,45,55,51,46,55,54,56,55,56,49,44,52,48,46,53,51,51,55,52,55,93,44,91,45,55,51,46,55,48,49,54,51,51,44,52,48,46,55,53,50,52,57,51,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,51,46,56,51,51,48,52,49,44,52,48,46,54,50,56,50,54,49,93,44,91,45,55,51,46,56,55,57,50,50,50,44,52,48,46,53,55,52,54,53,54,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,83,117,119,97,110,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,50,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,50,50,54,51,54,44,51,48,46,49,49,52,54,50,49,93,44,91,45,56,51,46,49,54,50,52,53,55,44,51,48,46,49,49,48,48,50,50,93,44,91,45,56,50,46,57,54,51,49,49,50,44,50,57,46,57,57,51,48,53,93,44,91,45,56,50,46,56,55,57,56,48,50,44,50,57,46,56,56,54,56,52,55,93,44,91,45,56,50,46,56,48,48,52,55,55,44,50,57,46,57,51,50,49,50,54,93,44,91,45,56,50,46,55,57,52,53,57,52,44,51,48,46,51,51,55,48,50,52,93,44,91,45,56,50,46,57,53,53,57,44,51,48,46,52,49,51,52,56,54,93,44,91,45,56,51,46,48,55,56,55,48,54,44,51,48,46,52,51,56,49,49,54,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,104,101,98,111,121,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,53,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,51,54,54,54,49,52,44,52,53,46,49,57,56,55,51,55,93,44,91,45,56,52,46,50,52,54,54,51,52,44,52,53,46,49,57,56,55,50,55,93,44,91,45,56,52,46,50,53,50,48,50,44,52,53,46,54,50,53,57,57,56,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,52,53,50,54,51,52,44,52,53,46,54,57,53,51,55,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,108,97,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,44,91,45,56,52,46,54,48,56,49,48,52,44,52,52,46,49,54,48,52,56,50,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,49,54,54,51,55,55,44,52,51,46,57,57,54,57,48,49,93,44,91,45,56,52,46,49,54,54,49,48,55,44,52,52,46,49,54,49,55,56,56,93,44,91,45,56,52,46,51,54,56,48,51,57,44,52,52,46,49,54,48,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,53,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,56,56,49,51,53,51,44,51,56,46,49,51,54,53,49,55,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,53,52,54,44,34,98,101,100,115,34,58,50,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,48,46,56,54,48,50,55,52,44,51,52,46,54,57,53,56,52,55,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,55,52,51,51,52,53,44,51,52,46,53,51,57,57,49,54,93,44,91,45,56,48,46,54,53,56,52,49,55,44,51,52,46,52,55,56,54,49,50,93,44,91,45,56,48,46,53,53,48,53,53,50,44,51,52,46,53,54,48,49,49,54,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,55,57,55,52,56,52,44,51,52,46,56,49,57,56,48,51,93,44,91,45,56,48,46,55,56,49,57,50,49,44,51,52,46,57,51,53,56,52,56,93,44,91,45,56,48,46,56,52,48,50,55,56,44,51,53,46,48,48,49,54,57,50,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,48,46,56,54,56,54,53,50,44,51,52,46,57,53,49,49,52,51,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,76,97,114,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,56,55,54,48,48,54,44,51,55,46,53,52,51,50,53,57,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,53,46,54,53,55,51,51,50,44,51,55,46,52,50,49,57,57,54,93,44,91,45,56,53,46,53,56,51,52,57,55,44,51,55,46,52,54,57,57,49,55,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,54,49,56,48,55,49,44,51,55,46,53,52,48,54,49,49,93,44,91,45,56,53,46,53,57,50,48,56,56,44,51,55,46,54,57,51,52,55,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,98,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,51,57,56,44,34,98,101,100,115,34,58,56,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,51,56,48,55,48,53,44,52,50,46,52,52,54,51,57,51,93,44,91,45,57,54,46,52,48,55,57,57,56,44,52,50,46,51,51,55,52,48,56,93,44,91,45,57,54,46,51,53,54,51,57,53,44,52,50,46,50,55,54,52,57,52,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,54,54,57,50,54,53,44,52,50,46,52,55,52,54,52,53,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,56,53,57,57,52,57,44,52,50,46,53,54,48,54,50,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,57,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,44,91,45,56,51,46,54,52,55,51,49,49,44,50,57,46,55,57,55,49,51,57,93,44,91,45,56,51,46,54,48,57,51,48,56,44,50,57,46,54,57,56,52,49,54,93,44,91,45,56,51,46,52,56,49,50,54,52,44,50,57,46,54,51,48,51,50,57,93,44,91,45,56,51,46,51,54,54,51,57,56,44,50,57,46,54,54,53,55,48,49,93,44,91,45,56,51,46,51,49,56,56,53,57,44,50,57,46,56,50,50,54,50,51,93,44,91,45,56,51,46,51,55,48,56,57,44,50,57,46,56,56,55,57,51,52,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,52,54,56,55,54,56,44,51,48,46,51,48,52,50,49,50,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,57,49,53,51,54,57,44,51,48,46,50,52,52,55,55,57,93,44,91,45,56,51,46,57,57,57,56,56,51,44,51,48,46,48,49,50,50,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,101,120,97,110,100,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,44,91,45,56,57,46,50,55,51,54,51,49,44,51,55,46,49,50,54,57,54,56,93,44,91,45,56,57,46,50,52,56,53,54,54,44,51,55,46,51,51,53,50,57,56,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,51,55,54,54,51,50,44,51,55,46,48,51,56,52,56,50,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,50,53,57,57,51,53,44,51,55,46,48,54,52,48,55,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,49,55,50,48,56,49,44,51,55,46,48,54,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,51,51,48,50,44,34,98,101,100,115,34,58,51,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,44,91,45,57,48,46,55,56,48,49,56,53,44,51,56,46,50,48,52,49,49,50,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,53,56,51,51,50,52,44,51,56,46,48,48,51,52,57,57,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,50,53,50,54,54,54,44,51,56,46,49,50,55,56,49,50,93,44,91,45,57,48,46,51,53,56,54,50,56,44,51,56,46,50,50,49,57,56,49,93,44,91,45,57,48,46,51,52,49,52,52,54,44,51,56,46,51,56,56,50,57,56,93,44,91,45,57,48,46,52,49,50,53,49,57,44,51,56,46,53,48,48,56,53,51,93,44,91,45,57,48,46,53,57,49,49,50,51,44,51,56,46,53,48,49,54,53,50,93,44,91,45,57,48,46,55,51,54,51,49,49,44,51,56,46,52,54,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,53,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,44,91,45,57,49,46,49,56,50,57,52,50,44,51,57,46,50,50,55,50,51,51,93,44,91,45,57,49,46,50,54,48,50,51,50,44,51,57,46,49,51,57,56,52,53,93,44,91,45,57,49,46,50,54,52,50,56,55,44,51,56,46,57,57,50,55,54,50,93,44,91,45,57,49,46,49,49,49,50,53,49,44,51,56,46,56,55,50,55,48,57,93,44,91,45,57,48,46,57,53,56,53,51,54,44,51,56,46,56,55,48,56,54,53,93,44,91,45,57,48,46,56,50,50,55,50,52,44,51,56,46,56,55,54,51,57,50,93,44,91,45,57,48,46,54,54,51,49,56,49,44,51,56,46,57,51,52,50,50,52,93,44,91,45,57,48,46,55,50,49,56,51,53,44,51,57,46,50,50,52,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,67,104,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,55,48,52,57,44,34,98,101,100,115,34,58,49,54,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,57,53,54,51,52,44,51,50,46,50,51,55,52,57,57,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,50,49,50,51,48,57,44,51,49,46,57,49,56,51,53,56,93,44,91,45,56,49,46,49,53,52,55,51,49,44,51,49,46,55,49,51,48,55,93,44,91,45,56,49,46,48,53,49,53,50,49,44,51,49,46,55,48,53,49,57,56,93,44,91,45,56,48,46,55,56,50,57,54,44,51,49,46,57,57,53,57,53,52,93,44,91,45,56,49,46,48,48,52,51,48,53,44,51,50,46,49,48,50,51,54,55,93,44,91,45,56,49,46,49,49,55,50,50,53,44,51,50,46,49,49,55,54,48,52,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,51,57,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,44,91,45,56,50,46,52,53,56,51,54,52,44,51,48,46,49,51,54,52,52,57,93,44,91,45,56,50,46,53,54,57,50,56,44,50,57,46,57,55,52,57,56,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,51,49,51,51,56,53,44,50,57,46,57,53,52,55,48,52,93,44,91,45,56,50,46,49,52,50,53,55,56,44,51,48,46,49,52,51,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,71,101,110,101,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,49,49,50,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,57,57,55,50,57,44,52,51,46,49,51,50,57,56,49,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,49,51,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,52,46,57,49,51,56,57,44,52,50,46,57,48,57,55,93,44,91,45,57,52,46,57,49,51,55,50,51,44,52,51,46,50,53,53,48,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,70,97,108,108,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,44,91,45,49,48,52,46,53,49,54,49,50,54,44,52,54,46,49,51,54,49,57,54,93,44,91,45,49,48,52,46,51,57,48,55,52,52,44,52,54,46,48,53,52,56,50,54,93,44,91,45,49,48,52,46,51,57,48,56,55,54,44,52,53,46,57,55,48,51,54,51,93,44,91,45,49,48,52,46,49,51,52,56,52,50,44,52,53,46,57,54,56,56,51,51,93,44,91,45,49,48,52,46,48,52,52,49,57,52,44,52,53,46,56,56,49,57,55,53,93,44,91,45,49,48,52,46,48,52,53,53,52,55,44,52,53,46,57,52,53,51,48,56,93,44,91,45,49,48,52,46,48,52,53,53,53,57,44,52,54,46,50,56,48,48,56,49,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,51,53,52,56,51,53,44,52,54,46,54,52,49,52,48,57,93,44,91,45,49,48,52,46,52,49,55,57,57,56,44,52,54,46,54,56,52,56,57,50,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,55,51,50,54,55,50,44,52,54,46,52,56,50,50,48,50,93,44,91,45,49,48,52,46,57,48,53,57,56,56,44,52,54,46,52,56,50,50,53,49,93,44,91,45,49,48,52,46,56,56,53,52,57,53,44,52,54,46,49,51,54,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,54,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,49,48,48,46,50,54,48,50,50,51,44,52,53,46,50,52,54,56,49,93,44,91,45,49,48,48,46,51,50,53,52,53,49,44,52,53,46,48,57,57,51,51,55,93,44,91,45,49,48,48,46,52,50,51,57,49,56,44,52,52,46,57,57,48,48,48,54,93,44,91,45,49,48,48,46,52,48,52,55,53,51,44,52,52,46,56,57,55,54,57,53,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,67,117,108,98,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,49,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,44,91,45,49,48,52,46,57,48,57,49,50,52,44,51,49,46,50,52,54,54,48,57,93,44,91,45,49,48,52,46,57,49,55,49,54,51,44,51,48,46,54,54,51,54,50,54,93,44,91,45,49,48,52,46,49,48,50,51,53,49,44,51,49,46,49,48,53,50,48,51,93,44,91,45,49,48,52,46,48,50,52,53,49,50,44,51,50,46,48,48,48,49,48,50,93,44,91,45,49,48,52,46,56,52,55,55,52,44,51,50,46,48,48,48,52,49,53,93,44,91,45,49,48,52,46,57,49,56,51,53,55,44,51,50,46,48,48,48,52,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,57,52,52,44,34,98,101,100,115,34,58,49,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,44,91,45,55,48,46,54,53,57,51,54,57,44,52,51,46,55,57,48,51,56,54,93,44,91,45,55,48,46,53,52,57,57,54,53,44,52,51,46,55,49,53,55,57,54,93,44,91,45,55,48,46,52,57,50,48,48,57,44,52,51,46,54,48,54,55,54,57,93,44,91,45,55,48,46,50,50,50,48,57,44,52,51,46,52,54,54,56,55,56,93,44,91,45,55,48,46,49,53,53,57,56,54,44,52,51,46,53,50,52,52,52,52,93,44,91,45,54,57,46,56,56,49,56,57,53,44,52,51,46,54,51,54,52,54,54,93,44,91,45,54,57,46,56,57,51,50,51,50,44,52,51,46,56,55,56,53,49,56,93,44,91,45,55,48,46,48,51,52,50,51,56,44,52,51,46,57,55,53,54,54,49,93,44,91,45,55,48,46,49,49,53,56,54,44,52,51,46,57,48,54,55,49,93,44,91,45,55,48,46,51,49,53,51,55,52,44,52,52,46,48,51,55,56,48,55,93,44,91,45,55,48,46,52,56,48,48,55,56,44,52,52,46,48,51,50,48,55,56,93,44,91,45,55,48,46,54,48,51,55,56,52,44,52,52,46,48,52,49,53,51,54,93,44,91,45,55,48,46,54,50,52,51,50,57,44,52,52,46,49,55,49,48,51,54,93,44,91,45,55,48,46,56,50,49,56,48,51,44,52,52,46,48,55,55,48,56,57,93,44,91,45,55,48,46,55,49,53,52,49,56,44,52,51,46,57,54,49,56,49,53,93,44,91,45,55,48,46,55,56,50,57,56,52,44,52,51,46,56,49,52,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,65,116,97,115,99,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,56,50,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,51,51,53,48,52,55,44,50,56,46,54,52,56,50,55,53,93,44,91,45,57,56,46,51,51,53,48,51,49,44,50,56,46,54,49,50,54,53,56,93,44,91,45,57,56,46,48,57,56,51,49,53,44,50,56,46,55,56,54,57,52,57,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,56,48,52,55,54,51,44,50,57,46,50,53,48,54,57,51,93,44,91,45,57,56,46,56,48,52,57,44,50,57,46,48,57,48,52,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,75,105,110,103,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,56,46,52,54,52,54,54,51,44,51,55,46,52,55,49,48,49,51,93,44,91,45,57,56,46,52,54,52,57,53,49,44,51,55,46,51,56,52,48,56,54,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,49,34,44,34,78,65,77,69,34,58,34,82,97,98,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,54,53,54,50,57,55,44,51,52,46,56,55,56,56,50,51,93,44,91,45,56,51,46,54,53,50,49,57,52,44,51,52,46,56,50,50,57,57,51,93,44,91,45,56,51,46,53,52,56,57,56,56,44,51,52,46,55,52,57,52,53,49,93,44,91,45,56,51,46,51,53,50,52,52,56,44,51,52,46,55,49,54,49,50,53,93,44,91,45,56,51,46,51,50,52,49,53,44,51,52,46,55,56,55,52,55,57,93,44,91,45,56,51,46,49,50,55,51,53,55,44,51,52,46,57,53,48,49,57,53,93,44,91,45,56,51,46,49,48,56,54,49,51,44,51,53,46,48,48,48,54,53,57,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,85,112,115,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,54,48,53,44,34,98,101,100,115,34,58,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,51,49,57,51,52,54,44,51,56,46,57,54,48,57,49,57,93,44,91,45,56,48,46,51,56,54,57,56,57,44,51,56,46,56,55,52,56,48,56,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,50,56,48,48,53,57,44,51,56,46,54,57,52,56,54,55,93,44,91,45,56,48,46,49,50,54,49,48,53,44,51,56,46,55,52,53,56,51,54,93,44,91,45,56,48,46,48,56,53,48,54,50,44,51,56,46,57,52,55,50,51,54,93,44,91,45,56,48,46,48,52,52,54,57,53,44,51,57,46,48,49,48,49,56,54,93,44,91,45,56,48,46,50,50,55,49,55,51,44,51,57,46,49,49,50,55,57,50,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,55,49,44,34,98,101,100,115,34,58,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,44,91,45,57,50,46,50,52,57,52,54,51,44,51,55,46,54,48,52,53,52,51,93,44,91,45,57,50,46,50,53,50,50,54,49,44,51,55,46,52,55,50,57,52,52,93,44,91,45,57,50,46,50,53,49,51,53,57,44,51,55,46,48,53,57,54,53,51,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,55,53,53,48,52,44,51,55,46,52,50,52,49,49,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,50,46,48,50,57,50,53,56,44,51,55,46,54,48,50,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,117,108,97,115,107,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,52,54,51,44,34,98,101,100,115,34,58,52,51,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,48,50,57,57,57,54,44,51,52,46,52,56,57,51,53,50,93,44,91,45,57,50,46,48,50,57,53,51,57,44,51,52,46,54,50,49,50,52,56,93,44,91,45,57,50,46,48,55,56,55,49,49,44,51,52,46,55,50,57,57,56,51,93,44,91,45,57,50,46,48,55,48,56,48,53,44,51,53,46,48,49,49,56,48,50,93,44,91,45,57,50,46,49,50,49,51,51,54,44,51,53,46,48,49,50,50,49,93,44,91,45,57,50,46,50,50,57,56,57,51,44,51,52,46,57,50,55,53,53,56,93,44,91,45,57,50,46,53,52,52,51,52,49,44,51,52,46,57,53,51,51,49,57,93,44,91,45,57,50,46,55,53,51,54,50,54,44,51,52,46,57,49,49,50,52,56,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,50,46,54,53,52,51,50,52,44,51,52,46,55,54,52,53,52,49,93,44,91,45,57,50,46,51,52,56,55,52,57,44,51,52,46,53,56,50,50,57,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,53,46,53,53,55,50,55,55,44,52,49,46,56,54,51,52,52,57,93,44,91,45,57,53,46,48,57,50,56,54,49,44,52,49,46,56,54,51,51,55,52,93,44,91,45,57,53,46,48,57,48,56,53,49,44,52,50,46,50,49,48,52,48,53,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,110,110,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,48,54,53,44,34,98,101,100,115,34,58,50,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,44,91,45,49,49,50,46,53,55,57,50,56,55,44,52,50,46,57,55,50,52,53,49,93,44,91,45,49,49,50,46,53,49,53,53,49,57,44,52,50,46,57,48,57,57,55,53,93,44,91,45,49,49,50,46,52,57,54,57,49,44,52,50,46,55,51,51,48,49,51,93,44,91,45,49,49,50,46,51,56,57,52,49,56,44,52,50,46,54,50,52,51,56,50,93,44,91,45,49,49,50,46,52,49,57,56,50,53,44,52,50,46,53,48,51,48,51,56,93,44,91,45,49,49,50,46,49,50,54,49,57,52,44,52,50,46,50,56,53,50,50,57,93,44,91,45,49,49,49,46,56,57,54,55,50,56,44,52,50,46,50,53,54,50,55,54,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,57,49,54,57,50,55,44,52,50,46,54,49,55,50,54,52,93,44,91,45,49,49,49,46,57,55,51,51,55,51,44,52,50,46,55,49,53,52,55,50,93,44,91,45,49,49,50,46,49,48,53,56,56,44,52,50,46,54,57,57,50,48,51,93,44,91,45,49,49,50,46,49,52,53,48,56,57,44,52,50,46,55,57,48,54,54,52,93,44,91,45,49,49,50,46,49,50,55,52,50,52,44,52,50,46,57,52,52,52,57,56,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,50,46,54,53,54,53,53,50,44,52,51,46,48,50,49,57,52,52,93,44,91,45,49,49,50,46,55,53,48,53,54,50,44,52,50,46,57,53,49,53,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,101,97,117,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,54,49,44,34,98,101,100,115,34,58,49,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,44,91,45,56,49,46,49,48,49,52,50,50,44,52,49,46,54,52,49,52,53,55,93,44,91,45,56,49,46,50,57,52,54,54,57,44,52,49,46,54,52,48,56,56,57,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,48,48,51,51,49,57,44,52,49,46,51,52,55,56,54,93,44,91,45,56,49,46,48,48,51,49,50,53,44,52,49,46,53,48,49,54,56,53,93,44,91,45,56,49,46,48,48,51,54,51,49,44,52,49,46,55,49,53,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,121,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,53,51,48,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,50,49,54,56,57,57,44,49,56,46,49,52,51,50,50,93,44,91,45,54,54,46,50,50,52,52,57,44,49,56,46,48,57,53,51,51,57,93,44,91,45,54,54,46,49,54,54,49,52,53,44,49,56,46,48,53,48,48,54,51,93,44,91,45,54,54,46,48,53,51,49,52,54,44,49,56,46,49,48,55,50,57,51,93,44,91,45,54,54,46,48,53,49,55,56,56,44,49,56,46,49,48,57,56,55,56,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,84,117,108,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,52,55,55,44,34,98,101,100,115,34,58,55,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,44,91,45,49,49,56,46,54,50,57,57,55,53,44,51,53,46,55,56,57,53,56,93,44,91,45,49,49,56,46,48,48,56,48,52,51,44,51,53,46,55,56,57,49,54,49,93,44,91,45,49,49,55,46,57,56,50,52,55,51,44,51,53,46,56,57,53,55,57,54,93,44,91,45,49,49,56,46,49,50,55,54,48,49,44,51,54,46,50,56,48,51,52,56,93,44,91,45,49,49,56,46,49,48,48,49,49,54,44,51,54,46,51,50,56,56,50,51,93,44,91,45,49,49,56,46,50,52,56,57,50,44,51,54,46,52,56,54,53,51,53,93,44,91,45,49,49,56,46,51,54,48,53,56,54,44,51,54,46,55,52,52,55,55,51,93,44,91,45,49,49,56,46,57,56,50,52,52,49,44,51,54,46,55,52,49,54,52,54,93,44,91,45,49,49,56,46,57,56,52,55,55,57,44,51,54,46,54,53,55,49,52,55,93,44,91,45,49,49,57,46,51,48,52,54,50,53,44,51,54,46,54,54,48,54,48,54,93,44,91,45,49,49,57,46,51,48,53,49,48,50,44,51,54,46,53,55,51,55,50,53,93,44,91,45,49,49,57,46,52,54,54,51,50,50,44,51,54,46,53,55,53,50,51,56,93,44,91,45,49,49,57,46,53,55,51,49,57,52,44,51,54,46,52,56,56,56,51,53,93,44,91,45,49,49,57,46,52,55,52,56,57,50,44,51,54,46,52,48,48,57,53,51,93,44,91,45,49,49,57,46,53,50,57,51,53,56,44,51,54,46,50,54,57,56,53,93,44,91,45,49,49,57,46,53,51,56,49,49,54,44,51,53,46,55,56,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,114,114,111,121,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,44,91,45,54,54,46,48,54,52,53,48,51,44,49,55,46,57,48,52,56,50,53,93,44,91,45,54,53,46,57,56,55,53,53,49,44,49,55,46,57,48,56,57,50,51,93,44,91,45,54,54,46,48,56,50,50,54,51,44,49,56,46,48,51,50,57,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,97,110,32,71,101,114,109,195,161,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,49,49,52,44,34,98,101,100,115,34,58,50,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,44,91,45,54,55,46,49,48,48,52,57,50,44,49,56,46,49,48,54,51,57,53,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,54,46,57,55,55,56,53,53,44,49,56,46,49,52,51,55,57,57,93,44,91,45,54,55,46,48,53,49,52,54,49,44,49,56,46,49,55,52,48,53,51,93,44,91,45,54,55,46,48,56,54,51,53,57,44,49,56,46,49,52,57,56,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,56,53,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,44,91,45,55,55,46,51,55,49,52,55,56,44,52,51,46,48,51,52,54,57,54,93,44,91,45,55,55,46,49,51,52,51,51,53,44,52,51,46,48,51,57,57,50,54,93,44,91,45,55,54,46,57,54,51,57,50,54,44,52,51,46,48,49,51,49,53,55,93,44,91,45,55,54,46,55,49,51,56,48,54,44,52,51,46,48,50,52,48,51,53,93,44,91,45,55,54,46,55,48,50,51,50,53,44,52,51,46,48,56,48,51,57,51,93,44,91,45,55,54,46,55,53,51,53,51,56,44,52,51,46,54,56,52,50,55,53,93,44,91,45,55,54,46,55,55,54,50,51,51,44,52,51,46,54,50,57,53,50,57,93,44,91,45,55,55,46,51,56,55,57,57,53,44,52,51,46,54,51,49,53,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,98,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,44,91,45,55,57,46,54,55,52,49,54,50,44,51,55,46,55,54,51,48,57,51,93,44,91,45,55,57,46,54,56,51,53,53,52,44,51,55,46,54,54,49,55,54,51,93,44,91,45,55,57,46,52,57,56,54,57,57,44,51,55,46,53,51,50,55,57,55,93,44,91,45,55,57,46,52,51,54,57,52,55,44,51,55,46,54,49,55,48,53,55,93,44,91,45,55,57,46,51,52,53,50,51,53,44,51,55,46,54,54,48,54,50,53,93,44,91,45,55,57,46,50,54,52,54,55,52,44,51,55,46,55,57,52,54,57,52,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,52,56,50,54,54,56,44,51,56,46,48,56,54,48,53,52,93,44,91,45,55,57,46,54,52,55,53,56,57,44,51,55,46,56,55,52,53,51,56,93,93,44,91,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,44,91,45,55,57,46,52,51,55,51,51,55,44,51,55,46,55,57,52,55,56,52,93,44,91,45,55,57,46,52,50,48,56,50,52,44,51,55,46,55,56,56,57,57,56,93,44,91,45,55,57,46,52,53,53,54,54,55,44,51,55,46,55,54,53,50,49,57,93,44,91,45,55,57,46,52,54,49,53,56,50,44,51,55,46,55,56,54,51,53,54,93,93,44,91,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,44,91,45,55,57,46,51,51,49,50,53,50,44,51,55,46,55,52,52,51,51,54,93,44,91,45,55,57,46,51,54,48,55,54,50,44,51,55,46,55,48,50,54,54,54,93,44,91,45,55,57,46,51,56,49,53,48,57,44,51,55,46,55,52,50,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,84,111,119,110,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,44,91,45,57,56,46,57,57,57,56,57,44,52,56,46,55,49,56,49,50,57,93,44,91,45,57,56,46,57,57,57,56,48,50,44,52,57,46,48,48,48,48,48,54,93,44,91,45,57,57,46,53,50,53,55,55,57,44,52,56,46,57,57,57,51,48,55,93,44,91,45,57,57,46,53,50,53,56,57,53,44,52,56,46,55,49,56,51,56,52,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,50,48,48,51,48,54,44,52,56,46,51,55,48,54,53,56,93,44,91,45,57,56,46,57,55,48,56,52,50,44,52,56,46,51,55,48,52,49,52,93,44,91,45,57,56,46,57,55,48,51,57,50,44,52,56,46,53,52,52,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,53,50,55,44,34,98,101,100,115,34,58,49,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,44,91,45,55,53,46,53,50,51,56,49,54,44,51,57,46,57,52,52,49,50,52,93,44,91,45,55,53,46,53,57,52,56,56,44,51,57,46,56,51,55,53,50,53,93,44,91,45,55,53,46,53,57,51,48,57,57,44,51,57,46,56,51,55,55,50,51,93,44,91,45,55,53,46,53,55,57,57,50,54,44,51,57,46,56,51,56,56,54,50,93,44,91,45,55,53,46,52,49,53,48,54,50,44,51,57,46,56,48,49,57,49,57,93,44,91,45,55,53,46,50,49,49,52,54,51,44,51,57,46,56,54,55,48,48,52,93,44,91,45,55,53,46,50,55,54,52,56,50,44,51,57,46,57,55,54,57,53,57,93,44,91,45,55,53,46,51,54,49,48,54,54,44,52,48,46,48,54,53,53,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,78,105,97,103,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,55,48,52,44,34,98,101,100,115,34,58,52,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,44,91,45,55,56,46,54,56,56,50,57,53,44,52,51,46,54,51,52,55,52,50,93,44,91,45,55,57,46,50,48,48,57,51,54,44,52,51,46,52,53,48,52,50,50,93,44,91,45,55,57,46,48,55,48,52,53,50,44,52,51,46,50,54,50,52,53,53,93,44,91,45,55,57,46,48,49,57,50,50,56,44,52,51,46,48,54,55,57,53,56,93,44,91,45,55,56,46,56,51,57,51,53,44,52,51,46,48,49,57,52,53,51,93,44,91,45,55,56,46,56,48,50,48,53,49,44,52,51,46,48,54,53,55,56,49,93,44,91,45,55,56,46,52,54,52,52,52,57,44,52,51,46,48,56,56,55,48,51,93,44,91,45,55,56,46,52,54,53,53,48,53,44,52,51,46,49,50,56,54,49,57,93,44,91,45,55,56,46,52,54,56,55,49,49,44,52,51,46,54,51,51,52,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,110,110,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,50,48,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,44,91,45,55,51,46,50,55,52,50,57,52,44,52,50,46,57,52,51,54,53,50,93,44,91,45,55,51,46,50,54,52,56,50,55,44,52,50,46,55,52,53,56,53,49,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,50,46,57,50,49,51,55,54,44,52,50,46,57,50,54,55,57,50,93,44,91,45,55,51,46,48,48,56,48,54,51,44,52,50,46,57,51,48,48,56,55,93,44,91,45,55,50,46,57,57,54,57,44,52,51,46,49,49,57,48,57,53,93,44,91,45,55,50,46,56,54,56,55,51,55,44,52,51,46,49,49,51,49,55,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,51,46,50,53,52,54,51,51,44,52,51,46,51,49,52,54,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,50,57,49,44,34,98,101,100,115,34,58,53,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,44,91,45,56,49,46,54,55,57,54,50,54,44,51,48,46,49,57,48,52,57,53,93,44,91,45,56,50,46,48,52,57,52,49,49,44,51,48,46,49,56,54,57,51,51,93,44,91,45,56,50,46,48,52,57,52,50,53,44,51,48,46,49,52,51,49,51,54,93,44,91,45,56,50,46,48,52,57,50,52,52,44,50,57,46,55,49,56,54,55,93,44,91,45,56,49,46,57,51,57,52,50,55,44,50,57,46,55,52,55,52,57,55,93,44,91,45,56,49,46,56,49,50,52,51,44,50,57,46,56,51,54,52,57,93,44,91,45,56,49,46,53,56,49,50,48,55,44,50,57,46,56,52,48,49,55,54,93,44,91,45,56,49,46,54,49,48,49,52,54,44,50,57,46,57,55,48,50,51,53,93,44,91,45,56,49,46,54,56,56,56,55,54,44,51,48,46,48,50,56,53,54,54,93,44,91,45,56,49,46,54,56,48,50,49,53,44,51,48,46,49,50,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,54,53,53,56,44,34,98,101,100,115,34,58,50,51,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,44,91,45,55,56,46,54,57,57,51,49,54,44,51,54,46,48,49,49,52,52,56,93,44,91,45,55,56,46,56,50,57,57,54,53,44,51,53,46,56,54,54,57,55,56,93,44,91,45,55,56,46,57,48,54,48,55,49,44,51,53,46,56,54,56,48,57,54,93,44,91,45,55,56,46,57,57,53,48,53,57,44,51,53,46,54,49,48,49,51,53,93,44,91,45,55,56,46,57,49,52,55,51,52,44,51,53,46,53,56,51,54,55,50,93,44,91,45,55,56,46,55,48,56,57,48,50,44,51,53,46,53,49,57,52,53,56,93,44,91,45,55,56,46,52,57,50,49,52,57,44,51,53,46,54,56,54,57,48,51,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,52,50,54,56,54,52,44,51,53,46,57,55,53,48,49,50,93,44,91,45,55,56,46,53,52,54,52,49,52,44,51,54,46,48,50,49,56,50,54,93,44,91,45,55,56,46,55,53,49,50,55,51,44,51,54,46,48,55,48,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,48,51,55,44,34,98,101,100,115,34,58,52,55,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,55,53,48,51,52,53,44,51,57,46,49,52,55,54,50,50,93,44,91,45,56,52,46,54,50,51,52,56,56,44,51,57,46,48,55,52,50,56,50,93,44,91,45,56,52,46,53,48,54,49,54,49,44,51,57,46,48,57,53,49,55,55,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,66,101,114,103,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,57,57,57,57,44,34,98,101,100,115,34,58,50,56,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,52,46,50,55,50,50,50,54,44,52,49,46,48,49,55,57,51,53,93,44,91,45,55,52,46,49,52,49,48,57,52,44,52,48,46,57,54,54,51,55,52,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,49,52,55,53,50,57,44,52,48,46,55,56,54,52,57,49,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,48,53,48,55,53,55,93,44,91,45,49,49,53,46,56,57,51,56,53,55,44,51,56,46,48,53,48,53,51,49,93,44,91,45,49,49,53,46,56,57,54,57,50,53,44,51,54,46,56,52,50,48,56,53,93,44,91,45,49,49,53,46,55,52,48,56,52,54,44,51,54,46,56,53,51,48,56,52,93,44,91,45,49,49,52,46,55,54,50,53,48,55,44,51,54,46,56,53,51,52,55,51,93,44,91,45,49,49,52,46,48,53,48,51,53,52,44,51,54,46,56,52,51,49,52,49,93,44,91,45,49,49,52,46,48,53,48,48,53,50,44,51,55,46,48,48,48,49,57,49,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,52,46,48,52,57,57,55,55,44,51,56,46,53,55,50,57,55,52,93,44,91,45,49,49,52,46,48,52,57,56,48,55,44,51,56,46,54,55,55,51,54,53,93,44,91,45,49,49,53,46,48,48,48,56,52,54,44,51,56,46,54,55,55,51,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,48,34,44,34,78,65,77,69,34,58,34,78,111,109,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,50,53,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,44,91,45,49,54,53,46,52,51,52,52,52,44,54,54,46,52,55,53,50,51,93,44,91,45,49,54,54,46,55,49,57,52,55,52,44,54,54,46,49,52,56,48,52,54,93,44,91,45,49,54,55,46,53,50,48,56,50,51,44,54,53,46,56,55,56,49,53,50,93,44,91,45,49,54,56,46,49,53,53,49,50,57,44,54,53,46,55,50,56,51,53,49,93,44,91,45,49,54,56,46,50,51,49,56,56,55,44,54,53,46,54,50,50,53,54,55,93,44,91,45,49,54,56,46,49,54,55,53,56,52,44,54,53,46,53,52,54,57,48,50,93,44,91,45,49,54,55,46,52,48,48,56,57,49,44,54,53,46,51,52,55,50,55,93,44,91,45,49,54,55,46,48,55,48,51,51,49,44,54,53,46,51,50,55,52,57,49,93,44,91,45,49,54,55,46,48,56,52,51,51,57,44,54,53,46,49,53,53,54,57,53,93,44,91,45,49,54,54,46,57,55,56,57,54,52,44,54,53,46,48,54,57,52,49,93,44,91,45,49,54,54,46,53,56,57,49,56,53,44,54,52,46,57,48,56,50,57,49,93,44,91,45,49,54,54,46,53,57,48,49,54,51,44,54,52,46,55,51,56,57,52,56,93,44,91,45,49,54,54,46,53,48,55,56,52,49,44,54,52,46,54,51,49,51,55,51,93,44,91,45,49,54,54,46,50,56,49,51,56,56,44,54,52,46,53,52,52,57,53,54,93,44,91,45,49,54,53,46,51,51,53,57,49,56,44,54,52,46,52,52,52,52,49,55,93,44,91,45,49,54,53,46,48,51,50,50,48,53,44,54,52,46,51,56,55,57,56,55,93,44,91,45,49,54,52,46,55,53,52,56,48,49,44,54,52,46,52,48,55,56,50,52,93,44,91,45,49,54,52,46,51,53,53,51,53,53,44,54,52,46,53,48,56,52,52,55,93,44,91,45,49,54,51,46,54,53,54,57,53,49,44,54,52,46,53,50,49,57,52,93,44,91,45,49,54,51,46,51,54,51,55,53,52,44,54,52,46,52,52,53,54,52,50,93,44,91,45,49,54,51,46,50,52,49,57,51,50,44,54,52,46,51,54,48,55,52,51,93,44,91,45,49,54,50,46,55,57,53,56,48,50,44,54,52,46,50,55,53,54,55,52,93,44,91,45,49,54,50,46,53,49,55,56,55,50,44,54,52,46,51,56,52,57,48,54,93,44,91,45,49,54,50,46,52,56,54,54,57,49,44,54,52,46,52,55,48,56,57,55,93,44,91,45,49,54,50,46,51,49,51,52,57,49,44,54,52,46,53,52,50,55,56,57,93,44,91,45,49,54,49,46,53,57,48,56,52,44,54,52,46,51,51,53,53,52,49,93,44,91,45,49,54,49,46,52,49,51,56,57,57,44,54,52,46,51,53,56,53,56,55,93,44,91,45,49,54,49,46,48,55,53,52,48,50,44,54,52,46,50,48,54,54,53,50,93,44,91,45,49,54,49,46,48,52,53,54,54,44,54,52,46,48,50,50,52,54,55,93,44,91,45,49,54,48,46,56,56,54,50,44,54,51,46,55,55,49,51,57,55,93,44,91,45,49,54,49,46,51,49,52,51,53,56,44,54,51,46,53,49,57,50,50,57,93,44,91,45,49,54,49,46,56,52,48,52,48,53,44,54,51,46,52,57,51,50,56,56,93,44,91,45,49,54,49,46,57,53,54,57,54,44,54,51,46,53,53,55,50,48,57,93,44,91,45,49,54,50,46,50,50,50,55,52,52,44,54,51,46,53,57,54,57,49,52,93,44,91,45,49,54,50,46,51,57,52,51,53,57,44,54,51,46,54,56,56,51,48,52,93,44,91,45,49,54,50,46,53,56,52,51,49,57,44,54,51,46,54,57,49,51,57,50,93,44,91,45,49,54,50,46,56,50,54,52,52,49,44,54,51,46,53,55,54,51,54,93,44,91,45,49,54,50,46,54,55,57,56,51,49,44,54,51,46,52,57,49,54,50,54,93,44,91,45,49,54,50,46,52,51,55,55,55,51,44,54,51,46,52,57,49,57,57,52,93,44,91,45,49,54,50,46,54,55,49,56,49,51,44,54,51,46,51,49,50,56,50,53,93,44,91,45,49,54,50,46,51,56,51,48,56,50,44,54,51,46,50,55,49,56,49,54,93,44,91,45,49,54,50,46,48,48,49,55,57,56,44,54,51,46,48,57,56,53,51,54,93,44,91,45,49,54,50,46,48,48,49,55,54,57,44,54,51,46,48,49,49,57,49,57,93,44,91,45,49,54,48,46,56,53,55,57,57,44,54,51,46,48,49,49,57,53,51,93,44,91,45,49,54,48,46,56,53,56,48,48,52,44,54,51,46,50,55,49,56,51,56,93,44,91,45,49,54,48,46,54,54,55,51,54,49,44,54,51,46,50,55,49,56,52,53,93,44,91,45,49,54,48,46,54,57,48,50,57,52,44,54,51,46,53,51,49,54,56,57,93,44,91,45,49,54,48,46,52,57,55,51,56,49,44,54,51,46,54,49,56,51,52,51,93,44,91,45,49,54,48,46,49,49,49,53,50,50,44,54,51,46,54,49,56,51,53,49,93,44,91,45,49,54,48,46,49,49,49,52,57,56,44,54,51,46,55,48,52,57,55,50,93,44,91,45,49,53,57,46,57,51,50,55,51,49,44,54,51,46,55,57,49,53,56,57,93,44,91,45,49,53,57,46,55,51,55,52,53,49,44,54,51,46,55,57,49,53,57,49,93,44,91,45,49,53,57,46,55,51,55,52,55,53,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,57,52,55,50,56,56,44,54,52,46,48,53,49,52,53,57,93,44,91,45,49,53,57,46,57,54,50,50,57,44,54,52,46,55,52,52,51,55,55,93,44,91,45,49,53,57,46,55,55,52,56,57,55,44,54,52,46,55,52,52,51,56,50,93,44,91,45,49,53,57,46,55,55,52,57,50,49,44,54,52,46,57,49,55,53,54,53,93,44,91,45,49,53,57,46,53,55,50,49,55,51,44,54,52,46,57,49,55,53,57,55,93,44,91,45,49,53,57,46,53,56,50,55,51,54,44,54,53,46,50,54,52,48,50,54,93,44,91,45,49,53,57,46,51,55,55,51,54,53,44,54,53,46,50,54,52,48,51,51,93,44,91,45,49,53,57,46,51,56,53,53,55,56,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,53,57,51,53,48,54,44,54,53,46,53,50,51,56,51,53,93,44,91,45,49,53,57,46,56,48,49,54,57,50,44,54,53,46,52,51,55,50,51,49,93,44,91,45,49,54,49,46,53,52,54,56,57,50,44,54,53,46,52,51,55,50,48,51,93,44,91,45,49,54,51,46,55,53,53,51,57,49,44,54,53,46,52,51,55,49,54,53,93,44,91,45,49,54,51,46,55,53,53,52,48,55,44,54,53,46,54,49,48,51,54,55,93,44,91,45,49,54,51,46,57,54,51,52,57,56,44,54,53,46,54,49,48,51,54,51,93,44,91,45,49,54,51,46,57,54,51,53,49,54,44,54,53,46,55,56,51,53,54,49,93,44,91,45,49,54,52,46,50,52,52,49,50,55,44,54,53,46,55,56,51,53,53,51,93,44,91,45,49,54,52,46,50,52,52,49,57,49,44,54,54,46,49,50,57,57,52,54,93,44,91,45,49,54,52,46,51,49,56,57,49,51,44,54,54,46,49,50,57,57,52,52,93,44,91,45,49,54,52,46,51,49,56,57,51,54,44,54,54,46,52,55,54,51,49,57,93,44,91,45,49,54,52,46,52,54,49,52,52,57,44,54,54,46,54,50,54,53,48,57,93,93,93,44,91,91,91,45,49,55,49,46,57,53,52,54,55,50,44,54,51,46,53,50,48,57,49,57,93,44,91,45,49,55,49,46,56,56,52,56,56,55,44,54,51,46,51,55,55,53,57,93,44,91,45,49,55,49,46,55,55,50,50,56,52,44,54,51,46,51,49,53,51,50,55,93,44,91,45,49,55,49,46,52,56,49,57,51,53,44,54,51,46,50,53,52,53,51,49,93,44,91,45,49,55,49,46,50,53,49,51,57,56,44,54,51,46,50,57,50,53,54,56,93,44,91,45,49,55,49,46,48,54,54,56,51,54,44,54,51,46,51,55,49,49,48,56,93,44,91,45,49,55,48,46,57,48,56,50,52,57,44,54,51,46,51,54,57,57,52,53,93,44,91,45,49,55,48,46,53,49,53,50,55,54,44,54,51,46,50,56,55,57,49,93,44,91,45,49,55,48,46,51,50,56,48,50,50,44,54,51,46,49,51,56,55,50,52,93,44,91,45,49,55,48,46,49,49,53,52,49,54,44,54,51,46,49,50,55,50,52,55,93,44,91,45,49,54,57,46,57,48,49,52,48,56,44,54,51,46,48,51,55,51,54,53,93,44,91,45,49,54,57,46,56,51,56,57,53,50,44,54,50,46,57,50,53,56,56,57,93,44,91,45,49,54,57,46,53,57,49,48,51,54,44,54,50,46,56,56,55,56,54,55,93,44,91,45,49,54,57,46,52,49,57,56,54,49,44,54,50,46,57,55,51,56,53,54,93,44,91,45,49,54,57,46,52,53,49,48,56,51,44,54,51,46,48,51,56,53,53,49,93,44,91,45,49,54,57,46,50,56,50,51,50,54,44,54,51,46,49,49,52,52,48,53,93,44,91,45,49,54,56,46,57,50,50,55,56,44,54,51,46,48,57,57,53,54,55,93,44,91,45,49,54,56,46,55,51,51,52,54,44,54,51,46,49,51,49,53,53,51,93,44,91,45,49,54,56,46,54,48,57,50,54,49,44,54,51,46,50,50,57,51,54,50,93,44,91,45,49,54,56,46,54,52,50,55,54,56,44,54,51,46,51,52,52,56,56,93,44,91,45,49,54,57,46,52,53,53,53,51,57,44,54,51,46,52,49,53,48,50,93,44,91,45,49,54,57,46,54,48,50,50,56,53,44,54,51,46,52,56,48,54,51,53,93,44,91,45,49,54,57,46,57,50,54,53,57,57,44,54,51,46,53,50,54,55,51,57,93,44,91,45,49,54,57,46,57,56,53,54,50,56,44,54,51,46,54,50,50,57,53,57,93,44,91,45,49,55,48,46,50,57,54,56,52,54,44,54,51,46,55,53,53,53,55,50,93,44,91,45,49,55,48,46,53,48,52,48,51,44,54,51,46,55,53,51,52,93,44,91,45,49,55,48,46,57,53,57,49,53,53,44,54,51,46,54,50,53,56,56,56,93,44,91,45,49,55,49,46,53,51,53,54,48,51,44,54,51,46,55,50,49,56,55,53,93,44,91,45,49,55,49,46,53,52,56,56,51,44,54,51,46,56,48,48,52,54,49,93,44,91,45,49,55,49,46,55,55,54,51,55,50,44,54,51,46,56,51,55,55,50,52,93,44,91,45,49,55,49,46,57,53,52,54,55,50,44,54,51,46,53,50,48,57,49,57,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,77,99,67,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,50,54,48,57,51,50,44,52,55,46,56,54,56,52,51,49,93,44,91,45,49,48,54,46,50,54,49,49,50,49,44,52,55,46,53,50,57,48,53,50,93,44,91,45,49,48,54,46,50,57,56,49,53,56,44,52,55,46,51,53,52,50,57,56,93,44,91,45,49,48,54,46,49,55,48,54,55,53,44,52,55,46,51,53,52,52,57,53,93,44,91,45,49,48,54,46,49,55,48,52,50,44,52,55,46,49,56,48,56,50,54,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,53,46,57,53,57,56,57,55,44,52,55,46,48,57,50,57,54,56,93,44,91,45,49,48,53,46,56,51,51,48,52,52,44,52,55,46,49,56,49,48,57,50,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,52,48,54,53,56,49,44,52,55,46,53,50,57,53,51,52,93,44,91,45,49,48,53,46,51,54,51,50,54,50,44,52,55,46,55,57,48,52,49,57,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,49,57,53,49,50,50,44,52,55,46,56,54,56,48,56,49,93,44,91,45,49,48,53,46,49,57,52,55,56,51,44,52,56,46,48,54,54,54,49,55,93,44,91,45,49,48,53,46,50,50,56,57,57,44,52,56,46,48,56,57,50,56,52,93,44,91,45,49,48,53,46,53,57,53,48,50,55,44,52,56,46,48,56,49,55,56,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,54,46,50,50,57,51,48,50,44,52,56,46,48,50,54,52,49,54,93,44,91,45,49,48,54,46,51,57,52,49,54,51,44,52,56,46,48,54,52,55,50,54,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,99,104,97,110,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,53,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,48,54,52,55,54,54,44,52,50,46,50,57,55,50,53,57,93,44,91,45,57,49,46,56,51,49,48,56,57,44,52,50,46,50,57,57,48,54,51,93,44,91,45,57,49,46,53,57,54,57,56,49,44,52,50,46,50,57,54,52,48,56,93,44,91,45,57,49,46,54,48,55,48,53,57,44,52,50,46,54,52,51,57,55,51,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,117,80,97,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,49,55,52,51,44,34,98,101,100,115,34,58,49,57,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,44,91,45,56,55,46,57,49,52,50,54,52,44,52,49,46,55,49,54,53,57,56,93,44,91,45,56,55,46,57,50,48,52,55,54,44,52,49,46,57,57,51,56,56,54,93,44,91,45,56,56,46,50,54,50,56,55,53,44,52,49,46,57,56,54,51,55,56,93,44,91,45,56,56,46,50,54,49,57,53,50,44,52,49,46,55,50,52,54,53,50,93,44,91,45,56,56,46,50,54,49,50,55,53,44,52,49,46,55,50,52,54,53,54,93,44,91,45,56,56,46,48,50,56,57,55,51,44,52,49,46,54,56,53,50,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,108,108,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,51,46,53,48,53,49,44,52,51,46,48,48,48,55,55,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,75,105,116,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,51,55,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,44,91,45,57,55,46,50,51,52,49,50,56,44,52,56,46,57,52,55,56,57,56,93,44,91,45,57,55,46,49,48,53,52,52,50,44,52,56,46,54,56,57,54,52,56,93,44,91,45,57,55,46,49,54,51,51,53,53,44,52,56,46,53,52,51,57,54,55,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,44,91,45,57,55,46,50,50,56,55,50,50,44,52,57,46,48,48,48,53,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,79,99,111,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,44,91,45,56,51,46,53,48,53,57,50,56,44,51,51,46,56,49,55,55,54,93,44,91,45,56,51,46,52,48,54,49,56,57,44,51,51,46,54,57,56,51,48,55,93,44,91,45,56,51,46,50,56,48,51,52,44,51,51,46,55,54,49,55,55,52,93,44,91,45,56,51,46,50,55,53,57,51,51,44,51,51,46,56,52,55,57,55,55,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,54,52,55,48,51,49,44,51,51,46,57,48,54,49,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,57,51,34,44,34,78,65,77,69,34,58,34,87,105,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,57,56,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,44,91,45,57,56,46,52,48,55,51,51,54,44,50,57,46,49,49,52,52,51,53,93,44,91,45,57,56,46,49,57,48,57,57,49,44,50,56,46,56,56,50,51,51,51,93,44,91,45,57,55,46,55,50,56,52,52,51,44,50,57,46,50,50,49,55,52,56,93,44,91,45,57,55,46,56,52,48,51,56,51,44,50,57,46,51,55,54,55,57,49,93,44,91,45,57,56,46,49,50,50,53,55,52,44,50,57,46,51,55,56,53,52,57,93,44,91,45,57,56,46,49,51,52,49,55,49,44,50,57,46,52,52,49,55,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,105,108,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,55,52,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,44,91,45,56,51,46,52,54,56,55,54,56,44,51,48,46,51,48,52,50,49,50,93,44,91,45,56,51,46,51,54,55,50,54,44,51,48,46,50,54,48,52,52,93,44,91,45,56,51,46,50,52,55,50,53,51,44,51,48,46,50,54,48,54,55,93,44,91,45,56,51,46,49,55,48,57,54,57,44,51,48,46,51,56,53,50,50,53,93,44,91,45,56,51,46,50,50,48,48,56,55,44,51,48,46,52,50,50,52,56,52,93,44,91,45,56,51,46,50,55,50,54,49,50,44,51,48,46,54,50,55,54,56,55,93,44,91,45,56,51,46,51,48,57,50,52,57,44,51,48,46,54,51,52,52,48,54,93,44,91,45,56,51,46,51,52,48,56,53,50,44,51,48,46,54,51,54,51,51,54,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,54,48,52,49,56,54,44,51,48,46,53,56,49,57,49,54,93,44,91,45,56,51,46,55,51,54,57,53,52,44,51,48,46,53,48,55,53,54,57,93,44,91,45,56,51,46,55,50,49,55,50,44,51,48,46,52,51,52,51,53,52,93,44,91,45,56,51,46,56,50,48,50,51,53,44,51,48,46,51,48,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,52,53,51,44,34,98,101,100,115,34,58,50,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,44,91,45,54,53,46,57,52,50,52,50,57,44,49,56,46,50,57,51,52,54,57,93,44,91,45,54,53,46,57,49,56,53,51,53,44,49,56,46,50,55,48,49,51,93,44,91,45,54,53,46,57,49,57,50,55,56,44,49,56,46,52,48,50,57,57,51,93,44,91,45,54,53,46,57,57,51,52,48,49,44,49,56,46,53,49,54,53,57,56,93,44,91,45,54,54,46,48,51,51,57,55,44,49,56,46,53,49,52,50,54,57,93,44,91,45,54,53,46,57,57,57,53,53,54,44,49,56,46,51,56,48,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,117,108,108,105,118,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,57,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,44,91,45,56,55,46,54,50,56,55,57,56,44,51,57,46,49,53,55,53,49,51,93,44,91,45,56,55,46,53,50,50,57,51,57,44,51,56,46,57,48,50,51,57,93,44,91,45,56,55,46,50,52,49,48,50,55,44,51,56,46,57,48,55,56,55,52,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,54,48,52,49,52,49,44,51,57,46,50,53,57,52,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,50,34,44,34,78,65,77,69,34,58,34,76,97,32,80,97,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,48,49,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,52,46,55,50,48,48,54,53,44,51,51,46,52,48,55,56,57,49,93,44,91,45,49,49,52,46,54,55,55,48,51,50,44,51,51,46,50,55,48,49,54,57,93,44,91,45,49,49,52,46,55,48,55,56,57,54,44,51,51,46,48,57,55,52,51,49,93,44,91,45,49,49,52,46,54,55,48,56,48,51,44,51,51,46,48,51,55,57,56,51,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,50,54,56,56,44,51,51,46,48,50,57,57,54,49,93,44,91,45,49,49,52,46,50,54,56,56,48,56,44,51,51,46,52,54,52,52,48,50,93,44,91,45,49,49,51,46,57,53,55,53,49,52,44,51,51,46,52,54,52,52,49,51,93,44,91,45,49,49,51,46,57,53,55,52,56,57,44,51,51,46,51,55,55,51,54,50,93,44,91,45,49,49,51,46,51,51,53,48,52,56,44,51,51,46,51,55,55,52,54,57,93,44,91,45,49,49,51,46,51,51,51,55,53,51,44,51,51,46,57,57,57,50,50,55,93,44,91,45,49,49,51,46,51,51,51,53,48,56,44,51,52,46,51,49,55,56,55,55,93,44,91,45,49,49,51,46,53,51,57,53,50,52,44,51,52,46,51,48,54,51,55,55,93,44,91,45,49,49,51,46,54,48,54,48,57,51,44,51,52,46,50,50,57,51,51,52,93,44,91,45,49,49,52,46,48,51,49,49,51,50,44,51,52,46,50,53,57,56,49,57,93,44,91,45,49,49,52,46,49,51,56,50,56,50,44,51,52,46,51,48,51,50,51,93,44,91,45,49,49,52,46,50,53,52,49,52,49,44,51,52,46,49,55,51,56,51,93,44,91,45,49,49,52,46,52,51,53,52,50,57,44,51,52,46,48,55,57,55,50,55,93,44,91,45,49,49,52,46,53,51,52,49,52,54,44,51,51,46,57,50,53,49,56,55,93,44,91,45,49,49,52,46,52,57,54,52,56,57,44,51,51,46,54,57,54,57,48,49,93,44,91,45,49,49,52,46,53,50,52,50,49,53,44,51,51,46,53,53,51,48,54,56,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,50,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,51,46,54,49,49,55,50,44,51,48,46,54,53,49,50,53,56,93,44,91,45,56,51,46,51,53,55,55,48,51,44,51,48,46,54,51,55,51,54,93,44,91,45,56,51,46,52,56,50,52,54,49,44,51,48,46,55,53,54,57,51,49,93,44,91,45,56,51,46,51,55,48,56,57,56,44,51,48,46,56,56,52,56,50,56,93,44,91,45,56,51,46,52,55,53,54,49,55,44,51,49,46,48,51,49,57,54,52,93,44,91,45,56,51,46,53,55,52,56,53,55,44,51,49,46,48,55,56,49,51,53,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,54,34,44,34,78,65,77,69,34,58,34,65,108,101,117,116,105,97,110,115,32,87,101,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,55,56,46,51,48,55,55,56,55,44,53,49,46,56,56,49,54,48,56,93,44,91,45,49,55,56,46,49,53,49,54,54,44,53,49,46,55,55,51,55,53,54,93,44,91,45,49,55,56,46,49,56,57,51,54,56,44,53,49,46,54,51,51,54,55,51,93,44,91,45,49,55,55,46,57,50,56,50,53,55,44,53,49,46,53,52,49,56,57,53,93,44,91,45,49,55,55,46,55,50,55,55,49,51,44,53,49,46,54,49,48,57,54,52,93,44,91,45,49,55,55,46,52,53,50,48,51,51,44,53,49,46,54,52,48,50,48,49,93,44,91,45,49,55,55,46,50,56,49,48,57,55,44,53,49,46,54,50,55,54,49,50,93,44,91,45,49,55,55,46,48,55,57,57,56,53,44,53,49,46,54,55,52,50,51,49,93,44,91,45,49,55,54,46,57,54,57,54,49,53,44,53,49,46,53,51,56,57,56,53,93,44,91,45,49,55,54,46,54,57,56,55,51,49,44,53,49,46,53,55,56,52,50,56,93,44,91,45,49,55,54,46,53,51,57,55,54,54,44,53,49,46,54,52,56,52,51,56,93,44,91,45,49,55,54,46,50,53,53,49,56,54,44,53,49,46,54,57,53,51,55,54,93,44,91,45,49,55,53,46,56,52,57,55,53,52,44,53,49,46,55,57,53,52,57,51,93,44,91,45,49,55,53,46,56,48,50,52,50,53,44,53,49,46,56,54,48,52,49,53,93,44,91,45,49,55,53,46,52,48,57,57,56,50,44,53,49,46,57,51,48,49,56,52,93,44,91,45,49,55,53,46,51,52,56,55,49,57,44,53,49,46,57,54,50,53,56,53,93,44,91,45,49,55,53,46,48,53,54,51,54,44,53,49,46,57,52,56,49,53,57,93,44,91,45,49,55,52,46,56,55,54,55,51,50,44,53,49,46,57,56,53,57,48,56,93,44,91,45,49,55,52,46,55,52,53,48,54,53,44,53,49,46,57,53,53,54,52,54,93,44,91,45,49,55,52,46,52,56,48,56,57,49,44,53,49,46,57,53,50,52,57,55,93,44,91,45,49,55,52,46,51,49,51,57,55,52,44,53,50,46,48,51,54,50,50,54,93,44,91,45,49,55,52,46,48,53,54,53,48,51,44,53,50,46,48,53,49,54,51,51,93,44,91,45,49,55,51,46,57,51,53,49,54,49,44,53,50,46,48,48,52,52,52,50,93,44,91,45,49,55,51,46,55,49,48,48,51,52,44,53,50,46,48,48,54,56,52,93,44,91,45,49,55,51,46,52,56,55,51,49,56,44,53,49,46,57,55,49,49,56,52,93,44,91,45,49,55,51,46,51,48,52,53,50,50,44,53,50,46,48,48,53,52,50,54,93,44,91,45,49,55,51,46,49,54,54,55,48,51,44,53,49,46,57,52,54,55,48,54,93,44,91,45,49,55,51,46,48,55,57,54,55,50,44,53,50,46,48,49,55,57,49,53,93,44,91,45,49,55,50,46,57,50,51,48,53,56,44,53,50,46,48,50,52,49,54,93,44,91,45,49,55,50,46,56,54,54,54,52,49,44,53,50,46,49,52,56,57,51,51,93,44,91,45,49,55,51,46,52,52,48,55,54,52,44,53,50,46,49,54,56,55,54,52,93,44,91,45,49,55,51,46,53,48,54,51,48,51,44,53,50,46,50,49,51,49,51,56,93,44,91,45,49,55,51,46,55,51,50,49,48,52,44,53,50,46,49,56,51,50,53,52,93,44,91,45,49,55,51,46,57,57,48,52,55,50,44,53,50,46,49,56,51,49,52,51,93,44,91,45,49,55,51,46,57,48,50,56,51,52,44,53,50,46,51,49,57,50,50,56,93,44,91,45,49,55,51,46,57,52,48,50,50,54,44,53,50,46,51,57,54,50,53,54,93,44,91,45,49,55,52,46,49,49,48,53,56,50,44,53,50,46,52,54,56,51,50,49,93,44,91,45,49,55,52,46,51,49,50,55,51,51,44,53,50,46,52,53,54,55,49,50,93,44,91,45,49,55,52,46,55,57,54,54,50,53,44,53,50,46,49,53,51,52,55,93,44,91,45,49,55,52,46,57,50,53,50,51,51,44,53,50,46,49,54,51,57,49,93,44,91,45,49,55,53,46,50,57,54,54,49,55,44,53,50,46,48,56,56,56,50,93,44,91,45,49,55,53,46,53,52,57,49,51,53,44,53,50,46,48,48,57,56,55,57,93,44,91,45,49,55,53,46,56,49,49,57,57,56,44,53,50,46,48,52,55,57,52,56,93,44,91,45,49,55,54,46,48,50,55,55,52,52,44,53,50,46,49,54,48,49,55,53,93,44,91,45,49,55,54,46,50,50,52,52,51,52,44,53,50,46,49,53,51,49,50,54,93,44,91,45,49,55,54,46,50,57,51,49,51,44,53,50,46,48,54,53,52,50,55,93,44,91,45,49,55,54,46,50,52,50,56,54,52,44,53,49,46,57,50,54,55,52,50,93,44,91,45,49,55,54,46,52,50,57,49,51,55,44,53,49,46,57,49,53,51,53,93,44,91,45,49,55,54,46,52,56,56,52,55,57,44,53,50,46,48,50,54,48,52,50,93,44,91,45,49,55,54,46,54,48,49,50,56,44,53,50,46,48,53,54,53,54,93,44,91,45,49,55,55,46,48,49,54,56,57,54,44,53,49,46,57,54,53,48,51,50,93,44,91,45,49,55,55,46,50,48,54,50,48,57,44,53,49,46,57,57,51,49,49,93,44,91,45,49,55,55,46,51,48,56,56,57,52,44,53,49,46,56,51,54,55,57,51,93,44,91,45,49,55,55,46,53,49,53,51,49,54,44,53,49,46,55,57,49,57,55,93,44,91,45,49,55,55,46,54,49,52,57,49,50,44,53,49,46,57,48,53,93,44,91,45,49,55,55,46,56,50,54,56,48,55,44,53,49,46,56,57,54,52,49,52,93,44,91,45,49,55,55,46,57,52,55,48,48,51,44,53,49,46,57,55,49,51,49,50,93,44,91,45,49,55,56,46,50,52,55,51,56,44,53,49,46,57,53,48,49,54,54,93,44,91,45,49,55,56,46,51,48,55,55,56,55,44,53,49,46,56,56,49,54,48,56,93,93,93,44,91,91,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,44,91,45,49,54,54,46,55,56,53,49,57,52,44,53,52,46,48,54,53,57,55,57,93,44,91,45,49,54,55,46,48,53,51,57,57,51,44,53,52,46,48,48,56,54,49,51,93,44,91,45,49,54,55,46,50,51,48,48,55,55,44,53,51,46,56,56,56,50,53,50,93,44,91,45,49,54,55,46,49,51,56,50,48,53,44,53,51,46,55,48,57,52,50,51,93,44,91,45,49,54,55,46,50,51,48,51,56,44,53,51,46,53,54,54,55,51,52,93,44,91,45,49,54,55,46,55,52,54,55,54,57,44,53,51,46,52,50,54,51,51,53,93,44,91,45,49,54,55,46,54,57,56,50,49,51,44,53,51,46,53,50,52,50,50,51,93,44,91,45,49,54,55,46,57,53,57,56,56,50,44,53,51,46,54,49,50,56,49,50,93,44,91,45,49,54,56,46,48,57,48,51,53,50,44,53,51,46,54,49,57,54,54,55,93,44,91,45,49,54,56,46,52,49,53,50,53,57,44,53,51,46,53,48,57,52,52,55,93,44,91,45,49,54,56,46,53,48,52,50,57,54,44,53,51,46,51,54,50,56,56,57,93,44,91,45,49,54,56,46,54,56,57,51,51,55,44,53,51,46,51,48,51,50,55,51,93,44,91,45,49,54,56,46,56,53,57,52,52,57,44,53,51,46,49,56,56,49,53,50,93,44,91,45,49,54,57,46,48,48,51,51,52,54,44,53,50,46,57,57,54,53,53,50,93,44,91,45,49,54,57,46,49,57,55,49,51,51,44,53,50,46,57,54,52,56,56,50,93,44,91,45,49,54,57,46,51,50,54,53,57,50,44,53,50,46,55,53,51,53,52,50,93,44,91,45,49,54,57,46,50,50,56,48,53,56,44,53,50,46,55,49,52,54,49,93,44,91,45,49,54,56,46,56,52,57,52,54,52,44,53,50,46,56,52,48,57,50,49,93,44,91,45,49,54,56,46,55,52,51,48,48,50,44,53,50,46,56,53,52,55,51,49,93,44,91,45,49,54,56,46,53,53,52,54,56,54,44,53,50,46,57,53,53,48,51,54,93,44,91,45,49,54,56,46,52,48,50,54,56,52,44,53,50,46,57,50,57,50,53,51,93,44,91,45,49,54,56,46,50,53,55,55,49,51,44,53,51,46,49,52,49,56,57,53,93,44,91,45,49,54,56,46,48,50,54,50,55,44,53,51,46,50,50,54,49,51,55,93,44,91,45,49,54,55,46,54,54,57,50,55,56,44,53,51,46,49,55,50,48,53,93,44,91,45,49,54,55,46,53,50,50,49,52,49,44,53,51,46,49,56,54,48,48,57,93,44,91,45,49,54,55,46,49,48,54,55,53,56,44,53,51,46,51,54,54,57,57,49,93,44,91,45,49,54,54,46,55,48,49,55,57,44,53,51,46,52,48,50,48,51,51,93,44,91,45,49,54,54,46,51,55,56,54,53,53,44,53,51,46,54,48,50,49,52,49,93,44,91,45,49,54,54,46,49,55,52,57,51,56,44,53,51,46,54,53,57,55,55,56,93,44,91,45,49,54,53,46,57,55,54,51,54,44,53,51,46,55,55,49,48,54,49,93,44,91,45,49,54,53,46,57,54,49,48,56,54,44,53,51,46,57,49,54,50,52,51,93,44,91,45,49,54,54,46,50,50,53,54,52,49,44,53,51,46,57,54,48,50,48,54,93,44,91,45,49,54,54,46,50,50,53,54,52,55,44,53,52,46,48,52,49,57,57,51,93,93,93,44,91,91,91,49,55,50,46,51,52,57,51,52,44,53,50,46,57,50,50,49,57,52,93,44,91,49,55,50,46,55,51,54,57,52,53,44,53,50,46,55,50,55,56,56,55,93,44,91,49,55,50,46,57,52,51,48,56,55,44,53,50,46,54,56,56,56,52,55,93,44,91,49,55,51,46,50,48,57,54,50,56,44,53,50,46,55,51,57,54,53,49,93,44,91,49,55,51,46,51,51,48,50,51,54,44,53,50,46,54,57,50,56,51,51,93,44,91,49,55,51,46,53,56,48,54,52,55,44,53,50,46,56,49,53,52,56,53,93,44,91,49,55,51,46,51,50,49,57,51,56,44,53,50,46,57,57,50,49,50,49,93,44,91,49,55,51,46,49,51,50,50,48,56,44,53,51,46,48,52,51,57,53,56,93,44,91,49,55,50,46,55,51,52,52,49,56,44,53,51,46,48,54,51,54,52,53,93,44,91,49,55,50,46,53,50,55,55,51,44,53,51,46,48,50,51,51,49,56,93,44,91,49,55,50,46,51,52,57,51,52,44,53,50,46,57,50,50,49,57,52,93,93,93,44,91,91,91,45,49,55,48,46,50,55,50,57,57,50,44,53,50,46,55,52,56,53,49,53,93,44,91,45,49,55,48,46,50,53,48,48,54,51,44,53,50,46,54,56,49,48,56,57,93,44,91,45,49,55,48,46,48,51,50,53,56,54,44,53,50,46,54,55,53,55,52,52,93,44,91,45,49,54,57,46,56,52,56,55,53,52,44,53,50,46,55,54,51,49,49,93,44,91,45,49,54,57,46,55,48,51,48,54,49,44,53,50,46,55,49,54,48,57,57,93,44,91,45,49,54,57,46,53,56,56,54,49,51,44,53,50,46,56,48,48,53,54,51,93,44,91,45,49,54,57,46,54,50,55,56,50,52,44,53,50,46,57,50,54,55,52,93,44,91,45,49,54,57,46,54,48,52,52,53,52,44,53,51,46,48,54,50,48,51,49,93,44,91,45,49,54,57,46,55,53,57,49,52,56,44,53,51,46,49,51,52,48,53,52,93,44,91,45,49,54,57,46,56,54,48,55,53,52,44,53,51,46,49,48,53,48,49,50,93,44,91,45,49,54,57,46,56,51,49,56,57,56,44,53,50,46,57,51,53,53,51,56,93,44,91,45,49,55,48,46,48,52,54,49,48,54,44,53,50,46,57,55,51,49,49,54,93,44,91,45,49,55,48,46,49,55,54,56,57,44,53,50,46,57,51,53,49,51,55,93,44,91,45,49,55,48,46,50,55,50,57,57,50,44,53,50,46,55,52,56,53,49,53,93,93,93,44,91,91,91,49,55,56,46,53,51,49,56,49,51,44,53,49,46,54,52,57,54,57,50,93,44,91,49,55,56,46,53,53,49,55,55,51,44,53,49,46,53,57,57,56,53,53,93,44,91,49,55,56,46,55,57,48,50,52,49,44,53,49,46,52,57,50,52,53,56,93,44,91,49,55,56,46,56,57,54,48,49,50,44,53,49,46,52,57,50,53,51,53,93,44,91,49,55,57,46,50,49,56,49,57,54,44,53,49,46,50,57,52,57,56,53,93,44,91,49,55,57,46,53,49,48,56,55,44,53,49,46,51,48,56,50,54,53,93,44,91,49,55,57,46,53,55,56,52,48,54,44,53,49,46,51,53,52,51,52,52,93,44,91,49,55,57,46,52,50,53,50,50,49,44,53,49,46,52,54,50,56,49,55,93,44,91,49,55,57,46,49,55,48,51,50,53,44,53,49,46,53,50,51,48,50,56,93,44,91,49,55,57,46,48,54,48,54,50,44,53,49,46,54,51,50,53,49,93,44,91,49,55,56,46,54,57,56,55,56,52,44,53,49,46,55,48,57,53,54,54,93,44,91,49,55,56,46,53,51,49,56,49,51,44,53,49,46,54,52,57,54,57,50,93,93,93,44,91,91,91,49,55,55,46,49,49,49,57,55,54,44,53,49,46,56,57,48,53,52,50,93,44,91,49,55,55,46,50,57,56,54,49,56,44,53,49,46,55,54,50,56,57,53,93,44,91,49,55,55,46,52,55,53,54,51,50,44,53,49,46,56,54,48,52,48,49,93,44,91,49,55,55,46,56,51,55,48,55,54,44,53,49,46,57,48,50,50,54,57,93,44,91,49,55,55,46,56,52,53,55,48,55,44,53,49,46,57,56,51,55,55,57,93,44,91,49,55,55,46,55,52,53,54,53,53,44,53,50,46,49,52,49,54,48,50,93,44,91,49,55,55,46,53,49,48,55,55,54,44,53,50,46,49,54,49,48,57,55,93,44,91,49,55,55,46,52,49,54,52,51,49,44,53,50,46,48,51,56,49,50,56,93,44,91,49,55,55,46,49,54,53,57,54,50,44,53,49,46,57,52,57,48,51,50,93,44,91,49,55,55,46,49,49,49,57,55,54,44,53,49,46,56,57,48,53,52,50,93,93,93,44,91,91,91,49,55,51,46,50,55,51,52,48,52,44,53,50,46,52,49,48,52,54,49,93,44,91,49,55,51,46,51,48,52,48,52,53,44,53,50,46,51,53,54,52,53,51,93,44,91,49,55,51,46,54,51,56,54,51,51,44,53,50,46,50,57,52,50,53,93,44,91,49,55,51,46,56,49,52,48,55,50,44,53,50,46,51,53,51,51,52,55,93,44,91,49,55,51,46,55,56,49,49,57,54,44,53,50,46,52,52,55,57,53,52,93,44,91,49,55,51,46,56,52,55,55,55,52,44,53,50,46,53,51,55,49,56,53,93,44,91,49,55,51,46,54,48,56,50,53,52,44,53,50,46,53,53,57,56,55,51,93,44,91,49,55,51,46,51,49,53,57,52,44,53,50,46,52,54,52,54,51,56,93,44,91,49,55,51,46,50,55,51,52,48,52,44,53,50,46,52,49,48,52,54,49,93,93,93,44,91,91,91,49,55,56,46,48,48,51,52,53,51,44,53,50,46,48,52,57,53,56,56,93,44,91,49,55,56,46,48,53,57,54,55,53,44,53,49,46,57,52,56,49,49,52,93,44,91,49,55,56,46,49,57,53,56,55,44,53,49,46,57,52,56,56,52,51,93,44,91,49,55,56,46,53,51,49,53,57,49,44,53,49,46,56,52,54,55,49,54,93,44,91,49,55,56,46,54,54,54,57,48,52,44,53,49,46,57,51,48,50,53,50,93,44,91,49,55,56,46,53,49,50,52,49,50,44,53,50,46,48,52,51,52,51,54,93,44,91,49,55,56,46,50,54,55,49,53,57,44,53,50,46,48,51,55,52,53,49,93,44,91,49,55,56,46,49,56,56,56,51,56,44,53,50,46,48,57,56,54,55,55,93,44,91,49,55,56,46,48,48,51,52,53,51,44,53,50,46,48,52,57,53,56,56,93,93,93,44,91,91,91,45,49,55,48,46,53,50,50,55,48,57,44,53,55,46,49,57,51,51,55,52,93,44,91,45,49,55,48,46,52,52,52,49,52,51,44,53,54,46,57,57,54,49,51,52,93,44,91,45,49,55,48,46,49,49,49,55,56,50,44,53,55,46,49,51,54,55,48,57,93,44,91,45,49,55,48,46,48,49,54,53,49,49,44,53,55,46,50,54,54,53,56,49,93,44,91,45,49,55,48,46,49,57,49,48,50,52,44,53,55,46,50,57,55,51,53,49,93,44,91,45,49,55,48,46,52,52,57,53,57,56,44,53,55,46,50,52,57,51,51,50,93,44,91,45,49,55,48,46,53,50,50,55,48,57,44,53,55,46,49,57,51,51,55,52,93,93,93,44,91,91,91,45,49,55,50,46,55,50,48,54,56,57,44,53,50,46,50,54,52,51,54,52,93,44,91,45,49,55,50,46,54,55,54,48,48,56,44,53,50,46,50,49,48,53,55,54,93,44,91,45,49,55,50,46,51,55,55,57,49,53,44,53,50,46,50,50,56,51,54,51,93,44,91,45,49,55,50,46,50,49,48,55,49,50,44,53,50,46,51,49,54,50,54,55,93,44,91,45,49,55,50,46,50,52,57,54,54,44,53,50,46,51,57,51,52,53,52,93,44,91,45,49,55,50,46,51,57,57,50,57,54,44,53,50,46,52,52,52,53,48,53,93,44,91,45,49,55,50,46,54,51,51,50,51,57,44,53,50,46,51,56,55,56,54,51,93,44,91,45,49,55,50,46,55,50,48,54,56,57,44,53,50,46,50,54,52,51,54,52,93,93,93,44,91,91,91,49,55,57,46,51,56,56,55,52,50,44,53,49,46,57,52,49,57,49,55,93,44,91,49,55,57,46,52,56,52,54,48,54,44,53,49,46,56,52,56,48,50,55,93,44,91,49,55,57,46,54,50,51,50,49,50,44,53,49,46,56,49,56,57,56,56,93,44,91,49,55,57,46,55,56,53,48,55,44,53,49,46,56,54,50,54,51,57,93,44,91,49,55,57,46,56,53,57,54,56,49,44,53,49,46,57,54,48,51,54,54,93,44,91,49,55,57,46,54,53,56,51,56,49,44,53,50,46,48,55,56,50,55,93,44,91,49,55,57,46,52,48,56,55,50,57,44,53,50,46,48,48,53,51,53,53,93,44,91,49,55,57,46,51,56,56,55,52,50,44,53,49,46,57,52,49,57,49,55,93,93,93,44,91,91,91,45,49,55,57,46,49,52,57,53,48,53,44,53,49,46,53,55,54,53,57,53,93,44,91,45,49,55,56,46,56,48,48,49,57,51,44,53,49,46,52,56,53,56,53,57,93,44,91,45,49,55,56,46,53,53,48,49,57,51,44,53,49,46,53,48,56,52,56,52,93,44,91,45,49,55,56,46,52,50,49,54,55,54,44,53,49,46,53,56,55,50,56,51,93,44,91,45,49,55,56,46,54,54,48,49,50,50,44,53,49,46,54,54,53,56,55,57,93,44,91,45,49,55,56,46,57,52,57,57,51,54,44,53,49,46,53,57,49,53,52,52,93,44,91,45,49,55,57,46,48,53,54,48,50,57,44,53,49,46,54,52,53,57,55,50,93,44,91,45,49,55,57,46,49,52,57,53,48,53,44,53,49,46,53,55,54,53,57,53,93,93,93,44,91,91,91,45,49,55,48,46,57,50,54,48,51,55,44,53,50,46,53,53,56,54,52,52,93,44,91,45,49,55,48,46,56,50,56,51,49,56,44,53,50,46,52,57,49,57,50,55,93,44,91,45,49,55,48,46,53,51,54,49,51,51,44,53,50,46,53,55,51,56,52,55,93,44,91,45,49,55,48,46,52,56,48,57,57,52,44,53,50,46,54,57,48,52,49,93,44,91,45,49,55,48,46,54,56,48,52,53,50,44,53,50,46,55,52,57,53,56,54,93,44,91,45,49,55,48,46,56,56,56,57,49,51,44,53,50,46,54,52,57,50,55,49,93,44,91,45,49,55,48,46,57,50,54,48,51,55,44,53,50,46,53,53,56,54,52,52,93,93,93,44,91,91,91,45,49,55,57,46,50,51,48,50,51,51,44,53,49,46,50,56,51,57,50,55,93,44,91,45,49,55,57,46,49,56,51,56,49,53,44,53,49,46,49,56,51,55,55,54,93,44,91,45,49,55,57,46,48,55,51,53,57,57,44,53,49,46,49,55,57,48,52,49,93,44,91,45,49,55,56,46,56,51,50,56,48,54,44,53,49,46,51,50,51,53,56,56,93,44,91,45,49,55,56,46,56,55,51,49,54,51,44,53,49,46,52,50,52,55,57,49,93,44,91,45,49,55,57,46,48,48,53,48,52,49,44,53,49,46,52,53,50,54,53,50,93,44,91,45,49,55,57,46,50,51,48,50,51,51,44,53,49,46,50,56,51,57,50,55,93,93,93,44,91,91,91,45,49,54,57,46,56,55,57,54,51,50,44,53,54,46,54,49,52,55,57,57,93,44,91,45,49,54,57,46,54,55,54,48,57,50,44,53,54,46,52,57,54,50,50,54,93,44,91,45,49,54,57,46,53,50,54,54,51,55,44,53,54,46,52,57,50,57,55,54,93,44,91,45,49,54,57,46,51,55,55,53,52,53,44,53,54,46,53,56,55,55,50,57,93,44,91,45,49,54,57,46,53,48,57,50,54,53,44,53,54,46,54,54,55,52,55,49,93,44,91,45,49,54,57,46,56,50,57,51,56,52,44,53,54,46,54,54,57,56,49,54,93,44,91,45,49,54,57,46,56,55,57,54,51,50,44,53,54,46,54,49,52,55,57,57,93,93,93,44,91,91,91,45,49,55,49,46,51,57,51,50,57,54,44,53,50,46,52,56,48,56,53,52,93,44,91,45,49,55,49,46,51,53,56,51,53,51,44,53,50,46,52,49,50,53,52,53,93,44,91,45,49,55,49,46,50,48,54,50,53,57,44,53,50,46,51,57,56,56,57,49,93,44,91,45,49,55,49,46,48,50,50,52,50,57,44,53,50,46,54,48,51,55,49,55,93,44,91,45,49,55,49,46,49,52,48,50,51,52,44,53,50,46,54,51,57,54,51,51,93,44,91,45,49,55,49,46,51,55,52,52,51,51,44,53,50,46,53,51,55,49,49,56,93,44,91,45,49,55,49,46,51,57,51,50,57,54,44,53,50,46,52,56,48,56,53,52,93,93,93,44,91,91,91,49,55,51,46,55,55,51,55,56,51,44,53,50,46,55,56,49,53,56,56,93,44,91,49,55,51,46,56,51,55,57,54,50,44,53,50,46,55,49,54,48,50,51,93,44,91,49,55,52,46,49,54,50,53,49,52,44,53,50,46,54,53,54,55,51,53,93,44,91,49,55,52,46,50,51,50,55,50,55,44,53,50,46,55,53,55,50,57,52,93,44,91,49,55,51,46,56,55,48,54,51,56,44,53,50,46,56,51,52,55,57,93,44,91,49,55,51,46,55,55,51,55,56,51,44,53,50,46,55,56,49,53,56,56,93,93,93,44,91,91,91,49,55,56,46,49,50,51,56,51,50,44,53,49,46,56,52,51,57,56,52,93,44,91,49,55,56,46,50,52,57,56,56,49,44,53,49,46,55,50,52,52,55,52,93,44,91,49,55,56,46,52,57,54,51,52,55,44,53,49,46,55,52,52,53,50,50,93,44,91,49,55,56,46,51,54,56,52,51,52,44,53,49,46,56,54,48,53,51,57,93,44,91,49,55,56,46,50,50,48,48,55,56,44,53,49,46,56,56,56,55,50,56,93,44,91,49,55,56,46,49,50,51,56,51,50,44,53,49,46,56,52,51,57,56,52,93,93,93,44,91,91,91,45,49,55,56,46,57,53,55,50,56,49,44,53,49,46,55,56,48,55,57,57,93,44,91,45,49,55,56,46,56,50,56,48,49,57,44,53,49,46,54,57,52,55,55,54,93,44,91,45,49,55,56,46,54,52,54,56,44,53,49,46,55,57,48,51,93,44,91,45,49,55,56,46,55,56,54,53,51,50,44,53,49,46,56,56,55,56,56,93,44,91,45,49,55,56,46,57,53,55,50,56,49,44,53,49,46,55,56,48,55,57,57,93,93,93,44,91,91,91,49,55,53,46,55,54,53,50,56,51,44,53,50,46,51,56,55,51,50,93,44,91,49,55,53,46,56,51,49,51,57,50,44,53,50,46,51,48,53,53,55,55,93,44,91,49,55,54,46,48,48,57,57,50,53,44,53,50,46,50,57,57,53,53,51,93,44,91,49,55,54,46,48,52,57,49,56,49,44,53,50,46,51,56,53,54,52,93,44,91,49,55,53,46,56,52,49,57,48,57,44,53,50,46,52,52,48,50,56,56,93,44,91,49,55,53,46,55,54,53,50,56,51,44,53,50,46,51,56,55,51,50,93,93,93,44,91,91,91,45,49,55,55,46,53,53,49,55,51,57,44,53,49,46,57,49,53,53,50,53,93,44,91,45,49,55,55,46,52,56,54,55,50,54,44,53,49,46,56,52,51,54,52,57,93,44,91,45,49,55,55,46,51,51,54,52,50,55,44,53,49,46,57,50,49,53,54,49,93,44,91,45,49,55,55,46,52,53,57,53,52,54,44,53,49,46,57,56,50,56,56,52,93,44,91,45,49,55,55,46,53,53,49,55,51,57,44,53,49,46,57,49,53,53,50,53,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,48,34,44,34,78,65,77,69,34,58,34,75,111,100,105,97,107,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,52,46,57,51,51,54,57,52,44,53,55,46,50,57,52,54,55,56,93,44,91,45,49,53,52,46,54,49,57,55,56,50,44,53,55,46,49,54,50,51,54,93,44,91,45,49,53,52,46,53,55,55,52,56,51,44,53,54,46,57,53,50,55,55,51,93,44,91,45,49,53,52,46,51,56,55,55,49,57,44,53,54,46,56,57,53,54,49,56,93,44,91,45,49,53,52,46,51,56,53,53,50,52,44,53,54,46,56,51,48,50,54,57,93,44,91,45,49,53,52,46,50,49,55,56,50,54,44,53,54,46,55,50,48,52,54,55,93,44,91,45,49,53,52,46,51,54,48,49,48,56,44,53,54,46,54,51,51,53,50,52,93,44,91,45,49,53,52,46,53,48,55,53,50,44,53,54,46,54,53,56,56,52,52,93,44,91,45,49,53,52,46,55,53,56,49,48,54,44,53,54,46,53,53,57,56,49,53,93,44,91,45,49,53,52,46,56,57,51,56,52,55,44,53,54,46,52,52,52,55,50,52,93,44,91,45,49,53,52,46,55,50,53,55,51,50,44,53,54,46,51,53,53,50,49,57,93,44,91,45,49,53,52,46,52,57,56,50,48,57,44,53,54,46,52,53,53,55,56,52,93,44,91,45,49,53,51,46,57,51,54,50,55,54,44,53,54,46,52,53,51,52,54,49,93,44,91,45,49,53,51,46,56,48,54,54,48,53,44,53,54,46,53,48,57,51,54,93,44,91,45,49,53,51,46,56,48,48,52,51,50,44,53,54,46,54,56,57,57,50,56,93,44,91,45,49,53,51,46,54,49,53,49,56,44,53,54,46,56,51,52,51,56,53,93,44,91,45,49,53,51,46,52,48,52,53,50,57,44,53,54,46,57,53,48,55,55,51,93,44,91,45,49,53,51,46,49,56,48,57,53,57,44,53,54,46,57,54,48,54,56,93,44,91,45,49,53,51,46,48,57,56,50,56,57,44,53,55,46,48,52,48,51,49,51,93,44,91,45,49,53,50,46,56,51,52,49,54,50,44,53,55,46,48,57,52,52,50,53,93,44,91,45,49,53,50,46,55,56,53,50,48,54,44,53,55,46,49,57,50,52,53,55,93,44,91,45,49,53,50,46,53,50,56,55,53,56,44,53,55,46,51,50,55,51,50,55,93,44,91,45,49,53,50,46,50,53,56,52,56,49,44,53,55,46,51,50,51,52,50,57,93,44,91,45,49,53,50,46,49,53,54,53,49,54,44,53,55,46,52,48,53,56,53,53,93,44,91,45,49,53,50,46,50,50,50,52,51,55,44,53,55,46,52,55,53,50,57,57,93,44,91,45,49,53,50,46,48,51,49,48,48,54,44,53,55,46,54,50,56,54,51,49,93,44,91,45,49,53,50,46,50,50,48,50,49,49,44,53,55,46,57,51,48,50,50,51,93,44,91,45,49,53,50,46,52,49,52,52,53,51,44,53,56,46,48,51,54,53,55,55,93,44,91,45,49,53,50,46,48,51,51,53,49,57,44,53,56,46,49,49,49,55,56,49,93,44,91,45,49,53,49,46,55,54,52,48,50,44,53,56,46,49,51,54,54,50,54,93,44,91,45,49,53,49,46,54,57,48,53,48,53,44,53,56,46,50,51,53,49,51,52,93,44,91,45,49,53,49,46,55,49,50,56,48,52,44,53,56,46,51,55,51,57,56,93,44,91,45,49,53,49,46,56,57,53,50,49,54,44,53,56,46,51,55,49,55,48,53,93,44,91,45,49,53,50,46,49,50,54,51,52,56,44,53,56,46,52,52,57,53,56,57,93,44,91,45,49,53,50,46,50,52,55,55,49,50,44,53,56,46,54,56,48,55,50,56,93,44,91,45,49,53,50,46,52,55,51,53,54,57,44,53,56,46,55,53,55,50,53,56,93,44,91,45,49,53,50,46,54,57,56,52,49,51,44,53,56,46,54,52,56,54,52,52,93,44,91,45,49,53,51,46,50,48,48,48,51,53,44,53,56,46,50,54,54,50,53,50,93,44,91,45,49,53,51,46,53,48,48,49,51,53,44,53,56,46,48,55,57,53,53,53,93,44,91,45,49,53,51,46,53,51,56,57,52,54,44,53,56,46,48,48,55,51,54,54,93,44,91,45,49,53,51,46,55,56,54,54,50,50,44,53,55,46,57,49,55,55,49,50,93,44,91,45,49,53,51,46,56,55,48,53,54,55,44,53,55,46,57,50,56,55,55,57,93,44,91,45,49,53,52,46,50,52,48,48,54,53,44,53,55,46,55,49,53,52,54,55,93,44,91,45,49,53,52,46,52,48,55,48,49,49,44,53,55,46,54,57,48,53,50,53,93,44,91,45,49,53,52,46,55,48,51,49,52,53,44,53,55,46,53,52,50,48,49,54,93,44,91,45,49,53,52,46,57,51,51,54,57,52,44,53,55,46,50,57,52,54,55,56,93,93,93,44,91,91,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,44,91,45,49,53,52,46,51,48,51,52,52,55,44,53,56,46,52,54,48,51,56,53,93,44,91,45,49,53,52,46,52,54,53,55,52,49,44,53,56,46,51,54,49,51,53,54,93,44,91,45,49,53,52,46,55,51,48,51,54,57,44,53,56,46,51,48,52,54,54,57,93,44,91,45,49,53,53,46,48,48,56,49,51,50,44,53,56,46,50,57,48,57,48,53,93,44,91,45,49,53,53,46,48,53,55,55,52,49,44,53,56,46,50,51,54,50,48,57,93,44,91,45,49,53,53,46,51,51,49,57,52,53,44,53,56,46,49,57,51,50,56,51,93,44,91,45,49,53,53,46,51,51,48,50,52,53,44,53,55,46,56,55,54,51,52,51,93,44,91,45,49,53,53,46,53,51,56,56,51,44,53,55,46,55,57,57,56,48,54,93,44,91,45,49,53,53,46,54,57,51,55,55,51,44,53,55,46,55,57,55,57,56,55,93,44,91,45,49,53,53,46,55,54,56,48,50,50,44,53,55,46,54,54,56,50,54,49,93,44,91,45,49,53,54,46,50,48,56,48,50,49,44,53,55,46,53,50,50,57,54,51,93,44,91,45,49,53,54,46,51,55,48,50,51,53,44,53,55,46,53,50,50,51,54,56,93,44,91,45,49,53,54,46,55,53,48,55,56,44,53,55,46,50,51,53,55,57,53,93,44,91,45,49,53,54,46,55,53,48,56,49,53,44,53,55,46,49,54,50,56,55,56,93,44,91,45,49,53,54,46,51,53,53,51,57,50,44,53,55,46,49,53,57,57,51,49,93,44,91,45,49,53,54,46,51,50,56,48,50,51,44,53,55,46,48,53,51,50,56,56,93,44,91,45,49,53,54,46,50,50,55,56,49,49,44,53,55,46,49,54,50,52,53,53,93,44,91,45,49,53,54,46,49,54,55,49,57,54,44,53,55,46,51,52,53,56,53,50,93,44,91,45,49,53,53,46,57,51,57,55,53,56,44,53,55,46,52,49,50,56,55,93,44,91,45,49,53,53,46,56,52,52,52,56,53,44,53,55,46,52,57,55,53,49,51,93,44,91,45,49,53,53,46,54,52,53,53,48,51,44,53,55,46,53,50,50,51,53,56,93,44,91,45,49,53,53,46,54,51,50,53,54,55,44,53,55,46,53,56,54,56,49,51,93,44,91,45,49,53,53,46,51,48,48,51,57,55,44,53,55,46,54,52,50,56,57,52,93,44,91,45,49,53,52,46,57,57,52,48,49,55,44,53,55,46,56,54,51,49,56,56,93,44,91,45,49,53,52,46,57,52,48,55,52,50,44,53,55,46,57,55,53,48,55,49,93,44,91,45,49,53,52,46,51,57,48,55,52,52,44,53,55,46,57,57,57,51,48,49,93,44,91,45,49,53,52,46,49,49,57,53,54,53,44,53,56,46,49,49,51,50,50,56,93,44,91,45,49,53,51,46,57,55,48,48,51,56,44,53,56,46,51,49,50,55,50,52,93,44,91,45,49,53,51,46,56,53,56,53,53,55,44,53,56,46,51,55,52,50,55,52,93,44,91,45,49,53,51,46,56,56,49,55,57,52,44,53,56,46,52,53,54,52,57,57,93,44,91,45,49,53,51,46,53,49,53,49,53,44,53,56,46,53,52,56,51,57,55,93,44,91,45,49,53,51,46,52,55,56,55,55,54,44,53,56,46,54,52,49,54,57,52,93,44,91,45,49,53,51,46,49,54,54,56,52,54,44,53,56,46,55,53,53,49,55,53,93,44,91,45,49,53,51,46,49,56,52,48,56,54,44,53,56,46,57,48,53,55,50,57,93,44,91,45,49,53,51,46,50,53,51,54,49,51,44,53,56,46,56,53,53,48,51,54,93,44,91,45,49,53,51,46,54,51,57,52,48,51,44,53,56,46,56,53,53,48,50,57,93,44,91,45,49,53,51,46,54,51,57,48,50,55,44,53,56,46,55,51,57,52,53,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,55,51,57,52,52,54,93,44,91,45,49,53,51,46,56,49,55,48,55,54,44,53,56,46,54,53,50,55,54,93,44,91,45,49,53,52,46,51,48,53,54,57,49,44,53,56,46,54,53,50,55,53,49,93,93,93,44,91,91,91,45,49,53,50,46,52,54,54,53,50,55,44,53,56,46,57,49,52,57,57,53,93,44,91,45,49,53,50,46,51,56,51,50,57,52,44,53,56,46,56,50,56,50,57,93,44,91,45,49,53,50,46,49,51,52,48,55,50,44,53,56,46,56,53,56,49,49,56,93,44,91,45,49,53,49,46,57,56,49,53,56,50,44,53,56,46,56,51,55,50,55,55,93,44,91,45,49,53,49,46,56,53,51,56,56,57,44,53,56,46,57,48,56,55,54,52,93,44,91,45,49,53,50,46,48,49,57,53,53,53,44,53,57,46,48,49,48,57,50,49,93,44,91,45,49,53,50,46,52,49,52,48,48,51,44,53,56,46,57,57,50,50,51,51,93,44,91,45,49,53,50,46,52,54,54,53,50,55,44,53,56,46,57,49,52,57,57,53,93,93,93,44,91,91,91,45,49,53,54,46,57,48,50,48,51,51,44,53,54,46,49,54,53,52,52,53,93,44,91,45,49,53,54,46,56,49,55,49,55,44,53,54,46,49,48,52,48,57,54,93,44,91,45,49,53,54,46,56,50,50,50,48,57,44,53,53,46,57,54,55,53,53,54,93,44,91,45,49,53,54,46,54,55,53,52,50,55,44,53,53,46,57,53,54,55,55,93,44,91,45,49,53,54,46,53,53,51,51,50,52,44,53,54,46,48,50,55,48,55,53,93,44,91,45,49,53,54,46,54,57,48,54,50,54,44,53,54,46,50,53,55,50,52,57,93,44,91,45,49,53,54,46,56,55,50,50,50,56,44,53,54,46,50,52,55,48,50,51,93,44,91,45,49,53,54,46,57,48,50,48,51,51,44,53,54,46,49,54,53,52,52,53,93,93,93,44,91,91,91,45,49,53,53,46,56,51,54,56,44,53,53,46,56,48,48,56,50,52,93,44,91,45,49,53,53,46,55,57,52,51,52,57,44,53,53,46,55,50,57,53,57,52,93,44,91,45,49,53,53,46,53,50,56,48,57,50,44,53,53,46,55,48,53,56,52,56,93,44,91,45,49,53,53,46,52,55,52,55,53,49,44,53,53,46,55,52,49,52,53,57,93,44,91,45,49,53,53,46,52,55,52,51,53,51,44,53,53,46,57,49,51,53,57,52,93,44,91,45,49,53,53,46,54,55,54,55,54,53,44,53,53,46,57,48,55,54,54,51,93,44,91,45,49,53,53,46,56,51,54,56,44,53,53,46,56,48,48,56,50,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,83,116,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,44,91,45,57,56,46,57,49,51,49,51,54,44,51,56,46,48,48,48,52,53,49,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,56,46,52,55,57,56,52,49,44,51,56,46,50,54,48,55,57,93,44,91,45,57,56,46,57,49,50,53,56,51,44,51,56,46,50,54,49,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,49,34,44,34,78,65,77,69,34,58,34,84,101,108,102,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,44,91,45,56,50,46,57,57,53,54,57,56,44,51,49,46,55,56,48,57,56,51,93,44,91,45,56,50,46,56,51,54,51,54,54,44,51,49,46,56,49,54,49,53,52,93,44,91,45,56,50,46,54,52,53,54,53,57,44,51,49,46,57,49,56,56,56,51,93,44,91,45,56,50,46,55,50,56,56,48,54,44,51,50,46,48,48,54,55,48,52,93,44,91,45,56,50,46,56,56,55,54,53,55,44,51,50,46,48,55,57,56,57,49,93,44,91,45,56,50,46,57,50,55,56,54,53,44,51,50,46,49,51,53,50,55,52,93,44,91,45,56,51,46,50,48,53,55,51,57,44,51,49,46,57,48,48,51,50,53,93,44,91,45,56,51,46,49,55,55,52,54,57,44,51,49,46,56,52,55,56,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,54,57,57,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,52,49,53,56,53,49,44,52,49,46,55,51,51,55,57,52,93,44,91,45,56,51,46,49,49,50,52,54,44,52,49,46,57,53,57,52,49,93,44,91,45,56,51,46,49,52,51,57,53,54,44,52,50,46,48,50,55,57,51,93,44,91,45,56,51,46,50,57,53,48,54,51,44,52,50,46,48,57,52,50,51,55,93,44,91,45,56,51,46,53,51,57,51,57,54,44,52,50,46,48,56,53,53,57,56,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,44,91,45,56,55,46,48,57,53,51,53,55,44,52,48,46,53,54,50,56,57,53,93,44,91,45,56,54,46,55,55,49,50,57,51,44,52,48,46,53,54,50,48,56,50,93,44,91,45,56,54,46,55,52,55,55,54,52,44,52,48,46,55,51,55,53,52,93,44,91,45,56,54,46,53,56,49,55,51,57,44,52,48,46,55,51,53,55,54,53,93,44,91,45,56,54,46,53,56,49,53,51,50,44,52,48,46,57,49,48,57,50,53,93,44,91,45,56,54,46,57,51,48,55,53,57,44,52,48,46,57,49,50,52,49,56,93,44,91,45,56,54,46,57,56,54,52,51,56,44,52,48,46,56,51,55,57,50,49,93,44,91,45,56,55,46,48,57,57,55,57,51,44,52,48,46,56,51,55,54,48,55,93,44,91,45,56,55,46,48,57,56,51,57,44,52,48,46,55,51,54,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,53,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,53,51,55,49,56,44,52,49,46,50,54,54,49,53,55,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,54,53,52,55,52,55,44,52,49,46,53,50,51,51,52,55,93,44,91,45,56,53,46,54,53,51,53,48,55,44,52,49,46,52,51,54,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,44,91,45,56,56,46,52,55,52,48,57,44,51,55,46,51,57,49,56,54,51,93,44,91,45,56,56,46,53,48,55,48,54,50,44,51,55,46,50,53,57,54,56,57,93,44,91,45,56,56,46,52,50,52,54,48,51,44,51,55,46,49,53,49,55,54,52,93,44,91,45,56,56,46,52,57,48,52,49,49,44,51,55,46,48,54,56,53,55,57,93,44,91,45,56,56,46,53,54,54,48,54,49,44,51,55,46,48,55,53,50,48,52,93,44,91,45,56,56,46,52,56,50,57,53,55,44,51,55,46,48,50,50,53,54,54,93,44,91,45,56,56,46,51,55,48,52,54,51,44,51,55,46,48,54,51,50,55,56,93,44,91,45,56,56,46,50,52,48,51,55,49,44,51,54,46,57,56,49,57,49,49,93,44,91,45,56,56,46,49,57,51,53,49,57,44,51,55,46,49,52,55,50,53,54,93,44,91,45,56,56,46,50,49,56,57,56,44,51,55,46,50,55,51,49,52,53,93,44,91,45,56,56,46,51,53,56,52,54,54,44,51,55,46,52,48,52,55,53,50,93,44,91,45,56,56,46,52,49,53,52,48,54,44,51,55,46,52,50,51,57,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,77,105,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,51,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,57,49,55,52,50,49,44,51,49,46,50,53,53,57,57,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,53,51,55,49,48,49,44,51,49,46,50,53,53,57,51,50,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,49,49,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,56,51,54,51,48,54,44,51,52,46,57,57,49,56,57,57,93,44,91,45,56,54,46,55,56,51,54,50,56,44,51,52,46,57,57,49,57,52,56,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,53,50,53,51,48,54,44,51,53,46,51,53,52,55,49,56,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,55,52,54,56,57,57,44,51,53,46,50,53,50,56,55,56,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,49,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,55,56,54,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,57,57,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,48,50,51,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,55,46,49,56,53,54,51,44,52,48,46,48,50,57,53,48,49,93,44,91,45,55,55,46,52,48,51,54,48,54,44,51,57,46,57,57,52,52,55,56,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,50,49,55,48,50,52,44,51,57,46,55,49,57,56,54,49,93,44,91,45,55,54,46,57,57,57,51,49,56,44,51,57,46,55,50,48,49,48,54,93,44,91,45,55,54,46,57,53,52,57,51,50,44,51,57,46,56,53,54,56,53,93,44,91,45,55,55,46,48,49,56,54,52,56,44,52,48,46,48,49,51,57,52,55,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,51,54,52,56,53,55,44,51,51,46,49,48,56,48,54,49,93,44,91,45,56,49,46,53,52,49,56,56,49,44,51,51,46,49,53,56,50,55,57,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,53,52,49,56,51,49,44,51,51,46,48,52,53,54,53,52,93,44,91,45,56,49,46,52,50,54,52,55,53,44,51,50,46,56,52,48,55,55,51,93,44,91,45,56,49,46,52,48,53,48,53,52,44,51,50,46,55,52,52,57,53,55,93,44,91,45,56,49,46,50,54,49,54,54,50,44,51,50,46,56,51,57,49,51,57,93,44,91,45,56,49,46,50,49,57,53,54,51,44,51,50,46,57,53,51,51,53,93,44,91,45,56,49,46,48,56,50,50,57,49,44,51,51,46,48,50,54,54,51,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,48,49,55,44,34,98,101,100,115,34,58,52,51,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,57,57,55,55,48,53,44,51,54,46,49,50,56,53,49,50,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,54,46,55,57,48,56,55,53,44,51,54,46,48,51,54,55,49,53,93,44,91,45,56,54,46,54,49,56,56,57,50,44,51,53,46,57,54,56,50,50,52,93,44,91,45,56,54,46,53,49,53,53,56,57,44,51,54,46,49,48,48,54,49,93,44,91,45,56,54,46,53,57,52,50,56,54,44,51,54,46,50,52,53,49,48,53,93,44,91,45,56,54,46,55,53,52,55,57,53,44,51,54,46,52,48,53,52,57,54,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,85,105,110,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,50,51,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,44,91,45,49,48,57,46,49,54,49,48,54,51,44,52,48,46,54,56,51,56,49,55,93,44,91,45,49,48,57,46,50,48,51,50,53,44,52,48,46,56,53,56,52,48,49,93,44,91,45,49,48,57,46,51,57,52,52,57,49,44,52,48,46,56,53,56,49,54,54,93,44,91,45,49,48,57,46,56,55,48,50,48,55,44,52,48,46,55,54,51,56,50,57,93,44,91,45,49,48,57,46,57,55,54,52,48,50,44,52,48,46,56,48,57,54,56,54,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,48,57,46,57,53,51,51,52,57,44,51,57,46,52,54,49,56,48,49,93,44,91,45,49,48,57,46,49,48,54,57,55,50,44,51,57,46,52,54,49,57,55,57,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,48,53,49,50,50,55,44,51,57,46,54,54,48,52,54,54,93,44,91,45,49,48,57,46,48,53,48,57,52,57,44,52,48,46,50,50,50,54,52,55,93,44,91,45,49,48,57,46,48,52,56,57,52,52,44,52,48,46,54,54,50,54,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,48,52,52,48,44,34,98,101,100,115,34,58,49,51,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,50,46,49,57,56,52,54,49,44,52,48,46,51,49,51,50,48,54,93,44,91,45,49,49,50,46,49,52,54,56,53,54,44,52,48,46,49,55,55,56,49,55,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,48,54,50,53,53,50,44,51,57,46,57,48,52,54,56,93,44,91,45,49,49,50,46,48,51,49,56,51,53,44,51,57,46,55,56,49,49,55,50,93,44,91,45,49,49,49,46,56,50,55,49,48,54,44,51,57,46,57,52,55,48,48,50,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,49,46,48,56,51,48,54,49,44,51,57,46,57,52,51,49,57,56,93,44,91,45,49,49,49,46,50,52,57,51,51,57,44,52,48,46,48,53,53,50,49,55,93,44,91,45,49,49,49,46,50,50,53,53,48,55,44,52,48,46,49,54,55,51,50,52,93,44,91,45,49,49,49,46,51,50,49,51,48,53,44,52,48,46,50,56,55,51,55,50,93,44,91,45,49,49,49,46,52,50,56,55,50,56,44,52,48,46,50,56,55,55,54,93,44,91,45,49,49,49,46,53,53,53,50,51,53,44,52,48,46,51,54,50,54,57,54,93,44,91,45,49,49,49,46,54,50,48,52,51,55,44,52,48,46,52,53,53,48,49,56,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,57,52,54,52,53,52,44,52,48,46,52,50,52,53,57,52,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,50,51,56,57,54,52,44,51,57,46,53,50,48,54,50,93,44,91,45,56,55,46,50,52,48,51,55,57,44,51,57,46,50,53,57,48,54,52,93,44,91,45,56,55,46,50,52,48,55,51,55,44,51,57,46,49,55,49,55,55,51,93,44,91,45,56,55,46,48,53,52,53,55,56,44,51,57,46,49,54,56,48,56,54,93,44,91,45,56,55,46,48,53,51,54,52,54,44,51,57,46,51,52,50,54,50,49,93,44,91,45,56,54,46,57,52,50,52,55,51,44,51,57,46,51,52,50,48,52,51,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,75,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,48,55,52,55,44,34,98,101,100,115,34,58,53,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,44,91,45,55,52,46,48,51,54,50,57,51,44,52,48,46,53,53,49,48,52,50,93,44,91,45,55,51,46,56,55,57,50,50,50,44,52,48,46,53,55,52,54,53,54,93,44,91,45,55,51,46,56,51,51,48,52,49,44,52,48,46,54,50,56,50,54,49,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,52,46,48,53,53,55,51,57,44,52,48,46,54,53,49,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,49,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,50,50,50,55,55,44,51,56,46,49,57,56,54,52,50,93,44,91,45,57,50,46,55,54,52,57,54,51,44,51,56,46,49,56,57,53,51,52,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,54,56,57,56,51,52,44,51,56,46,51,52,56,52,55,50,93,44,91,45,57,50,46,54,50,53,49,56,57,44,51,56,46,52,51,48,55,55,56,93,44,91,45,57,50,46,56,52,49,56,55,49,44,51,56,46,53,57,54,55,57,50,93,44,91,45,57,50,46,56,51,57,56,51,55,44,51,56,46,54,56,51,57,55,52,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,72,111,108,109,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,53,57,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,49,46,54,52,57,49,57,57,44,52,48,46,54,51,53,49,48,54,93,44,91,45,56,49,46,54,53,48,48,52,53,44,52,48,46,54,54,56,49,49,55,93,44,91,45,56,50,46,49,50,54,49,57,57,44,52,48,46,54,54,56,50,50,57,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,51,56,55,55,56,55,44,52,51,46,53,48,48,50,50,54,93,44,91,45,57,53,46,52,53,52,52,51,51,44,52,51,46,53,48,48,54,52,54,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,74,101,110,110,105,110,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,55,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,54,56,51,56,51,57,44,51,56,46,56,49,53,52,48,54,93,44,91,45,56,53,46,52,52,52,56,57,55,44,51,56,46,57,49,50,57,57,56,93,44,91,45,56,53,46,52,52,48,48,53,52,44,51,57,46,49,57,53,54,49,55,93,44,91,45,56,53,46,53,54,54,51,50,44,51,57,46,49,51,50,55,54,49,93,44,91,45,56,53,46,54,56,54,55,56,51,44,51,57,46,49,51,48,56,53,57,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,84,119,105,110,32,70,97,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,54,54,54,44,34,98,101,100,115,34,58,50,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,56,49,57,57,55,49,44,52,50,46,54,54,57,55,52,54,93,44,91,45,49,49,52,46,57,48,49,54,51,54,44,52,50,46,56,53,57,49,48,56,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,52,46,50,56,49,55,57,57,44,52,49,46,57,57,52,52,52,49,93,44,91,45,49,49,52,46,50,56,53,52,52,56,44,52,50,46,52,49,55,51,51,51,93,44,91,45,49,49,52,46,48,54,57,49,54,50,44,52,50,46,52,49,55,49,50,52,93,44,91,45,49,49,52,46,48,48,48,51,56,56,44,52,50,46,53,50,54,51,55,51,93,44,91,45,49,49,52,46,49,50,52,57,51,52,44,52,50,46,52,57,54,49,51,93,44,91,45,49,49,52,46,50,52,52,55,48,51,44,52,50,46,53,53,57,50,52,52,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,50,51,49,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,50,55,55,93,44,91,45,56,56,46,55,48,56,53,52,54,44,51,55,46,53,57,57,48,53,57,93,44,91,45,56,56,46,52,49,50,54,57,55,44,51,55,46,53,57,57,54,50,53,93,44,91,45,56,56,46,51,55,53,52,51,52,44,51,55,46,53,57,57,53,57,53,93,44,91,45,56,56,46,51,55,52,53,51,44,51,55,46,57,48,55,54,55,56,93,44,91,45,56,56,46,55,48,54,54,50,50,44,51,55,46,57,48,54,55,57,55,93,44,91,45,56,56,46,55,48,54,55,53,57,44,51,55,46,56,54,51,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,75,97,108,97,109,97,122,111,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,49,53,55,51,44,34,98,101,100,115,34,58,57,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,50,57,56,56,55,57,44,52,50,46,52,49,57,56,52,57,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,44,91,45,56,48,46,49,51,53,52,49,51,44,51,52,46,50,56,52,53,53,50,93,44,91,45,56,48,46,50,56,56,54,57,50,44,51,52,46,51,54,52,49,51,57,93,44,91,45,56,48,46,52,50,48,52,56,52,44,51,52,46,50,57,51,48,55,52,93,44,91,45,56,48,46,52,55,57,56,53,55,44,51,52,46,49,54,56,54,57,54,93,44,91,45,56,48,46,52,56,49,51,49,56,44,51,52,46,49,49,50,54,50,50,93,44,91,45,56,48,46,51,50,49,55,50,49,44,51,52,46,48,56,48,51,53,54,93,44,91,45,56,48,46,49,56,48,51,55,49,44,51,51,46,57,53,50,48,48,50,93,44,91,45,56,48,46,48,48,48,53,57,52,44,51,52,46,48,52,55,56,55,55,93,44,91,45,56,48,46,48,54,57,56,55,56,44,51,52,46,48,56,54,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,44,91,45,49,48,55,46,49,49,48,55,51,52,44,52,51,46,53,48,48,50,56,54,93,44,91,45,49,48,54,46,53,57,52,56,57,55,44,52,51,46,52,57,49,52,55,93,44,91,45,49,48,54,46,48,55,56,48,54,56,44,52,51,46,52,57,52,52,55,49,93,44,91,45,49,48,54,46,48,49,55,51,54,54,44,52,51,46,52,57,52,57,54,57,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,52,50,56,56,57,55,44,52,52,46,53,53,54,55,55,55,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,55,46,50,48,50,48,51,56,44,52,52,46,52,52,54,51,48,53,93,44,91,45,49,48,55,46,49,52,53,48,48,49,44,52,52,46,51,50,52,48,48,52,93,44,91,45,49,48,55,46,49,52,54,56,48,56,44,52,52,46,49,54,53,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,51,55,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,44,91,45,56,55,46,50,52,54,54,44,51,56,46,56,48,55,55,48,49,93,44,91,45,56,55,46,50,55,56,53,53,51,44,51,56,46,54,57,49,51,52,51,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,55,46,48,57,56,55,55,49,44,51,56,46,57,48,51,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,84,114,97,118,101,114,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,55,52,54,44,34,98,101,100,115,34,58,52,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,44,91,45,56,53,46,53,53,48,52,53,53,44,52,53,46,48,53,49,48,55,51,93,44,91,45,56,53,46,54,49,56,48,51,51,44,52,52,46,55,55,52,53,53,55,93,44,91,45,56,53,46,56,49,53,49,49,57,44,52,52,46,55,55,52,53,51,52,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,51,51,50,56,51,54,44,52,52,46,56,49,50,51,55,50,93,44,91,45,56,53,46,52,55,51,56,52,49,44,52,52,46,56,53,57,52,52,57,93,44,91,45,56,53,46,52,50,55,54,56,56,44,52,52,46,57,54,53,50,55,51,93,44,91,45,56,53,46,52,56,48,54,55,52,44,52,53,46,49,50,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,54,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,50,46,57,55,57,49,55,44,51,48,46,53,57,56,51,52,93,44,91,45,57,51,46,49,51,48,51,56,44,51,48,46,53,57,55,55,55,55,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,50,46,55,55,53,53,53,52,44,51,48,46,52,51,55,54,53,54,93,44,91,45,57,50,46,54,51,48,51,52,55,44,51,48,46,52,56,55,56,55,51,93,44,91,45,57,50,46,53,57,55,51,53,51,44,51,48,46,53,56,49,54,50,51,93,44,91,45,57,50,46,53,57,55,55,52,49,44,51,48,46,56,57,54,49,48,49,93,44,91,45,57,50,46,56,50,51,57,51,50,44,51,48,46,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,117,103,104,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,49,48,48,46,53,50,54,52,57,56,44,52,52,46,53,52,55,52,50,50,93,44,91,45,49,48,48,46,53,55,53,55,57,54,44,52,52,46,52,57,49,55,49,51,93,44,91,45,49,48,48,46,51,56,54,51,55,54,44,52,52,46,52,52,48,48,48,56,93,44,91,45,49,48,48,46,51,54,53,51,57,44,52,52,46,51,53,53,53,50,52,93,44,91,45,49,48,48,46,48,56,53,51,51,44,52,52,46,51,48,56,52,53,49,93,44,91,45,57,57,46,57,51,56,50,49,55,44,52,52,46,49,57,53,49,57,53,93,44,91,45,57,57,46,56,56,52,52,56,53,44,52,52,46,49,50,57,53,56,50,93,44,91,45,57,57,46,54,53,52,53,51,54,44,52,52,46,49,48,49,54,56,57,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,72,121,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,44,91,45,57,57,46,54,55,54,51,57,56,44,52,52,46,53,52,56,49,49,49,93,44,91,45,57,57,46,54,54,51,53,48,56,44,52,52,46,50,49,55,53,49,55,93,44,91,45,57,57,46,53,55,54,53,55,49,44,52,52,46,49,57,50,52,50,49,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,54,55,52,50,53,50,44,52,52,46,56,57,55,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,108,97,114,101,110,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,48,49,55,44,34,98,101,100,115,34,58,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,44,91,45,56,48,46,50,53,53,57,48,52,44,51,51,46,56,48,51,55,48,56,93,44,91,45,56,48,46,51,57,55,49,51,49,44,51,51,46,55,54,55,56,50,49,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,51,53,52,53,51,57,44,51,51,46,52,51,48,52,48,56,93,44,91,45,56,48,46,50,50,50,50,54,55,44,51,51,46,52,52,51,55,49,54,93,44,91,45,56,48,46,49,48,49,54,57,55,44,51,51,46,52,57,54,56,57,49,93,44,91,45,55,57,46,57,55,52,51,56,50,44,51,51,46,55,50,49,53,57,93,44,91,45,55,57,46,57,57,53,54,51,56,44,51,51,46,55,54,55,57,48,54,93,44,91,45,55,57,46,56,55,53,54,50,44,51,51,46,56,56,53,50,52,53,93,44,91,45,55,57,46,57,55,52,54,48,49,44,51,51,46,57,52,54,53,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,116,105,108,108,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,48,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,44,91,45,49,48,57,46,53,48,54,54,48,52,44,52,53,46,57,53,57,49,49,50,93,44,91,45,49,48,57,46,53,54,51,57,48,55,44,52,53,46,55,56,51,52,55,49,93,44,91,45,49,48,57,46,53,54,50,48,55,44,52,53,46,54,48,57,49,49,57,93,44,91,45,49,48,57,46,54,56,53,51,56,53,44,52,53,46,54,48,57,48,50,50,93,44,91,45,49,48,57,46,57,51,50,48,50,53,44,52,53,46,53,50,50,52,53,54,93,44,91,45,49,48,57,46,57,51,49,57,56,52,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,49,48,46,48,54,52,53,56,49,44,52,53,46,51,52,56,55,53,53,93,44,91,45,49,49,48,46,48,54,52,53,49,56,44,52,53,46,49,55,50,49,50,57,93,44,91,45,49,48,57,46,55,57,56,54,55,51,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,54,56,55,55,57,50,44,52,53,46,49,54,55,51,51,57,93,44,91,45,49,48,57,46,53,54,49,57,50,52,44,52,53,46,51,54,50,56,52,51,93,44,91,45,49,48,57,46,51,53,54,52,49,55,44,52,53,46,52,54,52,51,50,54,93,44,91,45,49,48,57,46,49,57,49,55,54,49,44,52,53,46,52,54,52,53,48,52,93,44,91,45,49,48,57,46,48,54,56,52,57,56,44,52,53,46,53,56,51,50,52,49,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,56,46,57,48,52,55,50,54,44,52,53,46,54,56,50,56,50,49,93,44,91,45,49,48,56,46,57,48,49,54,53,53,44,52,53,46,57,53,57,52,49,54,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,57,46,52,49,54,50,50,55,44,52,54,46,49,51,50,51,55,49,93,44,91,45,49,48,57,46,52,49,55,49,53,56,44,52,54,46,48,52,52,55,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,108,101,100,115,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,44,91,45,56,53,46,50,53,52,48,54,50,44,51,53,46,55,54,53,54,49,49,93,44,91,45,56,53,46,52,50,51,56,48,52,44,51,53,46,53,54,55,52,50,50,93,44,91,45,56,53,46,52,48,51,50,57,56,44,51,53,46,52,57,50,50,56,93,44,91,45,56,53,46,50,50,53,56,55,55,44,51,53,46,51,53,52,50,55,54,93,44,91,45,56,53,46,49,51,53,49,57,49,44,51,53,46,52,53,56,54,52,57,93,44,91,45,56,53,46,49,48,55,55,54,50,44,51,53,46,53,55,49,51,53,57,93,44,91,45,56,52,46,57,49,54,48,54,50,44,51,53,46,55,54,49,57,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,84,111,100,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,49,49,52,57,56,51,44,51,54,46,54,52,50,51,55,49,93,44,91,45,56,55,46,48,54,48,56,52,57,44,51,54,46,54,52,50,57,54,51,93,44,91,45,56,55,46,48,53,51,49,54,52,44,51,55,46,48,54,49,48,49,57,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,101,97,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,50,54,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,44,91,45,56,56,46,56,49,53,51,56,57,44,51,54,46,52,50,50,53,50,56,93,44,91,45,56,56,46,57,53,48,50,48,53,44,51,54,46,52,48,57,50,52,56,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,56,46,56,51,53,52,53,55,44,51,54,46,49,50,49,52,54,49,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,53,51,48,51,50,50,44,51,54,46,49,53,50,48,50,51,93,44,91,45,56,56,46,53,49,54,52,48,51,44,51,54,46,53,48,49,53,56,51,93,44,91,45,56,56,46,56,49,54,55,54,51,44,51,54,46,53,48,50,54,54,53,93,44,91,45,56,56,46,56,50,55,51,48,51,44,51,54,46,53,48,50,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,52,50,57,44,34,98,101,100,115,34,58,49,57,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,51,46,54,48,56,56,57,57,44,51,55,46,48,57,56,49,53,51,93,44,91,45,57,51,46,48,54,53,50,55,52,44,51,55,46,48,56,56,54,57,52,93,44,91,45,57,51,46,48,55,51,51,56,44,51,55,46,52,49,52,57,56,57,93,44,91,45,57,51,46,49,56,50,52,56,57,44,51,55,46,52,49,55,50,48,52,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,101,104,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,50,54,49,51,44,34,98,101,100,115,34,58,49,52,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,44,91,45,55,53,46,53,50,57,54,57,52,44,52,48,46,52,52,54,57,57,53,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,51,56,51,48,52,57,44,52,48,46,54,50,51,54,54,51,93,44,91,45,55,53,46,52,56,49,52,54,57,44,52,48,46,54,53,53,55,52,52,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,55,53,55,56,48,55,44,52,48,46,55,51,53,52,49,52,93,44,91,45,55,53,46,56,57,49,52,55,51,44,52,48,46,54,55,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,83,101,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,55,46,51,54,56,52,48,49,44,52,48,46,54,57,56,54,50,53,93,44,91,45,57,54,46,57,49,51,52,57,51,44,52,48,46,54,57,55,57,52,56,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,101,109,117,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,52,48,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,44,91,45,55,54,46,57,54,53,55,50,56,44,52,50,46,48,48,49,50,55,54,93,44,91,45,55,54,46,57,50,55,48,56,52,44,52,50,46,48,48,49,54,55,52,93,44,91,45,55,54,46,53,53,55,54,50,52,44,52,50,46,48,48,48,49,54,93,44,91,45,55,54,46,53,51,56,51,52,57,44,52,50,46,50,56,49,55,53,53,93,44,91,45,55,54,46,54,49,57,51,48,51,44,52,50,46,50,56,50,56,53,51,93,44,91,45,55,54,46,57,54,53,48,50,56,44,52,50,46,50,55,56,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,54,53,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,44,91,45,55,56,46,52,54,51,57,52,44,52,50,46,53,51,54,51,51,50,93,44,91,45,55,56,46,51,48,56,56,51,57,44,52,50,46,53,50,49,50,49,55,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,55,46,57,53,54,51,51,52,44,52,50,46,54,54,55,51,50,50,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,56,46,52,54,52,51,56,49,44,52,50,46,56,54,55,52,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,83,116,97,110,105,115,108,97,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,57,51,48,49,44,34,98,101,100,115,34,58,49,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,44,91,45,49,50,48,46,57,50,50,49,55,52,44,51,55,46,55,52,55,56,48,54,93,44,91,45,49,50,49,46,49,53,53,56,52,57,44,51,55,46,55,49,57,56,52,52,93,44,91,45,49,50,49,46,52,55,49,57,50,53,44,51,55,46,52,56,49,55,56,51,93,44,91,45,49,50,49,46,52,55,50,54,52,56,44,51,55,46,52,56,50,49,55,93,44,91,45,49,50,49,46,52,49,50,53,52,57,44,51,55,46,51,56,57,52,51,53,93,44,91,45,49,50,49,46,52,53,52,48,48,57,44,51,55,46,50,56,52,48,53,93,44,91,45,49,50,49,46,52,48,52,54,51,54,44,51,55,46,49,53,53,57,56,57,93,44,91,45,49,50,49,46,50,50,54,56,48,52,44,51,55,46,49,51,52,55,55,52,93,44,91,45,49,50,48,46,57,55,50,57,52,49,44,51,55,46,51,51,56,52,56,51,93,44,91,45,49,50,48,46,57,56,51,55,53,54,44,51,55,46,51,57,57,54,52,93,44,91,45,49,50,48,46,51,56,55,54,55,44,51,55,46,54,51,51,51,54,52,93,44,91,45,49,50,48,46,51,56,55,54,49,51,44,51,55,46,54,51,51,55,48,52,93,44,91,45,49,50,48,46,54,53,51,50,55,52,44,51,55,46,56,51,49,56,53,56,93,44,91,45,49,50,48,46,57,50,54,52,52,57,44,51,56,46,48,55,55,52,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,55,55,56,44,34,98,101,100,115,34,58,49,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,53,46,51,48,48,53,57,52,44,52,48,46,56,53,57,53,54,51,93,44,91,45,55,53,46,52,55,52,49,57,51,44,52,48,46,56,49,52,55,52,54,93,44,91,45,55,53,46,54,48,56,57,56,53,44,52,48,46,55,56,55,51,56,55,93,44,91,45,55,53,46,52,56,49,52,54,57,44,52,48,46,54,53,53,55,52,52,93,44,91,45,55,53,46,51,56,51,48,52,57,44,52,48,46,54,50,51,54,54,51,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,49,55,49,53,56,55,44,52,48,46,55,55,55,55,52,53,93,44,91,45,55,53,46,48,53,51,54,54,52,44,52,48,46,56,55,51,54,54,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,50,50,44,34,98,101,100,115,34,58,50,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,44,91,45,56,55,46,49,49,48,49,49,49,44,51,52,46,51,49,51,55,57,57,93,44,91,45,56,54,46,53,56,49,57,51,54,44,51,52,46,51,48,52,54,57,52,93,44,91,45,56,54,46,53,53,48,49,54,54,44,51,52,46,53,52,53,57,54,51,93,44,91,45,56,54,46,54,56,57,51,53,51,44,51,52,46,53,56,54,52,50,53,93,44,91,45,56,54,46,55,57,48,48,53,54,44,51,52,46,53,53,48,55,57,93,44,91,45,56,54,46,57,48,55,50,48,53,44,51,52,46,53,55,57,55,57,50,93,44,91,45,56,55,46,49,48,53,48,55,51,44,51,52,46,54,56,54,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,66,114,101,99,107,105,110,114,105,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,53,48,55,48,56,57,44,51,55,46,57,50,57,57,49,55,93,44,91,45,56,54,46,54,53,53,50,55,50,44,51,55,46,56,52,50,53,50,49,93,44,91,45,56,54,46,54,51,56,57,51,53,44,51,55,46,54,54,49,56,55,55,93,44,91,45,56,54,46,53,57,50,56,49,44,51,55,46,53,54,52,51,54,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,101,110,97,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,55,56,44,34,98,101,100,115,34,58,49,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,44,91,45,56,57,46,57,50,54,50,57,52,44,51,51,46,56,50,51,56,53,52,93,44,91,45,57,48,46,49,51,54,52,57,49,44,51,51,46,56,48,57,51,49,57,93,44,91,45,57,48,46,49,51,54,55,56,55,44,51,51,46,55,50,49,54,52,56,93,44,91,45,57,48,46,49,50,55,55,55,53,44,51,51,46,54,55,54,57,53,54,93,44,91,45,56,57,46,55,56,54,56,57,44,51,51,46,54,55,54,55,50,55,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,53,48,55,51,53,51,44,51,51,46,56,54,55,52,54,57,93,44,91,45,56,57,46,55,54,57,48,53,44,51,51,46,56,54,55,51,51,52,93,44,91,45,56,57,46,57,50,54,48,57,57,44,51,51,46,56,57,55,57,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,51,34,44,34,78,65,77,69,34,58,34,83,105,109,112,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,44,91,45,56,54,46,53,54,51,57,48,57,44,51,54,46,54,51,51,53,54,50,93,44,91,45,56,54,46,52,49,49,51,55,57,44,51,54,46,54,53,48,57,50,52,93,44,91,45,56,54,46,52,48,53,55,54,57,44,51,54,46,55,55,54,49,56,55,93,44,91,45,56,54,46,53,56,51,50,56,57,44,51,54,46,56,51,48,50,56,50,93,44,91,45,56,54,46,54,49,49,53,56,54,44,51,54,46,56,56,51,48,53,55,93,44,91,45,56,54,46,54,57,48,55,49,57,44,51,54,46,56,52,52,51,93,44,91,45,56,54,46,55,54,51,50,57,54,44,51,54,46,54,52,56,57,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,32,73,115,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,44,91,45,55,51,46,51,51,53,48,52,52,44,52,52,46,56,48,52,49,48,57,93,44,91,45,55,51,46,51,56,57,56,50,44,52,52,46,54,49,55,50,49,49,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,50,51,51,50,48,57,44,52,52,46,54,52,57,55,57,49,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,51,46,49,57,49,57,50,56,44,52,53,46,48,49,51,54,49,53,93,44,91,45,55,51,46,51,52,51,49,50,52,44,52,53,46,48,49,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,48,48,51,44,34,98,101,100,115,34,58,51,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,48,46,57,49,55,49,55,50,44,52,48,46,55,50,54,57,51,52,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,54,54,55,57,53,55,44,52,48,46,53,56,50,52,57,54,93,44,91,45,56,48,46,53,49,56,57,57,49,44,52,48,46,54,51,56,56,48,49,93,44,91,45,56,48,46,53,49,57,48,52,52,44,52,48,46,56,53,49,51,51,57,93,44,91,45,56,48,46,53,49,57,49,53,44,52,48,46,57,48,48,51,50,54,93,44,91,45,56,49,46,48,56,54,54,55,57,44,52,48,46,57,48,49,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,44,91,45,55,57,46,48,48,53,49,50,57,44,51,55,46,56,56,49,54,57,93,44,91,45,55,57,46,49,53,55,51,57,44,51,55,46,56,57,49,48,48,51,93,44,91,45,55,57,46,49,55,50,49,51,49,44,51,55,46,56,48,51,48,57,55,93,44,91,45,55,56,46,57,54,54,57,50,54,44,51,55,46,54,55,55,48,48,52,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,54,52,51,57,49,56,44,51,55,46,55,51,51,48,56,52,93,44,91,45,55,56,46,56,51,56,56,55,52,44,51,56,46,48,52,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,56,54,49,57,44,34,98,101,100,115,34,58,54,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,44,91,45,56,49,46,54,53,55,49,56,57,44,50,56,46,50,53,57,50,49,55,93,44,91,45,56,49,46,53,53,55,52,53,57,44,50,56,46,50,53,57,51,54,50,93,44,91,45,56,49,46,53,50,52,50,50,55,44,50,56,46,49,52,50,56,48,53,93,44,91,45,56,49,46,52,53,53,55,53,56,44,50,56,46,48,56,52,56,57,93,44,91,45,56,49,46,51,52,54,52,49,56,44,50,56,46,48,56,52,54,57,54,93,44,91,45,56,49,46,51,56,49,48,50,50,44,50,55,46,57,56,51,51,57,51,93,44,91,45,56,49,46,50,57,55,49,49,51,44,50,55,46,56,53,57,53,56,50,93,44,91,45,56,49,46,50,49,52,52,48,57,44,50,55,46,56,50,56,53,53,93,44,91,45,56,49,46,49,52,50,49,54,52,44,50,55,46,54,52,51,50,51,56,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,49,46,54,53,55,50,54,56,44,50,56,46,51,52,55,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,52,48,52,54,56,44,51,52,46,52,53,49,57,49,54,93,44,91,45,57,50,46,53,56,57,52,49,56,44,51,52,46,52,53,53,54,52,49,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,52,57,51,54,55,50,44,51,52,46,49,52,52,50,51,52,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,50,46,50,48,56,48,52,49,44,51,52,46,52,57,50,55,54,53,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,76,97,117,114,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,52,49,56,44,34,98,101,100,115,34,58,49,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,44,91,45,56,51,46,49,51,56,57,57,49,44,51,50,46,52,50,51,48,54,57,93,44,91,45,56,50,46,57,57,48,57,54,55,44,51,50,46,49,52,55,50,55,52,93,44,91,45,56,50,46,56,56,52,56,48,51,44,51,50,46,49,57,54,48,55,50,93,44,91,45,56,50,46,55,50,49,57,54,52,44,51,50,46,51,48,57,50,56,51,93,44,91,45,56,50,46,54,52,55,55,51,51,44,51,50,46,53,49,50,53,48,55,93,44,91,45,56,50,46,54,54,56,53,53,55,44,51,50,46,54,49,50,49,54,52,93,44,91,45,56,50,46,56,54,50,55,54,51,44,51,50,46,55,49,53,55,54,93,44,91,45,56,50,46,57,53,55,48,54,54,44,51,50,46,55,48,56,51,49,56,93,44,91,45,56,51,46,50,50,54,53,51,54,44,51,50,46,53,56,52,50,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,50,52,56,48,44,34,98,101,100,115,34,58,49,48,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,44,91,45,55,52,46,48,51,52,53,55,51,44,52,48,46,54,56,52,56,54,54,93,44,91,45,55,51,46,57,54,50,52,55,56,44,52,48,46,55,51,54,56,48,50,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,56,52,55,57,52,44,52,48,46,55,57,55,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,57,56,48,44,34,98,101,100,115,34,58,52,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,44,91,45,57,52,46,53,54,50,55,50,55,44,51,54,46,49,54,49,56,57,51,93,44,91,45,57,52,46,53,53,50,49,55,50,44,51,54,46,49,48,50,49,50,56,93,44,91,45,57,52,46,51,57,49,49,50,53,44,51,54,46,48,57,57,51,57,54,93,44,91,45,57,52,46,51,51,51,53,54,53,44,51,54,46,50,49,52,55,50,55,93,44,91,45,57,52,46,48,49,55,53,48,57,44,51,54,46,50,48,56,49,52,57,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,56,54,54,57,54,49,44,51,54,46,51,52,56,53,55,57,93,44,91,45,57,51,46,56,54,54,54,56,57,44,51,54,46,52,57,56,55,51,53,93,44,91,45,57,52,46,48,55,55,48,56,57,44,51,54,46,52,57,56,55,51,93,44,91,45,57,52,46,54,49,55,57,49,57,44,51,54,46,52,57,57,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,73,115,97,98,101,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,52,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,44,91,45,54,55,46,48,53,54,53,48,55,44,49,56,46,52,54,48,57,53,52,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,54,46,57,52,53,57,51,56,44,49,56,46,53,52,48,52,49,57,93,44,91,45,54,55,46,49,48,52,57,54,53,44,49,56,46,53,54,54,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,51,55,49,44,34,98,101,100,115,34,58,56,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,52,48,51,50,51,55,44,50,57,46,50,49,53,54,50,51,93,44,91,45,56,50,46,53,51,52,56,54,44,50,57,46,50,49,52,54,56,93,44,91,45,56,50,46,53,51,53,53,57,49,44,50,57,46,48,52,52,56,53,53,93,44,91,45,56,50,46,52,55,55,54,51,57,44,50,57,46,48,53,50,52,56,52,93,44,91,45,56,50,46,51,49,49,54,57,55,44,50,56,46,57,54,48,51,57,49,93,44,91,45,56,49,46,57,53,52,49,57,44,50,56,46,57,54,48,48,53,51,93,44,91,45,56,49,46,54,53,56,54,57,56,44,50,56,46,57,54,48,51,52,53,93,44,91,45,56,49,46,54,52,49,57,49,54,44,50,57,46,50,55,54,55,54,54,93,44,91,45,56,49,46,54,56,48,57,48,51,44,50,57,46,51,50,52,52,51,93,44,91,45,56,49,46,55,55,54,50,48,53,44,50,57,46,52,56,55,52,52,56,93,44,91,45,56,49,46,56,52,51,48,48,57,44,50,57,46,53,50,49,48,48,52,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,78,111,116,116,111,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,48,44,34,98,101,100,115,34,58,49,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,49,55,48,56,57,53,44,51,55,46,48,53,51,57,52,57,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,55,46,57,48,48,51,51,56,44,51,55,46,49,52,51,56,56,50,93,44,91,45,55,55,46,55,57,53,57,50,54,44,51,55,46,49,57,50,53,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,50,57,51,44,34,98,101,100,115,34,58,49,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,44,91,45,55,53,46,48,53,51,54,54,52,44,52,48,46,56,55,51,54,54,93,44,91,45,55,53,46,49,55,49,53,56,55,44,52,48,46,55,55,55,55,52,53,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,52,46,57,55,48,49,49,50,44,52,48,46,55,48,57,56,54,50,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,55,54,57,52,50,53,44,52,48,46,57,49,48,57,51,52,93,44,91,45,55,52,46,57,54,54,57,48,54,44,52,49,46,48,57,52,52,49,93,44,91,45,55,53,46,49,50,48,50,51,50,44,52,48,46,57,54,56,55,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,57,49,57,44,34,98,101,100,115,34,58,49,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,44,91,45,55,51,46,55,56,51,55,50,49,44,52,50,46,52,54,52,50,51,49,93,44,91,45,55,51,46,55,56,57,53,48,50,44,52,50,46,50,54,55,55,51,56,93,44,91,45,55,51,46,57,49,48,54,55,53,44,52,50,46,49,50,55,50,57,51,93,44,91,45,55,51,46,57,50,57,54,50,54,44,52,50,46,48,55,56,55,55,56,93,44,91,45,55,51,46,55,49,48,57,51,44,52,50,46,48,48,53,52,56,56,93,44,91,45,55,51,46,53,50,55,48,55,50,44,52,49,46,57,55,55,57,56,93,44,91,45,55,51,46,52,57,55,48,49,56,44,52,50,46,48,52,57,54,50,52,93,44,91,45,55,51,46,53,48,56,50,49,44,52,50,46,48,56,54,49,51,52,93,44,91,45,55,51,46,51,53,50,52,50,57,44,52,50,46,53,49,48,48,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,57,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,57,48,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,115,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,48,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,44,91,45,55,57,46,56,53,57,50,54,44,51,54,46,54,54,49,55,51,55,93,44,91,45,55,57,46,56,51,55,51,53,57,44,51,54,46,55,48,52,49,51,55,93,44,91,45,55,57,46,56,55,52,55,54,44,51,54,46,55,49,53,50,51,55,93,44,91,45,55,57,46,57,48,52,48,55,55,44,51,54,46,54,56,52,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,111,99,116,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,56,54,44,34,98,101,100,115,34,58,51,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,44,91,45,57,53,46,55,55,57,51,55,54,44,51,52,46,49,53,54,54,57,57,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,53,46,57,51,56,49,53,44,51,52,46,49,50,53,49,93,44,91,45,57,53,46,57,51,55,57,56,57,44,51,51,46,57,52,56,50,49,57,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,53,53,50,55,57,57,44,51,51,46,57,50,52,51,49,49,93,44,91,45,57,53,46,53,51,51,55,57,56,44,51,51,46,56,56,49,49,53,51,93,44,91,45,57,53,46,51,49,48,52,57,55,44,51,51,46,56,55,55,50,48,52,93,44,91,45,57,53,46,49,53,53,56,56,50,44,51,51,46,57,51,54,53,55,50,93,44,91,45,57,53,46,49,53,54,53,50,49,44,51,52,46,49,53,54,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,105,99,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,48,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,44,91,45,57,55,46,51,55,49,57,49,49,44,51,56,46,54,48,57,51,53,51,93,44,91,45,57,54,46,57,51,48,50,56,54,44,51,56,46,54,48,57,51,54,50,93,44,91,45,57,54,46,57,50,55,50,51,52,44,51,56,46,56,49,50,49,54,93,44,91,45,57,54,46,56,57,48,50,52,53,44,51,56,46,56,55,48,48,54,55,93,44,91,45,57,54,46,57,54,51,52,55,44,51,56,46,57,54,52,57,48,49,93,44,91,45,57,54,46,57,54,51,49,55,55,44,51,57,46,49,51,50,51,93,44,91,45,57,55,46,51,55,49,49,53,52,44,51,57,46,49,51,49,57,54,49,93,44,91,45,57,55,46,51,55,49,54,49,52,44,51,56,46,57,53,55,56,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,55,34,44,34,78,65,77,69,34,58,34,83,116,97,114,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,56,57,52,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,44,91,45,57,57,46,48,56,50,48,48,54,44,50,54,46,51,57,54,54,54,55,93,44,91,45,57,56,46,56,57,53,54,57,52,44,50,54,46,51,53,51,52,57,49,93,44,91,45,57,56,46,56,50,48,52,53,50,44,50,54,46,51,55,49,48,48,50,93,44,91,45,57,56,46,54,54,52,54,51,51,44,50,54,46,50,51,53,51,53,49,93,44,91,45,57,56,46,53,56,54,55,49,53,44,50,54,46,50,53,55,53,52,50,93,44,91,45,57,56,46,51,50,48,54,55,44,50,54,46,55,56,51,48,56,49,93,44,91,45,57,56,46,52,50,50,54,49,54,44,50,54,46,55,56,51,53,51,53,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,57,46,48,49,49,49,49,50,44,50,54,46,54,55,53,48,50,51,93,44,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,69,102,102,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,54,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,44,91,45,56,49,46,53,51,48,57,50,49,44,51,50,46,51,57,48,51,56,53,93,44,91,45,56,49,46,52,51,53,56,51,44,51,50,46,50,52,49,50,56,57,93,44,91,45,56,49,46,51,57,49,54,57,56,44,51,50,46,48,57,53,56,56,54,93,44,91,45,56,49,46,49,57,53,54,51,52,44,51,50,46,50,51,55,52,57,57,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,50,56,53,51,53,44,51,50,46,51,51,56,51,56,49,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,51,56,57,50,48,53,44,51,50,46,53,57,53,52,49,54,93,44,91,45,56,49,46,53,52,56,48,48,54,44,51,50,46,52,56,57,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,82,111,103,101,114,32,77,105,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,48,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,44,91,45,57,57,46,52,57,53,56,49,50,44,51,53,46,57,55,56,55,51,50,93,44,91,45,57,57,46,53,53,56,52,56,54,44,51,53,46,56,54,53,57,56,56,93,44,91,45,57,57,46,55,49,55,49,48,49,44,51,53,46,56,53,57,55,54,57,93,44,91,45,57,57,46,56,57,51,51,55,50,44,51,53,46,57,56,53,50,57,53,93,44,91,45,49,48,48,46,48,48,48,51,57,54,44,51,53,46,56,56,49,50,51,51,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,57,57,46,53,55,53,56,50,44,51,53,46,52,50,49,54,53,53,93,44,91,45,57,57,46,53,55,53,55,50,51,44,51,53,46,53,48,56,56,54,52,93,44,91,45,57,57,46,51,54,52,49,52,49,44,51,53,46,53,48,56,55,57,51,93,44,91,45,57,57,46,51,55,53,56,49,55,44,51,53,46,56,49,50,49,56,56,93,44,91,45,57,57,46,51,56,49,48,50,50,44,51,54,46,48,49,50,57,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,44,91,45,57,48,46,54,55,49,54,53,50,44,52,51,46,53,53,50,56,53,54,93,44,91,45,57,48,46,54,54,56,53,54,49,44,52,51,46,52,50,50,57,57,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,57,48,46,49,57,49,57,54,52,44,52,51,46,53,53,52,57,57,54,93,44,91,45,57,48,46,51,49,49,48,54,57,44,52,51,46,53,53,51,57,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,76,101,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,49,50,54,44,34,98,101,100,115,34,58,50,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,55,50,48,56,48,57,44,51,51,46,53,54,57,53,51,55,93,44,91,45,49,48,51,46,55,54,54,51,54,49,44,51,51,46,51,57,53,50,57,55,93,44,91,45,49,48,51,46,55,54,54,52,49,55,44,51,50,46,57,54,53,50,54,52,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,51,46,56,49,52,50,49,54,44,51,50,46,53,50,50,51,54,56,93,44,91,45,49,48,51,46,55,50,50,57,51,56,44,51,50,46,53,50,50,51,52,52,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,48,54,52,53,49,44,51,50,46,48,48,48,52,50,52,93,44,91,45,49,48,51,46,48,54,52,53,49,54,44,51,50,46,48,56,55,48,53,49,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,53,50,50,49,57,51,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,51,46,48,53,50,54,50,49,44,51,51,46,53,55,48,53,55,53,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,109,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,44,91,45,56,56,46,50,52,56,57,49,54,44,51,51,46,55,52,52,57,55,55,93,44,91,45,56,56,46,50,55,52,54,49,57,44,51,51,46,53,51,52,48,48,56,93,44,91,45,56,55,46,57,52,54,53,49,57,44,51,51,46,53,50,52,48,54,53,93,44,91,45,56,55,46,57,53,49,55,56,53,44,51,51,46,57,49,57,57,51,93,44,91,45,56,55,46,57,56,54,57,51,44,51,52,46,48,53,50,49,48,50,93,44,91,45,56,56,46,50,48,55,50,50,57,44,51,52,46,48,53,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,52,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,52,34,44,34,78,65,77,69,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,44,91,45,54,54,46,53,57,48,55,56,53,44,49,56,46,51,51,56,48,54,93,44,91,45,54,54,46,53,51,51,54,50,51,44,49,56,46,51,53,49,51,51,51,93,44,91,45,54,54,46,53,52,51,48,55,57,44,49,56,46,52,48,53,52,50,50,93,44,91,45,54,54,46,53,56,56,49,56,49,44,49,56,46,51,56,57,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,54,46,56,52,57,53,55,51,44,51,53,46,53,50,53,53,49,53,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,54,46,56,50,56,51,48,49,44,51,53,46,50,54,51,54,55,55,93,44,91,45,56,54,46,55,52,54,56,57,57,44,51,53,46,50,53,50,56,55,56,93,44,91,45,56,54,46,53,57,57,52,55,56,44,51,53,46,51,54,52,57,53,93,44,91,45,56,54,46,54,53,56,50,52,55,44,51,53,46,52,51,53,50,56,49,93,44,91,45,56,54,46,54,51,57,52,51,54,44,51,53,46,54,56,53,57,93,44,91,45,56,54,46,54,56,54,49,57,51,44,51,53,46,55,49,48,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,65,112,112,111,109,97,116,116,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,56,46,57,50,54,52,54,44,51,55,46,50,55,55,48,55,49,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,54,56,51,50,50,52,44,51,55,46,52,50,56,57,55,52,93,44,91,45,55,56,46,56,50,53,50,51,56,44,51,55,46,53,53,50,53,52,50,93,44,91,45,55,56,46,56,54,57,50,52,53,44,51,55,46,53,52,50,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,44,91,45,57,51,46,57,52,52,49,55,55,44,51,54,46,48,57,49,49,48,51,93,44,91,45,57,51,46,57,54,50,56,57,50,44,51,53,46,55,54,48,57,51,93,44,91,45,57,51,46,57,49,48,56,51,54,44,51,53,46,55,53,57,55,53,50,93,44,91,45,57,51,46,54,57,53,57,56,49,44,51,53,46,55,54,56,54,52,57,93,44,91,45,57,51,46,53,49,57,50,48,52,44,51,53,46,55,54,51,53,50,49,93,44,91,45,57,51,46,53,50,51,54,51,57,44,51,53,46,56,56,49,53,57,50,93,44,91,45,57,51,46,52,53,48,55,49,53,44,51,53,46,57,54,55,52,57,51,93,44,91,45,57,51,46,52,55,57,53,50,56,44,51,54,46,49,50,53,48,55,50,93,44,91,45,57,51,46,53,53,49,49,51,53,44,51,54,46,49,50,54,50,55,49,93,44,91,45,57,51,46,54,53,55,54,56,57,44,51,54,46,51,48,51,48,56,50,93,44,91,45,57,51,46,56,49,53,48,55,56,44,51,54,46,51,48,54,53,53,49,93,44,91,45,57,51,46,56,56,55,55,55,53,44,51,54,46,50,51,53,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,50,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,44,91,45,49,48,54,46,52,50,56,56,57,55,44,52,52,46,53,53,54,55,55,55,93,44,91,45,49,48,54,46,48,48,57,54,55,54,44,52,52,46,53,54,51,57,56,49,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,55,46,48,56,52,56,56,54,44,52,52,46,57,57,54,54,93,44,91,45,49,48,55,46,57,49,49,53,50,51,44,52,53,46,48,48,48,54,55,56,93,44,91,45,49,48,55,46,56,51,49,54,50,50,44,52,52,46,55,57,57,55,56,55,93,44,91,45,49,48,55,46,55,52,49,53,52,51,44,52,52,46,55,49,52,51,53,50,93,44,91,45,49,48,55,46,53,50,56,50,55,57,44,52,52,46,54,54,53,53,56,52,93,44,91,45,49,48,55,46,51,54,57,54,50,49,44,52,52,46,53,53,57,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,117,109,98,101,114,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,52,51,51,44,34,98,101,100,115,34,58,49,52,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,44,91,45,55,55,46,50,55,48,48,53,55,44,52,48,46,50,55,56,54,53,50,93,44,91,45,55,55,46,52,50,54,53,57,53,44,52,48,46,50,56,54,54,49,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,52,48,51,54,48,54,44,51,57,46,57,57,52,52,55,56,93,44,91,45,55,55,46,49,56,53,54,51,44,52,48,46,48,50,57,53,48,49,93,44,91,45,55,55,46,49,51,55,52,50,53,44,52,48,46,48,54,57,57,52,53,93,44,91,45,55,54,46,56,53,57,48,50,51,44,52,48,46,50,50,54,51,50,56,93,44,91,45,55,54,46,57,49,52,57,55,44,52,48,46,51,50,56,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,55,53,49,44,34,98,101,100,115,34,58,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,44,91,45,55,55,46,54,49,52,54,54,53,44,52,48,46,49,57,56,53,52,57,93,44,91,45,55,55,46,54,55,49,55,54,49,44,52,48,46,50,56,57,56,50,53,93,44,91,45,55,55,46,55,48,51,48,51,44,52,48,46,50,54,51,53,55,54,93,44,91,45,55,55,46,56,54,52,52,56,57,44,52,48,46,48,54,49,53,54,56,93,44,91,45,55,56,46,48,48,50,55,44,51,57,46,56,50,54,53,57,57,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,55,46,52,53,57,49,51,52,44,51,57,46,55,49,57,57,56,52,93,44,91,45,55,55,46,52,55,49,48,56,53,44,51,57,46,57,52,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,117,122,101,114,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,55,56,56,52,44,34,98,101,100,115,34,58,49,49,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,44,91,45,55,54,46,48,48,53,48,55,44,52,49,46,51,56,52,53,53,49,93,44,91,45,55,54,46,50,56,51,49,44,52,49,46,51,55,54,53,49,55,93,44,91,45,55,54,46,51,49,48,49,51,51,44,52,49,46,51,49,48,49,57,57,93,44,91,45,55,54,46,51,49,57,50,51,54,44,52,49,46,50,48,56,48,57,50,93,44,91,45,55,54,46,50,48,55,56,50,55,44,52,48,46,57,52,57,55,52,93,44,91,45,55,53,46,57,57,55,51,52,56,44,52,48,46,57,49,50,57,56,53,93,44,91,45,55,53,46,55,51,49,57,51,44,52,49,46,48,48,56,50,50,93,44,91,45,55,53,46,55,55,49,51,48,54,44,52,49,46,48,55,55,56,49,54,93,44,91,45,55,53,46,54,52,57,54,51,55,44,52,49,46,49,50,50,51,52,52,93,44,91,45,55,53,46,54,48,48,55,51,54,44,52,49,46,49,54,49,52,57,55,93,44,91,45,55,53,46,54,56,55,50,52,52,44,52,49,46,51,51,57,50,49,54,93,44,91,45,55,53,46,56,51,52,54,57,53,44,52,49,46,52,50,55,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,51,54,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,52,46,51,55,48,54,52,51,44,52,52,46,53,48,55,50,50,51,93,44,91,45,56,52,46,51,55,49,55,51,55,44,52,52,46,56,53,53,48,51,57,93,44,91,45,56,52,46,56,52,55,51,48,57,44,52,52,46,56,53,56,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,50,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,44,91,45,56,53,46,48,53,57,50,57,52,44,51,50,46,52,55,50,57,48,57,93,44,91,45,56,53,46,51,51,51,56,52,51,44,51,50,46,52,54,56,54,51,57,93,44,91,45,56,53,46,52,51,52,48,52,53,44,51,50,46,52,48,57,56,52,93,44,91,45,56,53,46,52,51,51,53,52,51,44,51,50,46,50,51,52,54,52,56,93,44,91,45,56,53,46,52,49,48,50,52,49,44,51,50,46,49,52,54,54,53,49,93,44,91,45,56,53,46,50,53,55,55,52,55,44,51,50,46,49,52,56,50,53,49,93,44,91,45,56,53,46,49,56,53,48,54,55,44,51,50,46,48,54,49,55,48,56,93,44,91,45,56,53,46,48,53,54,48,50,57,44,51,50,46,48,54,51,48,53,53,93,44,91,45,56,53,46,48,54,50,48,54,44,51,50,46,49,51,50,52,56,54,93,44,91,45,56,52,46,57,50,51,48,50,55,44,51,50,46,50,51,48,56,53,49,93,44,91,45,56,52,46,57,55,49,57,54,50,44,51,50,46,51,55,55,54,57,56,93,44,91,45,56,53,46,48,48,49,48,50,44,51,50,46,53,49,48,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,53,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,44,91,45,56,49,46,50,54,52,55,52,52,44,52,48,46,53,54,53,48,52,50,93,44,91,45,56,49,46,50,54,57,57,53,49,44,52,48,46,52,51,51,52,56,54,93,44,91,45,56,48,46,57,52,49,57,49,49,44,52,48,46,52,50,52,55,93,44,91,45,56,48,46,57,50,48,57,50,44,52,48,46,53,53,54,51,49,53,93,44,91,45,56,48,46,56,54,49,57,57,52,44,52,48,46,53,57,57,52,48,52,93,44,91,45,56,48,46,57,49,55,49,55,50,44,52,48,46,55,50,54,57,51,52,93,44,91,45,56,49,46,48,56,55,50,56,57,44,52,48,46,55,50,55,56,49,54,93,44,91,45,56,49,46,50,51,55,50,50,55,44,52,48,46,55,50,51,53,52,50,93,44,91,45,56,49,46,51,49,55,55,51,57,44,52,48,46,54,53,49,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,108,117,118,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,52,57,49,51,52,53,44,51,55,46,55,57,54,57,53,54,93,44,91,45,55,56,46,52,48,53,53,57,54,44,51,55,46,55,51,53,50,54,51,93,44,91,45,55,56,46,50,51,57,55,52,56,44,51,55,46,54,57,48,52,57,53,93,44,91,45,55,56,46,49,53,57,51,50,54,44,51,55,46,55,52,56,53,50,56,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,51,54,49,57,44,34,98,101,100,115,34,58,49,48,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,55,46,49,49,49,49,54,50,44,52,50,46,49,52,57,52,48,57,93,44,91,45,56,55,46,48,56,56,51,51,56,44,52,50,46,50,51,53,51,51,52,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,57,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,44,91,45,56,51,46,50,57,55,51,49,55,44,51,52,46,50,54,52,53,56,55,93,44,91,45,56,51,46,51,53,53,50,53,49,44,51,52,46,50,50,51,55,57,52,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,50,53,56,52,49,51,44,51,51,46,57,57,57,48,57,56,93,44,91,45,56,51,46,49,50,54,50,50,57,44,51,52,46,48,52,54,50,49,51,93,44,91,45,56,50,46,57,55,54,50,57,52,44,51,52,46,48,52,51,50,49,57,93,44,91,45,56,51,46,48,55,56,48,48,52,44,51,52,46,50,50,51,54,48,54,93,44,91,45,56,51,46,49,49,51,51,54,44,51,52,46,50,55,51,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,44,91,45,57,50,46,56,57,51,53,51,52,44,51,51,46,56,48,57,57,52,51,93,44,91,45,57,50,46,53,56,51,48,53,52,44,51,51,46,56,48,50,49,57,56,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,52,53,55,48,55,57,44,51,51,46,57,55,50,53,57,55,93,44,91,45,57,50,46,52,55,49,54,54,55,44,51,52,46,48,53,55,48,53,52,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,52,57,51,54,55,50,44,51,52,46,49,52,52,50,51,52,93,44,91,45,57,50,46,54,55,56,51,56,51,44,51,52,46,49,52,57,54,50,50,93,44,91,45,57,50,46,56,56,54,50,56,53,44,51,52,46,49,53,53,56,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,44,91,45,49,48,54,46,56,54,57,56,57,49,44,52,48,46,57,53,54,55,50,93,44,91,45,49,48,54,46,54,51,54,57,50,50,44,52,48,46,55,56,57,52,56,57,93,44,91,45,49,48,54,46,55,48,54,49,52,57,44,52,48,46,54,49,54,53,57,55,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,54,49,50,51,50,49,44,52,48,46,51,55,57,51,56,51,93,44,91,45,49,48,54,46,50,51,48,55,52,54,44,52,48,46,51,50,52,52,56,54,93,44,91,45,49,48,53,46,57,48,53,57,57,44,52,48,46,51,57,57,54,53,50,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,54,46,48,53,51,55,55,57,44,52,48,46,56,49,50,54,54,50,93,44,91,45,49,48,54,46,49,56,53,51,48,55,44,52,48,46,57,51,51,57,55,51,93,44,91,45,49,48,54,46,49,57,48,53,53,52,44,52,48,46,57,57,55,53,55,56,93,44,91,45,49,48,54,46,51,50,49,49,54,53,44,52,48,46,57,57,57,49,50,51,93,44,91,45,49,48,54,46,56,53,55,55,55,51,44,52,49,46,48,48,50,54,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,75,105,116,32,67,97,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,51,53,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,51,46,49,54,51,48,50,53,44,51,57,46,48,51,55,54,49,93,44,91,45,49,48,50,46,48,52,54,53,55,49,44,51,57,46,48,52,55,48,51,56,93,44,91,45,49,48,50,46,48,52,55,49,54,49,44,51,57,46,49,51,51,49,52,55,93,44,91,45,49,48,50,46,48,52,57,55,54,52,44,51,57,46,53,54,56,49,56,93,44,91,45,49,48,50,46,48,52,57,56,48,54,44,51,57,46,53,55,52,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,119,121,104,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,55,46,48,50,54,56,55,52,44,52,51,46,49,50,55,48,48,53,93,44,91,45,49,49,55,46,48,50,54,50,44,52,50,46,48,48,48,49,57,53,93,44,91,45,49,49,55,46,48,49,56,50,48,52,44,52,49,46,57,57,57,55,49,53,93,44,91,45,49,49,54,46,48,52,53,51,55,51,44,52,49,46,57,57,54,51,51,49,93,44,91,45,49,49,53,46,48,51,56,49,53,55,44,52,49,46,57,57,54,50,55,57,93,44,91,45,49,49,53,46,48,51,55,54,57,55,44,52,50,46,55,54,56,52,49,52,93,44,91,45,49,49,53,46,52,53,52,50,50,52,44,52,50,46,55,54,55,57,51,54,93,44,91,45,49,49,53,46,52,52,49,53,50,50,44,52,50,46,57,51,49,49,50,55,93,44,91,45,49,49,53,46,57,54,48,57,57,57,44,52,50,46,57,56,57,48,56,52,93,44,91,45,49,49,54,46,50,48,49,55,52,44,52,51,46,48,52,56,57,51,93,44,91,45,49,49,54,46,50,54,54,50,48,55,44,52,51,46,49,49,50,50,54,57,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,55,56,49,51,51,54,44,52,51,46,52,55,56,54,51,51,93,44,91,45,49,49,54,46,56,52,52,57,55,56,44,52,51,46,53,57,52,52,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,50,55,52,44,34,98,101,100,115,34,58,54,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,56,57,46,55,50,52,55,52,54,44,52,52,46,50,52,55,54,55,56,93,44,91,45,56,57,46,55,50,54,55,50,53,44,52,52,46,53,49,49,49,57,50,93,44,91,45,56,57,46,56,52,52,53,52,54,44,52,52,46,53,49,49,53,48,51,93,44,91,45,56,57,46,56,52,52,57,51,49,44,52,52,46,54,56,52,57,52,53,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,104,97,117,116,97,117,113,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,54,53,54,44,34,98,101,100,115,34,58,51,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,44,91,45,55,57,46,51,49,50,49,51,54,44,52,50,46,54,56,54,56,48,53,93,44,91,45,55,57,46,55,54,50,52,49,56,44,52,50,46,53,49,54,48,55,50,93,44,91,45,55,57,46,55,54,49,51,49,51,44,52,49,46,57,57,56,56,48,56,93,44,91,45,55,57,46,54,49,48,56,51,57,44,52,49,46,57,57,57,48,48,54,93,44,91,45,55,57,46,48,54,49,50,54,53,44,52,49,46,57,57,57,50,53,57,93,44,91,45,55,57,46,48,54,48,55,55,55,44,52,50,46,53,51,55,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,67,111,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,53,48,53,55,44,34,98,101,100,115,34,58,49,51,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,44,91,45,56,52,46,55,50,52,49,51,57,44,51,51,46,56,48,54,49,55,93,44,91,45,56,52,46,53,55,56,49,51,50,44,51,51,46,55,52,51,53,48,55,93,44,91,45,56,52,46,52,55,49,51,51,44,51,51,46,56,50,53,57,48,53,93,44,91,45,56,52,46,51,56,51,48,50,55,44,51,51,46,57,54,51,56,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,55,51,55,56,51,54,44,51,52,46,48,55,57,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,56,57,44,34,98,101,100,115,34,58,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,44,91,45,56,50,46,48,52,52,49,52,53,44,51,54,46,51,54,51,55,49,54,93,44,91,45,56,49,46,57,51,51,48,54,53,44,51,54,46,50,54,52,56,55,51,93,44,91,45,56,49,46,57,49,56,49,49,57,44,51,54,46,50,56,55,49,50,57,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,54,52,54,57,44,51,54,46,54,49,49,57,49,56,93,44,91,45,56,49,46,56,50,54,55,52,50,44,51,54,46,54,49,52,50,49,53,93,44,91,45,56,49,46,57,56,51,56,52,51,44,51,54,46,53,48,56,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,101,108,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,55,50,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,48,46,56,50,49,50,55,57,44,51,57,46,56,52,57,57,56,50,93,44,91,45,56,48,46,55,53,54,49,49,51,44,51,57,46,57,49,51,52,48,50,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,56,56,50,56,57,50,44,52,48,46,49,53,57,52,57,53,93,44,91,45,56,49,46,50,50,53,57,50,52,44,52,48,46,49,55,48,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,105,115,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,48,50,53,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,54,49,55,55,52,44,51,54,46,56,56,48,55,55,51,93,44,91,45,56,50,46,52,48,54,54,51,51,44,51,54,46,56,55,54,51,53,54,93,44,91,45,56,50,46,51,50,55,56,51,44,51,54,46,57,55,48,57,56,50,93,44,91,45,56,50,46,52,54,55,51,52,53,44,51,55,46,48,50,50,49,51,54,93,44,91,45,56,50,46,53,53,51,56,55,52,44,51,55,46,50,48,50,56,51,51,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,55,49,53,49,52,57,44,51,55,46,49,50,49,56,52,56,93,44,91,45,56,50,46,55,52,50,55,53,57,44,51,55,46,48,52,50,55,57,54,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,93,44,91,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,44,91,45,56,50,46,54,51,51,56,51,49,44,51,54,46,57,53,50,50,55,54,93,44,91,45,56,50,46,53,57,49,49,52,55,44,51,54,46,57,51,53,51,49,51,93,44,91,45,56,50,46,54,54,51,54,50,53,44,51,54,46,57,50,48,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,97,114,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,57,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,49,46,50,49,55,49,53,44,51,55,46,48,56,54,49,57,55,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,49,49,53,57,50,54,44,51,54,46,56,50,51,54,55,50,93,44,91,45,57,48,46,54,54,50,54,49,55,44,51,54,46,56,49,49,52,53,51,93,44,91,45,57,48,46,54,55,56,53,54,50,44,51,54,46,57,50,54,52,57,93,44,91,45,57,48,46,55,55,57,53,53,51,44,51,55,46,48,53,48,51,50,52,93,44,91,45,57,48,46,57,54,52,52,54,54,44,51,55,46,48,53,51,53,56,52,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,114,121,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,53,57,44,34,98,101,100,115,34,58,49,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,44,91,45,57,54,46,52,48,55,53,49,55,44,51,52,46,49,53,55,51,49,55,93,44,91,45,57,54,46,53,56,53,51,53,53,44,51,52,46,49,49,52,52,53,57,93,44,91,45,57,54,46,54,49,57,57,51,57,44,51,51,46,57,57,57,52,52,57,93,44,91,45,57,54,46,53,56,56,53,48,50,44,51,51,46,56,57,52,57,56,51,93,44,91,45,57,54,46,53,48,48,57,56,52,44,51,51,46,55,55,50,56,48,49,93,44,91,45,57,54,46,51,55,57,52,53,50,44,51,51,46,55,50,53,55,54,52,93,44,91,45,57,54,46,50,57,48,51,53,57,44,51,51,46,55,55,48,56,51,49,93,44,91,45,57,54,46,49,55,57,56,52,54,44,51,51,46,55,53,57,54,49,56,93,44,91,45,57,54,46,49,52,57,50,50,55,44,51,51,46,56,51,55,48,57,49,93,44,91,45,57,53,46,57,52,54,48,51,44,51,51,46,56,53,57,51,51,56,93,44,91,45,57,53,46,56,52,54,53,51,54,44,51,51,46,56,51,57,56,53,53,93,44,91,45,57,53,46,55,54,49,53,50,44,51,51,46,56,55,51,49,49,56,93,44,91,45,57,53,46,57,51,55,57,56,57,44,51,51,46,57,52,56,50,49,57,93,44,91,45,57,53,46,57,51,56,49,53,44,51,52,46,49,50,53,49,93,44,91,45,57,53,46,57,57,49,53,55,56,44,51,52,46,49,53,54,56,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,56,46,50,55,56,48,57,44,52,48,46,51,53,48,51,52,55,93,44,91,45,57,56,46,50,55,51,53,55,49,44,52,48,46,51,53,48,51,53,57,93,44,91,45,57,55,46,56,50,52,49,49,52,44,52,48,46,51,53,48,53,52,49,93,44,91,45,57,55,46,56,50,52,55,56,44,52,48,46,54,57,56,53,51,55,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,54,55,49,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,50,57,53,52,48,54,44,51,56,46,53,48,57,50,51,57,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,48,49,56,52,57,56,44,51,56,46,51,56,49,57,52,49,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,54,46,56,54,56,56,53,57,44,51,56,46,49,55,49,51,55,50,93,44,91,45,55,54,46,56,50,49,50,53,54,44,51,56,46,50,54,56,55,53,56,93,44,91,45,55,54,46,56,55,49,52,54,44,51,56,46,51,56,57,57,51,55,93,44,91,45,55,54,46,55,55,52,57,53,53,44,51,56,46,53,48,56,57,93,44,91,45,55,54,46,54,55,52,49,49,56,44,51,56,46,52,57,57,54,50,50,93,44,91,45,55,54,46,54,55,53,52,53,55,44,51,56,46,53,51,53,56,55,54,93,44,91,45,55,54,46,55,52,55,53,55,44,51,56,46,54,49,55,51,51,53,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,101,114,114,111,32,71,111,114,100,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,56,52,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,48,50,52,48,57,50,44,52,51,46,50,49,50,56,49,50,93,44,91,45,57,51,46,48,50,52,49,52,51,44,52,51,46,50,53,53,53,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,71,114,101,101,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,48,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,49,54,52,49,51,56,44,52,49,46,56,54,51,50,52,52,93,44,91,45,57,52,46,49,54,52,55,48,52,44,52,50,46,50,48,57,57,50,93,44,91,45,57,52,46,51,57,55,53,50,54,44,52,50,46,50,48,57,49,54,49,93,44,91,45,57,52,46,54,50,56,56,48,54,44,52,50,46,50,48,57,51,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,82,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,57,57,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,50,54,51,50,56,57,44,51,56,46,49,49,53,51,56,54,93,44,91,45,56,51,46,50,52,52,51,48,54,44,51,56,46,49,57,50,51,56,93,44,91,45,56,51,46,51,52,49,51,52,55,44,51,56,46,51,49,57,53,50,49,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,53,48,55,57,53,51,44,51,56,46,50,55,51,49,53,53,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,44,91,45,49,49,49,46,55,54,54,51,57,51,44,51,56,46,53,48,50,50,52,51,93,44,91,45,49,49,49,46,56,52,56,55,54,49,44,51,56,46,52,50,52,57,51,51,93,44,91,45,49,49,49,46,56,52,51,50,49,53,44,51,56,46,49,53,49,50,56,93,44,91,45,49,49,48,46,54,56,55,52,48,54,44,51,56,46,49,53,49,51,56,53,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,48,57,46,57,48,57,55,54,44,51,56,46,50,55,49,50,51,93,44,91,45,49,49,48,46,48,51,49,57,55,51,44,51,56,46,51,56,52,57,53,55,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,49,49,46,51,48,53,55,48,49,44,51,56,46,52,57,57,57,57,56,93,44,91,45,49,49,49,46,51,48,53,54,54,53,44,51,56,46,53,49,48,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,112,101,32,71,105,114,97,114,100,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,51,50,52,44,34,98,101,100,115,34,58,54,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,56,57,46,56,54,54,54,50,55,44,51,55,46,49,50,54,50,50,55,93,44,91,45,56,57,46,55,54,53,50,49,49,44,51,55,46,49,50,54,48,54,54,93,44,91,45,56,57,46,54,50,48,50,53,54,44,51,55,46,50,51,51,48,48,56,93,44,91,45,56,57,46,52,56,56,55,50,44,51,55,46,50,53,49,52,53,55,93,44,91,45,56,57,46,52,56,54,54,56,57,44,51,55,46,51,51,52,53,53,52,93,44,91,45,56,57,46,52,50,48,57,51,57,44,51,55,46,51,57,51,57,53,50,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,54,48,56,57,51,52,44,51,55,46,53,57,55,52,50,55,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,87,97,108,108,97,32,87,97,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,50,51,54,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,52,55,53,57,51,50,44,52,54,46,53,57,53,49,52,50,93,44,91,45,49,49,56,46,54,49,53,53,57,50,44,52,54,46,53,48,52,53,52,51,93,44,91,45,49,49,56,46,54,51,51,56,50,54,44,52,54,46,52,49,52,48,50,50,93,44,91,45,49,49,56,46,55,55,55,50,50,56,44,52,54,46,50,57,48,49,55,55,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,56,46,57,55,52,54,54,52,44,52,54,46,49,51,57,53,50,51,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,55,46,57,57,49,52,56,49,44,52,54,46,50,48,55,55,48,50,93,44,91,45,49,49,56,46,49,49,54,54,50,52,44,52,54,46,50,48,56,48,53,93,44,91,45,49,49,56,46,50,52,49,56,55,50,44,52,54,46,50,57,53,48,54,52,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,50,50,55,48,52,54,44,51,54,46,53,54,57,53,51,55,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,57,46,49,50,51,53,51,49,44,51,54,46,55,56,53,50,49,55,93,44,91,45,56,57,46,49,48,48,56,54,52,44,51,54,46,57,52,52,48,49,54,93,44,91,45,56,57,46,49,51,50,57,49,53,44,51,54,46,57,56,50,48,53,55,93,44,91,45,56,57,46,50,53,57,57,51,53,44,51,55,46,48,54,52,48,55,93,44,91,45,56,57,46,51,49,50,55,48,52,44,51,55,46,48,48,56,57,55,49,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,101,118,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,44,91,45,57,50,46,52,55,49,54,54,55,44,51,52,46,48,53,55,48,53,52,93,44,91,45,57,50,46,52,53,55,48,55,57,44,51,51,46,57,55,50,53,57,55,93,44,91,45,57,50,46,51,51,52,50,52,57,44,51,51,46,55,57,53,48,54,53,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,57,53,51,55,57,57,44,51,52,46,48,54,52,49,52,49,93,44,91,45,57,50,46,50,51,51,51,55,54,44,51,52,46,48,54,50,51,49,50,93,44,91,45,57,50,46,51,51,54,55,54,53,44,51,52,46,48,53,57,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,68,97,108,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,53,53,50,44,34,98,101,100,115,34,58,56,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,44,91,45,57,54,46,53,49,56,57,55,44,51,50,46,56,49,51,54,49,54,93,44,91,45,57,54,46,53,49,54,56,54,54,44,51,50,46,57,56,50,51,48,56,93,44,91,45,57,54,46,56,52,51,57,55,57,44,51,50,46,57,56,55,53,53,52,93,44,91,45,57,55,46,48,51,50,50,56,55,44,51,50,46,57,56,57,51,50,52,93,44,91,45,57,55,46,48,51,56,51,56,53,44,51,50,46,53,52,56,54,54,50,93,44,91,45,57,54,46,53,50,57,57,56,55,44,51,50,46,53,52,53,50,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,97,106,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,51,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,44,91,45,54,55,46,49,48,56,54,51,53,44,49,55,46,56,57,53,52,48,55,93,44,91,45,54,54,46,57,57,57,54,49,57,44,49,55,46,56,56,51,57,93,44,91,45,54,54,46,57,53,56,55,52,56,44,49,56,46,48,51,50,52,55,55,93,44,91,45,54,54,46,57,56,51,51,51,55,44,49,56,46,48,53,50,53,49,56,93,44,91,45,54,55,46,49,48,57,48,52,52,44,49,56,46,48,53,54,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,55,48,52,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,44,91,45,56,53,46,49,57,50,48,57,52,44,52,49,46,50,54,52,50,48,57,93,44,91,45,56,52,46,56,48,51,53,56,57,44,52,49,46,50,55,49,50,55,51,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,53,46,49,57,52,48,56,52,44,52,49,46,53,50,54,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,79,117,97,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,48,55,53,44,34,98,101,100,115,34,58,49,48,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,44,91,45,57,50,46,50,55,50,51,49,51,44,51,50,46,53,56,48,57,55,53,93,44,91,45,57,50,46,52,49,53,48,55,49,44,51,50,46,53,56,50,56,52,53,93,44,91,45,57,50,46,52,49,53,51,53,44,51,50,46,52,57,53,52,56,54,93,44,91,45,57,50,46,52,49,53,52,49,56,44,51,50,46,52,48,55,56,49,50,93,44,91,45,57,50,46,51,49,49,56,53,49,44,51,50,46,50,55,55,52,52,49,93,44,91,45,57,50,46,48,51,52,51,57,55,44,51,50,46,50,55,55,48,54,56,93,44,91,45,57,50,46,48,48,52,51,52,44,51,50,46,51,56,48,52,57,57,93,44,91,45,57,49,46,57,49,51,48,53,55,44,51,50,46,53,48,53,57,48,50,93,44,91,45,57,49,46,57,55,53,48,50,54,44,51,50,46,55,49,49,52,50,56,93,44,91,45,57,50,46,48,54,53,49,55,57,44,51,50,46,55,50,51,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,74,111,104,110,32,116,104,101,32,66,97,112,116,105,115,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,52,52,54,44,34,98,101,100,115,34,58,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,53,51,56,49,51,50,44,51,48,46,48,49,54,56,56,52,93,44,91,45,57,48,46,52,53,48,50,49,56,44,51,48,46,48,51,51,49,48,54,93,44,91,45,57,48,46,51,50,54,54,51,55,44,51,48,46,49,53,48,49,56,56,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,49,53,54,50,53,54,44,51,48,46,49,56,57,54,49,51,93,44,91,45,57,48,46,49,54,48,54,51,54,44,51,48,46,50,51,52,51,51,55,93,44,91,45,57,48,46,51,48,48,57,50,51,44,51,48,46,50,57,52,54,56,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,53,53,52,49,52,55,44,51,48,46,49,57,53,54,50,56,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,72,101,108,101,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,44,91,45,57,48,46,56,54,49,48,49,57,44,51,48,46,57,51,53,51,55,51,93,44,91,45,57,48,46,56,52,57,48,52,49,44,51,48,46,55,49,57,51,49,49,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,53,54,55,49,57,53,44,51,48,46,57,57,57,55,51,51,93,44,91,45,57,48,46,56,50,53,56,50,57,44,51,48,46,57,57,57,51,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,83,99,104,117,121,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,54,51,55,56,57,56,44,52,48,46,53,57,48,56,53,51,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,50,44,34,98,101,100,115,34,58,49,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,55,46,54,51,52,55,50,53,44,51,52,46,51,48,54,57,57,55,93,44,91,45,56,55,46,53,50,57,55,50,50,44,51,52,46,51,48,52,53,57,56,93,44,91,45,56,55,46,53,50,57,54,54,55,44,51,52,46,53,54,55,48,56,49,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,49,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,44,91,45,56,53,46,50,48,49,52,55,52,44,51,56,46,54,57,49,51,49,56,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,53,46,48,50,51,53,49,57,44,51,56,46,55,54,49,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,32,67,114,101,101,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,53,46,55,56,50,54,55,52,44,51,57,46,54,50,57,48,50,52,93,44,91,45,49,48,53,46,56,50,57,54,54,50,44,51,57,46,53,54,52,56,54,53,93,44,91,45,49,48,53,46,51,57,56,57,52,57,44,51,57,46,53,54,54,48,53,54,93,44,91,45,49,48,53,46,51,57,55,57,52,57,44,51,57,46,55,52,54,48,52,93,44,91,45,49,48,53,46,53,51,57,51,57,51,44,51,57,46,55,55,50,51,49,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,55,34,44,34,78,65,77,69,34,58,34,75,105,109,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,48,56,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,44,91,45,57,57,46,55,53,52,49,52,50,44,51,48,46,50,57,48,54,57,56,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,57,46,52,56,52,52,57,51,44,51,48,46,52,57,57,54,52,49,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,49,48,48,46,49,49,54,50,51,52,44,51,48,46,55,49,48,51,54,54,93,44,91,45,49,48,48,46,49,49,54,52,54,49,44,51,48,46,50,57,48,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,99,107,105,110,97,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,53,55,48,48,55,52,44,52,53,46,56,56,51,50,52,52,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,52,46,55,51,50,53,57,53,44,52,53,46,56,49,48,51,51,93,44,91,45,56,52,46,52,53,50,54,51,52,44,52,53,46,54,57,53,51,55,93,44,91,45,56,52,46,50,48,49,48,54,50,44,52,53,46,55,53,50,50,55,53,93,44,91,45,56,52,46,49,50,51,48,57,56,44,52,53,46,55,55,55,54,54,56,93,44,91,45,56,52,46,49,49,52,49,56,54,44,52,53,46,57,56,53,49,53,50,93,44,91,45,56,52,46,50,51,57,51,51,50,44,52,53,46,57,56,52,57,49,52,93,44,91,45,56,52,46,51,54,51,48,57,44,52,54,46,48,55,49,53,55,52,93,44,91,45,56,52,46,51,54,51,53,48,51,44,52,54,46,49,53,55,57,56,52,93,44,91,45,56,53,46,49,49,50,53,49,51,44,52,54,46,49,53,56,50,54,51,93,44,91,45,56,53,46,50,51,55,56,51,57,44,52,54,46,50,52,53,52,51,93,44,91,45,56,53,46,56,54,53,48,50,53,44,52,54,46,50,52,52,54,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,55,34,44,34,78,65,77,69,34,58,34,77,99,67,117,108,108,111,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,44,91,45,57,57,46,51,48,50,54,48,53,44,51,49,46,52,51,50,53,48,52,93,44,91,45,57,57,46,54,48,49,56,53,44,51,49,46,52,57,49,57,53,93,44,91,45,57,57,46,54,48,51,50,50,51,44,51,49,46,48,56,55,50,57,54,93,44,91,45,57,57,46,54,48,51,54,50,55,44,51,48,46,57,52,48,55,50,54,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,57,46,50,48,50,55,54,56,44,51,49,46,52,54,55,50,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,84,105,115,104,111,109,105,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,55,56,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,44,91,45,56,56,46,51,54,51,53,51,49,44,51,52,46,57,57,53,52,55,53,93,44,91,45,56,56,46,51,54,53,52,55,50,44,51,52,46,55,53,53,54,48,52,93,44,91,45,56,56,46,51,51,48,54,57,57,44,51,52,46,55,52,48,55,50,49,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,49,51,57,57,56,56,44,51,52,46,53,56,49,55,48,51,93,44,91,45,56,56,46,48,57,55,56,56,56,44,51,52,46,56,57,50,50,48,50,93,44,91,45,56,56,46,50,48,48,48,54,52,44,51,52,46,57,57,53,54,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,67,114,111,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,48,46,57,54,48,53,56,55,44,51,48,46,55,48,54,48,55,49,93,44,91,45,49,48,48,46,57,54,50,49,55,54,44,51,49,46,48,56,50,52,57,93,44,91,45,49,48,49,46,50,55,52,55,57,57,44,51,49,46,48,55,57,51,55,57,93,44,91,45,49,48,49,46,55,55,54,49,57,49,44,51,49,46,48,55,57,55,56,52,93,44,91,45,49,48,50,46,51,48,49,50,49,50,44,51,49,46,48,56,54,50,49,50,93,44,91,45,49,48,50,46,51,56,56,56,48,52,44,51,49,46,48,56,55,49,53,54,93,44,91,45,49,48,50,46,50,57,50,54,56,49,44,51,49,46,48,51,54,54,55,55,93,44,91,45,49,48,49,46,57,56,52,53,50,55,44,51,48,46,57,56,55,52,52,53,93,44,91,45,49,48,49,46,56,55,52,50,55,54,44,51,48,46,57,49,50,50,51,54,93,44,91,45,49,48,49,46,56,51,52,53,50,56,44,51,48,46,55,53,55,57,52,57,93,44,91,45,49,48,49,46,55,54,56,52,50,44,51,48,46,54,53,51,48,55,55,93,44,91,45,49,48,49,46,54,54,57,56,51,51,44,51,48,46,54,51,55,57,48,55,93,44,91,45,49,48,49,46,54,52,54,53,48,54,44,51,48,46,53,53,49,49,49,50,93,44,91,45,49,48,49,46,55,52,48,52,50,57,44,51,48,46,52,50,48,56,57,55,93,44,91,45,49,48,49,46,54,53,56,53,51,44,51,48,46,51,53,55,56,54,49,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,57,57,44,34,98,101,100,115,34,58,49,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,52,56,53,57,54,56,44,51,50,46,48,49,55,54,49,49,93,44,91,45,57,55,46,51,50,55,49,52,53,44,51,49,46,56,52,49,52,53,50,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,48,51,55,50,54,54,44,51,49,46,56,54,51,48,55,57,93,44,91,45,57,54,46,57,51,50,50,49,53,44,51,49,46,55,48,56,56,56,55,93,44,91,45,57,54,46,55,49,57,49,49,52,44,51,49,46,56,49,52,56,56,55,93,44,91,45,57,54,46,56,57,54,50,48,57,44,51,50,46,48,55,51,57,55,55,93,44,91,45,57,54,46,57,52,48,54,53,54,44,51,50,46,48,53,50,48,56,55,93,44,91,45,57,55,46,48,56,54,49,57,49,44,51,50,46,50,54,53,52,53,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,54,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,44,91,45,49,48,51,46,53,56,49,56,52,52,44,52,48,46,53,50,51,51,56,51,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,50,46,54,54,52,56,48,52,44,52,48,46,52,51,56,52,55,51,93,44,91,45,49,48,50,46,54,53,49,51,49,44,52,48,46,55,52,57,52,48,50,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,51,46,53,55,51,55,55,52,44,52,49,46,48,48,49,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,70,105,110,110,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,53,55,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,49,46,49,48,51,55,55,56,44,51,55,46,56,50,57,48,51,53,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,48,46,54,54,52,49,54,54,44,51,56,46,48,48,50,53,51,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,49,48,48,46,50,52,52,51,57,51,44,51,56,46,50,54,50,50,57,93,44,91,45,49,48,48,46,54,56,52,54,57,57,44,51,56,46,50,54,52,49,51,55,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,55,48,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,53,50,49,49,51,44,51,55,46,51,56,51,57,57,93,44,91,45,57,53,46,53,50,53,53,54,44,51,55,46,51,56,51,57,55,57,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,49,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,48,57,53,56,54,51,44,51,52,46,50,49,51,56,55,50,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,48,46,55,54,57,57,50,54,44,51,52,46,51,55,55,49,49,49,93,44,91,45,56,48,46,56,55,57,50,50,55,44,51,52,46,52,53,55,55,55,54,93,44,91,45,56,48,46,56,55,55,52,57,49,44,51,52,46,53,52,51,49,52,54,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,104,101,121,101,110,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,53,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,51,46,51,55,55,54,50,44,52,49,46,51,57,52,54,51,51,93,44,91,45,49,48,51,46,51,56,50,52,57,50,44,52,49,46,48,48,50,50,53,50,93,44,91,45,49,48,50,46,54,53,51,52,54,51,44,52,49,46,48,48,50,51,51,50,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,54,52,44,34,98,101,100,115,34,58,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,56,53,52,52,52,52,44,52,51,46,56,52,56,48,57,57,93,44,91,45,57,52,46,56,53,52,53,53,53,44,52,51,46,53,48,48,57,50,53,93,44,91,45,57,52,46,52,52,50,56,53,44,52,51,46,53,48,48,52,50,50,93,44,91,45,57,52,46,50,52,55,57,54,56,44,52,51,46,53,48,48,49,51,51,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,83,101,118,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,50,56,55,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,44,91,45,56,51,46,54,54,50,57,57,57,44,51,53,46,53,54,57,52,54,56,93,44,91,45,56,51,46,52,56,53,56,51,52,44,51,53,46,53,54,56,49,57,93,44,91,45,56,51,46,50,53,52,50,53,55,44,51,53,46,54,57,53,53,57,51,93,44,91,45,56,51,46,50,53,53,51,52,51,44,51,53,46,55,49,53,48,56,52,93,44,91,45,56,51,46,51,49,48,55,56,50,44,51,53,46,56,57,53,56,52,54,93,44,91,45,56,51,46,52,55,52,57,48,49,44,51,53,46,57,50,50,56,57,51,93,44,91,45,56,51,46,54,55,51,50,57,55,44,51,54,46,48,51,56,52,56,54,93,44,91,45,56,51,46,54,53,52,54,48,53,44,51,53,46,57,55,49,57,51,55,93,44,91,45,56,51,46,55,57,52,50,55,53,44,51,53,46,56,56,55,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,55,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,44,91,45,56,52,46,54,57,57,57,51,55,44,51,53,46,49,55,48,57,55,52,93,44,91,45,56,52,46,55,55,53,56,53,51,44,51,52,46,57,56,55,56,56,52,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,50,57,50,51,54,53,44,51,53,46,50,48,54,54,57,52,93,44,91,45,56,52,46,52,57,53,53,50,57,44,51,53,46,50,56,53,52,55,50,93,44,91,45,56,52,46,55,48,51,54,48,55,44,51,53,46,50,52,49,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,51,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,49,46,48,51,56,54,54,44,51,50,46,57,55,48,50,50,53,93,44,91,45,49,48,48,46,54,53,53,56,55,44,51,50,46,57,54,51,52,54,57,93,44,91,45,49,48,48,46,53,49,57,50,48,56,44,51,50,46,57,54,50,57,50,54,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,44,91,45,49,49,50,46,57,49,51,50,53,54,44,52,55,46,56,50,54,50,49,54,93,44,91,45,49,49,50,46,57,49,51,56,55,52,44,52,55,46,54,57,55,49,57,57,93,44,91,45,49,49,50,46,56,53,52,55,48,49,44,52,55,46,54,50,57,50,51,52,93,44,91,45,49,49,50,46,53,54,56,54,54,44,52,55,46,54,51,54,48,49,56,93,44,91,45,49,49,50,46,52,51,50,55,49,49,44,52,55,46,54,48,54,49,48,52,93,44,91,45,49,49,50,46,50,55,56,44,52,55,46,53,48,53,54,50,51,93,44,91,45,49,49,50,46,48,52,55,55,56,49,44,52,55,46,53,49,54,48,51,52,93,44,91,45,49,49,49,46,57,50,50,55,57,53,44,52,55,46,53,48,53,48,54,52,93,44,91,45,49,49,49,46,57,50,50,57,51,54,44,52,55,46,54,49,49,50,51,49,93,44,91,45,49,49,49,46,54,54,54,50,54,44,52,55,46,54,49,49,50,53,51,93,44,91,45,49,49,49,46,54,54,54,52,56,50,44,52,55,46,54,57,55,55,54,49,93,44,91,45,49,49,49,46,52,48,56,56,53,44,52,55,46,54,57,56,49,50,51,93,44,91,45,49,49,49,46,52,48,56,53,49,52,44,52,55,46,57,56,55,49,55,56,93,44,91,45,49,49,49,46,57,56,52,50,54,51,44,52,55,46,57,56,52,53,57,50,93,44,91,45,49,49,50,46,48,52,55,57,57,57,44,52,56,46,48,56,54,54,49,50,93,44,91,45,49,49,50,46,49,55,55,56,51,51,44,52,56,46,49,51,48,55,49,50,93,44,91,45,49,49,51,46,48,49,52,56,49,49,44,52,56,46,49,51,49,48,51,93,44,91,45,49,49,50,46,56,56,52,56,56,51,44,52,55,46,57,56,53,52,49,52,93,44,91,45,49,49,50,46,57,56,52,55,51,52,44,52,55,46,57,53,51,57,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,71,97,114,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,48,44,34,98,101,100,115,34,58,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,48,53,53,50,53,54,44,52,49,46,51,57,53,49,54,50,93,44,91,45,49,48,49,46,57,56,52,54,51,44,52,49,46,51,57,52,55,49,50,93,44,91,45,49,48,49,46,57,56,53,53,50,51,44,52,49,46,55,52,50,50,57,93,44,91,45,49,48,50,46,48,54,55,57,49,56,44,52,49,46,55,52,50,48,57,57,93,44,91,45,49,48,50,46,48,54,54,54,53,44,52,50,46,48,48,57,49,57,53,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,54,55,57,48,57,51,44,52,49,46,56,52,51,48,53,93,44,91,45,49,48,50,46,54,51,54,52,55,54,44,52,49,46,55,52,51,49,51,57,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,99,111,117,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,49,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,44,91,45,57,48,46,49,52,56,49,50,49,44,51,57,46,50,54,49,57,52,55,93,44,91,45,57,48,46,49,52,53,57,56,52,44,51,56,46,57,57,57,51,48,51,93,44,91,45,56,57,46,54,57,56,53,53,53,44,51,56,46,57,57,56,57,55,57,93,44,91,45,56,57,46,55,48,49,54,54,49,44,51,57,46,53,50,51,51,49,54,93,44,91,45,56,57,46,57,50,54,48,51,55,44,51,57,46,53,50,50,49,48,52,93,44,91,45,57,48,46,49,53,51,55,56,50,44,51,57,46,53,50,48,51,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,82,111,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,48,53,49,44,34,98,101,100,115,34,58,50,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,44,91,45,56,51,46,51,53,51,53,51,49,44,51,57,46,49,57,55,53,56,53,93,44,91,45,56,50,46,55,56,53,56,57,49,44,51,57,46,49,54,56,55,54,57,93,44,91,45,56,50,46,55,54,50,56,57,50,44,51,57,46,50,48,55,57,54,55,93,44,91,45,56,50,46,55,52,56,53,57,49,44,51,57,46,51,54,56,49,54,53,93,44,91,45,56,50,46,55,52,48,55,50,57,44,51,57,46,52,54,56,51,53,93,44,91,45,56,50,46,57,56,52,53,54,44,51,57,46,53,48,54,55,53,52,93,44,91,45,56,51,46,50,54,54,55,51,55,44,51,57,46,53,49,54,50,52,57,93,44,91,45,56,51,46,51,55,50,55,49,52,44,51,57,46,51,55,55,52,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,101,115,105,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,51,57,54,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,57,48,46,50,52,50,51,56,44,52,49,46,55,56,50,57,54,52,93,44,91,45,57,48,46,49,56,53,53,51,54,44,52,49,46,53,56,52,53,55,52,93,44,91,45,56,57,46,56,54,50,51,53,49,44,52,49,46,53,56,52,48,48,53,93,44,91,45,56,57,46,54,51,49,52,57,52,44,52,49,46,53,56,52,57,52,57,93,44,91,45,56,57,46,54,50,57,51,51,44,52,49,46,57,48,49,54,49,55,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,69,108,32,80,97,115,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,55,54,53,52,44,34,98,101,100,115,34,58,50,54,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,44,91,45,49,48,54,46,54,49,56,52,56,54,44,51,50,46,48,48,48,52,57,53,93,44,91,45,49,48,54,46,54,51,53,57,50,44,51,49,46,56,54,54,50,51,51,93,44,91,45,49,48,54,46,53,50,56,48,52,55,44,51,49,46,55,56,51,56,57,49,93,44,91,45,49,48,54,46,51,56,49,48,55,52,44,51,49,46,55,51,50,48,56,50,93,44,91,45,49,48,54,46,50,49,57,54,50,44,51,49,46,52,56,49,53,54,49,93,44,91,45,49,48,53,46,57,57,55,49,53,50,44,51,49,46,51,56,55,50,51,93,44,91,45,49,48,53,46,57,57,56,48,49,50,44,51,50,46,48,48,50,51,55,55,93,44,91,45,49,48,54,46,51,55,55,49,55,52,44,51,50,46,48,48,49,53,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,48,49,34,44,34,78,65,77,69,34,58,34,76,111,118,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,44,91,45,49,48,51,46,57,49,50,50,52,56,44,51,49,46,57,48,50,52,50,52,93,44,91,45,49,48,51,46,56,49,52,57,57,44,51,49,46,56,53,50,49,52,50,93,44,91,45,49,48,51,46,55,57,54,54,49,50,44,51,49,46,55,55,48,48,49,51,93,44,91,45,49,48,51,46,55,48,48,54,48,51,44,51,49,46,55,52,56,51,57,53,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,51,46,51,50,54,53,48,49,44,51,50,46,48,48,48,51,54,57,93,44,91,45,49,48,51,46,55,50,50,56,56,50,44,51,50,46,48,48,48,50,48,54,93,44,91,45,49,48,51,46,57,56,48,49,55,57,44,51,50,46,48,48,48,49,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,97,116,105,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,57,53,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,53,46,53,48,55,55,51,56,44,51,53,46,48,50,57,50,54,53,93,44,91,45,57,53,46,53,49,52,52,55,53,44,51,52,46,54,56,48,55,49,56,93,44,91,45,57,53,46,48,53,57,54,49,54,44,51,52,46,54,56,48,55,51,54,93,44,91,45,57,53,46,48,53,57,53,49,50,44,51,52,46,56,53,53,48,49,57,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,55,49,44,34,98,101,100,115,34,58,50,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,54,56,56,56,56,52,44,51,57,46,53,57,48,53,49,49,93,44,91,45,56,49,46,55,48,56,53,50,55,44,51,57,46,52,56,48,55,55,53,93,44,91,45,56,49,46,56,52,52,56,54,51,44,51,57,46,52,53,48,50,49,54,93,44,91,45,56,49,46,56,53,51,54,54,56,44,51,57,46,51,49,56,49,54,53,93,44,91,45,56,49,46,55,50,53,54,50,50,44,51,57,46,50,49,53,57,48,53,93,44,91,45,56,49,46,54,55,55,53,57,53,44,51,57,46,50,55,52,49,55,49,93,44,91,45,56,49,46,52,53,54,49,52,51,44,51,57,46,52,48,57,50,55,52,93,44,91,45,56,49,46,51,55,49,50,54,44,51,57,46,51,52,49,57,50,52,93,44,91,45,56,49,46,49,50,49,53,51,51,44,51,57,46,52,53,55,55,55,53,93,44,91,45,56,49,46,48,51,56,55,49,50,44,51,57,46,53,51,57,56,56,54,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,111,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,49,48,50,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,44,91,45,57,50,46,49,49,50,51,52,54,44,51,54,46,55,57,52,50,51,49,93,44,91,45,57,50,46,49,50,48,52,51,44,51,54,46,52,57,56,55,93,44,91,45,57,49,46,54,55,50,51,52,51,44,51,54,46,52,57,57,52,54,51,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,50,46,48,56,56,55,48,56,44,51,55,46,48,53,54,50,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,53,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,44,91,45,57,57,46,51,53,48,50,56,57,44,51,56,46,48,48,48,55,52,53,93,44,91,45,57,57,46,51,53,48,51,53,57,44,51,56,46,48,56,55,53,57,52,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,48,49,51,51,49,56,44,51,55,46,56,50,53,51,51,54,93,44,91,45,57,57,46,48,50,50,49,51,54,44,51,56,46,48,48,48,50,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,55,49,53,52,44,34,98,101,100,115,34,58,50,57,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,44,91,45,56,53,46,56,57,57,55,54,44,51,56,46,49,56,48,52,52,52,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,55,49,50,53,55,56,44,51,56,46,48,56,55,51,49,49,93,44,91,45,56,53,46,53,53,55,50,55,44,51,56,46,48,55,51,56,52,49,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,55,57,50,51,49,54,44,51,56,46,50,56,55,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,111,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,50,48,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,44,91,45,56,57,46,54,48,50,57,55,57,44,52,48,46,51,50,48,49,50,57,93,44,91,45,56,57,46,54,48,49,54,56,56,44,52,48,46,49,50,50,51,55,56,93,44,91,45,56,57,46,53,55,56,50,56,57,44,51,57,46,57,55,54,49,50,55,93,44,91,45,56,57,46,52,48,52,57,56,52,44,51,57,46,57,49,56,49,56,55,93,44,91,45,56,57,46,50,49,55,56,52,54,44,51,57,46,57,49,54,57,57,93,44,91,45,56,57,46,49,52,52,55,54,52,44,52,48,46,48,52,56,56,53,51,93,44,91,45,56,57,46,49,52,56,55,54,52,44,52,48,46,50,56,50,48,51,56,93,44,91,45,56,57,46,50,54,51,55,52,44,52,48,46,51,50,53,51,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,50,54,44,34,98,101,100,115,34,58,55,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,44,91,45,56,56,46,55,51,57,55,55,44,52,52,46,50,52,51,51,48,51,93,44,91,45,56,56,46,56,56,54,54,55,51,44,52,52,46,50,52,50,54,50,50,93,44,91,45,56,56,46,56,56,54,49,57,51,44,52,51,46,57,56,51,50,51,51,93,44,91,45,56,56,46,56,56,53,54,57,55,44,52,51,46,56,57,53,49,56,52,93,44,91,45,56,56,46,52,48,51,49,57,53,44,52,51,46,56,57,50,57,55,55,93,44,91,45,56,56,46,52,48,52,49,56,55,44,52,51,46,57,51,56,50,93,44,91,45,56,56,46,52,48,52,48,55,44,52,52,46,50,52,52,49,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,44,91,45,56,56,46,57,48,51,52,56,44,51,54,46,53,55,54,56,54,52,93,44,91,45,56,57,46,49,55,52,55,50,55,44,51,54,46,54,53,48,52,55,53,93,44,91,45,56,57,46,50,50,55,48,52,54,44,51,54,46,53,54,57,53,51,55,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,51,52,54,48,54,54,44,51,54,46,53,48,51,50,51,50,93,44,91,45,56,56,46,56,51,52,53,56,56,44,51,54,46,53,48,50,54,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,114,118,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,53,53,53,44,34,98,101,100,115,34,58,49,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,49,53,50,57,49,51,44,51,56,46,48,56,55,55,48,52,93,44,91,45,57,55,46,49,53,51,48,57,51,44,51,56,46,49,55,52,54,51,52,93,44,91,45,57,55,46,51,55,49,55,53,44,51,56,46,49,55,51,54,55,51,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,68,97,119,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,57,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,51,50,52,56,53,51,44,52,55,46,49,56,49,52,57,54,93,44,91,45,49,48,53,46,51,50,52,55,53,55,44,52,54,46,57,55,55,49,57,54,93,44,91,45,49,48,53,46,49,57,54,55,51,53,44,52,54,46,57,55,55,49,55,50,93,44,91,45,49,48,53,46,48,50,55,53,50,54,44,52,54,46,56,54,49,52,53,55,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,52,46,52,49,50,49,50,52,44,52,54,46,57,48,52,48,48,51,93,44,91,45,49,48,52,46,51,48,54,48,54,50,44,52,55,46,48,52,50,48,52,54,93,44,91,45,49,48,52,46,51,52,49,54,56,44,52,55,46,50,52,53,51,57,50,93,44,91,45,49,48,52,46,52,50,48,51,52,55,44,52,55,46,51,53,52,52,51,53,93,44,91,45,49,48,52,46,53,49,51,50,57,50,44,52,55,46,51,53,52,55,49,57,93,44,91,45,49,48,52,46,53,49,51,48,52,57,44,52,55,46,53,50,57,52,52,50,93,44,91,45,49,48,52,46,53,57,51,54,54,52,44,52,55,46,54,49,54,50,57,52,93,44,91,45,49,48,52,46,57,55,56,53,53,51,44,52,55,46,54,49,54,50,55,50,93,44,91,45,49,48,52,46,57,55,56,48,57,44,52,55,46,55,48,51,50,57,51,93,44,91,45,49,48,53,46,50,51,53,48,49,54,44,52,55,46,55,48,51,53,56,49,93,44,91,45,49,48,53,46,50,51,52,55,55,49,44,52,55,46,55,57,48,53,48,50,93,44,91,45,49,48,53,46,51,54,51,50,54,50,44,52,55,46,55,57,48,52,49,57,93,44,91,45,49,48,53,46,52,48,54,53,56,49,44,52,55,46,53,50,57,53,51,52,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,53,49,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,44,91,45,56,48,46,48,50,53,48,48,49,44,51,57,46,52,48,49,52,52,54,93,44,91,45,56,48,46,49,57,55,50,56,54,44,51,57,46,51,57,51,49,56,54,93,44,91,45,56,48,46,49,54,54,51,56,55,44,51,57,46,50,52,50,50,56,51,93,44,91,45,56,48,46,48,50,51,52,49,49,44,51,57,46,50,52,55,56,57,50,93,44,91,45,55,57,46,56,57,53,53,51,54,44,51,57,46,50,57,57,53,56,52,93,44,91,45,55,57,46,56,57,52,54,56,56,44,51,57,46,52,51,53,53,56,56,93,44,91,45,55,57,46,57,51,56,56,55,56,44,51,57,46,52,53,50,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,105,100,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,51,56,57,44,34,98,101,100,115,34,58,51,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,51,54,57,56,55,54,44,52,51,46,52,54,54,48,52,52,93,44,91,45,56,52,46,49,55,48,53,55,54,44,52,51,46,52,56,49,57,54,57,93,44,91,45,56,52,46,49,54,56,49,50,55,44,52,51,46,53,54,56,56,57,57,93,44,91,45,56,52,46,49,54,55,51,49,56,44,52,51,46,56,50,53,57,48,50,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,81,117,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,55,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,44,91,45,57,48,46,51,48,52,51,49,55,44,51,52,46,53,48,57,54,50,49,93,44,91,45,57,48,46,51,57,57,52,57,56,44,51,52,46,52,50,51,56,48,55,93,44,91,45,57,48,46,52,53,48,53,55,50,44,51,52,46,50,54,50,52,48,50,93,44,91,45,57,48,46,52,53,48,57,56,49,44,51,52,46,48,55,50,57,51,50,93,44,91,45,57,48,46,49,51,53,54,57,53,44,51,52,46,48,55,50,57,93,44,91,45,57,48,46,49,51,53,52,53,54,44,51,52,46,49,54,48,48,55,52,93,44,91,45,57,48,46,49,57,52,48,56,54,44,51,52,46,51,48,49,52,48,55,93,44,91,45,57,48,46,49,57,56,53,51,54,44,51,52,46,53,49,49,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,57,53,44,34,98,101,100,115,34,58,52,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,50,55,53,50,55,44,51,55,46,53,57,51,53,49,57,93,44,91,45,56,54,46,49,49,52,48,57,53,44,51,55,46,53,54,55,49,51,49,93,44,91,45,56,54,46,48,52,55,53,57,56,44,51,55,46,52,52,57,57,51,51,93,44,91,45,56,53,46,56,57,50,56,48,52,44,51,55,46,52,52,48,51,48,56,93,44,91,45,56,53,46,56,55,54,48,48,54,44,51,55,46,53,52,51,50,53,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,57,51,56,51,50,49,44,51,55,46,57,57,56,55,53,54,93,44,91,45,56,53,46,57,52,55,49,49,52,44,51,56,46,48,48,53,48,56,53,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,54,46,48,48,55,52,51,50,44,51,55,46,56,49,56,52,51,57,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,49,54,57,44,34,98,101,100,115,34,58,49,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,44,91,45,56,57,46,49,52,55,53,57,55,44,51,56,46,50,49,50,56,57,53,93,44,91,45,56,57,46,49,50,57,54,51,50,44,51,56,46,49,50,52,55,54,55,93,44,91,45,56,56,46,55,48,52,54,48,54,44,51,56,46,49,50,53,49,57,53,93,44,91,45,56,56,46,55,48,50,51,57,49,44,51,56,46,50,53,54,54,54,49,93,44,91,45,56,56,46,54,57,56,57,54,49,44,51,56,46,52,55,52,57,49,52,93,44,91,45,56,57,46,49,52,52,51,56,56,44,51,56,46,52,55,51,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,97,109,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,44,91,45,57,55,46,52,57,50,50,54,54,44,52,52,46,53,52,51,56,56,52,93,44,91,45,57,55,46,49,50,56,48,50,52,44,52,52,46,53,52,51,49,50,54,93,44,91,45,57,54,46,56,56,53,53,48,52,44,52,52,46,53,52,51,55,55,51,93,44,91,45,57,54,46,56,56,52,53,55,44,52,52,46,56,48,52,52,51,54,93,44,91,45,57,55,46,52,57,49,51,52,54,44,52,52,46,56,48,52,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,52,56,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,48,52,51,54,56,53,44,52,53,46,49,50,48,50,49,52,93,44,91,45,56,57,46,52,50,53,57,55,49,44,52,53,46,49,49,57,48,57,56,93,44,91,45,56,57,46,52,50,52,56,50,52,44,52,53,46,52,54,55,49,54,54,93,44,91,45,56,57,46,52,50,56,50,53,56,44,52,53,46,53,53,53,51,53,51,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,54,57,50,44,34,98,101,100,115,34,58,49,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,44,91,45,55,52,46,54,52,49,56,55,50,44,52,52,46,57,53,50,54,50,49,93,44,91,45,55,52,46,53,50,53,54,56,51,44,52,52,46,49,55,48,54,51,54,93,44,91,45,55,52,46,53,51,53,49,53,54,44,52,52,46,48,57,57,50,53,93,44,91,45,55,52,46,50,56,49,56,55,44,52,52,46,49,50,48,53,53,50,93,44,91,45,55,52,46,48,57,51,52,57,44,52,52,46,49,51,55,54,49,53,93,44,91,45,55,52,46,49,52,49,52,50,52,44,52,52,46,52,48,55,50,54,56,93,44,91,45,55,51,46,57,48,57,54,56,55,44,52,52,46,52,50,57,54,57,57,93,44,91,45,55,51,46,57,56,54,51,56,50,44,52,52,46,55,48,55,55,55,51,93,44,91,45,55,52,46,48,50,55,51,56,57,44,52,52,46,57,57,53,54,56,53,93,44,91,45,55,52,46,55,50,54,50,50,56,44,52,52,46,57,57,52,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,51,48,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,52,54,57,44,34,98,101,100,115,34,58,52,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,52,54,55,48,53,51,44,51,56,46,51,49,56,54,54,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,97,108,101,105,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,50,51,50,44,34,98,101,100,115,34,58,52,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,44,91,45,56,49,46,52,50,55,55,56,49,44,51,55,46,55,52,57,51,53,50,93,44,91,45,56,49,46,51,48,52,49,51,44,51,55,46,53,52,54,53,54,52,93,44,91,45,56,49,46,50,50,50,49,50,49,44,51,55,46,53,49,48,52,49,54,93,44,91,45,56,49,46,48,57,52,54,51,44,51,55,46,53,56,56,54,53,56,93,44,91,45,56,49,46,48,54,56,55,55,52,44,51,55,46,54,51,57,56,50,51,93,44,91,45,56,48,46,57,48,53,57,54,49,44,51,55,46,54,57,56,53,57,54,93,44,91,45,56,48,46,57,52,53,48,57,44,51,55,46,56,49,57,49,50,49,93,44,91,45,56,49,46,48,55,51,50,52,57,44,51,55,46,56,55,53,56,54,53,93,44,91,45,56,49,46,50,57,53,49,50,55,44,51,55,46,56,56,57,51,49,49,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,53,55,49,51,51,52,44,51,55,46,57,50,56,49,48,55,93,44,91,45,56,49,46,53,49,52,50,50,56,44,51,55,46,55,57,49,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,67,104,97,118,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,52,53,57,44,34,98,101,100,115,34,58,50,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,44,91,45,49,48,52,46,56,57,50,52,51,51,44,51,51,46,51,57,56,49,57,57,93,44,91,45,49,48,52,46,57,48,53,52,50,52,44,51,51,46,49,51,56,57,48,52,93,44,91,45,49,48,53,46,51,49,54,57,54,56,44,51,51,46,49,51,50,51,48,51,93,44,91,45,49,48,53,46,51,53,50,53,49,51,44,51,50,46,57,54,50,48,48,55,93,44,91,45,49,48,53,46,51,53,52,48,49,44,51,50,46,53,49,56,55,55,54,93,44,91,45,49,48,52,46,56,53,49,53,50,52,44,51,50,46,53,50,48,53,52,49,93,44,91,45,49,48,52,46,56,52,49,53,55,54,44,51,50,46,57,54,51,50,49,51,93,44,91,45,49,48,51,46,56,49,52,53,48,55,44,51,50,46,57,54,53,49,49,52,93,44,91,45,49,48,51,46,55,54,54,52,49,55,44,51,50,46,57,54,53,50,54,52,93,44,91,45,49,48,51,46,55,54,54,51,54,49,44,51,51,46,51,57,53,50,57,55,93,44,91,45,49,48,51,46,55,50,48,56,48,57,44,51,51,46,53,54,57,53,51,55,93,44,91,45,49,48,51,46,53,49,48,49,50,57,44,51,51,46,53,55,48,49,49,55,93,44,91,45,49,48,51,46,53,48,57,55,53,57,44,51,51,46,54,53,55,50,54,50,93,44,91,45,49,48,51,46,55,49,56,51,51,51,44,51,51,46,54,53,54,50,49,93,44,91,45,49,48,51,46,55,49,54,56,56,53,44,51,51,46,56,49,57,53,53,56,93,44,91,45,49,48,51,46,56,52,49,57,51,51,44,51,51,46,56,49,57,50,93,44,91,45,49,48,51,46,56,52,49,54,57,49,44,51,52,46,48,56,49,57,48,57,93,44,91,45,49,48,51,46,57,52,54,48,49,57,44,51,52,46,48,56,50,52,54,51,93,44,91,45,49,48,52,46,49,53,53,54,44,51,52,46,48,56,51,50,48,53,93,44,91,45,49,48,52,46,49,53,54,50,54,57,44,51,51,46,57,57,53,52,49,51,93,44,91,45,49,48,52,46,55,56,54,49,48,52,44,51,52,46,48,48,48,49,51,55,93,44,91,45,49,48,52,46,55,56,54,52,50,57,44,51,52,46,48,56,55,54,54,52,93,44,91,45,49,48,52,46,56,57,51,51,55,55,44,51,52,46,48,56,56,52,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,70,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,56,57,49,55,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,44,91,45,49,48,54,46,50,53,48,52,57,57,44,51,53,46,55,53,53,56,49,56,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,53,46,55,49,52,52,49,57,44,51,53,46,48,52,49,54,48,53,93,44,91,45,49,48,53,46,55,50,48,53,50,57,44,51,53,46,56,55,49,49,56,53,93,44,91,45,49,48,53,46,55,49,55,52,55,55,44,51,53,46,57,55,56,55,52,49,93,44,91,45,49,48,54,46,48,55,49,51,52,57,44,51,54,46,48,48,49,57,55,93,44,91,45,49,48,54,46,48,53,52,51,52,54,44,51,53,46,57,51,48,55,56,51,93,44,91,45,49,48,54,46,50,52,53,54,52,57,44,51,53,46,57,51,48,55,52,50,93,44,91,45,49,48,54,46,50,52,56,51,52,53,44,51,53,46,56,53,53,54,53,50,93,44,91,45,49,48,54,46,50,52,56,50,53,55,44,51,53,46,56,51,57,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,54,52,49,56,50,44,34,98,101,100,115,34,58,53,57,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,44,91,45,49,49,56,46,48,57,54,52,55,51,44,51,51,46,54,53,51,54,53,49,93,44,91,45,49,49,55,46,56,49,54,51,53,54,44,51,51,46,52,57,48,56,55,50,93,44,91,45,49,49,55,46,54,49,49,48,56,49,44,51,51,46,51,51,51,57,57,50,93,44,91,45,49,49,55,46,53,55,56,52,56,44,51,51,46,52,53,51,57,50,55,93,44,91,45,49,49,55,46,53,48,57,55,50,50,44,51,51,46,53,48,53,48,49,57,93,44,91,45,49,49,55,46,52,49,50,57,56,55,44,51,51,46,54,53,57,48,52,53,93,44,91,45,49,49,55,46,53,51,51,57,57,57,44,51,51,46,55,49,48,51,53,53,93,44,91,45,49,49,55,46,54,55,51,49,51,52,44,51,51,46,56,55,49,48,48,53,93,44,91,45,49,49,55,46,55,56,51,50,56,55,44,51,51,46,57,52,54,52,49,49,93,44,91,45,49,49,55,46,57,55,54,52,57,56,44,51,51,46,57,52,54,48,53,93,44,91,45,49,49,56,46,48,53,56,57,49,56,44,51,51,46,56,52,54,49,50,49,93,44,91,45,49,49,56,46,49,50,53,57,44,51,51,46,54,57,55,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,114,117,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,44,91,45,49,49,49,46,49,54,52,49,56,51,44,51,49,46,55,50,53,56,57,93,44,91,45,49,49,49,46,49,54,51,55,49,55,44,51,49,46,53,50,49,55,50,52,93,44,91,45,49,49,49,46,51,54,54,57,50,50,44,51,49,46,53,50,49,51,54,49,93,44,91,45,49,49,49,46,51,54,54,51,55,50,44,51,49,46,52,50,54,48,54,49,93,44,91,45,49,49,49,46,48,55,52,57,56,44,51,49,46,51,51,50,51,52,49,93,44,91,45,49,49,48,46,52,53,57,55,53,49,44,51,49,46,51,51,50,57,49,52,93,44,91,45,49,49,48,46,52,53,50,51,44,51,49,46,55,51,49,50,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,67,117,114,114,105,116,117,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,44,91,45,55,54,46,49,49,52,48,54,57,44,51,54,46,51,53,55,52,57,56,93,44,91,45,55,53,46,57,54,57,54,50,53,44,51,54,46,51,48,54,51,49,50,93,44,91,45,55,53,46,56,56,55,57,56,52,44,51,54,46,49,54,51,51,49,49,93,44,91,45,55,53,46,57,48,54,50,57,53,44,51,54,46,48,56,53,56,55,55,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,55,54,52,55,50,55,44,51,54,46,48,54,48,49,51,57,93,44,91,45,55,53,46,56,49,51,49,48,56,44,51,54,46,50,50,51,53,54,93,44,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,44,91,45,55,53,46,55,57,55,52,57,55,44,51,54,46,53,53,48,57,49,54,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,54,46,51,49,51,51,48,51,44,51,54,46,53,53,48,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,44,91,45,56,55,46,57,48,56,49,49,51,44,51,56,46,56,53,48,49,48,55,93,44,91,45,56,55,46,57,49,50,50,56,54,44,51,56,46,53,55,48,49,48,52,93,44,91,45,56,55,46,54,53,49,53,50,57,44,51,56,46,53,54,56,49,54,54,93,44,91,45,56,55,46,53,49,57,54,49,44,51,56,46,54,57,55,49,57,56,93,44,91,45,56,55,46,53,51,49,49,52,53,44,51,56,46,56,53,50,53,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,51,56,55,44,34,98,101,100,115,34,58,50,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,54,46,51,55,52,52,49,55,44,52,48,46,53,54,49,51,54,49,93,44,91,45,56,54,46,51,55,53,55,54,50,44,52,48,46,52,51,49,56,53,49,93,44,91,45,56,54,46,50,52,50,57,57,50,44,52,48,46,51,55,51,54,54,49,93,44,91,45,56,54,46,50,52,50,56,49,50,44,52,48,46,52,48,50,57,49,52,93,44,91,45,56,53,46,56,54,50,49,49,55,44,52,48,46,52,48,54,56,56,57,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,44,91,45,56,55,46,52,48,55,53,56,51,44,51,56,46,51,55,53,53,48,49,93,44,91,45,56,55,46,51,49,53,57,51,44,51,56,46,51,55,53,48,52,56,93,44,91,45,56,55,46,51,49,54,56,57,51,44,51,56,46,50,52,54,48,55,55,93,44,91,45,56,55,46,48,55,51,48,54,55,44,51,56,46,50,51,50,53,57,54,93,44,91,45,56,55,46,48,55,50,51,54,57,44,51,56,46,53,49,52,55,93,44,91,45,56,55,46,50,52,50,48,57,55,44,51,56,46,53,52,52,57,51,93,44,91,45,56,55,46,52,54,50,56,57,50,44,51,56,46,53,51,51,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,50,54,51,44,34,98,101,100,115,34,58,55,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,54,53,57,55,50,52,44,51,54,46,57,54,54,51,57,55,93,44,91,45,56,55,46,54,57,52,49,57,50,44,51,54,46,54,51,55,49,48,56,93,44,91,45,56,55,46,54,52,49,49,53,55,44,51,54,46,54,51,56,49,48,57,93,44,91,45,56,55,46,51,51,53,57,56,44,51,54,46,54,52,49,54,53,57,93,44,91,45,56,55,46,50,53,57,51,55,49,44,51,55,46,48,55,50,52,48,49,93,44,91,45,56,55,46,51,51,51,55,52,49,44,51,55,46,49,53,55,49,56,54,93,44,91,45,56,55,46,53,50,49,54,48,57,44,51,55,46,49,48,53,51,52,52,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,97,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,49,53,53,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,44,91,45,56,53,46,48,55,49,54,48,57,44,52,50,46,52,50,49,52,50,56,93,44,91,45,56,52,46,55,49,56,52,57,51,44,52,50,46,52,50,49,53,50,93,44,91,45,56,52,46,54,48,48,52,48,51,44,52,50,46,52,50,49,57,56,52,93,44,91,45,56,52,46,54,48,50,55,54,49,44,52,50,46,55,54,57,56,56,93,44,91,45,56,52,46,56,51,55,48,56,53,44,52,50,46,55,55,48,52,55,57,93,44,91,45,56,53,46,48,55,52,50,52,53,44,52,50,46,55,55,48,55,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,87,97,112,101,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,49,53,44,34,98,101,100,115,34,58,50,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,49,55,57,48,55,50,44,52,48,46,56,57,57,55,50,93,44,91,45,57,50,46,49,55,57,57,55,52,44,52,49,46,49,54,50,54,54,50,93,44,91,45,57,50,46,52,49,48,50,51,51,44,52,49,46,49,54,49,57,52,50,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,73,109,112,101,114,105,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,48,50,49,54,44,34,98,101,100,115,34,58,50,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,44,91,45,49,49,52,46,55,49,57,52,57,55,44,51,50,46,55,49,56,55,51,57,93,44,91,45,49,49,52,46,53,50,54,56,53,54,44,51,50,46,55,53,55,48,57,52,93,44,91,45,49,49,52,46,52,54,50,57,50,57,44,51,50,46,57,48,55,57,52,52,93,44,91,45,49,49,52,46,53,49,54,56,52,50,44,51,51,46,48,50,55,56,56,54,93,44,91,45,49,49,52,46,54,55,48,56,48,51,44,51,51,46,48,51,55,57,56,51,93,44,91,45,49,49,52,46,55,48,55,56,57,54,44,51,51,46,48,57,55,52,51,49,93,44,91,45,49,49,52,46,54,55,55,48,51,50,44,51,51,46,50,55,48,49,54,57,93,44,91,45,49,49,52,46,55,50,48,48,54,53,44,51,51,46,52,48,55,56,57,49,93,44,91,45,49,49,52,46,54,50,55,49,50,53,44,51,51,46,52,51,51,53,53,52,93,44,91,45,49,49,53,46,54,48,57,54,53,53,44,51,51,46,52,50,54,56,55,51,93,44,91,45,49,49,54,46,48,56,53,49,54,53,44,51,51,46,52,50,53,57,51,50,93,44,91,45,49,49,54,46,49,48,51,50,53,50,44,51,51,46,48,55,52,54,55,93,44,91,45,49,49,54,46,49,48,54,49,54,56,44,51,50,46,54,49,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,52,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,44,91,45,56,54,46,50,50,54,48,57,53,44,52,49,46,55,54,48,52,48,54,93,44,91,45,56,54,46,48,54,50,53,55,53,44,52,49,46,55,54,48,53,49,51,93,44,91,45,56,53,46,55,57,49,51,51,53,44,52,49,46,55,53,57,48,55,56,93,44,91,45,56,53,46,55,54,48,49,56,54,44,52,49,46,55,57,56,56,49,52,93,44,91,45,56,53,46,55,54,50,57,52,51,44,52,50,46,48,54,57,51,50,55,93,44,91,45,56,54,46,50,50,50,57,52,44,52,50,46,48,55,49,52,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,51,48,51,53,56,44,51,49,46,51,54,48,57,55,53,93,44,91,45,57,49,46,52,50,52,48,49,50,44,51,49,46,51,49,53,48,52,93,44,91,45,57,49,46,52,55,56,55,57,57,44,51,49,46,50,51,56,57,57,57,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,48,54,48,50,49,57,44,51,48,46,57,57,56,57,50,55,93,44,91,45,57,49,46,48,53,57,52,51,49,44,51,49,46,50,56,49,56,53,56,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,56,50,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,50,34,44,34,78,65,77,69,34,58,34,89,97,107,117,116,97,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,44,91,45,49,52,49,46,50,49,51,52,53,49,44,54,48,46,52,51,53,50,54,56,93,44,91,45,49,52,49,46,55,57,48,54,48,49,44,54,48,46,52,51,53,50,51,56,93,44,91,45,49,52,49,46,55,57,48,54,49,57,44,54,48,46,53,50,49,56,57,57,93,44,91,45,49,52,51,46,49,57,51,53,49,57,44,54,48,46,53,50,49,56,50,56,93,44,91,45,49,52,51,46,56,57,51,51,50,53,44,54,48,46,48,50,52,49,54,54,93,44,91,45,49,52,51,46,56,57,53,50,49,44,53,57,46,57,52,50,54,52,55,93,44,91,45,49,52,51,46,54,52,50,55,48,50,44,53,57,46,57,56,56,56,50,53,93,44,91,45,49,52,50,46,56,50,54,48,52,53,44,54,48,46,48,53,49,49,48,50,93,44,91,45,49,52,50,46,53,55,55,57,56,55,44,54,48,46,48,52,51,53,50,93,44,91,45,49,52,49,46,56,56,57,51,49,50,44,53,57,46,57,53,50,54,57,53,93,44,91,45,49,52,48,46,57,50,55,49,57,50,44,53,57,46,55,48,50,48,55,53,93,44,91,45,49,52,48,46,52,50,53,48,57,55,44,53,57,46,54,53,55,48,51,93,44,91,45,49,51,57,46,57,48,50,56,51,53,44,53,57,46,52,57,55,57,56,51,93,44,91,45,49,51,57,46,53,55,57,53,51,57,44,53,57,46,51,55,55,54,48,54,93,44,91,45,49,51,56,46,56,55,51,57,48,51,44,53,57,46,49,56,48,49,54,54,93,44,91,45,49,51,56,46,54,49,56,49,55,54,44,53,57,46,48,55,52,55,50,56,93,44,91,45,49,51,56,46,50,53,50,53,48,54,44,53,56,46,57,56,57,52,52,93,44,91,45,49,51,56,46,48,50,49,52,54,55,44,53,56,46,56,54,49,52,52,57,93,44,91,45,49,51,56,46,48,50,49,54,49,44,53,56,46,55,57,48,48,50,51,93,44,91,45,49,51,55,46,53,50,53,54,55,53,44,53,56,46,57,48,56,57,55,53,93,44,91,45,49,51,55,46,53,44,53,56,46,57,56,53,51,57,53,93,44,91,45,49,51,55,46,54,48,55,51,53,54,44,53,57,46,50,52,51,56,48,51,93,44,91,45,49,51,56,46,54,50,54,50,48,50,44,53,57,46,55,54,56,53,56,93,44,91,45,49,51,56,46,55,48,55,51,55,56,44,53,57,46,57,48,54,51,50,53,93,44,91,45,49,51,57,46,48,53,51,54,55,49,44,53,57,46,57,57,52,56,51,55,93,44,91,45,49,51,57,46,49,57,56,56,52,54,44,54,48,46,48,56,56,50,57,54,93,44,91,45,49,51,57,46,48,55,52,56,49,57,44,54,48,46,51,53,50,53,48,53,93,44,91,45,49,51,57,46,54,57,50,57,56,49,44,54,48,46,51,51,53,50,50,52,93,44,91,45,49,51,57,46,57,56,49,48,57,52,44,54,48,46,49,56,49,57,54,54,93,44,91,45,49,52,48,46,52,53,56,50,48,54,44,54,48,46,51,48,56,48,56,53,93,44,91,45,49,52,48,46,53,50,48,52,50,53,44,54,48,46,50,49,57,56,49,57,93,44,91,45,49,52,49,46,48,48,49,57,56,44,54,48,46,51,48,54,51,54,57,93,44,91,45,49,52,49,46,48,48,49,57,53,53,44,54,48,46,51,57,49,54,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,44,91,45,49,48,48,46,55,50,49,50,57,54,44,51,57,46,49,51,51,51,56,49,93,44,91,45,49,48,48,46,49,54,52,50,44,51,57,46,49,51,50,48,55,49,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,55,50,48,50,49,51,44,51,57,46,53,54,56,48,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,76,101,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,55,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,55,51,48,49,53,52,44,51,50,46,57,50,57,57,50,52,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,51,48,49,53,50,44,51,50,46,53,55,55,50,52,56,93,44,91,45,56,57,46,51,50,50,53,57,56,44,51,50,46,53,55,54,52,51,51,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,103,117,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,51,54,51,44,34,98,101,100,115,34,58,54,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,48,57,53,48,57,57,44,49,56,46,49,54,57,48,55,55,93,44,91,45,54,54,46,48,53,50,53,53,53,44,49,56,46,49,49,51,48,54,57,93,44,91,45,54,53,46,57,57,55,54,53,44,49,56,46,50,48,54,57,57,50,93,44,91,45,54,54,46,48,50,49,55,52,55,44,49,56,46,51,48,53,48,51,52,93,44,91,45,54,54,46,48,52,49,53,51,53,44,49,56,46,51,49,50,51,52,52,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,109,117,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,50,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,56,50,52,50,50,51,44,49,56,46,51,52,50,57,57,56,93,44,91,45,54,54,46,56,51,54,54,57,51,44,49,56,46,53,52,48,50,48,54,93,44,91,45,54,54,46,57,48,50,48,56,54,44,49,56,46,53,51,53,50,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,48,56,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,44,91,45,56,56,46,57,51,49,49,55,54,44,51,51,46,56,49,50,51,55,52,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,56,46,54,55,49,53,50,54,44,51,51,46,53,54,53,49,51,53,93,44,91,45,56,56,46,54,55,49,50,53,44,51,51,46,53,48,54,49,54,56,93,44,91,45,56,56,46,52,57,50,53,48,52,44,51,51,46,53,52,51,49,53,52,93,44,91,45,56,56,46,53,49,51,57,49,55,44,51,51,46,54,53,48,50,48,57,93,44,91,45,56,56,46,55,49,57,54,50,54,44,51,51,46,54,56,48,50,53,51,93,44,91,45,56,56,46,55,49,57,57,55,57,44,51,51,46,56,49,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,53,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,48,57,53,51,57,56,44,51,49,46,51,50,48,57,55,53,93,44,91,45,57,48,46,57,56,51,48,48,50,44,51,49,46,51,52,56,54,55,49,93,44,91,45,57,48,46,54,51,51,51,48,50,44,51,49,46,51,52,57,51,48,54,93,44,91,45,57,48,46,54,51,51,50,51,49,44,51,49,46,54,49,49,52,48,57,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,78,101,115,104,111,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,55,54,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,44,91,45,56,57,46,51,49,55,53,56,56,44,51,50,46,53,55,54,52,53,56,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,57,49,52,52,49,51,44,51,50,46,57,50,54,54,93,44,91,45,56,57,46,51,49,57,49,54,51,44,51,50,46,57,51,49,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,100,109,117,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,48,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,57,46,55,48,56,57,56,55,44,52,53,46,50,52,53,56,54,54,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,82,195,173,111,32,71,114,97,110,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,53,53,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,44,91,45,54,53,46,56,54,55,52,52,55,44,49,56,46,51,55,56,49,57,56,93,44,91,45,54,53,46,56,51,54,51,56,55,44,49,56,46,50,55,53,50,52,54,93,44,91,45,54,53,46,56,50,52,50,50,44,49,56,46,50,55,51,48,53,52,93,44,91,45,54,53,46,55,54,54,56,51,49,44,49,56,46,50,56,48,48,48,52,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,44,91,45,54,53,46,56,48,53,51,49,51,44,49,56,46,52,55,56,50,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,111,110,101,99,117,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,49,52,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,44,91,45,56,55,46,49,51,53,48,53,49,44,51,49,46,54,52,50,52,49,55,93,44,91,45,56,55,46,49,54,54,53,56,49,44,51,49,46,53,49,57,53,54,49,93,44,91,45,56,55,46,52,50,55,52,53,53,44,51,49,46,50,54,48,51,56,54,93,44,91,45,56,54,46,55,54,51,57,54,49,44,51,49,46,50,54,49,50,57,51,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,56,51,57,51,56,54,44,51,49,46,53,50,53,50,48,52,93,44,91,45,56,54,46,57,48,54,55,54,57,44,51,49,46,54,51,50,54,55,49,93,44,91,45,56,54,46,57,48,53,56,57,57,44,51,49,46,55,53,51,48,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,101,97,114,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,53,48,49,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,44,91,45,56,53,46,49,51,50,53,48,56,44,51,56,46,57,52,56,48,53,53,93,44,91,45,56,52,46,56,55,55,54,50,52,44,51,57,46,48,51,49,50,49,51,93,44,91,45,56,52,46,56,50,48,49,53,55,44,51,57,46,49,48,53,52,56,57,93,44,91,45,56,52,46,56,49,57,52,53,44,51,57,46,51,48,53,49,53,51,93,44,91,45,56,53,46,48,54,53,53,55,52,44,51,57,46,51,48,55,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,56,44,34,98,101,100,115,34,58,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,48,57,49,55,48,53,44,51,56,46,55,56,51,51,57,57,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,53,46,55,57,53,51,53,55,44,51,56,46,56,48,55,53,48,56,93,44,91,45,56,53,46,55,57,56,56,48,52,44,51,57,46,48,54,56,53,51,54,93,44,91,45,56,53,46,56,54,48,53,55,51,44,51,57,46,48,52,48,57,49,93,44,91,45,56,54,46,48,56,48,50,55,50,44,51,57,46,48,53,48,50,55,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,57,49,53,44,34,98,101,100,115,34,58,55,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,55,51,54,52,54,53,44,51,52,46,53,48,56,57,49,93,44,91,45,56,56,46,56,50,52,57,54,54,44,51,52,46,51,54,52,55,53,57,93,44,91,45,56,56,46,56,50,52,53,50,51,44,51,52,46,48,55,52,57,52,56,93,44,91,45,56,56,46,55,49,56,57,54,52,44,51,52,46,48,55,52,53,50,49,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,70,101,108,105,99,105,97,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,55,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,54,49,51,55,50,44,51,48,46,56,53,55,48,57,57,93,44,91,45,57,49,46,53,49,53,54,50,54,44,51,48,46,56,54,49,51,55,56,93,44,91,45,57,49,46,53,53,51,48,49,57,44,51,48,46,55,51,48,55,57,56,93,44,91,45,57,49,46,51,56,48,54,50,44,51,48,46,55,53,56,56,48,52,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,50,52,48,52,57,52,44,51,48,46,55,56,55,49,54,51,93,44,91,45,57,49,46,49,55,54,49,52,44,51,48,46,57,57,57,48,56,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,93,93,44,91,91,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,55,53,48,49,49,57,44,51,49,46,48,49,56,56,49,52,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,114,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,49,51,44,34,98,101,100,115,34,58,54,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,48,46,53,48,50,57,57,51,44,51,53,46,49,52,52,50,49,52,93,44,91,45,57,48,46,52,48,48,52,51,56,44,51,53,46,49,52,56,50,51,49,93,44,91,45,57,48,46,52,48,56,53,52,44,51,52,46,57,48,52,49,50,49,93,44,91,45,57,48,46,52,48,55,57,57,49,44,51,52,46,56,51,50,57,55,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,50,52,54,49,49,54,44,51,52,46,57,52,52,51,49,54,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,57,48,46,50,48,57,51,57,55,44,51,53,46,48,50,54,53,52,54,93,44,91,45,57,48,46,49,55,51,54,48,51,44,51,53,46,49,49,56,48,55,51,93,44,91,45,57,48,46,48,54,54,53,57,49,44,51,53,46,49,51,53,57,57,93,44,91,45,57,48,46,49,53,50,48,57,52,44,51,53,46,50,53,53,57,56,57,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,55,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,53,46,52,56,56,50,57,56,44,51,48,46,57,57,55,48,54,52,93,44,91,45,56,53,46,52,57,55,57,57,50,44,51,48,46,57,57,54,57,51,49,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,52,51,50,50,55,52,44,51,48,46,55,56,53,52,53,55,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,51,56,51,57,52,56,44,51,48,46,53,54,54,56,53,54,93,44,91,45,56,53,46,49,55,49,56,57,49,44,51,48,46,53,54,52,51,51,54,93,44,91,45,56,53,46,49,54,52,55,52,52,44,51,48,46,54,48,56,48,55,57,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,57,49,49,49,50,50,44,51,48,46,55,53,49,49,57,49,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,68,105,99,107,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,44,91,45,49,48,49,46,48,51,56,55,56,56,44,51,51,46,51,57,55,50,49,52,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,49,46,48,52,49,49,53,56,44,51,51,46,56,51,51,54,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,77,97,116,104,101,119,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,44,91,45,55,54,46,52,52,52,55,51,54,44,51,55,46,52,49,56,53,51,57,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,52,51,55,53,54,49,44,51,55,46,53,49,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,82,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,44,91,45,49,48,50,46,48,50,49,52,50,56,44,52,56,46,55,50,48,50,56,51,93,44,91,45,49,48,49,46,56,52,50,50,52,52,44,52,56,46,55,50,48,48,54,52,93,44,91,45,49,48,49,46,56,52,50,56,52,49,44,52,56,46,52,53,57,52,51,57,93,44,91,45,49,48,49,46,48,53,57,56,51,51,44,52,56,46,52,53,56,52,52,56,93,44,91,45,49,48,49,46,48,53,57,54,54,51,44,52,56,46,53,52,53,52,49,57,93,44,91,45,49,48,49,46,52,53,49,50,55,53,44,52,56,46,53,52,54,48,55,57,93,44,91,45,49,48,49,46,52,57,54,54,56,52,44,52,56,46,55,50,48,48,55,56,93,44,91,45,49,48,49,46,52,57,54,53,53,50,44,52,56,46,57,57,57,52,50,49,93,44,91,45,49,48,50,46,48,50,49,49,52,52,44,52,56,46,57,57,57,48,49,53,93,44,91,45,49,48,50,46,48,50,49,54,52,51,44,52,56,46,56,48,55,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,51,34,44,34,78,65,77,69,34,58,34,76,97,32,83,97,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,52,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,57,57,46,51,56,56,57,52,54,44,50,56,46,48,51,48,52,49,57,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,56,46,56,48,48,56,52,56,44,50,56,46,54,52,55,51,48,54,93,44,91,45,57,56,46,56,48,48,56,52,49,44,50,56,46,54,52,55,52,56,55,93,44,91,45,57,57,46,51,57,53,55,51,54,44,50,56,46,54,52,48,55,56,52,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,79,110,111,110,100,97,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,52,50,52,50,44,34,98,101,100,115,34,58,49,56,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,44,91,45,55,54,46,52,53,48,55,51,56,44,52,50,46,56,52,53,55,54,93,44,91,45,55,54,46,51,53,54,57,55,52,44,52,50,46,56,52,57,52,53,93,44,91,45,55,54,46,50,55,52,54,55,51,44,52,50,46,55,55,49,50,53,55,93,44,91,45,55,53,46,56,57,54,48,55,57,44,52,50,46,55,57,48,57,54,52,93,44,91,45,55,53,46,57,49,55,49,56,57,44,52,51,46,48,56,53,55,55,57,93,44,91,45,55,53,46,57,57,51,51,57,52,44,52,51,46,49,56,51,51,55,54,93,44,91,45,55,54,46,49,54,57,48,52,55,44,52,51,46,50,52,54,54,54,56,93,44,91,45,55,54,46,52,55,57,50,50,52,44,52,51,46,50,50,55,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,50,54,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,55,49,56,49,56,44,52,48,46,57,48,49,48,56,55,93,44,91,45,57,49,46,55,49,56,55,56,55,44,52,48,46,56,49,51,53,52,52,93,44,91,45,57,49,46,52,48,57,52,53,51,44,52,48,46,56,49,50,57,48,53,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,97,114,108,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,51,56,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,49,55,57,49,51,52,44,52,48,46,48,48,50,48,49,51,93,44,91,45,57,57,46,49,55,57,52,48,51,44,52,48,46,51,53,48,54,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,80,111,119,100,101,114,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,44,91,45,49,48,54,46,49,57,49,55,51,52,44,52,53,46,55,56,56,54,93,44,91,45,49,48,54,46,50,51,52,53,48,50,44,52,53,46,55,56,56,53,55,56,93,44,91,45,49,48,54,46,50,51,53,55,49,54,44,52,53,46,51,53,49,55,57,54,93,44,91,45,49,48,54,46,50,55,57,55,48,57,44,52,53,46,49,55,57,55,50,56,93,44,91,45,49,48,54,46,50,54,51,55,49,53,44,52,52,46,57,57,51,56,49,54,93,44,91,45,49,48,54,46,48,50,52,56,49,53,44,52,52,46,57,57,51,52,57,53,93,44,91,45,49,48,53,46,48,55,54,54,48,49,44,52,52,46,57,57,57,57,50,54,93,44,91,45,49,48,53,46,48,51,56,50,52,57,44,52,53,46,48,48,48,49,48,54,93,44,91,45,49,48,53,46,48,51,56,50,48,53,44,52,53,46,51,53,50,48,51,53,93,44,91,45,49,48,52,46,57,56,55,51,49,56,44,52,53,46,51,53,50,48,52,93,44,91,45,49,48,52,46,57,56,49,57,52,44,52,53,46,55,56,54,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,74,117,97,110,97,32,68,195,173,97,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,57,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,44,91,45,54,54,46,53,52,57,55,48,55,44,49,55,46,57,52,49,57,51,56,93,44,91,45,54,54,46,52,57,57,54,49,51,44,49,55,46,56,52,49,53,53,56,93,44,91,45,54,54,46,52,50,52,53,55,53,44,49,55,46,56,56,49,57,51,56,93,44,91,45,54,54,46,52,50,54,57,56,57,44,49,56,46,48,52,50,54,50,55,93,44,91,45,54,54,46,52,51,48,51,49,52,44,49,56,46,48,56,50,48,53,51,93,44,91,45,54,54,46,53,50,49,56,57,57,44,49,56,46,49,53,49,57,53,52,93,44,91,45,54,54,46,53,52,55,50,50,44,49,56,46,49,53,51,49,51,93,44,91,45,54,54,46,53,53,50,55,54,54,44,49,56,46,49,53,50,48,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,80,101,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,44,91,45,57,50,46,49,51,53,50,48,50,44,52,52,46,54,56,52,51,55,52,93,44,91,45,57,50,46,49,51,53,51,44,52,52,46,53,51,57,53,56,93,44,91,45,57,50,46,51,49,54,49,54,57,44,52,52,46,53,52,49,48,48,57,93,44,91,45,57,50,46,50,52,50,48,49,44,52,52,46,52,53,52,50,53,52,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,50,46,48,50,57,49,56,44,52,52,46,53,56,54,50,57,50,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,49,46,54,53,48,51,54,49,44,52,52,46,54,56,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,112,97,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,105,122,111,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,90,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,53,50,50,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,49,48,46,48,48,48,54,55,54,44,51,54,46,52,52,53,50,56,52,93,44,91,45,49,49,48,46,48,48,48,54,55,52,44,51,53,46,54,54,51,48,56,55,93,44,91,45,49,48,57,46,56,50,54,57,54,52,44,51,53,46,54,54,50,56,56,55,93,44,91,45,49,48,57,46,56,52,51,55,54,52,44,51,53,46,53,49,55,56,55,53,93,44,91,45,49,48,57,46,56,52,52,54,50,52,44,51,52,46,56,50,50,53,54,50,93,44,91,45,49,48,57,46,56,54,52,57,56,57,44,51,52,46,53,54,54,56,57,51,93,44,91,45,49,48,57,46,56,52,56,50,52,54,44,51,52,46,52,55,51,52,48,49,93,44,91,45,49,48,57,46,56,53,57,50,55,52,44,51,51,46,55,55,55,54,56,51,93,44,91,45,49,48,57,46,56,57,49,54,55,54,44,51,51,46,53,54,55,56,55,52,93,44,91,45,49,48,57,46,55,57,57,55,56,50,44,51,51,46,52,56,56,51,49,52,93,44,91,45,49,48,57,46,52,57,53,52,52,44,51,51,46,54,53,50,54,57,55,93,44,91,45,49,48,57,46,51,52,56,53,56,49,44,51,51,46,55,55,56,49,50,51,93,44,91,45,49,48,57,46,48,52,54,55,49,55,44,51,51,46,55,55,55,52,48,55,93,44,91,45,49,48,57,46,48,52,54,49,50,50,44,51,52,46,53,55,57,50,57,49,93,44,91,45,49,48,57,46,48,52,53,57,57,54,44,51,52,46,57,53,57,56,49,57,93,44,91,45,49,48,57,46,48,52,54,48,54,55,44,51,54,46,48,48,50,55,48,49,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,53,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,44,91,45,57,50,46,56,53,55,57,50,44,51,57,46,54,57,57,57,56,53,93,44,91,45,57,50,46,54,56,57,51,51,49,44,51,57,46,54,57,56,48,57,52,93,44,91,45,57,50,46,54,57,50,49,52,57,44,51,57,46,54,49,48,50,54,53,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,50,46,51,52,53,48,54,52,44,52,48,46,48,51,55,50,49,93,44,91,45,57,50,46,56,52,55,52,55,55,44,52,48,46,48,51,55,51,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,57,34,44,34,78,65,77,69,34,58,34,76,97,109,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,50,54,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,54,49,53,49,53,44,51,52,46,51,49,50,56,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,54,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,44,91,45,57,57,46,53,53,54,49,49,57,44,51,55,46,52,54,55,55,50,50,93,44,91,45,57,57,46,53,52,51,49,56,57,44,51,55,46,51,56,49,49,50,52,93,44,91,45,57,57,46,48,49,49,52,57,57,44,51,55,46,51,56,52,50,54,51,93,44,91,45,57,57,46,48,49,50,53,57,56,44,51,55,46,52,55,48,52,50,49,93,44,91,45,57,57,46,48,49,51,53,53,44,51,55,46,55,51,50,57,55,93,44,91,45,57,57,46,53,53,57,53,56,44,51,55,46,55,51,52,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,65,117,115,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,53,54,53,44,34,98,101,100,115,34,58,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,44,91,45,57,54,46,52,49,51,50,56,51,44,50,57,46,56,50,52,57,56,53,93,44,91,45,57,54,46,51,51,48,56,54,57,44,50,57,46,56,49,52,52,52,57,93,44,91,45,57,54,46,50,53,54,54,57,54,44,50,57,46,54,54,55,48,54,49,93,44,91,45,57,54,46,49,55,53,52,50,50,44,50,57,46,54,51,51,56,48,54,93,44,91,45,57,54,46,48,56,56,57,49,50,44,50,57,46,54,48,49,54,53,56,93,44,91,45,57,54,46,48,51,50,55,49,49,44,50,57,46,55,50,55,57,52,52,93,44,91,45,57,54,46,49,48,50,52,57,54,44,50,57,46,56,48,57,54,54,53,93,44,91,45,57,54,46,49,51,49,54,53,44,50,57,46,57,51,55,53,48,52,93,44,91,45,57,54,46,48,56,52,53,52,49,44,51,48,46,48,48,53,49,51,55,93,44,91,45,57,54,46,49,52,54,48,53,50,44,51,48,46,48,55,48,50,50,52,93,44,91,45,57,54,46,50,57,50,56,52,57,44,51,48,46,48,57,54,49,53,93,44,91,45,57,54,46,54,50,49,57,56,44,51,48,46,48,52,52,50,56,51,93,44,91,45,57,54,46,53,54,57,56,52,52,44,50,57,46,57,54,49,53,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,68,97,118,105,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,51,46,55,53,56,57,57,50,44,51,57,46,55,56,52,54,55,52,93,44,91,45,57,51,46,55,54,49,57,55,51,44,51,57,46,57,53,57,53,53,50,93,44,91,45,57,51,46,55,54,52,48,50,49,44,52,48,46,49,51,50,57,48,57,93,44,91,45,57,52,46,50,49,54,54,57,54,44,52,48,46,49,51,54,54,50,54,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,51,34,44,34,78,65,77,69,34,58,34,83,101,109,105,110,111,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,51,55,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,57,50,50,52,50,51,44,51,49,46,48,55,50,53,57,93,44,91,45,56,53,46,48,50,56,53,54,52,44,51,49,46,48,55,53,53,50,51,93,44,91,45,56,53,46,48,48,50,52,57,57,44,51,49,46,48,48,48,54,56,53,93,44,91,45,56,52,46,57,49,49,49,50,50,44,51,48,46,55,53,49,49,57,49,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,55,53,53,57,49,55,44,51,48,46,56,56,53,50,55,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,110,105,115,116,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,52,52,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,44,91,45,56,54,46,56,52,54,57,50,56,44,52,52,46,53,49,57,52,50,57,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,54,46,48,52,51,53,48,55,44,52,52,46,49,54,55,48,56,56,93,44,91,45,56,53,46,56,50,49,49,56,54,44,52,52,46,49,54,52,49,57,55,93,44,91,45,56,53,46,56,49,55,56,48,50,44,52,52,46,53,49,50,57,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,76,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,54,57,44,34,98,101,100,115,34,58,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,44,91,45,57,54,46,52,53,51,50,54,44,52,51,46,53,48,48,51,57,93,44,91,45,57,54,46,53,57,57,49,57,49,44,52,51,46,53,48,48,52,53,54,93,44,91,45,57,54,46,53,50,49,55,50,44,52,51,46,51,56,54,55,53,53,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,56,54,48,57,52,55,44,52,51,46,53,48,48,48,51,54,93,44,91,45,57,54,46,48,53,51,49,54,50,44,52,51,46,53,48,48,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,72,117,116,99,104,105,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,49,50,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,49,46,53,53,53,50,53,57,44,51,54,46,57,57,53,51,50,52,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,49,46,54,50,51,57,49,53,44,51,54,46,52,57,57,53,50,56,93,44,91,45,49,48,49,46,48,56,53,49,53,54,44,51,54,46,52,57,57,50,52,52,93,44,91,45,49,48,48,46,57,53,52,49,53,51,44,51,54,46,52,57,57,57,49,54,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,54,55,44,34,98,101,100,115,34,58,49,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,44,91,45,57,57,46,50,57,53,49,57,51,44,51,54,46,53,57,53,48,51,49,93,44,91,45,57,57,46,54,48,53,54,51,52,44,51,54,46,53,57,50,55,53,52,93,44,91,45,57,57,46,53,57,54,48,55,57,44,51,54,46,49,54,52,48,54,49,93,44,91,45,57,57,46,51,56,50,48,55,52,44,51,54,46,49,54,52,51,48,49,93,44,91,45,57,56,46,57,53,53,56,52,57,44,51,54,46,49,54,49,53,55,55,93,44,91,45,57,56,46,57,54,48,51,51,52,44,51,54,46,53,48,54,57,49,52,93,44,91,45,57,56,46,57,53,57,57,55,51,44,51,54,46,53,57,56,57,57,49,93,44,91,45,57,57,46,49,51,57,56,53,53,44,51,54,46,55,56,51,48,52,93,44,91,45,57,57,46,50,57,53,49,56,54,44,51,54,46,56,49,57,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,54,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,52,46,57,50,56,52,53,57,44,52,48,46,57,48,48,54,53,51,93,44,91,45,57,52,46,52,55,48,55,55,57,44,52,48,46,56,57,57,53,48,50,93,44,91,45,57,52,46,52,55,48,54,48,51,44,52,49,46,49,53,55,53,54,54,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,117,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,56,55,50,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,44,91,45,49,50,49,46,57,52,53,53,49,52,44,51,57,46,49,55,57,56,52,51,93,44,91,45,49,50,49,46,56,49,57,49,52,50,44,51,56,46,57,56,56,53,53,49,93,44,91,45,49,50,49,46,56,51,53,52,56,56,44,51,56,46,57,50,52,52,56,49,93,44,91,45,49,50,49,46,55,50,51,51,52,54,44,51,56,46,56,48,51,55,53,57,93,44,91,45,49,50,49,46,54,48,50,56,57,52,44,51,56,46,55,51,53,56,51,56,93,44,91,45,49,50,49,46,52,56,52,51,57,54,44,51,56,46,55,51,52,53,57,56,93,44,91,45,49,50,49,46,52,54,57,51,53,54,44,51,56,46,57,50,53,57,57,50,93,44,91,45,49,50,49,46,52,49,52,55,55,57,44,51,56,46,57,57,54,52,53,50,93,44,91,45,49,50,49,46,53,52,51,51,48,54,44,51,56,46,57,55,50,52,48,52,93,44,91,45,49,50,49,46,54,50,57,48,56,57,44,51,57,46,50,48,52,54,55,56,93,44,91,45,49,50,49,46,54,50,51,55,54,44,51,57,46,50,57,53,54,50,49,93,44,91,45,49,50,49,46,57,48,56,50,54,57,44,51,57,46,51,48,51,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,80,111,116,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,51,55,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,44,91,45,55,56,46,50,48,51,52,50,50,44,52,49,46,54,49,56,49,53,55,93,44,91,45,55,56,46,48,53,48,52,52,50,44,52,49,46,52,55,53,52,54,50,93,44,91,45,55,55,46,57,56,57,49,57,52,44,52,49,46,52,55,52,56,50,50,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,55,46,54,49,48,48,50,55,44,52,49,46,57,57,57,51,54,56,93,44,91,45,55,55,46,55,52,57,57,51,49,44,52,49,46,57,57,56,55,56,50,93,44,91,45,55,56,46,50,48,54,54,48,52,44,52,49,46,57,57,57,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,54,53,34,44,34,78,65,77,69,34,58,34,86,97,108,32,86,101,114,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,48,50,55,44,34,98,101,100,115,34,58,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,44,91,45,49,48,49,46,54,52,54,57,51,54,44,50,57,46,55,53,52,53,54,53,93,44,91,45,49,48,49,46,52,53,53,55,57,57,44,50,57,46,55,56,56,48,52,57,93,44,91,45,49,48,49,46,51,48,48,48,50,55,44,50,57,46,54,52,48,55,48,50,93,44,91,45,49,48,49,46,50,54,49,49,55,54,44,50,57,46,53,51,54,55,55,54,93,44,91,45,49,48,49,46,48,54,48,49,53,49,44,50,57,46,52,53,56,54,54,49,93,44,91,45,49,48,49,46,48,48,51,57,53,51,44,50,57,46,51,54,52,55,48,51,93,44,91,45,49,48,48,46,55,57,52,54,50,55,44,50,57,46,50,52,49,54,49,50,93,44,91,45,49,48,48,46,55,52,53,51,48,56,44,50,57,46,50,54,52,56,57,56,93,44,91,45,49,48,48,46,54,57,57,49,52,49,44,50,57,46,52,49,57,55,52,55,93,44,91,45,49,48,48,46,54,57,57,57,51,50,44,50,57,46,54,50,51,56,57,55,93,44,91,45,49,48,48,46,55,48,48,51,57,51,44,51,48,46,50,56,56,50,55,54,93,44,91,45,49,48,48,46,57,54,48,54,52,51,44,51,48,46,50,56,55,55,55,54,93,44,91,45,49,48,49,46,55,53,56,52,44,51,48,46,50,56,56,48,52,52,93,44,91,45,49,48,49,46,55,54,48,57,50,52,44,50,57,46,55,56,49,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,97,114,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,44,91,45,57,56,46,51,52,55,49,52,57,44,51,54,46,57,57,56,49,53,53,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,55,46,56,48,55,48,53,55,44,51,55,46,51,56,54,50,57,51,93,44,91,45,57,56,46,51,52,57,56,48,52,44,51,55,46,51,56,52,48,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,77,111,110,111,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,44,91,45,57,54,46,50,55,51,49,50,44,52,50,46,48,52,55,49,53,56,93,44,91,45,57,54,46,49,50,57,49,56,54,44,52,49,46,57,54,53,49,51,54,93,44,91,45,57,54,46,49,51,57,48,48,56,44,52,49,46,56,54,54,50,55,55,93,44,91,45,57,53,46,54,55,50,55,55,49,44,52,49,46,56,54,51,49,52,55,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,54,46,51,53,54,53,54,44,52,50,46,50,49,53,48,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,74,117,97,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,44,91,45,49,49,51,46,56,49,53,55,52,51,44,51,57,46,53,53,50,54,52,52,93,44,91,45,49,49,51,46,49,48,55,52,55,53,44,51,57,46,53,53,50,53,49,51,93,44,91,45,49,49,50,46,50,49,50,48,52,53,44,51,57,46,53,53,51,57,56,55,93,44,91,45,49,49,50,46,49,56,56,57,50,50,44,51,57,46,51,50,57,51,57,50,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,49,46,57,50,50,51,56,57,44,51,57,46,51,56,49,53,57,49,93,44,91,45,49,49,49,46,55,52,55,48,52,52,44,51,57,46,51,56,50,55,53,93,44,91,45,49,49,49,46,55,49,51,50,50,52,44,51,57,46,52,54,48,50,57,52,93,44,91,45,49,49,49,46,55,49,55,52,56,50,44,51,57,46,54,57,52,53,54,93,44,91,45,49,49,49,46,53,56,52,55,53,52,44,51,57,46,55,52,48,49,52,49,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,56,50,55,49,48,54,44,51,57,46,57,52,55,48,48,50,93,44,91,45,49,49,50,46,48,51,49,56,51,53,44,51,57,46,55,56,49,49,55,50,93,44,91,45,49,49,50,46,48,54,50,53,53,50,44,51,57,46,57,48,52,54,56,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,51,52,49,57,56,56,44,51,57,46,57,48,52,52,53,56,93,44,91,45,49,49,51,46,50,52,56,52,57,56,44,51,57,46,57,48,52,55,49,52,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,52,46,48,52,55,54,52,57,44,51,57,46,53,52,50,55,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,56,51,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,44,91,45,57,56,46,49,51,57,50,50,55,44,51,52,46,50,56,57,56,50,52,93,44,91,45,57,55,46,53,54,50,53,49,50,44,51,52,46,50,56,57,49,56,51,93,44,91,45,57,55,46,53,54,50,51,50,51,44,51,52,46,53,48,55,48,51,54,93,44,91,45,57,55,46,53,54,51,48,48,52,44,51,52,46,54,56,49,49,56,53,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,56,46,49,52,50,49,52,56,44,51,52,46,53,48,54,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,101,110,97,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,51,52,56,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,44,91,45,55,53,46,56,54,52,48,50,44,52,50,46,52,49,53,55,48,50,93,44,91,45,55,53,46,56,52,51,55,57,50,44,52,50,46,50,53,57,55,48,55,93,44,91,45,55,53,46,54,51,56,50,57,57,44,52,50,46,50,52,56,54,56,54,93,44,91,45,55,53,46,54,51,55,49,49,44,52,50,46,49,57,53,54,50,56,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,52,48,52,52,54,52,44,52,50,46,52,55,57,49,49,55,93,44,91,45,55,53,46,51,51,50,57,52,57,44,52,50,46,53,54,54,51,49,50,93,44,91,45,55,53,46,50,57,53,56,55,55,44,52,50,46,55,52,52,49,48,54,93,44,91,45,55,53,46,56,56,57,56,51,50,44,52,50,46,55,50,51,56,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,80,101,111,114,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,52,54,51,44,34,98,101,100,115,34,58,49,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,56,57,46,56,55,51,54,56,44,52,48,46,54,50,52,57,55,53,93,44,91,45,56,57,46,56,55,50,52,54,51,44,52,48,46,53,49,51,49,50,55,93,44,91,45,56,57,46,54,53,56,48,48,51,44,52,48,46,53,54,55,52,51,56,93,44,91,45,56,57,46,53,53,52,57,57,52,44,52,48,46,55,52,55,54,51,55,93,44,91,45,56,57,46,52,55,50,51,51,44,52,48,46,57,50,49,50,48,54,93,44,91,45,56,57,46,54,51,56,55,50,55,44,52,48,46,57,55,51,55,48,55,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,117,109,98,111,108,100,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,53,54,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,44,91,45,57,52,46,52,52,51,48,56,51,44,52,50,46,54,52,53,49,54,52,93,44,91,45,57,51,46,57,55,49,55,49,52,44,52,50,46,54,52,52,55,48,55,93,44,91,45,57,51,46,57,55,49,50,51,56,44,52,50,46,57,48,55,55,54,50,93,44,91,45,57,52,46,52,52,50,57,53,52,44,52,50,46,57,48,56,48,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,50,49,57,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,44,91,45,57,54,46,52,52,51,56,57,56,44,52,49,46,53,50,51,57,51,51,93,44,91,45,57,54,46,51,50,57,48,49,50,44,52,49,46,51,57,51,49,51,54,93,44,91,45,57,53,46,57,51,55,55,57,49,44,52,49,46,51,57,48,55,53,50,93,44,91,45,57,53,46,57,57,54,49,57,52,44,52,49,46,53,48,54,57,54,93,44,91,45,57,54,46,48,53,55,51,51,49,44,52,49,46,53,49,49,48,53,49,93,44,91,45,57,54,46,49,50,50,54,48,52,44,52,49,46,54,56,51,48,52,93,44,91,45,57,54,46,52,52,52,55,56,53,44,52,49,46,54,56,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,50,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,56,57,46,56,51,56,52,49,44,52,50,46,56,49,51,55,57,57,93,44,91,45,56,57,46,56,51,56,49,54,55,44,52,50,46,56,53,55,51,57,55,93,44,91,45,56,57,46,56,51,56,49,51,53,44,52,51,46,50,48,54,48,53,55,93,44,91,45,57,48,46,49,57,51,56,49,52,44,52,51,46,49,54,52,52,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,57,52,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,44,91,45,57,52,46,54,52,51,57,57,44,52,53,46,55,55,51,57,53,93,44,91,45,57,52,46,50,55,49,55,55,54,44,52,53,46,55,55,53,50,48,56,93,44,91,45,57,52,46,51,53,51,49,49,50,44,52,53,46,56,50,49,57,54,55,93,44,91,45,57,51,46,55,54,51,57,52,56,44,52,53,46,56,50,50,49,52,51,93,44,91,45,57,51,46,56,49,48,51,50,49,44,52,53,46,57,56,51,48,56,93,44,91,45,57,51,46,56,49,48,51,54,50,44,52,54,46,49,53,54,53,56,53,93,44,91,45,57,52,46,51,55,52,53,57,50,44,52,54,46,49,53,55,48,57,51,93,44,91,45,57,52,46,51,52,49,54,55,57,44,52,54,46,50,55,55,55,48,53,93,44,91,45,57,52,46,54,53,51,52,54,50,44,52,54,46,51,52,56,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,104,101,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,53,53,54,49,44,34,98,101,100,115,34,58,55,50,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,44,91,45,56,48,46,49,56,48,52,50,52,44,52,48,46,54,48,55,55,54,57,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,49,56,51,52,55,50,44,52,48,46,51,51,50,55,56,50,93,44,91,45,55,57,46,57,49,52,49,51,57,44,52,48,46,50,53,50,53,49,56,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,55,56,49,55,54,49,44,52,48,46,50,50,55,55,49,49,93,44,91,45,55,57,46,55,55,49,48,56,50,44,52,48,46,51,55,53,52,49,57,93,44,91,45,55,57,46,55,48,52,55,51,57,44,52,48,46,52,50,55,50,51,49,93,44,91,45,55,57,46,55,54,53,52,49,53,44,52,48,46,53,52,57,56,53,52,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,56,48,46,49,52,56,54,56,50,44,52,48,46,54,55,52,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,49,56,52,57,56,54,44,51,57,46,54,54,50,57,51,50,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,49,46,56,52,48,51,53,51,44,51,57,46,57,52,56,50,51,53,93,44,91,45,57,49,46,57,53,50,55,50,54,44,51,57,46,57,52,57,52,50,54,93,44,91,45,57,50,46,50,56,55,56,56,50,44,51,57,46,57,53,50,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,56,56,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,44,91,45,56,51,46,53,56,56,48,52,49,44,51,57,46,55,54,56,55,55,56,93,44,91,45,56,51,46,54,52,55,49,54,57,44,51,57,46,55,55,51,48,50,57,93,44,91,45,56,51,46,54,53,51,51,51,44,51,57,46,55,49,54,56,55,54,93,44,91,45,56,51,46,50,53,50,52,51,53,44,51,57,46,54,57,53,52,51,56,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,51,46,50,53,51,56,51,44,52,48,46,48,52,57,50,49,56,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,53,49,54,49,53,53,44,52,48,46,48,49,48,49,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,50,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,51,54,56,54,55,44,51,57,46,54,53,52,48,52,51,93,44,91,45,57,55,46,51,54,56,53,55,52,44,51,57,46,53,54,55,48,49,56,93,44,91,45,57,54,46,57,53,56,55,49,57,44,51,57,46,53,54,54,52,48,49,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,57,49,54,52,48,55,44,52,48,46,48,48,49,53,49,49,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,109,112,97,105,103,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,57,52,52,56,44,34,98,101,100,115,34,58,54,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,44,91,45,56,56,46,52,54,50,50,48,55,44,51,57,46,56,55,57,48,57,50,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,57,51,50,51,56,55,44,52,48,46,51,57,57,52,93,44,91,45,56,56,46,52,53,57,57,53,55,44,52,48,46,51,57,56,56,53,93,44,91,45,56,56,46,52,54,48,52,49,56,44,52,48,46,50,56,49,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,50,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,44,91,45,49,49,55,46,48,52,52,50,49,55,44,52,52,46,55,52,53,49,52,93,44,91,45,49,49,55,46,49,52,52,49,54,49,44,52,52,46,53,52,53,54,52,55,93,44,91,45,49,49,55,46,50,50,52,49,48,52,44,52,52,46,52,56,51,55,51,52,93,44,91,45,49,49,55,46,50,50,48,48,52,56,44,52,52,46,51,48,49,52,48,52,93,44,91,45,49,49,55,46,49,49,57,56,54,49,44,52,52,46,50,55,56,50,55,50,93,44,91,45,49,49,54,46,56,57,55,55,57,44,52,52,46,49,53,50,53,57,93,44,91,45,49,49,54,46,52,53,50,48,54,56,44,52,52,46,49,53,49,52,54,53,93,44,91,45,49,49,54,46,51,53,56,52,57,50,44,52,52,46,49,53,49,49,53,56,93,44,91,45,49,49,54,46,50,57,57,56,55,54,44,52,52,46,52,52,52,53,55,54,93,44,91,45,49,49,54,46,53,50,56,56,57,56,44,52,52,46,52,57,49,53,52,53,93,44,91,45,49,49,54,46,53,50,57,49,54,55,44,52,52,46,54,49,53,49,53,52,93,44,91,45,49,49,54,46,54,50,52,49,53,51,44,52,52,46,54,54,51,50,54,57,93,44,91,45,49,49,54,46,54,50,53,48,51,52,44,52,52,46,56,51,56,57,53,50,93,44,91,45,49,49,54,46,56,57,57,55,49,49,44,52,52,46,56,52,48,54,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,69,100,103,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,44,91,45,56,55,46,57,54,54,51,52,55,44,51,57,46,54,56,53,57,55,51,93,44,91,45,56,55,46,57,54,48,49,55,57,44,51,57,46,52,56,49,51,48,57,93,44,91,45,56,55,46,53,51,49,54,52,44,51,57,46,52,55,55,49,48,53,93,44,91,45,56,55,46,53,51,50,49,57,52,44,51,57,46,54,48,55,51,48,54,93,44,91,45,56,55,46,53,51,51,50,50,56,44,51,57,46,56,56,51,93,44,91,45,56,55,46,57,51,55,54,52,53,44,51,57,46,56,55,57,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,44,91,45,49,48,51,46,52,55,49,57,57,44,52,48,46,48,48,49,53,48,50,93,44,91,45,49,48,51,46,55,48,53,55,48,49,44,52,48,46,48,48,49,51,54,54,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,49,53,52,51,55,54,44,51,57,46,53,54,53,54,53,52,93,44,91,45,49,48,50,46,56,48,50,57,51,50,44,51,57,46,53,54,55,56,52,49,93,44,91,45,49,48,50,46,55,57,51,53,56,50,44,52,48,46,51,53,49,50,56,49,93,44,91,45,49,48,50,46,55,55,57,57,54,44,52,48,46,52,51,56,52,52,54,93,44,91,45,49,48,51,46,52,54,53,51,55,55,44,52,48,46,52,51,54,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,72,97,114,100,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,44,91,45,56,51,46,56,56,48,48,51,57,44,52,48,46,53,51,56,54,57,52,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,52,57,53,55,57,56,44,52,48,46,55,48,49,53,49,53,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,56,56,48,48,54,51,44,52,48,46,56,49,57,57,49,57,93,44,91,45,56,51,46,56,56,48,49,57,52,44,52,48,46,54,52,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,97,117,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,52,46,56,53,49,55,48,53,44,52,52,46,49,54,49,51,55,53,93,44,91,45,56,52,46,56,53,48,57,50,57,44,52,52,46,53,49,49,48,54,57,93,44,91,45,56,53,46,51,51,52,44,52,52,46,53,49,50,51,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,116,117,116,115,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,54,52,44,34,98,101,100,115,34,58,49,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,44,91,45,57,57,46,52,56,49,48,50,44,52,54,46,57,56,48,51,54,57,93,44,91,45,57,57,46,52,52,53,56,57,49,44,52,54,46,57,56,48,49,56,57,93,44,91,45,57,57,46,52,52,57,55,50,44,52,54,46,54,51,49,54,51,93,44,91,45,57,57,46,48,51,54,54,50,53,44,52,54,46,54,51,48,50,49,49,93,44,91,45,57,56,46,52,51,57,48,53,54,44,52,54,46,54,51,49,49,50,93,44,91,45,57,56,46,52,51,57,55,51,52,44,52,54,46,57,55,57,54,51,49,93,44,91,45,57,56,46,52,54,55,48,54,54,44,52,55,46,50,52,48,52,48,52,93,44,91,45,57,56,46,52,57,57,50,52,54,44,52,55,46,51,50,54,53,51,56,93,44,91,45,57,57,46,50,54,54,50,49,53,44,52,55,46,51,50,54,57,57,57,93,44,91,45,57,57,46,52,56,49,48,57,53,44,52,55,46,51,50,55,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,83,104,97,110,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,54,53,53,54,48,55,44,51,55,46,48,52,56,57,50,53,93,44,91,45,57,49,46,54,53,56,49,49,49,44,51,54,46,56,56,56,55,50,52,93,44,91,45,57,49,46,50,50,50,56,51,44,51,54,46,56,56,51,56,53,55,93,44,91,45,57,49,46,50,49,55,49,53,44,51,55,46,48,56,54,49,57,55,93,44,91,45,57,49,46,48,49,55,55,54,54,44,51,55,46,48,57,53,54,55,55,93,44,91,45,57,49,46,49,50,54,48,50,56,44,51,55,46,49,57,57,52,56,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,51,34,44,34,78,65,77,69,34,58,34,83,109,105,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,49,53,44,34,98,101,100,115,34,58,49,55,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,44,91,45,57,53,46,52,56,56,44,51,50,46,50,51,53,52,56,52,93,44,91,45,57,53,46,52,53,57,57,48,56,44,51,50,46,49,51,53,53,53,57,93,44,91,45,57,52,46,57,56,53,50,55,50,44,51,50,46,49,51,55,57,56,57,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,53,46,53,49,48,57,52,53,44,51,50,46,54,50,48,51,50,56,93,44,91,45,57,53,46,53,57,52,53,52,49,44,51,50,46,54,56,55,48,50,54,93,44,91,45,57,53,46,53,57,52,51,44,51,50,46,52,55,57,56,53,56,93,44,91,45,57,53,46,52,52,57,49,54,53,44,51,50,46,51,53,53,50,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,84,117,108,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,50,55,56,49,44,34,98,101,100,115,34,58,52,52,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,44,91,45,57,54,46,48,48,49,50,50,54,44,51,54,46,49,54,49,50,57,54,93,44,91,45,57,54,46,50,54,56,50,56,55,44,51,54,46,49,54,49,57,56,93,44,91,45,57,54,46,50,57,55,56,56,56,44,51,54,46,49,54,50,50,55,57,93,44,91,45,57,54,46,50,57,55,57,48,53,44,51,54,46,48,55,53,55,54,54,93,44,91,45,57,54,46,48,50,57,53,56,51,44,51,54,46,48,55,53,51,54,54,93,44,91,45,57,54,46,48,51,51,49,49,56,44,51,53,46,56,53,54,56,50,52,93,44,91,45,57,53,46,56,49,57,52,53,57,44,51,53,46,56,53,54,50,53,53,93,44,91,45,57,53,46,55,54,49,55,48,50,44,51,53,46,57,48,49,49,52,55,93,44,91,45,57,53,46,55,54,49,54,53,44,51,54,46,49,54,50,55,53,93,44,91,45,57,53,46,56,49,53,52,44,51,54,46,49,54,50,54,51,93,44,91,45,57,53,46,56,49,50,51,52,50,44,51,54,46,52,50,51,53,56,93,44,91,45,57,54,46,48,48,49,49,55,49,44,51,54,46,52,50,51,54,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,56,49,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,44,91,45,57,53,46,56,50,50,51,54,49,44,51,53,46,53,53,49,54,57,51,93,44,91,45,57,53,46,56,55,53,52,48,53,44,51,53,46,51,55,54,54,57,93,44,91,45,57,53,46,57,56,49,52,54,53,44,51,53,46,51,55,54,55,56,56,93,44,91,45,57,53,46,57,56,49,53,49,49,44,51,53,46,50,56,57,55,56,93,44,91,45,57,53,46,57,56,51,48,55,55,44,51,53,46,49,53,49,54,57,53,93,44,91,45,57,53,46,55,49,54,49,53,55,44,51,53,46,49,56,57,51,53,50,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,51,52,52,55,57,57,44,51,53,46,53,53,49,55,53,49,93,44,91,45,57,53,46,55,49,50,57,53,51,44,51,53,46,53,53,49,55,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,53,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,44,91,45,57,54,46,55,53,54,51,51,44,51,48,46,57,50,55,50,48,54,93,44,91,45,57,54,46,54,52,49,50,56,44,51,48,46,56,49,56,48,53,49,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,52,53,55,54,51,44,51,48,46,55,52,52,52,55,52,93,44,91,45,57,54,46,51,51,56,48,48,49,44,51,48,46,57,50,48,53,51,49,93,44,91,45,57,54,46,50,52,49,48,50,44,51,48,46,57,55,51,55,51,55,93,44,91,45,57,54,46,51,50,55,54,51,44,51,49,46,50,56,52,56,55,54,93,44,91,45,57,54,46,51,49,57,49,54,53,44,51,49,46,51,53,55,49,50,57,93,44,91,45,57,54,46,53,57,54,56,54,50,44,51,49,46,50,50,48,57,93,44,91,45,57,54,46,56,50,57,49,50,49,44,51,49,46,49,48,53,56,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,71,105,108,108,101,115,112,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,48,56,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,57,46,51,48,49,55,49,56,44,51,48,46,50,56,54,54,53,51,93,44,91,45,57,57,46,51,48,48,57,56,56,44,51,48,46,49,51,52,50,57,56,93,44,91,45,57,56,46,57,50,48,49,52,55,44,51,48,46,49,51,56,50,57,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,79,97,107,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,48,56,52,51,44,34,98,101,100,115,34,58,52,53,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,44,91,45,56,51,46,54,54,52,56,48,56,44,52,50,46,52,51,49,49,55,57,93,44,91,45,56,51,46,53,53,49,57,48,55,44,52,50,46,52,51,53,49,54,54,93,44,91,45,56,51,46,48,56,51,51,57,51,44,52,50,46,52,52,55,49,53,51,93,44,91,45,56,51,46,49,48,50,56,57,49,44,52,50,46,56,56,56,54,52,55,93,44,91,45,56,51,46,52,53,51,51,54,52,44,52,50,46,56,56,48,52,51,50,93,44,91,45,56,51,46,54,56,57,51,56,52,44,52,50,46,56,55,49,50,54,51,93,44,91,45,56,51,46,54,56,54,52,57,51,44,52,50,46,55,56,51,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,71,111,108,100,101,110,32,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,56,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,44,91,45,49,48,52,46,48,52,53,50,51,52,44,52,54,46,54,52,49,53,48,52,93,44,91,45,49,48,52,46,48,52,53,50,49,49,44,52,54,46,53,52,48,56,54,49,93,44,91,45,49,48,51,46,56,48,48,56,56,44,52,54,46,53,52,48,54,55,49,93,44,91,45,49,48,51,46,56,48,48,56,55,51,44,52,54,46,54,50,57,55,51,49,93,44,91,45,49,48,51,46,54,48,57,50,55,51,44,52,54,46,54,50,57,56,50,50,93,44,91,45,49,48,51,46,54,48,57,53,57,50,44,52,54,46,57,55,57,56,53,52,93,44,91,45,49,48,51,46,54,54,55,48,55,51,44,52,54,46,57,55,57,55,55,53,93,44,91,45,49,48,51,46,54,54,54,54,55,53,44,52,55,46,51,50,57,50,53,54,93,44,91,45,49,48,52,46,48,52,52,57,54,56,44,52,55,46,51,51,48,49,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,78,105,111,98,114,97,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,52,56,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,44,91,45,49,48,52,46,56,57,57,57,52,49,44,52,51,46,52,57,57,54,52,93,44,91,45,49,48,52,46,56,57,50,52,51,55,44,52,50,46,54,48,56,57,51,57,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,48,53,51,48,50,56,44,52,51,46,48,48,48,53,56,53,93,44,91,45,49,48,52,46,48,53,52,56,48,51,44,52,51,46,52,55,55,56,49,53,93,44,91,45,49,48,52,46,48,53,52,55,56,54,44,52,51,46,53,48,51,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,105,112,101,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,56,53,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,44,91,45,57,54,46,52,53,50,57,56,56,44,52,51,46,56,52,57,53,48,55,93,44,91,45,57,54,46,48,54,52,54,50,44,52,51,46,56,52,57,48,51,57,93,44,91,45,57,54,46,48,54,51,55,55,56,44,52,52,46,49,57,54,52,50,53,93,44,91,45,57,54,46,48,55,56,53,56,44,52,52,46,49,57,54,54,50,93,44,91,45,57,54,46,52,53,50,55,55,51,44,52,52,46,49,57,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,75,105,110,103,32,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,44,91,45,55,55,46,48,49,56,52,57,56,44,51,56,46,51,56,49,57,52,49,93,44,91,45,55,55,46,50,56,55,48,57,55,44,51,56,46,51,52,56,56,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,48,54,49,54,57,53,44,51,56,46,49,54,49,54,51,49,93,44,91,45,55,54,46,57,57,55,54,55,44,51,56,46,50,55,56,48,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,56,54,48,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,44,91,45,49,49,57,46,49,48,51,56,55,51,44,52,55,46,57,54,49,55,54,51,93,44,91,45,49,49,57,46,50,49,50,50,50,53,44,52,55,46,56,56,55,55,48,56,93,44,91,45,49,49,57,46,50,49,50,52,49,44,52,55,46,56,48,48,54,57,53,93,44,91,45,49,49,57,46,51,52,49,55,54,55,44,52,55,46,54,49,50,51,56,56,93,44,91,45,49,49,57,46,53,51,50,56,56,57,44,52,55,46,53,50,55,55,53,54,93,44,91,45,49,49,57,46,53,51,51,49,50,51,44,52,55,46,52,52,49,50,48,55,93,44,91,45,49,49,57,46,56,55,53,55,54,44,52,55,46,52,51,55,52,57,50,93,44,91,45,49,50,48,46,48,48,52,55,48,52,44,52,55,46,51,49,57,57,57,52,93,44,91,45,49,50,48,46,48,48,55,48,55,52,44,52,55,46,50,50,48,49,51,51,93,44,91,45,49,50,48,46,48,52,50,56,54,54,44,52,55,46,48,55,51,52,53,51,93,44,91,45,49,49,57,46,57,50,55,53,51,55,44,52,54,46,56,49,55,48,57,50,93,44,91,45,49,49,57,46,57,55,51,48,51,54,44,52,54,46,55,51,55,49,50,54,93,44,91,45,49,49,57,46,56,55,52,48,52,50,44,52,54,46,54,50,56,50,56,51,93,44,91,45,49,49,57,46,54,53,57,49,56,57,44,52,54,46,54,52,48,51,51,51,93,44,91,45,49,49,57,46,53,49,54,53,56,50,44,52,54,46,55,50,55,54,51,56,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,57,46,51,54,56,54,54,50,44,52,54,46,57,49,50,53,54,50,93,44,91,45,49,49,56,46,57,56,50,54,53,50,44,52,54,46,57,49,49,51,52,52,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,57,56,50,50,51,52,44,52,55,46,57,54,50,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,82,101,110,118,105,108,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,50,49,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,44,91,45,57,53,46,52,56,50,56,56,57,44,52,52,46,56,57,48,55,49,50,93,44,91,45,57,53,46,52,56,50,56,52,51,44,52,52,46,55,53,50,53,48,53,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,50,52,48,52,51,57,44,52,52,46,54,54,52,54,48,52,93,44,91,45,57,53,46,48,49,51,53,57,57,44,52,52,46,53,52,50,56,51,51,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,52,46,54,50,57,52,56,57,44,52,52,46,55,49,54,54,54,51,93,44,91,45,57,52,46,52,57,56,48,55,52,44,52,52,46,55,49,55,49,55,49,93,44,91,45,57,52,46,53,48,50,51,57,53,44,52,52,46,56,57,50,50,57,53,93,44,91,45,57,52,46,55,53,56,49,56,57,44,52,52,46,56,57,50,48,57,55,93,44,91,45,57,53,46,50,52,56,53,50,44,52,52,46,56,57,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,108,97,99,104,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,51,49,52,56,44,34,98,101,100,115,34,58,49,56,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,44,91,45,56,50,46,54,53,54,51,48,49,44,50,57,46,53,54,52,56,49,49,93,44,91,45,56,50,46,53,53,54,55,54,54,44,50,57,46,52,56,48,48,53,53,93,44,91,45,56,50,46,52,48,54,54,50,44,50,57,46,52,56,53,48,52,56,93,44,91,45,56,50,46,48,53,53,56,57,57,44,50,57,46,52,55,49,50,51,50,93,44,91,45,56,50,46,48,53,53,54,50,53,44,50,57,46,55,49,56,50,51,50,93,44,91,45,56,50,46,49,51,51,49,50,54,44,50,57,46,56,51,53,57,52,57,93,44,91,45,56,50,46,50,56,49,56,51,55,44,50,57,46,56,52,52,52,52,56,93,44,91,45,56,50,46,52,49,56,55,50,56,44,50,57,46,57,50,51,48,57,51,93,44,91,45,56,50,46,53,50,57,55,48,53,44,50,57,46,57,52,48,56,56,49,93,44,91,45,56,50,46,54,53,56,53,53,52,44,50,57,46,56,51,48,49,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,111,111,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,49,46,52,50,53,57,50,44,52,49,46,55,52,51,48,53,57,93,44,91,45,49,48,49,46,52,48,54,52,54,54,44,52,49,46,55,52,51,50,93,44,91,45,49,48,48,46,56,52,50,52,53,57,44,52,49,46,55,52,48,52,48,52,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,69,100,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,57,53,54,44,34,98,101,100,115,34,58,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,44,91,45,55,56,46,54,56,49,53,55,51,44,51,55,46,50,52,56,55,53,57,93,44,91,45,55,56,46,54,57,50,52,55,50,44,51,55,46,50,48,52,55,56,54,93,44,91,45,55,56,46,52,52,51,54,52,52,44,51,55,46,48,55,57,51,55,49,93,44,91,45,55,56,46,50,51,57,51,53,52,44,51,55,46,49,50,48,48,56,57,93,44,91,45,55,56,46,50,51,49,50,51,52,44,51,55,46,50,57,54,50,50,93,44,91,45,55,56,46,50,51,53,48,51,57,44,51,55,46,51,54,56,49,48,50,93,44,91,45,55,56,46,51,50,49,56,52,44,51,55,46,51,48,57,50,57,50,93,44,91,45,55,56,46,52,54,53,48,56,57,44,51,55,46,51,51,57,54,55,55,93,44,91,45,55,56,46,53,57,52,52,51,54,44,51,55,46,51,57,55,57,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,97,114,98,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,53,54,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,48,56,53,51,53,53,44,51,57,46,53,50,49,49,55,93,44,91,45,49,49,49,46,48,55,55,53,52,53,44,51,57,46,52,54,57,55,52,51,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,48,57,46,57,55,54,56,49,52,44,51,57,46,56,48,54,50,51,93,44,91,45,49,49,48,46,56,53,55,55,56,44,51,57,46,56,49,51,50,56,53,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,117,99,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,54,51,55,48,44,34,98,101,100,115,34,58,49,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,44,91,45,55,53,46,48,49,53,48,54,54,44,52,48,46,49,51,55,57,57,50,93,44,91,45,55,52,46,57,55,51,57,56,49,44,52,48,46,48,52,56,53,57,53,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,53,46,48,54,48,57,49,55,44,52,48,46,52,50,49,55,51,55,93,44,91,45,55,53,46,48,54,56,49,44,52,48,46,53,52,49,52,56,56,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,53,46,49,57,54,56,48,51,44,52,48,46,54,48,56,53,56,93,44,91,45,55,53,46,51,51,51,53,49,52,44,52,48,46,53,51,55,48,53,55,93,44,91,45,55,53,46,52,56,52,48,53,55,44,52,48,46,52,49,56,52,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,72,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,57,46,51,48,48,49,56,44,52,52,46,49,57,52,56,51,93,44,91,45,57,56,46,57,50,53,57,53,51,44,52,52,46,49,57,54,53,55,53,93,44,91,45,57,56,46,55,48,48,52,53,51,44,52,52,46,49,57,54,55,50,55,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,76,121,99,111,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,56,53,57,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,44,91,45,55,55,46,53,50,54,53,51,55,44,52,49,46,51,53,56,53,50,56,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,54,46,57,55,55,57,51,57,44,52,49,46,48,56,55,56,56,51,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,55,51,50,54,55,50,44,52,49,46,49,55,50,48,52,93,44,91,45,55,54,46,54,52,48,55,54,55,44,52,49,46,49,53,53,55,49,56,93,44,91,45,55,54,46,52,52,55,53,57,55,44,52,49,46,50,55,53,54,50,57,93,44,91,45,55,54,46,53,57,50,53,51,50,44,52,49,46,51,48,52,51,51,50,93,44,91,45,55,54,46,55,52,57,52,57,55,44,52,49,46,52,48,53,53,55,50,93,44,91,45,55,54,46,56,49,51,55,51,49,44,52,49,46,53,57,48,48,51,52,93,44,91,45,55,54,46,56,55,52,55,49,52,44,52,49,46,53,57,54,57,49,57,93,44,91,45,55,54,46,57,54,48,52,55,57,44,52,49,46,53,53,49,51,55,49,93,44,91,45,55,55,46,53,57,57,50,55,56,44,52,49,46,53,52,50,50,55,49,93,44,91,45,55,55,46,53,57,56,49,50,57,44,52,49,46,52,55,56,53,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,116,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,50,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,54,46,55,49,57,48,56,53,44,52,54,46,53,52,50,56,55,52,93,44,91,45,49,49,54,46,54,49,49,55,52,44,52,54,46,54,51,49,50,52,53,93,44,91,45,49,49,54,46,52,53,54,48,57,56,44,52,54,46,54,50,57,48,57,55,93,44,91,45,49,49,54,46,51,50,57,53,52,44,52,54,46,54,50,55,57,53,55,93,44,91,45,49,49,54,46,51,50,57,52,51,54,44,52,54,46,57,51,52,54,54,57,93,44,91,45,49,49,54,46,51,50,57,52,49,56,44,52,55,46,48,50,49,57,49,53,93,44,91,45,49,49,54,46,56,51,53,50,54,57,44,52,55,46,48,51,50,52,53,50,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,44,91,45,56,51,46,53,52,53,56,55,54,44,51,51,46,49,55,49,57,52,52,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,49,54,52,50,48,55,44,51,51,46,51,53,53,48,51,93,44,91,45,56,51,46,50,55,57,57,51,49,44,51,51,46,52,56,51,52,51,56,93,44,91,45,56,51,46,53,51,51,55,51,54,44,51,51,46,52,51,52,52,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,52,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,52,48,34,44,34,78,65,77,69,34,58,34,71,97,108,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,56,44,34,98,101,100,115,34,58,49,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,44,91,45,56,48,46,57,49,52,49,55,51,44,51,54,46,54,53,48,50,52,54,93,44,91,45,56,48,46,56,55,55,50,55,52,44,51,54,46,54,57,50,50,49,53,93,44,91,45,56,48,46,57,49,54,49,54,54,44,51,54,46,54,57,52,54,52,93,44,91,45,56,48,46,57,51,50,50,55,49,44,51,54,46,54,55,49,53,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,81,117,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,55,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,44,91,45,49,48,51,46,54,51,55,49,51,44,51,53,46,50,52,48,56,49,57,93,44,91,45,49,48,51,46,56,53,55,53,51,44,51,53,46,50,52,50,52,48,53,93,44,91,45,49,48,52,46,49,50,53,49,50,49,44,51,53,46,49,52,50,48,53,56,93,44,91,45,49,48,52,46,49,50,57,49,52,51,44,51,52,46,55,55,57,51,51,55,93,44,91,45,49,48,52,46,49,50,56,56,56,44,51,52,46,54,48,53,50,48,49,93,44,91,45,49,48,51,46,57,52,56,55,55,56,44,51,52,46,54,48,53,48,53,56,93,44,91,45,49,48,51,46,55,51,56,49,54,54,44,51,52,46,54,48,52,54,55,93,44,91,45,49,48,51,46,55,48,53,55,56,56,44,51,52,46,54,57,50,52,52,54,93,44,91,45,49,48,51,46,52,57,53,54,53,51,44,51,52,46,54,57,49,51,57,51,93,44,91,45,49,48,51,46,50,56,52,51,49,55,44,51,52,46,56,54,52,57,57,93,44,91,45,49,48,51,46,50,56,52,49,52,57,44,51,52,46,57,53,52,49,55,50,93,44,91,45,49,48,51,46,48,52,50,55,48,49,44,51,52,46,57,53,52,49,52,50,93,44,91,45,49,48,51,46,48,52,50,53,49,49,44,51,53,46,49,56,51,49,53,55,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,51,55,53,49,49,55,44,51,53,46,55,51,57,53,49,54,93,44,91,45,49,48,51,46,51,55,57,55,51,44,51,53,46,51,57,54,55,57,54,93,44,91,45,49,48,51,46,54,51,55,48,53,51,44,51,53,46,51,56,57,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,57,34,44,34,78,65,77,69,34,58,34,75,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,44,91,45,49,48,48,46,53,49,55,52,52,57,44,51,51,46,51,57,55,56,54,54,93,44,91,45,57,57,46,57,57,48,57,56,44,51,51,46,51,57,55,52,48,52,93,44,91,45,57,57,46,57,57,54,52,51,52,44,51,51,46,56,51,53,57,54,55,93,44,91,45,49,48,48,46,48,52,56,52,56,44,51,51,46,56,51,53,57,55,52,93,44,91,45,49,48,48,46,53,49,56,54,57,49,44,51,51,46,56,51,53,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,97,102,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,54,56,51,55,49,53,44,51,51,46,50,56,49,48,57,50,93,44,91,45,57,51,46,56,53,57,48,56,55,44,51,51,46,48,56,57,53,51,55,93,44,91,45,57,51,46,56,48,52,57,51,44,51,51,46,48,49,57,51,53,55,93,44,91,45,57,51,46,53,50,48,57,57,52,44,51,51,46,48,49,56,54,49,54,93,44,91,45,57,51,46,52,57,48,53,50,44,51,51,46,48,49,56,52,52,50,93,44,91,45,57,51,46,52,56,49,55,54,44,51,51,46,50,53,57,57,57,49,93,44,91,45,57,51,46,51,54,53,53,56,53,44,51,51,46,52,52,52,52,53,57,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,49,34,44,34,78,65,77,69,34,58,34,84,111,109,32,71,114,101,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,52,54,54,44,34,98,101,100,115,34,58,53,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,44,91,45,49,48,48,46,56,50,53,51,55,44,51,49,46,54,57,54,49,53,53,93,44,91,45,49,48,48,46,56,54,53,50,53,54,44,51,49,46,53,54,50,50,57,52,93,44,91,45,49,48,49,46,50,54,55,54,51,44,51,49,46,53,53,54,52,54,50,93,44,91,45,49,48,49,46,50,54,55,57,52,55,44,51,49,46,53,50,56,54,56,56,93,44,91,45,49,48,48,46,54,57,51,48,54,53,44,51,49,46,53,50,51,57,53,52,93,44,91,45,49,48,48,46,54,56,56,55,54,52,44,51,49,46,48,56,54,53,55,54,93,44,91,45,49,48,48,46,49,49,53,50,49,54,44,51,49,46,48,56,55,57,57,52,93,44,91,45,49,48,48,46,49,49,49,50,51,52,44,51,49,46,53,56,48,50,54,55,93,44,91,45,49,48,48,46,50,51,52,54,51,54,44,51,49,46,53,56,55,49,52,55,93,44,91,45,49,48,48,46,50,51,53,55,54,49,44,51,49,46,54,57,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,97,114,100,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,48,53,53,55,53,51,44,50,55,46,51,51,56,50,54,52,93,44,91,45,56,49,46,53,54,52,48,54,50,44,50,55,46,51,52,48,54,52,49,93,44,91,45,56,49,46,53,54,51,53,51,51,44,50,55,46,54,52,54,54,52,53,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,108,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,49,54,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,51,49,57,57,56,53,44,51,57,46,48,50,49,53,51,52,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,48,53,50,55,48,57,44,51,56,46,55,55,49,50,50,54,93,44,91,45,56,51,46,57,57,51,49,50,44,51,57,46,50,53,52,50,51,53,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,49,34,44,34,78,65,77,69,34,58,34,89,111,97,107,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,55,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,44,91,45,49,48,51,46,48,54,52,54,57,54,44,51,50,46,57,53,57,48,57,57,93,44,91,45,49,48,50,46,53,57,53,48,50,51,44,51,50,46,57,53,56,56,51,49,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,51,46,48,53,54,52,56,53,44,51,51,46,51,56,56,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,89,97,109,104,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,50,48,44,34,98,101,100,115,34,58,49,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,52,54,51,53,49,56,44,52,53,46,50,49,54,51,49,50,93,44,91,45,49,50,51,46,55,56,52,53,52,44,52,53,46,50,49,54,50,57,52,93,44,91,45,49,50,51,46,55,50,52,51,54,56,44,52,53,46,48,55,54,50,50,54,93,44,91,45,49,50,51,46,48,54,56,54,54,55,44,52,53,46,48,55,52,56,54,93,44,91,45,49,50,51,46,48,48,48,55,56,56,44,52,53,46,50,53,57,51,52,55,93,44,91,45,49,50,50,46,56,52,57,57,50,53,44,52,53,46,50,53,57,54,57,55,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,51,46,49,51,53,52,50,55,44,52,53,46,52,51,51,52,53,57,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,111,117,105,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,51,55,48,55,49,44,52,49,46,48,55,52,49,49,50,93,44,91,45,57,48,46,57,52,57,51,56,49,44,52,49,46,48,55,50,55,49,93,44,91,45,57,48,46,57,56,57,54,54,50,44,52,49,46,49,53,53,55,48,55,93,44,91,45,57,49,46,49,49,52,49,56,54,44,52,49,46,50,53,48,48,50,57,93,44,91,45,57,49,46,48,55,50,48,55,44,52,49,46,51,51,51,51,54,49,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,51,54,57,51,51,50,44,52,49,46,51,51,54,48,54,51,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,69,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,44,91,45,57,54,46,53,50,53,51,44,51,55,46,54,48,55,48,49,53,93,44,91,45,57,54,46,53,50,53,54,57,44,51,55,46,52,55,54,52,48,53,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,53,46,57,54,49,54,48,53,44,51,55,46,51,56,54,54,51,54,93,44,91,45,57,53,46,57,54,49,48,48,50,44,51,55,46,54,48,51,55,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,78,111,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,52,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,44,91,45,56,49,46,53,56,56,49,56,53,44,51,57,46,53,56,54,57,55,51,93,44,91,45,56,49,46,50,56,51,48,55,53,44,51,57,46,54,48,53,55,57,54,93,44,91,45,56,49,46,51,49,57,49,50,53,44,51,57,46,55,48,55,51,54,93,44,91,45,56,49,46,51,49,51,53,57,49,44,51,57,46,56,54,57,52,55,49,93,44,91,45,56,49,46,50,51,55,51,49,54,44,51,57,46,56,54,55,56,50,56,93,44,91,45,56,49,46,50,51,52,48,53,51,44,51,57,46,57,53,49,50,55,93,44,91,45,56,49,46,51,56,54,48,48,54,44,51,57,46,57,53,48,54,57,52,93,44,91,45,56,49,46,54,57,52,49,52,54,44,51,57,46,56,52,50,54,51,54,93,44,91,45,56,49,46,54,57,55,52,52,50,44,51,57,46,55,53,53,53,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,44,91,45,56,52,46,51,57,57,52,56,54,44,52,48,46,57,57,48,51,49,53,93,44,91,45,56,52,46,51,52,48,53,51,49,44,52,48,46,56,53,57,48,57,57,93,44,91,45,56,52,46,49,48,57,53,56,54,44,52,48,46,56,54,48,57,57,52,93,44,91,45,56,52,46,49,48,57,53,49,54,44,52,48,46,57,48,52,55,51,93,44,91,45,56,51,46,56,56,48,52,50,51,44,52,48,46,57,50,48,52,50,57,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,52,46,50,50,56,50,50,50,44,52,49,46,49,54,53,56,54,50,93,44,91,45,56,52,46,51,52,49,54,48,50,44,52,49,46,49,54,53,53,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,118,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,52,51,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,54,49,53,50,56,54,44,51,50,46,51,49,56,54,49,56,93,44,91,45,57,55,46,55,56,50,55,54,44,51,50,46,51,49,54,52,57,51,93,44,91,45,57,55,46,57,52,53,54,50,53,44,51,50,46,50,51,51,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,101,98,97,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,54,55,52,44,34,98,101,100,115,34,58,52,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,44,91,45,55,54,46,54,55,56,48,52,44,52,48,46,52,55,52,55,49,55,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,51,48,55,53,55,56,44,52,48,46,50,53,53,48,54,54,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,54,46,52,52,48,49,56,49,44,52,48,46,52,57,53,57,53,50,93,44,91,45,55,54,46,53,51,53,52,49,52,44,52,48,46,53,53,53,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,71,108,97,99,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,57,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,44,91,45,49,49,50,46,56,55,53,57,49,55,44,52,56,46,57,57,56,53,48,53,93,44,91,45,49,49,52,46,48,54,56,49,56,44,52,56,46,57,57,56,56,53,55,93,44,91,45,49,49,51,46,57,53,54,56,54,52,44,52,56,46,56,49,55,52,55,52,93,44,91,45,49,49,51,46,56,49,56,51,55,51,44,52,56,46,56,52,56,50,49,56,93,44,91,45,49,49,51,46,55,48,50,57,51,56,44,52,56,46,55,49,57,56,54,53,93,44,91,45,49,49,51,46,55,53,48,52,53,52,44,52,56,46,54,49,52,51,51,53,93,44,91,45,49,49,51,46,52,54,55,51,55,50,44,52,56,46,53,52,55,53,53,53,93,44,91,45,49,49,51,46,52,56,48,56,51,57,44,52,56,46,52,53,57,54,54,50,93,44,91,45,49,49,51,46,51,53,53,57,55,54,44,52,56,46,52,50,51,57,49,50,93,44,91,45,49,49,51,46,51,52,57,48,52,54,44,52,56,46,51,49,48,50,54,51,93,44,91,45,49,49,50,46,53,56,48,52,56,52,44,52,56,46,51,48,57,57,51,50,93,44,91,45,49,49,50,46,53,55,54,57,56,50,44,52,56,46,52,56,51,51,52,56,93,44,91,45,49,49,50,46,49,56,52,55,56,52,44,52,56,46,52,55,55,53,55,56,93,44,91,45,49,49,50,46,49,57,51,52,49,44,52,56,46,57,57,56,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,80,101,114,115,104,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,49,49,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,44,91,45,49,49,57,46,51,49,51,48,51,55,44,52,48,46,53,49,56,51,49,52,93,44,91,45,49,49,57,46,51,51,56,53,48,52,44,52,48,46,53,49,55,56,48,53,93,44,91,45,49,49,57,46,51,51,57,50,57,54,44,51,57,46,57,57,56,54,48,57,93,44,91,45,49,49,57,46,50,50,53,49,55,54,44,51,57,46,57,57,57,51,56,53,93,44,91,45,49,49,56,46,53,48,48,57,55,57,44,51,57,46,57,57,56,54,55,54,93,44,91,45,49,49,55,46,53,52,49,55,52,57,44,52,48,46,48,48,49,48,51,52,93,44,91,45,49,49,55,46,51,48,48,53,57,55,44,52,48,46,53,50,54,49,51,54,93,44,91,45,49,49,55,46,51,48,57,52,52,49,44,52,48,46,54,56,51,53,51,55,93,44,91,45,49,49,55,46,54,52,52,51,57,57,44,52,48,46,54,56,52,51,52,51,93,44,91,45,49,49,55,46,54,52,52,50,50,44,52,48,46,56,53,55,56,50,52,93,44,91,45,49,49,56,46,55,56,54,55,51,56,44,52,48,46,56,53,53,57,50,57,93,44,91,45,49,49,56,46,55,56,54,55,48,53,44,52,48,46,57,54,48,56,53,93,44,91,45,49,49,57,46,51,48,57,53,57,56,44,52,48,46,57,54,48,51,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,77,97,104,110,111,109,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,54,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,54,46,48,54,55,48,54,57,44,52,55,46,49,53,49,56,49,51,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,80,97,115,115,97,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,48,52,49,44,34,98,101,100,115,34,58,57,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,44,91,45,55,52,46,49,51,48,48,49,54,44,52,48,46,56,49,57,57,51,56,93,44,91,45,55,52,46,49,52,49,48,57,52,44,52,48,46,57,54,54,51,55,52,93,44,91,45,55,52,46,50,55,50,50,50,54,44,52,49,46,48,49,55,57,51,53,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,53,48,51,50,49,50,44,52,49,46,48,56,53,56,55,51,93,44,91,45,55,52,46,51,48,49,54,56,53,44,52,48,46,57,57,57,49,55,51,93,44,91,45,55,52,46,50,55,50,48,54,51,44,52,48,46,56,57,55,52,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,55,55,52,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,54,55,50,51,51,53,44,52,55,46,56,57,54,52,57,49,93,44,91,45,49,49,51,46,56,51,50,53,53,54,44,52,55,46,57,55,54,52,51,52,93,44,91,45,49,49,51,46,56,56,52,53,52,49,44,52,56,46,48,53,49,57,93,44,91,45,49,49,52,46,48,50,57,48,52,50,44,52,56,46,48,53,49,54,53,51,93,44,91,45,49,49,52,46,48,51,56,53,52,53,44,52,55,46,57,54,50,53,53,93,44,91,45,49,49,52,46,52,57,50,49,57,44,52,55,46,57,54,49,57,56,57,93,44,91,45,49,49,52,46,52,55,55,50,57,44,52,55,46,55,56,57,57,52,49,93,44,91,45,49,49,52,46,54,48,52,52,54,50,44,52,55,46,55,56,57,56,55,49,93,44,91,45,49,49,52,46,53,56,51,55,54,44,52,55,46,54,48,49,55,49,56,93,44,91,45,49,49,52,46,51,53,48,51,54,52,44,52,55,46,54,48,50,49,52,50,93,44,91,45,49,49,52,46,51,53,51,48,56,44,52,55,46,51,56,57,56,53,93,44,91,45,49,49,52,46,50,48,51,48,50,54,44,52,55,46,51,53,53,55,52,54,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,51,46,57,51,51,53,48,51,44,52,55,46,49,51,56,50,56,57,93,44,91,45,49,49,51,46,56,50,49,52,52,55,44,52,55,46,49,56,49,55,48,57,93,44,91,45,49,49,51,46,56,55,49,49,49,44,52,55,46,51,57,49,57,55,93,44,91,45,49,49,51,46,57,52,50,56,56,54,44,52,55,46,52,55,57,54,55,56,93,44,91,45,49,49,51,46,57,50,52,56,50,54,44,52,55,46,54,48,48,50,51,57,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,49,34,44,34,78,65,77,69,34,58,34,75,101,110,101,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,44,91,45,57,55,46,57,56,53,52,57,52,44,50,54,46,55,56,48,57,49,55,93,44,91,45,57,55,46,57,53,55,52,48,53,44,50,54,46,54,49,49,55,54,57,93,44,91,45,57,55,46,56,54,49,54,56,56,44,50,54,46,53,57,55,57,57,53,93,44,91,45,57,55,46,50,50,53,51,55,52,44,50,54,46,54,48,48,50,50,55,93,44,91,45,57,55,46,51,48,48,52,50,51,44,50,54,46,56,51,52,54,49,51,93,44,91,45,57,55,46,51,50,51,50,49,57,44,50,55,46,48,49,48,50,53,54,93,44,91,45,57,55,46,50,56,56,51,51,55,44,50,55,46,50,55,55,53,56,52,93,44,91,45,57,55,46,56,49,52,57,51,52,44,50,55,46,50,55,49,56,57,51,93,44,91,45,57,55,46,57,56,53,56,56,55,44,50,55,46,50,48,57,51,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,66,111,114,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,49,55,52,53,54,50,44,51,50,46,53,50,55,55,48,51,93,44,91,45,49,48,49,46,49,55,51,51,55,56,44,51,50,46,57,54,51,53,57,55,93,44,91,45,49,48,49,46,53,53,55,52,51,52,44,51,50,46,57,54,49,48,50,53,93,44,91,45,49,48,49,46,54,57,49,50,56,52,44,51,50,46,57,54,49,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,80,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,49,52,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,49,52,54,55,54,51,44,51,55,46,53,57,55,52,51,52,93,44,91,45,56,57,46,56,54,49,49,50,51,44,51,55,46,53,57,57,50,56,54,93,44,91,45,56,57,46,54,48,56,57,51,52,44,51,55,46,53,57,55,52,50,55,93,44,91,45,56,57,46,53,50,49,56,53,53,44,51,55,46,53,54,54,50,49,52,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,53,49,50,48,48,57,44,51,55,46,54,56,53,53,50,53,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,56,52,52,55,56,54,44,51,55,46,57,48,53,53,55,50,93,44,91,45,56,57,46,57,51,56,54,48,56,44,51,55,46,56,55,52,51,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,83,97,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,54,50,53,54,50,56,44,51,49,46,50,54,57,55,57,56,93,44,91,45,57,56,46,54,57,54,54,51,52,44,51,49,46,52,48,55,50,56,55,93,44,91,45,57,56,46,57,54,51,53,57,51,44,51,49,46,52,52,54,50,53,49,93,44,91,45,57,56,46,57,57,49,54,48,56,44,51,49,46,52,56,52,48,55,49,93,44,91,45,57,57,46,48,57,48,54,50,50,44,51,49,46,52,54,48,57,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,75,105,110,103,102,105,115,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,54,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,44,91,45,57,56,46,50,48,55,49,48,52,44,51,53,46,55,50,53,49,56,55,93,44,91,45,57,55,46,54,55,52,48,50,54,44,51,53,46,55,50,53,57,55,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,56,46,50,49,48,52,48,53,44,51,54,46,49,54,52,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,66,117,114,108,101,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,44,91,45,57,54,46,55,53,51,56,51,53,44,51,48,46,51,50,57,51,52,56,93,44,91,45,57,54,46,54,52,48,56,56,51,44,51,48,46,50,57,54,55,56,54,93,44,91,45,57,54,46,50,57,57,49,55,51,44,51,48,46,51,55,57,49,53,50,93,44,91,45,57,54,46,50,56,50,53,54,52,44,51,48,46,52,50,54,54,49,52,93,44,91,45,57,54,46,53,54,54,57,56,51,44,51,48,46,54,57,53,54,55,93,44,91,45,57,54,46,54,50,49,50,56,49,44,51,48,46,55,51,48,56,49,57,93,44,91,45,57,54,46,57,54,51,54,50,57,44,51,48,46,53,53,55,49,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,70,117,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,55,52,51,44,34,98,101,100,115,34,58,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,44,91,45,55,52,46,54,57,54,55,56,55,44,52,51,46,49,56,51,49,49,54,93,44,91,45,55,52,46,55,53,57,56,57,53,44,52,51,46,48,52,55,52,50,51,93,44,91,45,55,52,46,53,52,50,51,54,55,44,52,50,46,57,56,53,53,51,93,44,91,45,55,52,46,48,57,55,52,54,55,44,52,50,46,57,56,50,57,51,52,93,44,91,45,55,52,46,49,52,48,49,52,55,44,52,51,46,50,53,51,57,55,57,93,44,91,45,55,52,46,53,51,52,54,53,55,44,52,51,46,50,50,56,49,49,53,93,44,91,45,55,52,46,55,49,50,54,49,53,44,52,51,46,50,56,54,49,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,83,117,110,102,108,111,119,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,53,51,50,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,44,91,45,57,48,46,54,53,56,54,44,51,51,46,54,49,54,50,55,50,93,44,91,45,57,48,46,55,54,51,53,48,57,44,51,51,46,53,50,57,51,56,57,93,44,91,45,57,48,46,55,54,51,55,55,51,44,51,51,46,50,55,48,51,53,57,93,44,91,45,57,48,46,55,49,54,50,55,55,44,51,51,46,50,55,48,48,51,50,93,44,91,45,57,48,46,53,53,53,50,49,49,44,51,51,46,50,55,48,53,51,51,93,44,91,45,57,48,46,52,53,51,50,51,51,44,51,51,46,51,50,57,52,56,52,93,44,91,45,57,48,46,52,53,49,54,52,51,44,51,51,46,56,49,49,51,57,93,44,91,45,57,48,46,52,53,49,48,49,50,44,51,51,46,57,56,53,54,56,57,93,44,91,45,57,48,46,54,53,55,48,48,50,44,51,51,46,57,56,55,53,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,72,101,110,110,101,112,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,53,52,55,56,44,34,98,101,100,115,34,58,53,56,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,44,91,45,57,51,46,54,53,56,57,49,55,44,52,53,46,49,57,51,53,53,49,93,44,91,45,57,51,46,55,54,54,56,48,56,44,52,53,46,48,53,55,51,49,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,51,46,55,54,55,48,52,49,44,52,52,46,56,57,48,56,54,50,93,44,91,45,57,51,46,53,50,48,55,48,54,44,52,52,46,56,57,49,53,48,50,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,51,50,57,54,49,53,44,52,52,46,55,57,49,48,56,54,93,44,91,45,57,51,46,49,55,56,53,51,57,44,52,52,46,56,56,56,51,51,56,93,44,91,45,57,51,46,50,50,54,57,50,57,44,52,53,46,48,51,53,54,55,49,93,44,91,45,57,51,46,51,49,49,53,52,52,44,52,53,46,49,52,51,55,55,56,93,44,91,45,57,51,46,53,49,50,49,57,44,52,53,46,50,52,53,54,56,51,93,44,91,45,57,51,46,53,50,49,54,53,51,44,52,53,46,50,52,54,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,101,110,116,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,52,52,51,44,34,98,101,100,115,34,58,52,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,44,91,45,55,56,46,48,55,55,55,52,44,52,48,46,57,53,56,56,50,52,93,44,91,45,55,56,46,50,49,57,56,49,51,44,52,48,46,57,49,50,55,52,49,93,44,91,45,55,56,46,51,53,57,57,49,50,44,52,48,46,55,51,50,53,57,50,93,44,91,45,55,56,46,49,49,54,53,50,49,44,52,48,46,55,51,57,49,50,55,93,44,91,45,55,55,46,57,52,52,50,53,44,52,48,46,54,57,49,53,53,55,93,44,91,45,55,55,46,56,50,52,53,48,54,44,52,48,46,55,52,51,54,56,49,93,44,91,45,55,55,46,54,56,49,51,51,52,44,52,48,46,55,50,57,55,53,56,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,53,48,56,53,57,54,44,52,48,46,57,54,50,57,51,56,93,44,91,45,55,55,46,54,50,49,55,53,57,44,52,49,46,48,57,49,49,56,53,93,44,91,45,55,55,46,55,52,49,57,49,49,44,52,49,46,49,48,55,54,49,52,93,44,91,45,55,55,46,55,57,56,53,54,44,52,49,46,49,56,49,57,53,93,44,91,45,55,56,46,48,51,56,50,48,51,44,52,49,46,49,53,51,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,54,57,49,44,34,98,101,100,115,34,58,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,44,91,45,57,56,46,48,56,57,55,54,52,44,50,56,46,54,54,50,57,55,57,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,55,46,53,54,55,54,50,50,44,50,56,46,49,50,57,54,56,51,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,53,53,51,57,49,54,44,50,56,46,52,53,53,50,55,56,93,44,91,45,57,55,46,53,55,55,48,53,56,44,50,56,46,53,50,50,53,52,55,93,44,91,45,57,55,46,54,57,54,57,52,53,44,50,56,46,53,52,49,56,53,54,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,57,49,53,49,48,54,44,50,56,46,55,49,57,54,52,56,93,44,91,45,57,56,46,48,48,53,50,53,50,44,50,56,46,54,57,48,50,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,53,57,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,52,49,52,53,56,50,44,51,53,46,52,56,50,51,51,57,93,44,91,45,56,56,46,51,54,48,56,50,57,44,51,53,46,52,49,56,57,55,50,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,49,57,48,52,54,53,44,51,53,46,54,48,57,48,56,56,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,53,54,57,48,52,55,44,51,53,46,56,50,52,56,50,57,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,84,97,109,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,51,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,44,91,45,57,50,46,55,54,53,57,57,57,44,52,49,46,56,54,50,51,55,51,93,44,91,45,57,50,46,50,57,56,49,54,52,44,52,49,46,56,54,50,55,55,57,93,44,91,45,57,50,46,50,57,56,55,57,50,44,52,50,46,50,57,55,53,50,55,93,44,91,45,57,50,46,53,51,51,53,49,44,52,50,46,50,57,55,48,48,49,93,44,91,45,57,50,46,55,54,56,48,57,44,52,50,46,50,57,54,54,56,93,44,91,45,57,50,46,55,54,55,52,54,51,44,52,50,46,50,49,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,101,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,57,50,44,34,98,101,100,115,34,58,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,44,91,45,49,48,49,46,48,54,54,52,53,49,44,51,54,46,57,57,55,57,50,50,93,44,91,45,49,48,48,46,57,52,53,52,54,51,44,51,54,46,57,57,56,52,49,54,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,49,46,48,54,56,49,48,54,44,51,55,46,51,56,55,55,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,54,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,50,46,54,51,57,48,57,49,44,52,48,46,56,57,56,56,56,54,93,44,91,45,57,50,46,54,52,48,51,54,49,44,52,49,46,49,54,49,50,57,56,93,44,91,45,57,50,46,56,54,57,55,55,49,44,52,49,46,49,54,49,48,54,54,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,82,105,99,104,97,114,100,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,48,57,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,44,91,45,57,54,46,48,49,48,49,55,54,44,52,48,46,50,54,49,52,56,50,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,53,46,51,51,57,56,57,54,44,51,57,46,57,57,57,57,57,57,93,44,91,45,57,53,46,51,48,56,50,57,44,51,57,46,57,57,57,57,57,56,93,44,91,45,57,53,46,52,49,57,57,57,57,44,52,48,46,48,53,48,52,52,93,44,91,45,57,53,46,51,57,54,53,52,57,44,52,48,46,49,50,52,55,48,49,93,44,91,45,57,53,46,53,53,50,52,55,51,44,52,48,46,50,54,49,57,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,114,105,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,50,51,49,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,44,91,45,56,57,46,52,48,57,52,55,53,44,51,57,46,55,52,51,53,51,93,44,91,45,56,57,46,53,51,53,48,50,56,44,51,57,46,54,52,49,49,51,56,93,44,91,45,56,57,46,53,51,51,54,53,53,44,51,57,46,53,50,52,53,57,50,93,44,91,45,56,57,46,53,51,48,56,51,54,44,51,57,46,51,52,56,56,54,52,93,44,91,45,56,57,46,49,51,57,56,48,55,44,51,57,46,51,52,56,56,56,56,93,44,91,45,56,57,46,48,50,53,52,53,51,44,51,57,46,51,52,54,49,49,53,93,44,91,45,56,57,46,48,50,53,54,56,44,51,57,46,54,53,52,49,56,51,93,44,91,45,56,57,46,49,51,57,49,50,53,44,51,57,46,54,53,53,49,51,49,93,44,91,45,56,57,46,49,52,49,57,54,55,44,51,57,46,56,48,49,50,55,51,93,44,91,45,56,57,46,50,49,55,52,55,51,44,51,57,46,56,49,51,54,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,78,97,115,115,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,53,55,56,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,44,91,45,56,49,46,55,49,56,49,48,57,44,51,48,46,55,52,52,56,48,54,93,44,91,45,56,49,46,57,48,52,56,53,53,44,51,48,46,56,50,56,51,52,93,44,91,45,56,50,46,48,51,57,55,57,53,44,51,48,46,55,52,55,50,57,55,93,44,91,45,56,50,46,48,48,53,56,49,44,51,48,46,53,54,53,51,53,56,93,44,91,45,56,50,46,48,52,57,57,53,56,44,51,48,46,51,54,50,52,55,50,93,44,91,45,56,50,46,48,52,57,50,51,54,44,51,48,46,50,55,51,52,51,50,93,44,91,45,56,49,46,56,51,49,50,50,55,44,51,48,46,52,54,55,52,51,55,93,44,91,45,56,49,46,54,50,52,53,49,51,44,51,48,46,53,56,54,50,51,50,93,44,91,45,56,49,46,53,52,51,48,49,56,44,51,48,46,53,50,51,56,56,57,93,44,91,45,56,49,46,51,53,56,55,57,51,44,51,48,46,53,48,49,53,48,52,93,44,91,45,56,49,46,51,56,48,56,54,55,44,51,48,46,54,50,55,51,52,53,93,44,91,45,56,49,46,51,52,55,48,49,53,44,51,48,46,55,49,50,52,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,53,54,54,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,44,91,45,56,53,46,54,49,57,48,49,49,44,51,48,46,55,52,51,56,54,56,93,44,91,45,56,53,46,56,52,52,52,50,49,44,51,48,46,55,48,51,49,51,93,44,91,45,56,53,46,57,49,53,50,57,55,44,51,48,46,54,51,54,52,50,55,93,44,91,45,56,53,46,56,54,54,56,49,56,44,51,48,46,52,56,55,54,51,55,93,44,91,45,56,53,46,57,57,50,55,51,54,44,51,48,46,51,56,57,51,50,93,44,91,45,56,53,46,56,53,51,53,44,51,48,46,52,52,48,54,50,51,93,44,91,45,56,53,46,52,56,55,57,54,56,44,51,48,46,52,51,54,54,53,53,93,44,91,45,56,53,46,52,51,52,55,56,50,44,51,48,46,53,54,55,53,54,93,44,91,45,56,53,46,52,51,50,50,55,52,44,51,48,46,55,56,53,52,53,55,93,44,91,45,56,53,46,53,57,57,57,51,52,44,51,48,46,56,51,48,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,97,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,44,91,45,56,52,46,54,51,55,53,55,57,44,51,49,46,52,51,51,57,50,54,93,44,91,45,56,52,46,54,52,49,54,55,51,44,51,49,46,50,53,56,57,54,55,93,44,91,45,56,52,46,53,51,55,49,48,49,44,51,49,46,50,53,53,57,51,50,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,51,52,48,53,53,50,44,51,49,46,51,48,53,51,52,49,93,44,91,45,56,52,46,49,57,55,57,56,54,44,51,49,46,51,53,55,53,50,49,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,52,46,52,50,57,56,55,54,44,51,49,46,52,51,54,54,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,55,53,34,44,34,78,65,77,69,34,58,34,84,104,111,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,55,51,48,44,34,98,101,100,115,34,58,50,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,48,55,55,49,49,57,44,51,48,46,57,49,52,57,54,53,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,51,46,55,52,51,55,50,57,44,51,48,46,54,53,56,51,57,54,93,44,91,45,56,51,46,55,51,54,49,53,56,44,51,49,46,48,51,55,54,55,57,93,44,91,45,56,52,46,48,48,51,56,55,54,44,51,49,46,48,52,49,53,56,50,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,50,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,48,51,48,53,50,56,44,51,55,46,56,57,49,53,51,56,93,44,91,45,56,52,46,57,51,51,48,56,53,44,51,55,46,57,53,52,49,56,54,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,79,108,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,51,55,52,44,34,98,101,100,115,34,58,49,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,53,56,54,48,51,51,44,51,56,46,52,53,48,48,57,50,93,44,91,45,56,53,46,54,51,55,56,54,49,44,51,56,46,51,56,48,50,54,51,93,44,91,45,56,53,46,52,54,56,50,48,54,44,51,56,46,50,56,53,51,48,57,93,44,91,45,56,53,46,50,56,51,48,56,50,44,51,56,46,51,53,56,48,53,52,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,67,104,101,114,111,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,57,49,48,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,44,91,45,56,52,46,54,53,57,50,52,49,44,51,52,46,48,55,56,50,52,93,44,91,45,56,52,46,52,49,56,57,50,55,44,51,52,46,48,55,51,50,57,56,93,44,91,45,56,52,46,51,50,56,50,54,51,44,51,52,46,49,56,54,49,52,52,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,52,46,50,53,55,53,56,54,44,51,52,46,51,56,48,57,57,50,93,44,91,45,56,52,46,53,56,50,54,51,44,51,52,46,51,56,49,52,57,50,93,44,91,45,56,52,46,54,53,51,50,51,50,44,51,52,46,52,49,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,79,108,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,48,46,56,56,50,49,55,50,44,52,55,46,48,49,53,49,49,53,93,44,91,45,49,48,48,46,57,54,53,52,52,44,52,55,46,49,53,55,49,51,52,93,44,91,45,49,48,49,46,48,54,48,52,50,52,44,52,55,46,50,57,51,50,57,51,93,44,91,45,49,48,49,46,50,53,55,48,51,49,44,52,55,46,50,54,52,56,57,53,93,44,91,45,49,48,49,46,50,53,55,54,51,51,44,52,55,46,50,52,49,51,52,51,93,44,91,45,49,48,49,46,55,54,52,54,52,55,44,52,55,46,50,52,49,53,49,56,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,79,115,99,101,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,44,91,45,56,53,46,53,54,50,52,51,51,44,52,51,46,56,49,53,52,56,51,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,48,56,55,52,48,51,44,52,52,46,49,54,52,50,52,50,93,44,91,45,56,53,46,51,51,52,55,55,55,44,52,52,46,49,54,53,49,49,56,93,44,91,45,56,53,46,53,54,52,53,53,52,44,52,52,46,49,54,52,56,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,77,99,78,97,105,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,57,48,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,44,91,45,56,56,46,54,52,48,57,51,52,44,51,53,46,51,54,49,48,49,55,93,44,91,45,56,56,46,55,49,57,55,54,49,44,51,53,46,50,52,55,53,53,93,44,91,45,56,56,46,55,56,49,55,54,56,44,51,53,46,50,52,55,53,56,55,93,44,91,45,56,56,46,55,56,54,54,49,50,44,51,52,46,57,57,53,50,53,50,93,44,91,45,56,56,46,51,56,48,53,48,56,44,51,52,46,57,57,53,54,49,93,44,91,45,56,56,46,51,54,50,53,55,50,44,51,53,46,51,56,48,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,52,53,50,44,34,98,101,100,115,34,58,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,56,46,57,56,50,54,53,50,44,52,54,46,57,49,49,51,52,52,93,44,91,45,49,49,57,46,51,54,56,54,54,50,44,52,54,46,57,49,50,53,54,50,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,56,46,48,49,50,52,52,50,44,52,54,46,55,57,48,55,56,93,44,91,45,49,49,55,46,57,53,57,51,51,53,44,52,54,46,57,49,52,56,49,49,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,57,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,44,91,45,57,52,46,48,56,50,48,56,51,44,51,55,46,51,52,57,50,57,49,93,44,91,45,57,52,46,48,53,50,51,49,51,44,51,55,46,50,57,48,48,55,56,93,44,91,45,57,51,46,54,50,53,56,52,52,44,51,55,46,50,56,50,48,49,49,93,44,91,45,57,51,46,54,50,49,49,53,51,44,51,55,46,52,50,55,52,50,51,93,44,91,45,57,51,46,54,49,54,48,51,51,44,51,55,46,53,55,50,54,56,57,93,44,91,45,57,52,46,48,55,53,51,56,53,44,51,55,46,53,56,49,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,83,116,46,32,77,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,55,51,52,44,34,98,101,100,115,34,58,49,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,44,91,45,57,49,46,54,50,52,55,48,57,44,50,57,46,57,52,53,50,55,53,93,44,91,45,57,49,46,55,49,49,49,52,57,44,50,57,46,56,52,54,48,54,53,93,44,91,45,57,49,46,57,51,53,49,54,50,44,50,57,46,54,55,50,53,55,56,93,44,91,45,57,49,46,55,50,51,50,53,52,44,50,57,46,54,54,49,50,57,55,93,44,91,45,57,49,46,53,57,49,51,44,50,57,46,53,48,55,55,48,49,93,44,91,45,57,49,46,53,57,49,56,54,52,44,50,57,46,51,53,57,51,55,53,93,44,91,45,57,49,46,52,50,49,49,50,56,44,50,57,46,51,48,50,56,50,56,93,44,91,45,57,49,46,51,53,52,50,55,50,44,50,57,46,50,51,57,54,48,54,93,44,91,45,57,49,46,50,49,50,49,53,55,44,50,57,46,52,50,51,52,50,57,93,44,91,45,57,49,46,50,54,48,54,54,49,44,50,57,46,53,52,52,53,49,93,44,91,45,57,49,46,48,56,50,54,48,50,44,50,57,46,54,50,54,51,54,56,93,44,91,45,57,49,46,49,48,48,48,49,44,50,57,46,54,57,57,52,48,50,93,44,91,45,57,49,46,51,56,54,52,57,49,44,50,57,46,55,56,51,54,56,49,93,44,91,45,57,49,46,51,55,51,54,52,50,44,50,57,46,56,51,52,52,48,49,93,44,91,45,57,49,46,52,55,49,57,53,49,44,50,57,46,57,53,53,57,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,67,104,105,116,116,101,110,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,48,53,50,44,34,98,101,100,115,34,58,53,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,44,91,45,55,51,46,50,51,51,50,48,57,44,52,52,46,54,52,57,55,57,49,93,44,91,45,55,51,46,51,54,49,52,53,53,44,52,52,46,53,54,51,53,54,51,93,44,91,45,55,51,46,51,51,56,54,51,54,44,52,52,46,53,52,54,56,52,52,93,44,91,45,55,51,46,50,57,54,48,53,50,44,52,52,46,52,50,56,51,51,52,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,50,46,57,55,51,51,49,56,44,52,52,46,50,57,51,52,50,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,56,50,57,48,55,51,44,52,52,46,53,53,50,50,55,51,93,44,91,45,55,50,46,57,50,52,49,49,50,44,52,52,46,54,51,51,48,53,49,93,44,91,45,55,51,46,50,50,56,56,53,52,44,52,52,46,55,50,50,56,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,111,109,101,114,195,173,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,53,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,50,48,54,49,51,53,44,49,56,46,50,55,54,54,54,93,44,91,45,54,54,46,50,54,54,52,54,54,44,49,56,46,50,52,53,50,55,93,44,91,45,54,54,46,50,52,48,52,54,44,49,56,46,49,56,52,55,57,52,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,77,97,117,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,50,56,49,44,34,98,101,100,115,34,58,51,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,53,54,46,53,55,55,50,50,52,44,50,48,46,55,52,51,49,51,93,44,91,45,49,53,54,46,53,44,50,48,46,54,57,57,48,56,55,93,44,91,45,49,53,54,46,55,48,52,52,52,50,44,50,48,46,54,48,52,53,57,49,93,44,91,45,49,53,54,46,55,53,44,50,48,46,52,53,52,51,51,53,93,44,91,45,49,53,54,46,53,51,51,52,53,54,44,50,48,46,52,54,50,57,56,93,44,91,45,49,53,54,46,52,53,57,56,54,56,44,50,48,46,53,53,55,54,54,54,93,44,91,45,49,53,54,46,50,57,48,52,55,50,44,50,48,46,53,51,54,56,57,53,93,44,91,45,49,53,54,46,48,49,54,51,48,53,44,50,48,46,54,49,50,51,55,52,93,44,91,45,49,53,53,46,57,50,54,55,56,53,44,50,48,46,55,56,49,55,51,53,93,44,91,45,49,53,54,46,49,57,53,50,57,54,44,50,48,46,57,55,49,53,48,50,93,44,91,45,49,53,54,46,51,51,57,50,49,56,44,50,49,46,48,48,52,49,57,53,93,44,91,45,49,53,54,46,52,53,49,48,57,44,50,48,46,57,54,56,55,53,56,93,44,91,45,49,53,54,46,53,57,49,48,51,49,44,50,49,46,48,57,50,52,49,49,93,44,91,45,49,53,54,46,55,51,53,48,49,55,44,50,49,46,48,48,53,55,50,57,93,44,91,45,49,53,54,46,55,50,49,55,51,55,44,50,48,46,56,52,50,52,51,54,93,44,91,45,49,53,54,46,53,55,55,50,50,52,44,50,48,46,55,52,51,49,51,93,93,93,44,91,91,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,44,91,45,49,53,55,46,50,50,48,50,49,50,44,50,49,46,50,55,56,52,57,54,93,44,91,45,49,53,55,46,51,48,53,50,53,50,44,50,49,46,50,53,50,56,56,49,93,44,91,45,49,53,55,46,51,54,54,53,52,57,44,50,49,46,49,48,48,57,53,54,93,44,91,45,49,53,55,46,51,50,49,50,52,52,44,50,49,46,48,53,48,54,55,54,93,44,91,45,49,53,55,46,48,55,50,49,52,57,44,50,49,46,48,53,55,53,57,55,93,44,91,45,49,53,54,46,57,49,52,53,51,53,44,50,48,46,57,57,55,53,56,52,93,44,91,45,49,53,54,46,56,51,54,57,53,52,44,50,49,93,44,91,45,49,53,54,46,54,55,50,53,56,54,44,50,49,46,48,57,53,55,49,55,93,44,91,45,49,53,54,46,55,50,50,48,55,54,44,50,49,46,50,50,54,48,54,50,93,44,91,45,49,53,54,46,56,55,49,49,57,53,44,50,49,46,50,51,49,56,56,55,93,44,91,45,49,53,54,46,57,49,55,49,44,50,49,46,49,54,51,55,49,93,44,91,45,49,53,55,46,48,49,52,54,49,50,44,50,49,46,49,56,50,51,52,57,93,44,91,45,49,53,55,46,48,49,53,48,53,56,44,50,49,46,50,54,49,49,57,52,93,93,93,44,91,91,91,45,49,53,55,46,49,49,54,49,56,55,44,50,48,46,57,48,50,56,49,51,93,44,91,45,49,53,54,46,57,57,52,52,51,52,44,50,48,46,54,57,51,53,55,53,93,44,91,45,49,53,54,46,56,55,53,44,50,48,46,54,57,48,57,54,53,93,44,91,45,49,53,54,46,55,53,44,50,48,46,56,48,55,54,48,53,93,44,91,45,49,53,54,46,56,50,51,51,50,57,44,50,48,46,57,51,48,56,48,56,93,44,91,45,49,53,54,46,57,49,51,51,50,51,44,50,48,46,57,55,55,57,54,51,93,44,91,45,49,53,55,46,48,51,53,50,54,56,44,50,48,46,57,56,51,51,48,50,93,44,91,45,49,53,55,46,49,49,54,49,56,55,44,50,48,46,57,48,50,56,49,51,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,76,97,102,111,117,114,99,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,49,52,44,34,98,101,100,115,34,58,50,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,44,91,45,57,48,46,55,54,54,56,52,57,44,50,57,46,54,57,53,52,55,55,93,44,91,45,57,48,46,54,49,57,51,48,57,44,50,57,46,53,57,56,48,57,50,93,44,91,45,57,48,46,51,56,53,53,51,57,44,50,57,46,51,54,55,55,52,57,93,44,91,45,57,48,46,52,48,57,52,49,51,44,50,57,46,50,51,57,55,51,56,93,44,91,45,57,48,46,52,48,57,51,56,44,50,56,46,57,57,53,51,52,93,44,91,45,57,48,46,50,48,48,54,57,54,44,50,57,46,48,51,54,49,56,52,93,44,91,45,57,48,46,48,56,57,48,57,50,44,50,57,46,48,57,52,54,52,56,93,44,91,45,57,48,46,48,57,48,51,51,55,44,50,57,46,49,56,48,53,55,52,93,44,91,45,57,48,46,48,48,48,48,54,56,44,50,57,46,50,57,52,57,49,50,93,44,91,45,57,48,46,48,50,48,54,50,50,44,50,57,46,52,50,56,52,54,49,93,44,91,45,57,48,46,49,51,55,53,48,52,44,50,57,46,52,55,55,49,54,51,93,44,91,45,57,48,46,49,55,48,51,56,55,44,50,57,46,54,56,51,53,50,51,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,51,52,54,49,57,49,44,50,57,46,54,57,51,51,48,50,93,44,91,45,57,48,46,51,55,49,57,55,56,44,50,57,46,55,53,57,50,51,57,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,54,53,54,51,49,50,44,50,57,46,56,56,57,50,52,54,93,44,91,45,57,48,46,56,56,53,53,56,57,44,50,57,46,57,48,53,51,53,51,93,44,91,45,57,49,46,48,48,54,55,52,51,44,50,57,46,55,49,52,55,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,77,117,115,99,97,116,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,57,53,48,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,44,91,45,57,49,46,51,54,56,53,50,49,44,52,49,46,52,50,51,49,55,56,93,44,91,45,57,49,46,51,54,57,51,51,50,44,52,49,46,51,51,54,48,54,51,93,44,91,45,57,49,46,48,55,50,48,52,53,44,52,49,46,51,51,51,53,57,57,93,44,91,45,57,49,46,48,52,56,50,53,57,44,52,49,46,52,48,57,55,52,56,93,44,91,45,57,48,46,55,56,54,50,56,50,44,52,49,46,52,53,50,56,56,56,93,44,91,45,57,48,46,55,56,51,56,49,50,44,52,49,46,53,57,54,53,51,49,93,44,91,45,57,48,46,56,57,57,56,53,51,44,52,49,46,53,57,55,49,51,51,93,44,91,45,57,49,46,51,54,54,52,52,56,44,52,49,46,53,57,56,51,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,82,111,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,52,52,50,44,34,98,101,100,115,34,58,51,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,44,91,45,56,55,46,50,56,50,50,57,44,51,48,46,57,50,52,56,50,57,93,44,91,45,56,55,46,51,49,50,52,48,57,44,51,48,46,55,51,52,55,55,93,44,91,45,56,55,46,50,54,48,54,55,55,44,51,48,46,54,50,49,51,54,51,93,44,91,45,56,55,46,49,50,52,57,54,56,44,51,48,46,53,48,48,49,57,54,93,44,91,45,56,55,46,49,55,56,57,54,56,44,51,48,46,51,51,52,53,57,57,93,44,91,45,56,54,46,57,50,48,49,49,51,44,51,48,46,51,56,54,53,54,55,93,44,91,45,56,54,46,57,49,54,54,48,55,44,51,48,46,51,49,56,55,50,52,93,44,91,45,56,54,46,56,48,48,53,53,52,44,51,48,46,51,51,52,52,57,50,93,44,91,45,56,54,46,55,56,53,54,57,50,44,51,48,46,57,57,54,57,56,93,44,91,45,56,55,46,49,54,51,54,53,51,44,51,48,46,57,57,57,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,49,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,44,91,45,56,54,46,57,50,52,49,56,54,44,51,56,46,53,48,53,51,53,56,93,44,91,45,56,54,46,54,56,50,51,53,57,44,51,56,46,53,50,54,51,55,56,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,57,48,52,50,53,50,44,51,56,46,57,48,52,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,82,111,99,107,99,97,115,116,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,56,50,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,53,48,50,57,51,50,44,51,55,46,51,50,56,56,48,49,93,44,91,45,56,52,46,50,56,57,48,55,54,44,51,55,46,49,53,49,55,52,93,44,91,45,56,52,46,50,49,54,50,52,49,44,51,55,46,50,56,48,50,53,54,93,44,91,45,56,52,46,49,51,55,56,57,56,44,51,55,46,51,49,57,55,53,57,93,44,91,45,56,52,46,49,57,57,52,56,57,44,51,55,46,53,50,50,56,53,56,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,51,34,44,34,78,65,77,69,34,58,34,84,114,105,109,98,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,44,91,45,56,53,46,52,53,50,48,56,55,44,51,56,46,55,48,57,55,56,53,93,44,91,45,56,53,46,52,50,56,50,56,51,44,51,56,46,53,56,54,51,50,53,93,44,91,45,56,53,46,52,51,51,49,56,57,44,51,56,46,53,50,52,51,55,53,93,44,91,45,56,53,46,51,49,52,48,48,54,44,51,56,46,52,57,50,53,57,50,93,44,91,45,56,53,46,49,54,56,50,55,44,51,56,46,53,56,53,52,52,56,93,44,91,45,56,53,46,51,51,51,48,57,57,44,51,56,46,55,51,54,50,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,67,104,97,116,116,111,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,49,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,44,91,45,56,53,46,53,50,55,50,54,49,44,51,52,46,53,56,56,54,56,51,93,44,91,45,56,53,46,53,49,51,54,49,50,44,51,52,46,53,50,51,56,50,53,93,44,91,45,56,53,46,52,54,50,50,48,55,44,51,52,46,50,56,54,51,56,54,93,44,91,45,56,53,46,49,56,48,53,52,56,44,51,52,46,52,51,53,57,57,54,93,44,91,45,56,53,46,49,48,55,55,52,56,44,51,52,46,53,56,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,105,108,108,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,55,49,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,44,91,45,55,57,46,54,51,51,52,49,51,44,51,52,46,50,57,55,57,57,52,93,44,91,45,55,57,46,53,52,55,57,51,44,51,52,46,50,51,48,57,49,51,93,44,91,45,55,57,46,52,56,48,55,49,50,44,51,52,46,50,56,56,48,56,49,93,44,91,45,55,57,46,49,50,56,49,54,53,44,51,52,46,50,53,51,54,53,50,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,57,46,52,53,48,48,50,52,44,51,52,46,54,50,49,48,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,57,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,44,91,45,55,55,46,53,48,50,55,55,49,44,51,52,46,57,54,57,54,51,53,93,44,91,45,55,55,46,51,54,54,55,54,56,44,51,52,46,57,48,56,54,53,93,44,91,45,55,55,46,50,54,55,52,51,51,44,51,52,46,57,50,53,53,51,55,93,44,91,45,55,55,46,49,54,53,57,56,54,44,51,52,46,55,56,53,48,51,50,93,44,91,45,55,55,46,48,55,56,50,54,51,44,51,52,46,56,49,49,51,50,50,93,44,91,45,55,55,46,49,48,56,56,53,49,44,51,52,46,56,51,48,55,56,93,44,91,45,55,55,46,49,48,57,49,56,57,44,51,53,46,48,54,55,50,48,54,93,44,91,45,55,55,46,49,56,55,54,55,57,44,51,53,46,48,56,49,48,56,54,93,44,91,45,55,55,46,52,55,51,54,57,50,44,51,53,46,50,50,56,57,56,53,93,44,91,45,55,55,46,54,48,49,50,56,50,44,51,53,46,48,55,49,51,54,56,93,44,91,45,55,55,46,55,51,49,48,50,54,44,51,53,46,48,48,56,49,51,56,93,44,91,45,55,55,46,54,55,52,56,48,53,44,51,52,46,57,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,83,99,111,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,44,91,45,57,50,46,51,53,48,56,48,55,44,52,48,46,53,57,55,50,55,53,93,44,91,45,57,50,46,51,52,57,57,55,53,44,52,48,46,51,52,54,53,48,53,93,44,91,45,57,50,46,51,52,55,56,48,49,44,52,48,46,51,48,50,55,53,54,93,44,91,45,57,49,46,57,52,57,55,52,55,44,52,48,46,51,48,48,56,51,50,93,44,91,45,57,49,46,57,52,51,49,49,50,44,52,48,46,54,48,53,56,50,55,93,44,91,45,57,50,46,49,55,57,55,56,44,52,48,46,54,48,48,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,101,109,97,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,48,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,53,46,55,56,57,49,48,49,44,51,57,46,53,54,53,57,49,54,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,55,56,56,49,49,49,44,52,48,46,48,48,48,52,54,50,93,44,91,45,57,54,46,48,49,48,54,56,44,52,48,46,48,48,48,54,53,49,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,78,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,49,48,48,46,49,56,48,51,53,49,44,51,57,46,53,54,54,56,57,93,44,91,45,49,48,48,46,49,54,49,54,54,55,44,51,57,46,53,54,55,50,55,55,93,44,91,45,57,57,46,54,50,55,57,53,51,44,51,57,46,53,54,55,52,51,55,93,44,91,45,57,57,46,54,50,53,51,50,52,44,52,48,46,48,48,49,56,53,57,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,65,103,117,97,115,32,66,117,101,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,44,91,45,54,54,46,49,52,51,56,54,49,44,49,56,46,50,55,57,53,57,93,44,91,45,54,54,46,49,57,48,54,55,54,44,49,56,46,50,53,56,56,52,93,44,91,45,54,54,46,49,54,57,49,50,54,44,49,56,46,50,50,52,50,57,93,44,91,45,54,54,46,49,49,55,55,55,52,44,49,56,46,50,48,57,57,52,57,93,44,91,45,54,54,46,48,54,54,49,48,51,44,49,56,46,51,48,51,51,50,49,93,44,91,45,54,54,46,48,56,48,52,55,53,44,49,56,46,50,57,55,50,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,116,97,195,177,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,44,91,45,54,54,46,49,50,57,52,48,51,44,49,56,46,52,54,53,54,51,50,93,44,91,45,54,54,46,49,54,57,53,49,54,44,49,56,46,52,51,48,57,57,56,93,44,91,45,54,54,46,49,51,49,53,56,44,49,56,46,52,50,52,54,53,54,93,44,91,45,54,54,46,49,48,56,50,56,49,44,49,56,46,52,51,56,57,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,70,117,114,110,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,55,56,54,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,49,57,51,53,57,57,44,52,48,46,48,48,49,54,54,51,93,44,91,45,49,48,48,46,49,55,55,55,57,52,44,52,48,46,48,48,49,54,48,50,93,44,91,45,57,57,46,54,50,56,50,53,52,44,52,48,46,48,48,49,56,52,55,93,44,91,45,57,57,46,54,51,48,52,53,57,44,52,48,46,51,53,49,49,50,93,44,91,45,57,57,46,54,52,50,50,48,57,44,52,48,46,51,53,49,50,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,51,51,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,44,91,45,56,52,46,55,53,53,57,49,55,44,51,48,46,56,56,53,50,55,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,53,52,50,54,53,51,44,51,49,46,48,55,57,48,50,57,93,44,91,45,56,52,46,55,51,48,56,53,53,44,51,49,46,48,54,57,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,54,49,51,44,34,98,101,100,115,34,58,51,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,49,56,53,48,56,57,44,51,57,46,55,49,53,53,49,53,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,52,46,56,49,52,51,55,51,44,51,57,46,55,50,54,54,50,93,44,91,45,56,52,46,56,49,50,52,49,44,51,57,46,57,49,54,57,49,53,93,44,91,45,56,52,46,56,49,48,56,50,53,44,52,48,46,48,48,53,48,55,55,93,44,91,45,56,53,46,50,48,49,52,55,51,44,52,48,46,48,48,52,53,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,54,56,48,44,34,98,101,100,115,34,58,49,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,44,91,45,56,54,46,49,54,54,55,52,44,51,54,46,57,51,52,48,49,53,93,44,91,45,56,54,46,48,55,48,50,57,51,44,51,54,46,56,55,56,49,56,56,93,44,91,45,56,54,46,48,54,57,57,53,55,44,51,54,46,56,48,53,55,56,51,93,44,91,45,56,53,46,57,55,54,57,49,44,51,54,46,55,50,50,55,50,50,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,57,48,54,51,51,54,44,51,55,46,49,52,56,51,55,55,93,44,91,45,56,54,46,48,53,54,52,52,51,44,51,55,46,49,54,55,50,48,56,93,44,91,45,56,54,46,49,49,51,53,49,50,44,51,55,46,48,54,49,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,48,53,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,44,91,45,57,56,46,55,52,56,53,50,54,44,52,49,46,48,52,54,54,52,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,55,52,52,51,51,44,52,49,46,51,57,52,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,117,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,56,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,44,91,45,49,48,50,46,54,52,50,54,54,57,44,52,55,46,54,55,52,48,49,50,93,44,91,45,49,48,51,46,48,57,57,54,55,44,52,55,46,54,55,52,53,49,56,93,44,91,45,49,48,51,46,48,57,57,49,57,55,44,52,55,46,51,50,56,55,49,52,93,44,91,45,49,48,51,46,48,51,50,51,54,54,44,52,55,46,51,50,56,54,56,54,93,44,91,45,49,48,51,46,48,51,50,54,56,49,44,52,54,46,57,56,48,53,56,93,44,91,45,49,48,50,46,53,50,53,51,54,52,44,52,54,46,57,56,49,50,56,56,93,44,91,45,49,48,50,46,49,52,52,55,55,49,44,52,55,46,48,49,48,51,48,55,93,44,91,45,49,48,50,46,49,52,52,52,53,51,44,52,55,46,51,50,56,48,55,57,93,44,91,45,49,48,50,46,50,48,53,53,53,54,44,52,55,46,51,50,56,48,55,49,93,44,91,45,49,48,50,46,50,48,53,51,53,44,52,55,46,53,55,52,53,48,54,93,44,91,45,49,48,50,46,50,54,53,52,53,50,44,52,55,46,54,50,52,51,48,55,93,44,91,45,49,48,50,46,50,54,48,57,53,49,44,52,55,46,55,56,49,52,48,57,93,44,91,45,49,48,50,46,51,56,53,55,53,56,44,52,55,46,55,53,56,48,48,56,93,44,91,45,49,48,50,46,54,52,50,50,54,54,44,52,55,46,56,50,51,55,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,109,97,100,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,57,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,44,91,45,49,50,49,46,48,50,55,48,56,52,44,51,56,46,51,48,48,50,53,50,93,44,91,45,49,50,48,46,57,57,53,52,57,55,44,51,56,46,50,50,53,52,48,50,93,44,91,45,49,50,48,46,54,52,54,54,49,51,44,51,56,46,51,51,52,53,56,54,93,44,91,45,49,50,48,46,53,48,52,54,52,44,51,56,46,52,51,57,51,55,56,93,44,91,45,49,50,48,46,48,55,50,52,56,52,44,51,56,46,53,48,57,56,54,57,93,44,91,45,49,50,48,46,48,55,50,51,57,50,44,51,56,46,55,48,50,55,54,55,93,44,91,45,49,50,48,46,50,55,52,53,50,50,44,51,56,46,53,53,57,52,53,50,93,44,91,45,49,50,48,46,54,50,56,52,50,56,44,51,56,46,53,48,51,50,48,52,93,44,91,45,49,50,48,46,56,50,51,50,56,51,44,51,56,46,53,53,57,54,56,55,93,44,91,45,49,50,49,46,48,50,55,53,48,55,44,51,56,46,53,48,56,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,101,110,116,114,101,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,48,56,50,52,57,55,44,51,54,46,49,57,54,49,55,49,93,44,91,45,56,53,46,49,49,57,53,56,51,44,51,54,46,49,52,52,55,49,57,93,44,91,45,56,53,46,49,48,48,50,49,51,44,51,54,46,49,51,56,53,54,49,93,44,91,45,56,52,46,57,48,55,55,53,51,44,51,54,46,49,53,54,50,57,51,93,44,91,45,56,52,46,56,54,54,49,48,52,44,51,54,46,50,57,50,57,50,56,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,57,52,51,49,52,52,44,51,54,46,53,56,49,50,55,93,44,91,45,56,53,46,48,52,51,57,50,52,44,51,54,46,53,53,56,55,57,49,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,57,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,44,91,45,57,53,46,57,53,56,56,54,50,44,51,56,46,49,55,48,57,51,57,93,44,91,45,57,53,46,57,53,57,48,52,54,44,51,56,46,48,52,48,49,57,53,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,53,48,56,50,54,55,44,51,56,46,52,51,51,57,51,51,93,44,91,45,57,53,46,57,53,48,50,56,50,44,51,56,46,52,51,52,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,114,97,110,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,56,52,44,34,98,101,100,115,34,58,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,44,91,45,56,53,46,50,57,50,49,55,57,44,52,49,46,55,53,57,56,56,57,93,44,91,45,56,53,46,49,57,54,55,55,52,44,52,49,46,55,53,57,54,52,52,93,44,91,45,56,52,46,56,50,53,49,51,44,52,49,46,55,53,57,57,57,57,93,44,91,45,56,52,46,56,50,54,52,57,49,44,52,50,46,48,55,50,52,54,56,93,44,91,45,56,53,46,50,57,51,54,50,54,44,52,50,46,48,55,49,53,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,97,109,112,98,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,49,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,52,52,50,56,53,57,44,51,55,46,48,53,53,56,54,55,93,44,91,45,55,57,46,51,51,50,49,54,49,44,51,55,46,49,50,53,53,54,56,93,44,91,45,55,57,46,48,57,50,50,54,52,44,51,55,46,48,54,49,52,57,56,93,44,91,45,55,56,46,57,48,52,53,56,55,44,51,55,46,48,50,50,50,56,56,93,44,91,45,55,56,46,56,50,52,50,48,57,44,51,55,46,50,48,53,51,54,49,93,44,91,45,55,56,46,57,50,54,52,54,44,51,55,46,50,55,55,48,55,49,93,44,91,45,55,57,46,48,50,49,54,56,55,44,51,55,46,52,50,57,50,52,51,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,101,105,103,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,48,57,53,52,54,53,44,51,57,46,48,48,50,55,55,56,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,48,48,53,57,57,44,51,57,46,48,50,57,51,56,55,93,44,91,45,56,49,46,57,48,48,53,57,53,44,51,56,46,57,51,55,54,55,49,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,55,56,49,56,50,44,51,56,46,57,54,52,57,51,53,93,44,91,45,56,49,46,55,52,55,50,53,52,44,51,57,46,48,57,53,51,55,57,93,44,91,45,56,49,46,55,53,54,48,56,44,51,57,46,49,56,48,53,54,93,44,91,45,56,50,46,50,54,56,53,56,51,44,51,57,46,50,48,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,78,105,99,104,111,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,50,52,44,34,98,101,100,115,34,58,49,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,44,91,45,56,48,46,57,49,49,51,54,49,44,51,56,46,52,49,52,55,56,53,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,48,55,53,48,51,57,44,51,56,46,49,57,54,49,51,54,93,44,91,45,56,48,46,57,56,51,52,55,50,44,51,56,46,50,50,50,53,52,93,44,91,45,56,48,46,56,56,50,49,56,55,44,51,56,46,49,48,51,52,53,55,93,44,91,45,56,48,46,55,49,49,57,54,49,44,51,56,46,48,55,57,49,50,57,93,44,91,45,56,48,46,52,51,54,53,49,52,44,51,56,46,50,54,55,51,51,52,93,44,91,45,56,48,46,54,48,57,51,55,56,44,51,56,46,51,53,56,54,48,54,93,44,91,45,56,48,46,54,53,48,55,56,54,44,51,56,46,53,50,54,53,57,93,44,91,45,56,48,46,55,56,53,49,55,55,44,51,56,46,53,53,55,54,52,57,93,44,91,45,56,48,46,56,56,49,50,51,50,44,51,56,46,53,48,55,48,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,49,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,55,46,52,54,50,51,52,54,44,51,54,46,57,57,56,55,48,49,93,44,91,45,57,55,46,56,48,50,51,49,51,44,51,54,46,57,57,56,55,49,56,93,44,91,45,57,56,46,49,49,49,57,56,53,44,51,54,46,57,57,56,48,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,112,105,110,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,56,46,55,48,53,55,54,50,44,52,52,46,54,51,52,49,53,57,93,44,91,45,57,55,46,57,55,55,55,57,49,44,52,52,46,54,51,49,54,48,50,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,87,105,110,100,115,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,50,55,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,50,46,55,56,50,56,49,50,44,52,51,46,56,48,52,51,51,56,93,44,91,45,55,50,46,56,50,48,48,52,51,44,52,51,46,55,49,54,56,51,52,93,44,91,45,55,50,46,55,48,48,57,52,53,44,52,51,46,54,56,50,56,51,49,93,44,91,45,55,50,46,55,56,56,57,56,55,44,52,51,46,53,48,48,48,55,93,44,91,45,55,50,46,55,53,57,55,57,57,44,52,51,46,51,53,52,49,52,52,93,44,91,45,55,50,46,56,54,55,57,48,50,44,52,51,46,51,48,48,55,52,50,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,54,56,53,54,51,55,44,52,51,46,50,50,50,52,57,53,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,51,55,51,56,44,52,51,46,53,55,57,49,49,57,93,44,91,45,55,50,46,51,50,57,56,57,57,44,52,51,46,54,48,48,50,49,52,93,44,91,45,55,50,46,51,48,53,49,51,51,44,52,51,46,54,57,53,51,50,49,93,44,91,45,55,50,46,50,48,53,50,49,57,44,52,51,46,55,55,48,57,54,52,93,44,91,45,55,50,46,55,56,51,50,48,56,44,52,51,46,57,50,56,57,54,55,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,57,53,51,48,56,51,44,52,51,46,56,55,52,56,55,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,53,34,44,34,78,65,77,69,34,58,34,84,114,105,110,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,44,91,45,57,53,46,50,48,48,49,56,44,51,48,46,56,50,52,53,54,54,93,44,91,45,57,52,46,57,51,57,49,50,55,44,51,49,46,48,52,50,48,52,56,93,44,91,45,57,52,46,56,52,50,57,52,55,44,51,49,46,49,52,54,53,55,56,93,44,91,45,57,52,46,56,57,57,48,49,55,44,51,49,46,51,50,54,57,55,50,93,44,91,45,57,52,46,57,53,56,49,49,44,51,49,46,51,56,54,57,51,93,44,91,45,57,53,46,52,51,52,55,56,49,44,51,49,46,48,53,56,48,57,56,93,44,91,45,57,53,46,52,51,52,51,51,53,44,51,48,46,57,51,55,52,48,53,93,44,91,45,57,53,46,51,50,55,52,56,44,51,48,46,56,53,57,53,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,114,110,97,108,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,55,54,57,50,44,34,98,101,100,115,34,58,50,48,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,48,50,52,52,56,49,44,51,52,46,56,54,57,57,53,51,93,44,91,45,49,48,54,46,55,50,48,54,54,54,44,51,52,46,56,55,48,48,53,51,93,44,91,45,49,48,54,46,54,56,53,56,48,49,44,51,52,46,57,48,54,51,53,56,93,44,91,45,49,48,54,46,52,50,57,52,56,54,44,51,52,46,57,48,51,52,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,49,52,57,55,51,55,44,51,52,46,56,55,48,49,52,50,93,44,91,45,49,48,54,46,50,52,51,55,54,50,44,51,52,46,57,53,51,51,53,53,93,44,91,45,49,48,54,46,50,52,51,56,55,52,44,51,53,46,48,52,48,48,48,51,93,44,91,45,49,48,54,46,50,52,52,50,49,54,44,51,53,46,50,49,53,54,53,55,93,44,91,45,49,48,55,46,49,57,55,50,52,52,44,51,53,46,50,49,57,52,53,57,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,77,105,116,99,104,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,52,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,44,91,45,56,52,46,49,57,55,57,56,54,44,51,49,46,51,53,55,53,50,49,93,44,91,45,56,52,46,51,52,48,53,53,50,44,51,49,46,51,48,53,51,52,49,93,44,91,45,56,52,46,53,48,56,48,55,56,44,51,49,46,48,55,56,52,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,48,48,51,54,50,55,44,51,49,46,48,55,55,50,57,93,44,91,45,56,51,46,57,57,57,52,51,44,51,49,46,51,51,52,57,54,54,93,44,91,45,56,51,46,57,57,55,55,57,54,44,51,49,46,52,52,51,55,53,51,93,44,91,45,56,52,46,49,52,49,49,50,52,44,51,49,46,52,52,48,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,53,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,72,97,119,97,105,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,72,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,55,54,53,56,44,34,98,101,100,115,34,58,53,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,53,53,46,52,51,50,56,54,50,44,50,48,46,49,52,53,50,48,55,93,44,91,45,49,53,53,46,53,55,56,55,54,56,44,50,48,46,49,56,48,49,52,55,93,44,91,45,49,53,53,46,55,53,49,52,54,52,44,50,48,46,50,57,52,52,55,93,44,91,45,49,53,53,46,56,51,54,55,56,51,44,50,48,46,51,50,49,50,50,54,93,44,91,45,49,53,53,46,57,52,55,57,54,50,44,50,48,46,50,54,49,54,53,50,93,44,91,45,49,53,53,46,57,53,55,55,49,57,44,50,48,46,49,54,55,54,49,52,93,44,91,45,49,53,53,46,56,56,52,51,49,49,44,50,48,46,48,49,56,51,50,55,93,44,91,45,49,53,53,46,57,54,50,52,50,55,44,49,57,46,57,48,57,49,53,50,93,44,91,45,49,53,54,46,49,48,55,50,52,44,49,57,46,55,57,48,52,48,50,93,44,91,45,49,53,54,46,49,49,57,48,55,53,44,49,57,46,55,49,57,51,48,49,93,44,91,45,49,53,54,46,48,51,53,56,57,53,44,49,57,46,53,57,55,57,54,49,93,44,91,45,49,53,53,46,57,52,51,50,49,51,44,49,57,46,51,52,52,50,50,55,93,44,91,45,49,53,53,46,57,55,52,48,52,49,44,49,57,46,49,48,55,55,56,57,93,44,91,45,49,53,53,46,57,50,53,57,51,49,44,49,57,46,48,48,56,49,53,52,93,44,91,45,49,53,53,46,55,51,57,57,55,49,44,49,56,46,57,49,54,56,57,49,93,44,91,45,49,53,53,46,54,57,52,50,53,55,44,49,56,46,56,54,54,55,56,54,93,44,91,45,49,53,53,46,53,54,53,54,44,49,56,46,57,51,52,53,49,55,93,44,91,45,49,53,53,46,52,57,52,56,55,56,44,49,57,46,48,55,49,53,56,54,93,44,91,45,49,53,53,46,50,53,56,48,49,53,44,49,57,46,50,50,50,49,55,49,93,44,91,45,49,53,53,46,49,56,50,48,57,56,44,49,57,46,50,48,57,57,53,52,93,44,91,45,49,53,52,46,57,51,57,54,54,51,44,49,57,46,51,49,50,56,51,52,93,44,91,45,49,53,52,46,55,55,53,55,53,49,44,49,57,46,52,53,55,49,49,51,93,44,91,45,49,53,52,46,55,53,57,51,51,51,44,49,57,46,53,51,54,52,54,50,93,44,91,45,49,53,52,46,57,50,56,57,51,53,44,49,57,46,54,55,51,54,48,53,93,44,91,45,49,53,53,46,48,51,49,54,50,44,49,57,46,56,55,53,93,44,91,45,49,53,53,46,49,52,48,51,51,44,49,57,46,57,56,57,52,56,49,93,44,91,45,49,53,53,46,52,51,50,56,54,50,44,50,48,46,49,52,53,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,77,99,67,114,101,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,50,50,55,50,57,50,44,51,54,46,53,57,50,48,52,53,93,44,91,45,56,52,46,51,53,48,48,48,54,44,51,54,46,55,56,48,54,56,49,93,44,91,45,56,52,46,50,57,55,52,49,54,44,51,54,46,57,52,53,57,51,49,93,44,91,45,56,52,46,51,53,56,48,50,52,44,51,54,46,57,53,57,52,93,44,91,45,56,52,46,53,55,56,49,53,56,44,51,54,46,56,54,55,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,80,101,110,100,108,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,44,91,45,56,52,46,52,55,54,50,57,57,44,51,56,46,53,52,50,55,50,51,93,44,91,45,56,52,46,50,48,53,51,52,54,44,51,56,46,53,56,50,48,51,57,93,44,91,45,56,52,46,50,51,48,52,49,49,44,51,56,46,56,50,55,52,51,55,93,44,91,45,56,52,46,50,51,49,57,49,55,44,51,56,46,56,55,52,56,54,54,93,44,91,45,56,52,46,52,49,56,49,48,55,44,51,56,46,56,48,54,53,57,54,93,44,91,45,56,52,46,53,51,50,50,56,56,44,51,56,46,55,57,49,57,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,53,34,44,34,78,65,77,69,34,58,34,83,112,101,110,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,50,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,44,91,45,56,53,46,52,50,52,48,53,52,44,51,56,46,49,52,55,52,51,56,93,44,91,45,56,53,46,52,50,56,56,51,44,51,56,46,49,49,56,51,56,51,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,51,57,57,56,55,49,44,51,55,46,57,51,57,57,53,54,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,49,48,49,54,52,54,44,51,56,46,48,51,55,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,57,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,44,91,45,49,49,48,46,55,52,51,48,54,52,44,52,56,46,57,57,56,54,48,54,93,44,91,45,49,49,48,46,55,53,53,56,55,51,44,52,56,46,50,49,57,54,48,49,93,44,91,45,49,49,48,46,54,50,53,52,48,57,44,52,56,46,51,48,54,52,55,57,93,44,91,45,49,48,57,46,56,52,53,57,51,50,44,52,56,46,51,48,53,57,55,49,93,44,91,45,49,48,57,46,55,50,54,57,52,51,44,52,56,46,50,50,49,53,50,53,93,44,91,45,49,48,57,46,55,50,54,57,49,52,44,52,56,46,49,51,50,56,53,57,93,44,91,45,49,48,57,46,53,51,52,50,57,53,44,52,56,46,49,51,52,53,54,52,93,44,91,45,49,48,57,46,53,49,56,55,56,44,52,56,46,51,57,52,55,50,54,93,44,91,45,49,48,57,46,52,54,52,51,49,56,44,52,56,46,52,53,50,54,51,56,93,44,91,45,49,48,57,46,53,48,53,51,51,51,44,52,56,46,53,54,55,57,49,93,44,91,45,49,48,57,46,52,56,57,53,53,44,52,57,46,48,48,48,50,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,50,52,44,34,98,101,100,115,34,58,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,44,91,45,57,57,46,50,48,51,50,54,49,44,52,49,46,51,57,52,49,52,93,44,91,45,57,56,46,55,53,49,53,53,56,44,52,49,46,51,57,52,48,56,52,93,44,91,45,57,56,46,55,53,50,50,50,53,44,52,49,46,55,52,48,51,55,50,93,44,91,45,57,56,46,55,53,57,49,51,51,44,52,49,46,55,52,48,51,56,50,93,44,91,45,57,57,46,50,49,50,48,49,54,44,52,49,46,55,52,48,54,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,67,97,115,116,114,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,56,55,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,44,91,45,49,48,50,46,53,50,53,54,51,49,44,51,52,46,51,49,51,48,51,52,93,44,91,45,49,48,50,46,48,57,48,52,49,53,44,51,52,46,51,49,51,49,51,50,93,44,91,45,49,48,49,46,57,57,56,48,50,44,51,52,46,51,49,51,48,51,57,93,44,91,45,49,48,49,46,57,57,56,52,57,51,44,51,52,46,55,52,56,49,57,93,44,91,45,49,48,50,46,49,54,56,56,51,57,44,51,52,46,55,52,55,52,49,55,93,44,91,45,49,48,50,46,53,50,53,49,56,52,44,51,52,46,55,52,54,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,56,49,49,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,55,46,56,56,57,49,51,53,44,51,57,46,53,57,55,52,53,51,93,44,91,45,55,55,46,56,50,53,53,55,50,44,51,57,46,52,57,51,50,56,57,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,53,55,48,49,56,50,44,51,57,46,54,49,57,57,57,56,93,44,91,45,55,55,46,52,54,57,49,52,53,44,51,57,46,55,50,48,48,49,56,93,44,91,45,55,56,46,48,57,57,52,48,51,44,51,57,46,55,50,50,48,57,57,93,44,91,45,55,56,46,51,52,50,56,51,52,44,51,57,46,55,50,50,50,54,51,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,49,55,49,53,52,57,44,51,57,46,54,57,53,54,52,51,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,76,101,116,99,104,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,55,54,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,44,91,45,56,51,46,48,48,48,49,52,50,44,51,55,46,49,57,53,55,49,93,44,91,45,56,51,46,49,50,50,48,57,44,51,55,46,48,48,48,57,57,55,93,44,91,45,56,50,46,57,51,57,52,54,54,44,51,55,46,48,49,53,53,50,93,44,91,45,56,50,46,56,54,57,49,57,50,44,51,54,46,57,55,52,49,56,54,93,44,91,45,56,50,46,55,52,50,55,53,57,44,51,55,46,48,52,50,55,57,54,93,44,91,45,56,50,46,55,49,53,49,52,57,44,51,55,46,49,50,49,56,52,56,93,44,91,45,56,50,46,53,54,53,51,55,57,44,51,55,46,49,57,54,48,57,57,93,44,91,45,56,50,46,55,51,50,54,57,51,44,51,55,46,50,55,49,53,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,83,97,108,101,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,51,51,54,44,34,98,101,100,115,34,58,50,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,44,91,45,55,53,46,53,53,56,55,55,51,44,51,57,46,54,50,57,57,56,55,93,44,91,45,55,53,46,53,49,50,55,55,44,51,57,46,53,55,56,50,57,93,44,91,45,55,53,46,53,54,48,53,51,56,44,51,57,46,52,53,53,54,52,53,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,50,51,56,52,51,52,44,51,57,46,53,53,57,48,51,57,93,44,91,45,55,53,46,48,56,51,56,50,51,44,51,57,46,52,53,55,51,53,52,93,44,91,45,55,53,46,48,54,49,56,53,52,44,51,57,46,53,54,56,55,52,54,93,44,91,45,55,53,46,49,57,57,55,57,51,44,51,57,46,54,54,54,57,57,54,93,44,91,45,55,53,46,51,54,55,50,51,57,44,51,57,46,55,49,55,53,54,53,93,44,91,45,55,53,46,52,48,53,52,56,57,44,51,57,46,55,57,54,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,48,34,44,34,78,65,77,69,34,58,34,76,121,110,99,104,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,49,51,49,44,34,98,101,100,115,34,58,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,44,91,45,55,57,46,50,53,55,57,53,53,44,51,55,46,51,53,53,56,49,54,93,44,91,45,55,57,46,48,56,53,49,50,51,44,51,55,46,51,57,52,56,55,53,93,44,91,45,55,57,46,49,56,53,55,48,50,44,51,55,46,52,54,53,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,83,97,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,56,48,48,57,44,34,98,101,100,115,34,58,50,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,44,91,45,57,50,46,57,54,57,50,53,44,51,52,46,55,55,50,50,54,54,93,44,91,45,57,50,46,57,55,57,57,48,50,44,51,52,46,54,51,55,50,50,50,93,44,91,45,57,50,46,56,48,56,48,50,56,44,51,52,46,53,57,48,52,48,54,93,44,91,45,57,50,46,55,57,51,49,57,55,44,51,52,46,53,48,51,54,48,54,93,44,91,45,57,50,46,54,54,56,55,49,49,44,51,52,46,52,49,52,50,51,55,93,44,91,45,57,50,46,53,56,57,52,49,56,44,51,52,46,52,53,53,54,52,49,93,44,91,45,57,50,46,52,48,52,54,56,44,51,52,46,52,53,49,57,49,54,93,44,91,45,57,50,46,50,52,53,56,49,56,44,51,52,46,52,57,51,53,48,54,93,44,91,45,57,50,46,51,52,56,55,52,57,44,51,52,46,53,56,50,50,57,93,44,91,45,57,50,46,54,53,52,51,50,52,44,51,52,46,55,54,52,53,52,49,93,44,91,45,57,50,46,55,51,57,55,55,57,44,51,52,46,56,53,51,52,53,57,93,44,91,45,57,51,46,48,55,51,56,55,55,44,51,52,46,56,53,56,48,57,49,93,44,91,45,57,51,46,48,55,53,49,55,56,44,51,52,46,55,55,49,56,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,51,57,44,34,98,101,100,115,34,58,50,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,44,91,45,56,49,46,57,48,48,53,57,53,44,51,56,46,57,51,55,54,55,49,93,44,91,45,56,50,46,48,48,53,57,57,44,51,57,46,48,50,57,51,56,55,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,49,52,52,49,54,55,44,51,56,46,56,52,49,56,56,93,44,91,45,56,50,46,50,50,49,53,54,54,44,51,56,46,55,56,55,49,56,55,93,44,91,45,56,50,46,49,55,49,57,54,54,44,51,56,46,54,50,53,51,56,52,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,48,53,53,49,50,55,44,51,56,46,52,55,52,53,52,55,93,44,91,45,56,50,46,48,54,52,53,54,50,44,51,56,46,54,48,55,57,56,53,93,44,91,45,56,49,46,57,53,53,55,57,49,44,51,56,46,54,53,55,51,53,53,93,44,91,45,56,49,46,55,55,50,56,52,51,44,51,56,46,54,56,48,56,52,51,93,44,91,45,56,49,46,57,48,56,54,52,53,44,51,56,46,56,55,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,105,108,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,48,46,55,48,49,53,50,50,44,51,56,46,56,55,57,48,52,53,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,55,49,54,56,49,53,44,51,57,46,48,48,56,52,51,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,56,49,50,57,55,44,51,57,46,49,48,57,52,48,49,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,52,54,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,44,91,45,57,49,46,51,52,53,50,49,52,44,51,49,46,56,52,51,56,54,49,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,50,57,53,53,55,44,51,49,46,54,54,57,56,55,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,48,46,55,51,55,51,51,44,51,49,46,54,49,49,49,50,52,93,44,91,45,57,48,46,55,51,54,56,50,52,44,51,49,46,54,57,56,52,57,49,93,44,91,45,57,48,46,55,51,54,50,56,50,44,51,49,46,55,56,54,49,51,52,93,44,91,45,57,49,46,48,49,51,54,55,54,44,51,49,46,56,54,49,56,53,50,93,44,91,45,57,49,46,50,52,56,49,52,52,44,51,49,46,56,54,57,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,111,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,51,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,44,91,45,49,48,48,46,49,56,51,48,51,52,44,52,56,46,55,49,56,57,48,57,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,57,57,46,53,50,53,56,57,53,44,52,56,46,55,49,56,51,56,52,93,44,91,45,57,57,46,53,50,53,55,55,57,44,52,56,46,57,57,57,51,48,55,93,44,91,45,49,48,48,46,49,56,50,54,48,56,44,52,56,46,57,57,57,50,48,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,84,114,101,97,115,117,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,52,54,54,57,57,54,44,52,54,46,49,50,57,57,57,53,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,52,50,53,49,50,56,44,52,53,46,57,53,54,54,55,52,93,44,91,45,49,48,55,46,49,55,54,51,53,56,44,52,53,46,57,53,54,55,54,49,93,44,91,45,49,48,54,46,57,51,57,48,57,53,44,52,53,46,56,55,48,48,52,49,93,44,91,45,49,48,54,46,57,51,57,48,54,55,44,52,54,46,49,51,54,54,54,55,93,44,91,45,49,48,55,46,48,48,53,53,51,52,44,52,54,46,49,51,54,54,54,57,93,44,91,45,49,48,55,46,48,50,56,52,50,50,44,52,54,46,51,57,53,52,54,93,44,91,45,49,48,55,46,49,53,51,52,52,52,44,52,54,46,51,57,53,54,49,51,93,44,91,45,49,48,55,46,49,55,52,53,51,49,44,52,54,46,52,56,50,55,49,51,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,56,55,50,44,34,98,101,100,115,34,58,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,44,91,45,56,52,46,51,51,55,51,57,51,44,51,55,46,56,57,50,48,48,55,93,44,91,45,56,52,46,48,56,48,51,51,55,44,51,55,46,56,53,51,48,54,54,93,44,91,45,56,52,46,48,48,49,57,54,55,44,51,55,46,56,51,55,53,57,50,93,44,91,45,56,51,46,57,54,54,51,49,44,51,55,46,57,51,48,55,54,56,93,44,91,45,56,52,46,48,56,48,53,50,55,44,51,56,46,49,49,53,49,49,56,93,44,91,45,56,52,46,50,56,54,52,54,49,44,51,56,46,48,54,55,48,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,114,111,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,51,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,44,91,45,54,54,46,52,53,53,55,48,51,44,49,56,46,50,53,55,55,50,54,93,44,91,45,54,54,46,51,55,55,55,49,50,44,49,56,46,50,57,51,57,55,54,93,44,91,45,54,54,46,51,54,53,50,55,50,44,49,56,46,51,51,51,50,50,57,93,44,91,45,54,54,46,51,55,55,48,53,56,44,49,56,46,51,52,52,50,52,54,93,44,91,45,54,54,46,52,52,51,56,44,49,56,46,51,55,49,48,50,55,93,44,91,45,54,54,46,52,54,51,50,49,49,44,49,56,46,51,55,49,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,101,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,50,53,48,44,34,98,101,100,115,34,58,54,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,44,91,45,56,55,46,48,53,56,55,49,54,44,52,50,46,55,54,53,50,48,50,93,44,91,45,56,55,46,48,52,51,56,57,57,44,52,50,46,54,54,51,55,50,57,93,44,91,45,56,55,46,48,49,57,57,51,53,44,52,50,46,52,57,51,52,57,56,93,44,91,45,56,55,46,48,52,48,48,52,54,44,52,50,46,52,49,54,57,57,51,93,44,91,45,56,53,46,55,54,52,54,57,55,44,52,50,46,52,50,48,55,49,53,93,44,91,45,56,53,46,53,52,51,49,57,49,44,52,50,46,52,50,49,52,51,51,93,44,91,45,56,53,46,53,52,53,53,54,52,44,52,50,46,55,54,56,49,51,57,93,44,91,45,56,53,46,55,56,50,52,57,56,44,52,50,46,55,54,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,49,49,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,44,91,45,56,56,46,50,49,50,53,53,57,44,51,54,46,49,50,48,50,57,93,44,91,45,56,56,46,50,49,55,52,51,54,44,51,53,46,56,52,54,53,56,50,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,55,46,57,54,50,55,52,44,51,53,46,56,52,48,57,50,49,93,44,91,45,56,55,46,57,50,53,56,51,53,44,51,53,46,57,51,48,52,51,50,93,44,91,45,56,56,46,48,48,48,56,48,57,44,51,54,46,48,50,56,48,56,57,93,44,91,45,56,55,46,57,49,57,48,52,51,44,51,54,46,49,51,48,48,52,57,93,44,91,45,56,55,46,57,52,57,54,48,51,44,51,54,46,50,52,51,49,54,93,44,91,45,56,55,46,57,56,48,55,52,44,51,54,46,51,53,51,51,48,55,93,44,91,45,56,55,46,57,57,48,57,50,44,51,54,46,51,54,48,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,114,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,50,49,49,44,34,98,101,100,115,34,58,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,52,46,56,54,54,50,53,57,44,52,52,46,50,56,50,51,55,50,93,44,91,45,57,53,46,49,48,55,52,56,44,52,52,46,50,56,49,55,54,56,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,49,48,48,50,50,49,44,52,52,46,49,48,56,48,51,52,93,44,91,45,57,52,46,56,53,57,56,48,51,44,52,52,46,49,48,56,48,49,54,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,52,57,49,54,56,54,44,52,52,46,51,53,50,50,53,52,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,80,105,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,44,91,45,56,53,46,50,55,54,50,56,49,44,51,54,46,54,50,54,56,49,54,93,44,91,45,56,53,46,50,56,52,56,55,56,44,51,54,46,53,51,49,50,57,51,93,44,91,45,56,53,46,49,50,48,52,52,53,44,51,54,46,52,48,55,49,54,52,93,44,91,45,56,53,46,48,52,51,57,50,52,44,51,54,46,53,53,56,55,57,49,93,44,91,45,56,52,46,57,52,51,49,52,52,44,51,54,46,53,56,49,50,55,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,57,55,52,56,49,49,44,51,54,46,54,49,53,52,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,76,111,117,105,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,51,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,44,91,45,55,55,46,55,57,55,51,48,54,44,51,55,46,55,50,57,51,53,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,56,51,57,55,49,55,44,51,56,46,49,48,54,48,51,56,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,56,46,49,48,49,55,52,56,44,51,56,46,49,53,50,53,54,55,93,44,91,45,55,56,46,50,48,57,51,56,52,44,51,56,46,49,51,49,49,50,56,93,44,91,45,55,56,46,51,48,54,55,54,51,44,51,56,46,48,48,54,52,55,52,93,44,91,45,55,56,46,48,54,50,52,56,49,44,51,55,46,57,48,52,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,53,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,51,57,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,53,46,57,53,50,48,48,53,44,51,57,46,51,52,55,51,55,51,93,44,91,45,56,53,46,54,56,52,53,49,53,44,51,57,46,51,53,48,48,52,57,93,44,91,45,56,53,46,54,50,57,51,50,55,44,51,57,46,52,53,50,55,53,93,44,91,45,56,53,46,54,51,51,50,50,56,44,51,57,46,54,57,56,52,54,50,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,53,51,51,51,44,34,98,101,100,115,34,58,53,56,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,50,53,51,56,51,44,52,48,46,48,52,57,50,49,56,93,44,91,45,56,51,46,50,52,51,55,48,50,44,51,57,46,56,49,50,53,48,51,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,73,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,54,57,49,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,44,91,45,49,49,51,46,53,56,55,55,57,55,44,51,55,46,54,48,52,54,49,49,93,44,91,45,49,49,51,46,52,55,52,48,50,57,44,51,55,46,53,50,57,48,56,53,93,44,91,45,49,49,51,46,50,53,51,51,52,44,51,55,46,53,50,56,57,56,51,93,44,91,45,49,49,51,46,50,53,51,52,57,44,51,55,46,52,56,50,49,54,55,93,44,91,45,49,49,51,46,48,51,55,48,52,56,44,51,55,46,52,55,52,52,55,52,93,44,91,45,49,49,50,46,57,48,48,57,57,51,44,51,55,46,53,48,48,48,50,49,93,44,91,45,49,49,50,46,54,56,51,55,53,44,51,55,46,53,52,51,54,57,50,93,44,91,45,49,49,50,46,54,56,57,50,50,49,44,51,55,46,56,48,53,53,57,93,44,91,45,49,49,50,46,53,55,56,51,57,55,44,51,55,46,56,56,50,49,52,55,93,44,91,45,49,49,50,46,52,54,56,49,55,55,44,51,55,46,56,57,48,52,54,52,93,44,91,45,49,49,50,46,52,55,56,54,56,44,51,56,46,49,52,55,52,49,57,93,44,91,45,49,49,51,46,52,55,49,54,44,51,56,46,49,52,56,54,54,53,93,44,91,45,49,49,52,46,48,52,57,57,55,56,44,51,56,46,49,52,56,55,54,51,93,44,91,45,49,49,52,46,48,53,50,51,53,44,51,55,46,54,48,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,109,101,114,97,108,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,118,97,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,44,91,45,49,49,55,46,56,51,50,55,50,54,44,51,55,46,52,54,52,57,50,57,93,44,91,45,49,49,55,46,49,54,54,48,48,49,44,51,54,46,57,55,49,49,49,49,93,44,91,45,49,49,55,46,49,54,53,54,49,50,44,51,56,46,48,48,49,54,57,50,93,44,91,45,49,49,55,46,54,57,49,48,50,49,44,51,56,46,52,55,51,55,57,55,93,44,91,45,49,49,56,46,51,53,49,52,56,52,44,51,55,46,56,57,51,55,48,53,93,44,91,45,49,49,56,46,52,50,56,49,52,52,44,51,55,46,56,57,54,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,101,119,101,101,110,97,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,56,46,53,49,50,53,57,50,44,52,55,46,50,56,53,57,52,51,93,44,91,45,56,56,46,50,57,56,57,57,50,44,52,55,46,50,56,54,48,57,55,93,44,91,45,56,56,46,50,57,56,52,51,54,44,52,55,46,49,57,57,55,56,50,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,48,52,54,54,49,52,44,52,55,46,50,49,56,54,57,54,93,44,91,45,56,55,46,49,49,50,49,49,52,44,52,55,46,50,50,51,50,54,57,93,44,91,45,56,55,46,49,49,50,54,57,53,44,52,55,46,56,49,55,57,57,56,93,44,91,45,56,56,46,51,54,57,56,54,50,44,52,56,46,51,48,54,48,54,51,93,44,91,45,56,56,46,54,55,55,52,52,50,44,52,56,46,50,52,53,51,57,55,93,44,91,45,56,57,46,51,51,55,53,53,44,52,55,46,57,55,52,50,54,49,93,44,91,45,56,57,46,52,56,51,51,56,53,44,52,56,46,48,49,51,55,49,54,93,44,91,45,56,57,46,54,56,48,55,51,44,52,55,46,55,49,52,53,53,50,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,83,97,110,112,101,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,54,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,44,91,45,49,49,49,46,53,56,52,55,53,52,44,51,57,46,55,52,48,49,52,49,93,44,91,45,49,49,49,46,55,49,55,52,56,50,44,51,57,46,54,57,52,53,54,93,44,91,45,49,49,49,46,55,49,51,50,50,52,44,51,57,46,52,54,48,50,57,52,93,44,91,45,49,49,49,46,55,52,55,48,52,52,44,51,57,46,51,56,50,55,53,93,44,91,45,49,49,49,46,57,50,50,51,56,57,44,51,57,46,51,56,49,53,57,49,93,44,91,45,49,49,50,46,48,49,54,48,48,51,44,51,57,46,51,49,52,53,54,49,93,44,91,45,49,49,50,46,48,49,52,48,56,51,44,51,57,46,48,52,53,53,49,56,93,44,91,45,49,49,49,46,56,53,51,50,57,55,44,51,57,46,48,51,50,57,56,52,93,44,91,45,49,49,49,46,50,57,57,51,54,44,51,57,46,48,51,50,50,54,52,93,44,91,45,49,49,49,46,51,48,48,57,48,53,44,51,57,46,52,54,55,50,51,55,93,44,91,45,49,49,49,46,50,52,55,55,52,56,44,51,57,46,52,54,55,49,57,57,93,44,91,45,49,49,49,46,50,52,55,51,57,49,44,51,57,46,55,48,52,51,53,93,44,91,45,49,49,49,46,50,52,55,52,57,54,44,51,57,46,56,49,51,48,50,56,93,44,91,45,49,49,49,46,54,52,49,57,52,52,44,51,57,46,56,49,50,56,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,75,101,97,114,110,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,53,52,50,55,53,55,44,51,55,46,56,50,55,53,57,52,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,49,48,51,55,55,56,44,51,55,46,56,50,57,48,51,53,93,44,91,45,49,48,49,46,49,48,51,50,54,56,44,51,56,46,50,54,52,53,53,55,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,101,118,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,56,48,56,44,34,98,101,100,115,34,58,50,48,54,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,53,48,57,48,55,53,44,50,55,46,56,50,50,48,53,56,93,44,91,45,56,48,46,51,56,53,48,54,57,44,50,55,46,56,54,49,51,54,50,93,44,91,45,56,48,46,52,57,57,55,55,51,44,50,56,46,48,55,55,50,54,93,44,91,45,56,48,46,53,52,51,57,57,57,44,50,56,46,50,55,49,48,57,50,93,44,91,45,56,48,46,52,54,57,51,57,44,50,56,46,52,53,51,48,57,55,93,44,91,45,56,48,46,53,50,50,57,55,51,44,50,56,46,54,48,56,50,51,56,93,44,91,45,56,48,46,54,54,51,52,54,49,44,50,56,46,55,57,48,53,56,56,93,44,91,45,56,48,46,57,54,55,56,57,53,44,50,56,46,55,57,48,49,57,55,93,44,91,45,56,48,46,57,56,55,50,53,44,50,56,46,54,49,50,57,57,55,93,44,91,45,56,48,46,56,56,53,57,48,50,44,50,56,46,53,49,48,50,51,56,93,44,91,45,56,48,46,56,54,50,57,48,56,44,50,56,46,51,52,55,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,52,48,51,44,34,98,101,100,115,34,58,51,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,44,91,45,56,54,46,54,56,53,54,49,44,51,57,46,51,51,54,48,52,51,93,44,91,45,56,54,46,54,56,51,48,48,50,44,51,57,46,49,54,53,55,52,54,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,51,49,56,49,51,51,44,51,57,46,48,52,56,56,49,93,44,91,45,56,54,46,51,55,48,48,54,54,44,51,57,46,48,52,56,51,55,53,93,44,91,45,56,54,46,51,56,49,51,57,53,44,51,57,46,51,51,57,55,53,50,93,44,91,45,56,54,46,54,51,48,56,49,56,44,51,57,46,51,52,54,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,76,117,99,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,44,91,45,57,51,46,53,53,54,53,52,44,52,48,46,56,57,56,50,57,53,93,44,91,45,57,51,46,48,57,55,53,57,53,44,52,48,46,56,57,56,52,53,49,93,44,91,45,57,51,46,48,57,57,50,49,55,44,52,49,46,49,54,48,56,54,55,93,44,91,45,57,51,46,51,50,55,56,56,54,44,52,49,46,49,54,48,54,53,57,93,44,91,45,57,51,46,53,53,55,53,53,54,44,52,49,46,49,54,49,50,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,57,34,44,34,78,65,77,69,34,58,34,87,111,111,100,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,57,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,52,46,55,57,54,51,50,55,44,51,55,46,57,55,48,48,56,56,93,44,91,45,56,52,46,55,48,57,57,49,56,44,51,55,46,56,54,49,57,53,50,93,44,91,45,56,52,46,54,54,48,51,52,44,51,56,46,48,48,51,56,51,54,93,44,91,45,56,52,46,54,50,53,48,55,57,44,51,56,46,49,49,54,51,57,55,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,74,97,115,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,57,48,48,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,44,91,45,56,49,46,49,50,56,53,51,53,44,51,50,46,51,51,56,51,56,49,93,44,91,45,56,49,46,49,52,52,53,55,50,44,51,50,46,50,50,54,49,50,56,93,44,91,45,56,49,46,49,49,55,50,50,53,44,51,50,46,49,49,55,54,48,52,93,44,91,45,56,49,46,48,48,52,51,48,53,44,51,50,46,49,48,50,51,54,55,93,44,91,45,56,48,46,55,56,50,57,54,44,51,49,46,57,57,53,57,53,52,93,44,91,45,56,48,46,55,52,53,53,51,54,44,51,50,46,48,55,56,54,54,55,93,44,91,45,56,48,46,57,48,48,53,55,51,44,51,50,46,49,49,49,54,49,55,93,44,91,45,56,49,46,48,48,56,53,52,44,51,50,46,50,49,50,49,50,56,93,44,91,45,56,48,46,57,50,49,56,56,51,44,51,50,46,51,53,49,56,51,52,93,44,91,45,56,48,46,56,52,49,52,53,56,44,51,50,46,51,56,53,48,54,52,93,44,91,45,56,48,46,56,50,48,50,50,56,44,51,50,46,52,57,48,55,56,56,93,44,91,45,56,48,46,56,54,57,55,48,53,44,51,50,46,54,54,48,57,51,53,93,44,91,45,56,49,46,48,49,56,52,57,53,44,51,50,46,55,53,48,49,55,50,93,44,91,45,56,49,46,50,56,49,50,55,44,51,50,46,53,53,54,52,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,66,114,101,119,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,50,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,44,91,45,49,48,51,46,52,51,57,57,55,54,44,51,48,46,54,54,53,57,51,57,93,44,91,45,49,48,51,46,56,48,48,54,56,44,51,48,46,52,49,50,53,50,55,93,44,91,45,49,48,51,46,55,57,50,55,48,51,44,50,57,46,50,54,50,52,57,57,93,44,91,45,49,48,51,46,55,49,56,53,54,49,44,50,57,46,49,56,48,56,50,54,93,44,91,45,49,48,51,46,53,53,54,56,54,56,44,50,57,46,49,53,53,53,48,50,93,44,91,45,49,48,51,46,51,56,54,56,49,55,44,50,57,46,48,50,49,55,51,53,93,44,91,45,49,48,51,46,49,53,51,56,57,54,44,50,56,46,57,55,49,54,48,54,93,44,91,45,49,48,50,46,57,48,54,51,56,50,44,50,57,46,50,54,50,48,53,53,93,44,91,45,49,48,50,46,56,55,55,55,50,54,44,50,57,46,51,53,52,56,93,44,91,45,49,48,50,46,54,57,51,53,51,57,44,50,57,46,54,55,54,57,53,55,93,44,91,45,49,48,50,46,54,55,55,50,49,57,44,50,57,46,55,52,49,48,53,50,93,44,91,45,49,48,50,46,52,51,52,50,50,56,44,50,57,46,55,55,54,57,52,54,93,44,91,45,49,48,50,46,51,50,48,56,49,57,44,50,57,46,56,55,56,57,51,51,93,44,91,45,49,48,50,46,53,54,55,48,52,57,44,51,48,46,48,53,50,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,99,67,111,114,109,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,48,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,44,91,45,56,50,46,51,52,54,57,51,51,44,51,51,46,56,51,52,50,57,56,93,44,91,45,56,50,46,50,49,56,54,52,57,44,51,51,46,54,56,54,50,57,57,93,44,91,45,56,50,46,49,49,53,51,50,57,44,51,51,46,53,57,54,54,49,51,93,44,91,45,56,50,46,49,55,50,56,48,55,44,51,51,46,55,54,53,49,57,52,93,44,91,45,56,50,46,49,50,52,56,52,50,44,51,51,46,56,52,50,50,56,49,93,44,91,45,56,50,46,49,53,53,55,44,51,51,46,57,50,57,50,57,93,44,91,45,56,50,46,48,52,54,57,55,52,44,51,51,46,57,53,51,50,49,93,44,91,45,56,50,46,50,48,48,50,56,54,44,51,51,46,57,55,56,53,57,55,93,44,91,45,56,50,46,51,50,54,57,52,55,44,51,52,46,48,54,52,49,50,93,44,91,45,56,50,46,53,51,48,53,54,55,44,51,52,46,48,55,49,57,50,53,93,44,91,45,56,50,46,53,57,52,54,51,49,44,51,52,46,48,49,51,55,57,54,93,44,91,45,56,50,46,53,54,52,52,57,49,44,51,51,46,57,53,53,55,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,54,52,52,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,44,91,45,56,49,46,55,56,51,51,57,44,51,52,46,56,51,55,49,50,53,93,44,91,45,56,49,46,56,53,52,48,48,50,44,51,52,46,53,57,52,53,52,57,93,44,91,45,56,49,46,54,52,51,53,53,50,44,51,52,46,53,51,51,54,53,50,93,44,91,45,56,49,46,53,53,51,50,48,52,44,51,52,46,52,55,55,49,49,52,93,44,91,45,56,49,46,52,50,51,50,52,49,44,51,52,46,52,57,52,51,55,57,93,44,91,45,56,49,46,52,50,50,55,48,54,44,51,52,46,53,55,50,48,50,57,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,55,49,49,54,57,52,44,51,52,46,57,49,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,78,105,99,111,108,108,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,55,56,51,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,44,91,45,57,52,46,54,50,52,50,44,52,52,46,52,53,54,48,51,93,44,91,45,57,52,46,55,56,48,54,51,44,52,52,46,52,53,54,54,53,93,44,91,45,57,52,46,52,57,49,54,56,54,44,52,52,46,51,53,50,50,53,52,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,48,53,54,55,53,55,44,52,52,46,49,53,52,54,49,55,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,51,46,57,51,54,48,51,50,44,52,52,46,51,51,57,54,54,53,93,44,91,45,57,51,46,57,50,57,53,53,44,52,52,46,52,53,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,110,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,53,51,55,44,34,98,101,100,115,34,58,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,44,91,45,56,56,46,51,48,53,56,49,49,44,52,53,46,51,55,52,54,49,93,44,91,45,56,56,46,51,48,57,48,54,51,44,52,53,46,50,48,49,53,56,93,44,91,45,56,56,46,49,56,54,51,53,53,44,52,53,46,49,57,55,57,55,52,93,44,91,45,56,56,46,49,50,49,49,53,50,44,52,53,46,48,50,51,53,56,49,93,44,91,45,56,55,46,55,54,48,48,55,49,44,52,52,46,57,57,48,53,51,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,53,53,49,50,54,50,44,52,53,46,48,48,56,48,52,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,54,54,49,50,49,49,44,52,53,46,49,48,56,50,55,57,93,44,91,45,56,55,46,55,51,53,50,56,50,44,52,53,46,49,55,54,53,54,53,93,44,91,45,56,55,46,54,52,55,55,54,56,44,52,53,46,51,52,48,53,54,51,93,44,91,45,56,55,46,56,56,52,56,53,53,44,52,53,46,51,54,50,55,57,50,93,44,91,45,56,55,46,55,57,50,55,54,57,44,52,53,46,52,57,57,57,54,55,93,44,91,45,56,55,46,55,55,52,54,56,50,44,52,53,46,54,48,50,48,50,52,93,44,91,45,56,55,46,56,52,54,54,48,50,44,52,53,46,55,50,50,53,52,52,93,44,91,45,56,56,46,48,53,56,50,53,51,44,52,53,46,55,56,48,54,50,57,93,44,91,45,56,56,46,48,53,57,50,52,54,44,52,53,46,55,49,51,48,54,51,93,44,91,45,56,56,46,52,50,53,51,48,50,44,52,53,46,55,50,50,52,50,54,93,44,91,45,56,56,46,52,50,56,49,48,50,44,52,53,46,51,55,55,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,53,51,56,52,44,34,98,101,100,115,34,58,56,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,44,91,45,49,50,50,46,55,54,50,52,51,55,44,52,53,46,55,50,56,54,54,53,93,44,91,45,49,50,50,46,55,54,51,56,49,44,52,53,46,54,53,55,49,51,56,93,44,91,45,49,50,50,46,52,51,56,54,55,52,44,52,53,46,53,54,51,53,56,53,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,51,51,50,54,54,51,44,52,53,46,57,54,53,48,54,52,93,44,91,45,49,50,50,46,52,55,56,55,53,51,44,52,53,46,57,56,55,57,51,56,93,44,91,45,49,50,50,46,55,50,48,57,49,44,52,53,46,57,51,49,56,57,50,93,44,91,45,49,50,50,46,55,56,53,53,49,53,44,52,53,46,56,53,48,53,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,80,114,105,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,48,52,50,50,55,51,44,52,53,46,51,56,49,56,54,54,93,44,91,45,57,48,46,48,52,51,52,49,52,44,52,53,46,53,53,53,48,56,50,93,44,91,45,57,48,46,48,52,50,56,53,55,44,52,53,46,56,57,55,50,54,51,93,44,91,45,57,48,46,48,52,51,57,53,56,44,52,53,46,57,56,49,57,52,56,93,44,91,45,57,48,46,51,48,50,48,54,51,44,52,53,46,57,56,49,51,52,57,93,44,91,45,57,48,46,54,55,54,57,54,56,44,52,53,46,57,56,49,53,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,105,97,109,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,57,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,44,91,45,56,54,46,49,54,53,48,50,52,44,52,48,46,53,54,50,54,52,57,93,44,91,45,56,53,46,56,54,51,54,52,49,44,52,48,46,53,54,53,53,50,53,93,44,91,45,56,53,46,56,54,52,55,57,49,44,52,48,46,54,53,49,54,57,51,93,44,91,45,56,53,46,57,51,57,53,50,53,44,52,48,46,54,53,48,57,57,49,93,44,91,45,56,53,46,57,52,54,52,51,54,44,52,48,46,57,57,57,49,57,53,93,44,91,45,56,54,46,49,54,56,52,53,57,44,52,48,46,57,57,54,48,57,55,93,44,91,45,56,54,46,49,54,57,48,49,50,44,52,48,46,57,48,57,56,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,69,108,108,115,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,57,51,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,44,91,45,57,56,46,52,56,54,49,48,56,44,51,56,46,54,57,54,56,55,56,93,44,91,45,57,56,46,52,56,48,51,55,55,44,51,56,46,53,50,49,56,52,49,93,44,91,45,57,55,46,57,50,52,50,54,57,44,51,56,46,53,50,50,55,53,53,93,44,91,45,57,55,46,57,50,52,55,57,53,44,51,56,46,54,48,57,56,56,93,44,91,45,57,55,46,57,50,56,53,57,50,44,51,56,46,56,55,49,48,57,57,93,44,91,45,57,56,46,52,56,52,56,54,49,44,51,56,46,56,55,48,55,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,56,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,53,54,54,51,54,51,44,51,50,46,56,53,53,53,54,49,93,44,91,45,57,49,46,54,51,55,53,56,55,44,51,50,46,54,54,55,51,52,49,93,44,91,45,57,49,46,53,57,54,48,50,55,44,51,50,46,53,56,50,49,57,50,93,44,91,45,57,49,46,52,52,53,50,57,57,44,51,50,46,53,56,49,57,53,54,93,44,91,45,57,49,46,51,52,52,56,52,53,44,51,50,46,55,53,54,54,53,57,93,44,91,45,57,49,46,51,51,53,52,54,51,44,51,50,46,56,54,54,49,48,52,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,76,105,98,101,114,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,56,56,50,54,49,54,44,51,48,46,53,51,51,48,57,52,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,53,46,48,51,50,57,51,49,44,51,48,46,52,50,48,50,57,57,93,44,91,45,56,53,46,48,53,50,55,55,55,44,51,48,46,50,56,55,52,48,54,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,49,51,53,50,53,52,44,51,48,46,48,52,51,50,55,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,48,48,55,54,50,54,44,51,48,46,48,49,51,56,56,51,93,44,91,45,56,52,46,53,52,52,52,53,44,51,48,46,48,49,49,48,51,93,44,91,45,56,52,46,54,54,57,50,53,56,44,51,48,46,49,50,53,50,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,72,111,100,103,101,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,44,91,45,49,48,48,46,50,50,55,49,51,55,44,51,56,46,50,54,50,50,51,55,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,57,57,46,53,54,57,56,55,57,44,51,55,46,57,49,51,48,49,54,93,44,91,45,57,57,46,53,54,57,53,51,51,44,51,56,46,48,56,55,51,55,50,93,44,91,45,57,57,46,53,56,52,50,48,55,44,51,56,46,50,54,50,49,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,54,49,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,54,53,50,55,50,56,44,51,55,46,51,56,55,54,50,55,93,44,91,45,49,48,48,46,54,51,51,51,50,55,44,51,55,46,48,48,48,49,48,51,93,44,91,45,49,48,48,46,48,56,57,52,56,51,44,51,55,46,48,48,50,50,54,49,93,44,91,45,49,48,48,46,48,57,49,53,50,57,44,51,55,46,51,56,54,56,57,50,93,44,91,45,49,48,48,46,49,48,55,50,52,56,44,51,55,46,52,55,52,56,51,54,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,77,99,76,101,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,51,53,49,56,57,51,44,51,55,46,52,50,53,54,53,53,93,44,91,45,56,55,46,50,57,53,57,54,53,44,51,55,46,51,57,49,56,49,57,93,44,91,45,56,55,46,48,57,57,56,48,51,44,51,55,46,52,49,54,48,52,50,93,44,91,45,56,55,46,48,51,56,50,54,44,51,55,46,53,54,48,56,48,51,93,44,91,45,56,55,46,52,48,56,53,52,55,44,51,55,46,54,56,51,53,54,51,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,52,55,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,52,52,51,57,49,54,44,51,49,46,53,52,50,52,54,54,93,44,91,45,57,49,46,53,49,53,57,49,57,44,51,49,46,53,51,48,55,50,57,93,44,91,45,57,49,46,52,55,50,48,54,55,44,51,49,46,51,57,55,48,55,54,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,52,55,56,55,57,57,44,51,49,46,50,51,56,57,57,57,93,44,91,45,57,49,46,52,50,52,48,49,50,44,51,49,46,51,49,53,48,52,93,44,91,45,57,49,46,51,48,51,53,56,44,51,49,46,51,54,48,57,55,53,93,44,91,45,57,49,46,49,53,56,49,53,44,51,49,46,51,52,54,54,57,53,93,44,91,45,57,49,46,49,53,51,56,54,52,44,51,49,46,54,49,48,48,54,56,93,44,91,45,57,49,46,50,57,53,53,55,44,51,49,46,54,54,57,56,55,93,44,91,45,57,49,46,51,49,55,56,54,52,44,51,49,46,55,52,57,55,54,54,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,76,97,115,32,77,97,114,195,173,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,44,91,45,54,55,46,48,49,57,56,51,54,44,49,56,46,49,57,53,52,55,49,93,44,91,45,54,54,46,56,57,55,57,54,52,44,49,56,46,49,56,55,55,52,52,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,55,46,48,56,50,48,48,50,44,49,56,46,50,53,52,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,73,116,97,119,97,109,98,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,56,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,44,91,45,56,56,46,53,52,51,51,53,50,44,51,52,46,48,56,57,48,52,52,93,44,91,45,56,56,46,50,48,51,56,54,52,44,51,52,46,48,56,54,53,54,52,93,44,91,45,56,56,46,49,55,51,54,51,50,44,51,52,46,51,50,49,48,53,52,93,44,91,45,56,56,46,49,53,54,50,57,50,44,51,52,46,52,54,51,50,49,52,93,44,91,45,56,56,46,51,50,57,49,57,51,44,51,52,46,52,54,51,53,55,49,93,44,91,45,56,56,46,53,52,50,48,55,57,44,51,52,46,52,54,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,50,57,54,44,34,98,101,100,115,34,58,49,55,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,57,57,55,54,54,55,44,51,56,46,51,51,53,53,56,54,93,44,91,45,56,53,46,48,50,51,55,49,49,44,51,56,46,49,50,57,48,53,50,93,44,91,45,56,52,46,56,54,52,57,48,56,44,51,56,46,49,49,54,57,50,54,93,44,91,45,56,52,46,55,50,53,49,54,56,44,51,56,46,49,57,53,52,50,54,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,72,97,110,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,53,52,49,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,44,91,45,54,56,46,51,48,51,55,49,52,44,52,53,46,50,50,49,53,51,49,93,44,91,45,54,56,46,50,55,48,52,57,55,44,52,53,46,49,48,48,49,50,49,93,44,91,45,54,56,46,51,57,54,57,48,51,44,52,53,46,48,56,51,50,57,54,93,44,91,45,54,56,46,51,55,53,56,57,50,44,52,52,46,57,57,55,51,55,51,93,44,91,45,54,56,46,53,48,49,48,57,53,44,52,52,46,57,56,48,55,49,56,93,44,91,45,54,56,46,52,52,53,50,49,57,44,52,52,46,55,54,51,48,49,52,93,44,91,45,54,56,46,56,49,53,55,57,51,44,52,52,46,54,56,51,55,53,52,93,44,91,45,54,56,46,56,48,52,54,49,53,44,52,52,46,52,53,56,52,49,49,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,55,50,48,57,49,55,44,52,52,46,49,49,53,50,54,93,44,91,45,54,56,46,53,55,57,51,52,56,44,52,52,46,49,50,56,55,53,93,44,91,45,54,56,46,52,56,52,54,51,53,44,52,52,46,48,50,56,51,50,54,93,44,91,45,54,56,46,51,49,49,51,57,51,44,52,52,46,48,53,51,52,50,57,93,44,91,45,54,56,46,49,55,53,56,53,56,44,52,52,46,49,50,53,48,56,51,93,44,91,45,54,56,46,49,50,56,50,56,44,52,52,46,50,54,52,50,53,51,93,44,91,45,54,55,46,57,50,53,49,55,56,44,52,52,46,51,52,49,52,51,52,93,44,91,45,54,55,46,57,56,49,57,56,56,44,52,52,46,52,55,51,55,53,54,93,44,91,45,54,56,46,49,48,53,48,49,55,44,52,52,46,57,51,57,48,56,56,93,44,91,45,54,55,46,57,56,49,56,53,49,44,52,52,46,57,53,53,56,56,53,93,44,91,45,54,56,46,48,53,52,57,56,53,44,52,53,46,50,53,50,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,56,50,51,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,44,91,45,54,57,46,50,56,50,48,50,55,44,52,52,46,48,54,52,53,50,51,93,44,91,45,54,57,46,51,54,51,57,57,54,44,52,52,46,48,49,50,56,55,51,93,44,91,45,54,57,46,51,57,55,55,51,56,44,52,51,46,56,55,49,56,57,93,44,91,45,54,57,46,50,51,51,52,56,44,52,51,46,55,55,56,48,48,50,93,44,91,45,54,57,46,48,53,53,56,57,52,44,52,51,46,56,53,56,57,49,49,93,44,91,45,54,56,46,57,50,53,53,49,56,44,52,51,46,55,53,48,48,56,56,93,44,91,45,54,56,46,56,50,54,57,49,54,44,52,51,46,55,51,53,55,49,49,93,44,91,45,54,56,46,55,52,57,52,55,51,44,52,51,46,56,51,50,53,51,49,93,44,91,45,54,56,46,52,56,52,54,51,53,44,52,52,46,48,50,56,51,50,54,93,44,91,45,54,56,46,53,55,57,51,52,56,44,52,52,46,49,50,56,55,53,93,44,91,45,54,56,46,55,50,48,57,49,55,44,52,52,46,49,49,53,50,54,93,44,91,45,54,56,46,56,57,54,51,56,52,44,52,52,46,50,48,57,57,51,53,93,44,91,45,54,56,46,57,57,57,52,53,53,44,52,52,46,50,48,50,55,50,49,93,44,91,45,54,57,46,50,54,56,56,56,50,44,52,52,46,51,54,52,54,53,51,93,44,91,45,54,57,46,52,48,57,54,51,53,44,52,52,46,51,50,55,57,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,52,57,55,44,34,98,101,100,115,34,58,49,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,54,56,50,49,57,54,44,51,51,46,53,50,54,50,50,93,44,91,45,56,51,46,54,56,48,56,57,54,44,51,51,46,53,57,54,57,49,57,93,44,91,45,56,51,46,57,49,52,56,50,51,44,51,51,46,55,52,52,50,48,51,93,44,91,45,56,51,46,57,51,48,56,54,51,44,51,51,46,54,53,49,56,50,51,93,44,91,45,56,52,46,48,52,52,52,57,51,44,51,51,46,53,50,53,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,70,97,117,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,44,91,45,57,57,46,53,55,50,54,57,57,44,52,52,46,56,57,55,50,54,51,93,44,91,45,57,57,46,51,49,49,55,53,52,44,52,52,46,56,57,55,50,50,55,93,44,91,45,57,56,46,55,49,54,52,57,56,44,52,52,46,56,57,54,57,50,53,93,44,91,45,57,56,46,55,49,55,55,53,57,44,52,53,46,50,52,51,55,51,50,93,44,91,45,57,56,46,55,50,50,52,56,49,44,52,53,46,50,52,51,55,54,52,93,44,91,45,57,57,46,53,55,51,51,51,44,52,53,46,50,52,53,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,111,117,103,104,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,51,54,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,44,91,45,56,56,46,57,51,50,52,56,44,52,54,46,55,54,52,55,56,55,93,44,91,45,56,56,46,57,56,57,53,50,57,44,52,54,46,54,56,48,49,49,57,93,44,91,45,56,56,46,57,57,49,50,51,54,44,52,54,46,52,49,57,55,48,52,93,44,91,45,56,56,46,54,55,57,51,57,50,44,52,54,46,52,50,48,49,51,57,93,44,91,45,56,56,46,54,55,56,57,56,51,44,52,54,46,56,53,49,56,50,50,93,44,91,45,56,56,46,53,53,49,57,52,51,44,52,54,46,56,53,49,55,57,53,93,44,91,45,56,56,46,52,53,49,50,44,52,54,46,57,51,56,57,55,54,93,44,91,45,56,56,46,48,52,51,55,51,49,44,52,55,46,48,52,51,57,53,56,93,44,91,45,56,56,46,48,52,54,48,54,51,44,52,55,46,49,57,57,55,50,50,93,44,91,45,56,56,46,50,57,56,52,51,54,44,52,55,46,49,57,57,55,56,50,93,44,91,45,56,56,46,50,57,56,57,57,50,44,52,55,46,50,56,54,48,57,55,93,44,91,45,56,56,46,53,49,50,53,57,50,44,52,55,46,50,56,53,57,52,51,93,44,91,45,56,56,46,57,52,56,56,54,57,44,52,55,46,52,55,55,49,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,77,105,110,101,114,97,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,49,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,44,91,45,49,49,53,46,55,52,54,54,49,57,44,52,55,46,52,52,50,51,49,49,93,44,91,45,49,49,53,46,51,52,48,56,52,57,44,52,55,46,50,54,50,56,53,93,44,91,45,49,49,53,46,48,52,55,56,53,55,44,52,54,46,57,54,57,53,51,50,93,44,91,45,49,49,52,46,57,53,57,51,49,55,44,52,54,46,57,51,50,56,57,56,93,44,91,45,49,49,52,46,57,50,50,51,49,50,44,52,54,46,56,50,56,54,48,50,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,53,52,57,49,50,55,44,52,54,46,55,52,55,51,54,54,93,44,91,45,49,49,52,46,53,54,54,49,50,57,44,52,54,46,57,54,51,52,48,53,93,44,91,45,49,49,52,46,52,56,51,50,50,55,44,52,55,46,48,50,51,51,53,56,93,44,91,45,49,49,52,46,55,55,53,56,51,51,44,52,55,46,50,50,53,53,55,51,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,57,54,56,57,55,56,44,52,55,46,51,49,50,54,50,53,93,44,91,45,49,49,52,46,57,56,50,50,54,53,44,52,55,46,51,57,54,56,48,52,93,44,91,45,49,49,53,46,50,56,51,56,53,54,44,52,55,46,52,56,54,54,51,56,93,44,91,45,49,49,53,46,54,50,57,52,56,56,44,52,55,46,52,55,57,54,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,53,49,50,44,34,98,101,100,115,34,58,49,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,44,91,45,56,54,46,51,49,56,49,54,56,44,51,53,46,49,50,54,57,56,54,93,44,91,45,56,54,46,51,49,56,55,54,49,44,51,52,46,57,57,49,49,54,57,93,44,91,45,56,54,46,51,49,49,50,55,52,44,51,52,46,57,57,49,48,57,56,93,44,91,45,56,53,46,56,54,51,57,51,53,44,51,52,46,57,56,56,50,53,51,93,44,91,45,56,53,46,56,55,51,48,50,53,44,51,53,46,50,50,51,51,54,50,93,44,91,45,56,53,46,57,49,51,53,57,51,44,51,53,46,50,56,57,49,56,57,93,44,91,45,56,54,46,49,53,56,48,49,56,44,51,53,46,51,54,50,54,48,55,93,44,91,45,56,54,46,50,54,49,52,56,57,44,51,53,46,51,51,51,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,111,110,99,111,114,100,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,48,50,49,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,44,91,45,57,49,46,54,57,52,52,54,57,44,51,49,46,55,51,53,50,56,54,93,44,91,45,57,49,46,55,48,53,57,52,56,44,51,49,46,54,52,50,56,54,51,93,44,91,45,57,49,46,56,50,54,57,50,54,44,51,49,46,53,57,49,54,55,49,93,44,91,45,57,49,46,56,53,53,57,48,56,44,51,49,46,52,57,54,48,49,93,44,91,45,57,49,46,56,51,52,50,56,44,51,49,46,50,54,54,51,52,52,93,44,91,45,57,49,46,54,55,55,51,48,50,44,51,49,46,49,56,56,48,52,55,93,44,91,45,57,49,46,55,50,51,56,48,52,44,51,49,46,48,52,52,50,53,52,93,44,91,45,57,49,46,54,53,56,51,50,49,44,51,48,46,57,57,52,51,54,53,93,44,91,45,57,49,46,54,54,50,53,48,54,44,51,48,46,57,55,48,51,54,50,93,44,91,45,57,49,46,54,51,54,57,52,50,44,51,48,46,57,57,57,52,49,54,93,44,91,45,57,49,46,53,56,57,52,53,49,44,51,49,46,49,57,49,49,52,93,44,91,45,57,49,46,52,55,50,48,54,55,44,51,49,46,51,57,55,48,55,54,93,44,91,45,57,49,46,53,49,53,57,49,57,44,51,49,46,53,51,48,55,50,57,93,44,91,45,57,49,46,52,52,51,57,49,54,44,51,49,46,53,52,50,52,54,54,93,44,91,45,57,49,46,51,56,48,50,53,52,44,51,49,46,55,51,51,50,53,53,93,44,91,45,57,49,46,53,52,52,55,57,49,44,51,49,46,55,53,49,55,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,49,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,44,91,45,57,48,46,57,55,55,52,48,49,44,51,48,46,53,57,51,52,56,53,93,44,91,45,57,48,46,57,55,55,53,48,51,44,51,48,46,52,50,48,56,57,57,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,48,46,55,49,57,53,51,57,44,51,48,46,49,56,57,57,57,52,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,53,53,52,49,52,55,44,51,48,46,49,57,53,54,50,56,93,44,91,45,57,48,46,52,56,53,56,50,54,44,51,48,46,50,55,54,57,57,50,93,44,91,45,57,48,46,52,55,55,56,44,51,48,46,51,53,54,52,52,55,93,44,91,45,57,48,46,53,54,54,57,48,54,44,51,48,46,52,56,55,48,54,93,44,91,45,57,48,46,53,54,55,49,54,53,44,51,48,46,54,53,48,48,50,51,93,44,91,45,57,48,46,57,49,48,55,48,49,44,51,48,46,54,52,57,51,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,69,115,115,101,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,49,48,50,52,44,34,98,101,100,115,34,58,49,51,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,44,91,45,55,48,46,57,50,57,53,57,52,44,52,50,46,56,56,53,48,51,50,93,44,91,45,55,49,46,49,51,50,56,48,53,44,52,50,46,56,50,49,52,55,54,93,44,91,45,55,49,46,50,52,53,52,56,49,44,52,50,46,55,52,50,53,49,52,93,44,91,45,55,49,46,50,53,53,49,52,55,44,52,50,46,55,51,54,53,53,52,93,44,91,45,55,49,46,50,53,54,49,56,56,44,52,50,46,54,53,55,49,52,53,93,44,91,45,55,49,46,49,51,53,52,48,53,44,52,50,46,53,57,57,48,56,93,44,91,45,55,49,46,48,50,53,56,51,54,44,52,50,46,52,52,52,55,48,57,93,44,91,45,55,48,46,57,50,52,53,57,51,44,52,50,46,51,56,54,55,57,56,93,44,91,45,55,48,46,54,52,56,48,55,50,44,52,50,46,52,48,53,54,50,56,93,44,91,45,55,48,46,54,48,54,50,57,44,52,50,46,53,51,49,50,50,93,44,91,45,55,48,46,53,48,50,49,52,51,44,52,50,46,54,50,52,53,55,57,93,44,91,45,55,48,46,53,52,57,51,48,54,44,52,50,46,55,50,52,49,54,52,93,44,91,45,55,48,46,55,48,50,53,56,44,52,50,46,55,50,52,49,54,50,93,44,91,45,55,48,46,55,51,53,48,48,53,44,52,50,46,56,55,52,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,117,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,49,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,44,91,45,49,48,52,46,48,52,48,48,48,52,44,52,53,46,50,49,50,56,57,49,93,44,91,45,49,48,52,46,48,53,55,56,55,57,44,52,52,46,57,57,55,54,48,53,93,44,91,45,49,48,52,46,48,53,53,57,52,51,44,52,52,46,53,55,49,48,50,53,93,44,91,45,49,48,51,46,56,50,48,54,51,57,44,52,52,46,54,48,52,55,55,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,50,46,57,54,52,49,50,53,44,52,52,46,54,48,52,50,56,55,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,50,46,57,53,55,50,56,49,44,52,53,46,50,49,50,56,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,54,49,52,44,34,98,101,100,115,34,58,55,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,53,46,50,51,51,57,51,56,44,51,57,46,50,52,54,56,54,56,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,50,54,51,44,34,98,101,100,115,34,58,50,50,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,44,91,45,56,49,46,48,57,53,56,54,51,44,51,52,46,50,49,51,56,55,50,93,44,91,45,56,49,46,51,49,54,57,49,49,44,51,52,46,50,51,57,52,53,56,93,44,91,45,56,49,46,51,51,56,57,54,49,44,51,52,46,49,57,55,53,56,55,93,44,91,45,56,49,46,50,55,53,56,52,53,44,51,52,46,48,57,55,51,56,49,93,44,91,45,56,49,46,50,48,49,56,51,57,44,51,52,46,48,57,55,49,54,56,93,44,91,45,56,49,46,48,54,55,54,49,53,44,51,52,46,48,48,56,57,53,51,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,48,46,56,48,55,53,57,49,44,51,51,46,55,55,52,50,49,49,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,53,57,55,55,49,53,44,51,51,46,55,55,55,53,49,50,93,44,91,45,56,48,46,54,52,48,57,56,54,44,51,51,46,57,57,57,52,51,51,93,44,91,45,56,48,46,54,49,54,49,56,54,44,51,52,46,48,57,57,54,48,53,93,44,91,45,56,48,46,55,49,57,51,49,56,44,51,52,46,48,54,56,57,55,50,93,44,91,45,56,48,46,56,54,57,53,50,52,44,51,52,46,49,56,50,50,55,49,93,44,91,45,56,48,46,56,50,53,57,50,49,44,51,52,46,50,54,56,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,53,48,53,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,44,91,45,56,53,46,56,54,50,52,56,57,44,51,57,46,57,52,51,54,49,56,93,44,91,45,56,53,46,53,55,54,49,57,50,44,51,57,46,57,52,53,55,53,54,93,44,91,45,56,53,46,53,55,54,49,57,55,44,52,48,46,48,55,55,49,52,51,93,44,91,45,56,53,46,53,55,56,53,56,57,44,52,48,46,51,55,57,53,50,52,93,44,91,45,56,53,46,56,54,50,50,57,54,44,52,48,46,51,55,56,51,54,55,93,44,91,45,56,53,46,56,54,49,57,48,51,44,52,48,46,50,49,56,57,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,77,117,114,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,55,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,44,91,45,57,55,46,51,53,50,49,49,53,44,51,52,46,51,55,54,49,56,56,93,44,91,45,57,55,46,48,51,56,50,51,57,44,51,52,46,51,55,53,55,48,55,93,44,91,45,57,54,46,57,51,51,51,48,53,44,51,52,46,51,51,50,53,54,49,93,44,91,45,57,54,46,56,56,48,55,57,44,51,52,46,53,48,54,48,53,51,93,44,91,45,57,54,46,56,50,55,51,52,51,44,51,52,46,53,48,54,48,54,50,93,44,91,45,57,54,46,56,50,55,49,52,52,44,51,52,46,53,57,51,50,50,93,44,91,45,57,54,46,57,51,50,52,53,50,44,51,52,46,54,51,54,56,49,50,93,44,91,45,57,55,46,49,52,50,54,55,49,44,51,52,46,54,51,55,49,50,54,93,44,91,45,57,55,46,49,52,51,57,55,51,44,51,52,46,53,48,54,54,48,54,93,44,91,45,57,55,46,51,53,50,49,56,51,44,51,52,46,53,48,54,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,114,111,111,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,55,55,50,44,34,98,101,100,115,34,58,51,48,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,44,91,45,56,48,46,53,57,57,56,57,53,44,52,48,46,51,49,55,54,54,54,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,54,50,57,54,56,52,44,52,48,46,51,57,52,57,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,51,57,54,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,44,91,45,56,49,46,50,55,56,52,49,50,44,51,56,46,57,49,52,56,54,55,93,44,91,45,56,49,46,48,56,51,55,49,44,51,56,46,54,49,49,57,56,50,93,44,91,45,56,49,46,48,51,49,54,55,55,44,51,56,46,54,54,55,56,51,57,93,44,91,45,56,48,46,57,56,52,57,53,44,51,56,46,55,49,55,56,57,56,93,44,91,45,56,49,46,48,51,51,54,51,50,44,51,57,46,48,48,57,53,56,52,93,44,91,45,56,49,46,49,54,50,52,53,53,44,51,57,46,48,51,48,54,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,49,46,50,55,48,48,55,56,44,51,55,46,48,57,51,48,49,50,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,51,55,57,52,48,50,44,51,54,46,57,53,50,52,52,50,93,44,91,45,56,49,46,50,50,52,54,50,52,44,51,55,46,48,52,55,56,51,53,93,44,91,45,56,49,46,49,49,52,51,49,57,44,51,55,46,48,50,50,54,49,50,93,44,91,45,56,48,46,57,49,50,54,55,52,44,51,55,46,48,55,51,51,52,57,93,44,91,45,56,48,46,56,53,52,54,50,55,44,51,55,46,49,52,55,52,56,50,93,44,91,45,56,48,46,57,56,48,49,52,54,44,51,55,46,50,57,50,55,52,51,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,89,101,108,108,111,119,115,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,56,49,54,44,34,98,101,100,115,34,58,54,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,44,91,45,49,48,55,46,55,56,50,48,56,55,44,52,54,46,51,57,53,49,56,50,93,44,91,45,49,48,55,46,57,50,56,53,52,55,44,52,54,46,51,57,53,50,56,52,93,44,91,45,49,48,56,46,48,50,57,51,54,51,44,52,54,46,50,54,52,48,53,53,93,44,91,45,49,48,56,46,51,50,48,56,49,50,44,52,54,46,50,54,51,57,57,55,93,44,91,45,49,48,56,46,52,48,52,56,53,54,44,52,54,46,50,51,53,57,54,93,44,91,45,49,48,56,46,52,48,52,55,57,53,44,52,54,46,49,51,50,57,53,50,93,44,91,45,49,48,56,46,55,55,57,55,51,51,44,52,54,46,49,51,50,52,53,55,93,44,91,45,49,48,56,46,57,50,52,53,56,57,44,52,54,46,49,51,50,51,55,93,44,91,45,49,48,56,46,57,48,49,54,53,53,44,52,53,46,57,53,57,52,49,54,93,44,91,45,49,48,56,46,57,48,52,55,50,54,44,52,53,46,54,56,50,56,50,49,93,44,91,45,49,48,56,46,56,52,51,48,49,54,44,52,53,46,54,49,49,48,52,50,93,44,91,45,49,48,56,46,54,52,53,51,50,53,44,52,53,46,52,54,52,48,55,51,93,44,91,45,49,48,56,46,51,49,54,51,55,52,44,52,53,46,52,54,48,53,48,57,93,44,91,45,49,48,56,46,49,57,51,50,48,53,44,52,53,46,53,49,56,53,51,56,93,44,91,45,49,48,56,46,48,54,57,55,53,50,44,52,53,46,53,49,56,53,51,53,93,44,91,45,49,48,56,46,48,52,55,51,53,50,44,52,53,46,56,57,57,52,55,57,93,44,91,45,49,48,55,46,56,56,49,56,52,54,44,52,53,46,56,57,57,50,51,51,93,44,91,45,49,48,55,46,54,55,52,52,53,52,44,52,54,46,48,52,51,54,49,93,44,91,45,49,48,55,46,53,49,49,53,51,52,44,52,54,46,48,52,51,52,48,51,93,44,91,45,49,48,55,46,52,54,54,57,57,54,44,52,54,46,49,50,57,57,57,53,93,44,91,45,49,48,55,46,55,51,56,53,52,56,44,52,54,46,52,56,49,56,48,54,93,44,91,45,49,48,55,46,55,56,49,50,49,52,44,52,54,46,52,57,54,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,48,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,44,91,45,56,50,46,49,57,53,55,53,49,44,51,56,46,51,50,51,52,57,57,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,50,56,53,54,57,51,44,51,56,46,49,52,52,57,53,50,93,44,91,45,56,50,46,50,48,50,50,51,54,44,51,56,46,48,51,54,49,57,51,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,49,46,57,51,50,53,48,55,44,51,56,46,48,50,53,51,53,54,93,44,91,45,56,49,46,57,51,50,52,52,52,44,51,56,46,49,53,48,48,56,53,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,56,49,56,50,51,52,44,51,56,46,51,49,54,55,53,49,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,50,46,48,52,55,49,50,56,44,51,56,46,51,55,52,52,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,49,52,56,44,34,98,101,100,115,34,58,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,56,57,48,51,49,44,51,57,46,53,50,57,48,49,52,93,44,91,45,49,50,51,46,48,54,51,49,56,49,44,51,57,46,53,48,51,53,51,57,93,44,91,45,49,50,51,46,48,55,53,49,49,52,44,51,57,46,52,48,55,54,56,51,93,44,91,45,49,50,51,46,48,49,50,55,49,44,51,57,46,50,51,54,49,56,56,93,44,91,45,49,50,51,46,48,57,51,48,49,51,44,51,57,46,48,55,49,57,57,52,93,44,91,45,49,50,50,46,57,56,54,54,52,44,51,56,46,57,57,55,50,56,51,93,44,91,45,49,50,50,46,57,52,56,56,54,53,44,51,56,46,57,48,48,50,50,93,44,91,45,49,50,50,46,56,50,49,53,57,50,44,51,56,46,56,53,48,49,52,93,44,91,45,49,50,50,46,54,50,55,51,57,54,44,51,56,46,54,54,55,53,48,54,93,44,91,45,49,50,50,46,52,54,51,56,57,44,51,56,46,55,48,53,50,48,51,93,44,91,45,49,50,50,46,51,57,53,48,53,54,44,51,56,46,56,54,52,50,52,53,93,44,91,45,49,50,50,46,51,52,48,49,55,50,44,51,56,46,57,50,52,50,52,54,93,44,91,45,49,50,50,46,52,56,51,56,55,57,44,51,57,46,48,54,54,57,53,53,93,44,91,45,49,50,50,46,53,49,53,51,51,49,44,51,57,46,50,48,57,50,49,53,93,44,91,45,49,50,50,46,54,57,49,51,54,49,44,51,57,46,50,52,55,52,51,49,93,44,91,45,49,50,50,46,55,55,53,48,52,51,44,51,57,46,51,49,49,55,55,56,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,55,51,53,54,51,57,44,51,57,46,53,56,48,54,54,56,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,71,114,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,50,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,48,55,55,49,49,57,44,51,48,46,57,49,52,57,54,53,93,44,91,45,56,52,46,49,49,54,54,52,52,44,51,49,46,48,55,55,57,55,49,93,44,91,45,56,52,46,51,55,54,54,49,50,44,51,49,46,48,55,56,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,110,101,106,111,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,52,50,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,44,91,45,49,48,53,46,55,52,51,51,51,57,44,51,55,46,51,53,54,55,57,56,93,44,91,45,49,48,54,46,48,51,56,57,49,50,44,51,55,46,51,53,54,57,53,51,93,44,91,45,49,48,54,46,48,51,57,51,51,49,44,51,55,46,52,48,48,56,53,50,93,44,91,45,49,48,54,46,54,55,56,51,55,51,44,51,55,46,52,48,51,53,57,54,93,44,91,45,49,48,54,46,54,55,56,51,53,52,44,51,55,46,50,50,56,53,54,54,93,44,91,45,49,48,54,46,52,55,54,48,57,44,51,54,46,57,57,51,53,52,56,93,44,91,45,49,48,54,46,48,48,54,51,49,54,44,51,54,46,57,57,53,50,54,55,93,44,91,45,49,48,53,46,55,49,56,52,54,51,44,51,54,46,57,57,53,56,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,83,97,110,32,74,117,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,56,49,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,44,91,45,49,49,48,46,55,52,50,49,57,56,44,51,55,46,51,52,52,51,57,50,93,44,91,45,49,49,48,46,56,49,50,53,48,49,44,51,55,46,51,50,52,57,57,50,93,44,91,45,49,49,48,46,56,57,57,53,49,55,44,51,55,46,49,55,54,49,53,51,93,44,91,45,49,49,48,46,57,57,50,52,48,52,44,51,55,46,49,49,49,48,57,51,93,44,91,45,49,49,49,46,49,55,56,51,52,57,44,51,55,46,49,48,50,54,49,51,93,44,91,45,49,49,49,46,52,49,50,55,56,52,44,51,55,46,48,48,49,53,48,51,93,44,91,45,49,49,48,46,55,53,48,54,57,44,51,55,46,48,48,51,48,48,55,93,44,91,45,49,49,48,46,48,48,48,54,56,56,44,51,54,46,57,57,56,51,52,57,93,44,91,45,49,48,57,46,48,52,53,49,55,50,44,51,54,46,57,57,56,57,55,55,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,57,46,48,52,50,53,56,51,44,51,56,46,49,53,51,48,50,56,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,49,48,46,48,51,49,57,55,51,44,51,56,46,51,56,52,57,53,55,93,44,91,45,49,48,57,46,57,48,57,55,54,44,51,56,46,50,55,49,50,51,93,44,91,45,49,48,57,46,57,50,55,57,57,53,44,51,56,46,49,53,49,56,56,52,93,44,91,45,49,49,48,46,48,48,57,52,57,52,44,51,56,46,49,48,57,54,53,54,93,44,91,45,49,49,48,46,50,49,52,57,52,57,44,51,55,46,56,57,50,53,53,53,93,44,91,45,49,49,48,46,51,54,52,49,52,54,44,51,55,46,56,57,50,49,56,53,93,44,91,45,49,49,48,46,52,51,55,53,51,56,44,51,55,46,56,48,54,57,50,93,44,91,45,49,49,48,46,53,48,49,53,57,52,44,51,55,46,54,53,93,44,91,45,49,49,48,46,54,52,54,51,57,52,44,51,55,46,53,52,49,48,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,53,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,54,46,57,51,57,57,56,49,44,51,57,46,52,55,51,51,52,53,93,44,91,45,56,54,46,54,56,53,55,49,44,51,57,46,52,55,48,48,54,51,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,54,56,55,52,48,54,44,51,57,46,54,51,48,52,51,55,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,111,111,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,57,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,44,91,45,49,49,52,46,57,48,49,54,51,54,44,52,50,46,56,53,57,49,48,56,93,44,91,45,49,49,52,46,56,49,57,57,55,49,44,52,50,46,54,54,57,55,52,54,93,44,91,45,49,49,52,46,54,49,54,52,56,55,44,52,50,46,54,52,57,50,57,56,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,53,46,48,56,54,56,53,50,44,52,50,46,57,49,52,53,54,93,44,91,45,49,49,53,46,48,51,55,55,55,52,44,52,50,46,57,49,49,56,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,84,105,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,52,52,54,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,44,91,45,56,57,46,54,49,50,57,55,54,44,51,53,46,54,52,51,50,51,54,93,44,91,45,56,57,46,55,57,51,49,52,53,44,51,53,46,54,51,55,51,53,54,93,44,91,45,56,57,46,57,48,57,55,57,55,44,51,53,46,53,51,55,57,49,52,93,44,91,45,57,48,46,48,53,48,52,51,55,44,51,53,46,53,49,53,56,57,52,93,44,91,45,57,48,46,48,52,49,53,54,51,44,51,53,46,51,57,54,54,50,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,53,48,50,49,49,56,44,51,53,46,53,56,48,54,50,49,93,93,93,44,91,91,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,44,91,45,57,48,46,48,55,52,57,57,50,44,51,53,46,51,56,52,49,53,50,93,44,91,45,57,48,46,48,53,52,51,50,50,44,51,53,46,51,56,57,50,55,55,93,44,91,45,57,48,46,49,52,48,50,53,55,44,51,53,46,52,51,54,54,51,54,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,87,101,115,116,32,66,97,116,111,110,32,82,111,117,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,44,91,45,57,49,46,52,49,52,55,54,44,51,48,46,53,49,49,53,49,54,93,44,91,45,57,49,46,52,56,53,48,56,57,44,51,48,46,52,57,55,49,51,56,93,44,91,45,57,49,46,51,49,49,54,54,44,51,48,46,51,50,50,52,55,49,93,44,91,45,57,49,46,49,52,50,49,48,53,44,51,48,46,51,50,51,50,57,51,93,44,91,45,57,49,46,50,52,49,53,48,56,44,51,48,46,51,53,55,53,57,50,93,44,91,45,57,49,46,49,57,55,50,48,56,44,51,48,46,53,48,55,48,56,56,93,44,91,45,57,49,46,51,49,53,50,56,50,44,51,48,46,53,57,52,50,56,56,93,44,91,45,57,49,46,50,57,55,54,53,56,44,51,48,46,54,52,57,53,52,56,93,44,91,45,57,49,46,51,49,48,48,54,49,44,51,48,46,54,53,51,57,54,49,93,44,91,45,57,49,46,51,51,48,56,55,44,51,48,46,54,53,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,80,117,116,110,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,49,53,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,50,46,56,53,53,51,49,51,44,52,48,46,51,56,53,56,57,52,93,44,91,45,57,50,46,56,53,53,54,50,57,44,52,48,46,51,52,50,55,51,54,93,44,91,45,57,50,46,54,56,52,49,54,55,44,52,48,46,51,52,51,52,54,54,93,44,91,45,57,50,46,55,49,52,53,57,54,44,52,48,46,53,56,57,52,50,55,93,44,91,45,57,51,46,48,57,55,50,57,54,44,52,48,46,53,56,52,48,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,84,101,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,57,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,44,91,45,49,49,49,46,48,52,55,49,53,55,44,52,51,46,57,56,51,52,53,57,93,44,91,45,49,49,49,46,48,52,53,52,55,51,44,52,51,46,53,48,49,48,53,49,93,44,91,45,49,49,49,46,48,52,52,56,57,51,44,52,51,46,51,49,53,55,49,57,93,44,91,45,49,49,48,46,56,49,51,57,57,54,44,52,51,46,51,49,51,57,52,93,44,91,45,49,49,48,46,56,49,51,57,57,51,44,52,51,46,50,51,53,49,55,56,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,53,55,56,51,56,44,52,51,46,50,57,49,54,52,93,44,91,45,49,49,48,46,51,52,51,57,53,57,44,52,51,46,50,57,49,49,54,53,93,44,91,45,49,49,48,46,51,52,52,50,49,56,44,52,51,46,51,55,55,57,49,56,93,44,91,45,49,49,48,46,48,53,55,51,49,44,52,51,46,51,55,55,55,54,56,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,49,48,46,48,53,51,49,55,57,44,52,52,46,48,48,56,48,50,50,93,44,91,45,49,49,48,46,49,49,57,49,57,51,44,52,52,46,49,51,50,53,56,52,93,44,91,45,49,49,48,46,49,53,48,49,55,53,44,52,52,46,50,56,57,54,54,54,93,44,91,45,49,49,48,46,50,57,54,54,52,56,44,52,52,46,52,51,49,51,52,49,93,44,91,45,49,49,48,46,50,55,54,53,48,54,44,52,52,46,53,49,53,54,54,53,93,44,91,45,49,49,48,46,51,55,53,51,51,52,44,52,52,46,53,56,51,48,49,54,93,44,91,45,49,49,48,46,54,54,55,56,57,57,44,52,52,46,53,56,50,55,57,50,93,44,91,45,49,49,48,46,54,54,55,56,54,55,44,52,52,46,54,54,54,50,57,49,93,44,91,45,49,49,49,46,48,53,51,52,52,55,44,52,52,46,54,54,54,50,54,56,93,44,91,45,49,49,49,46,48,53,50,52,51,52,44,52,52,46,52,55,56,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,56,50,56,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,44,91,45,57,49,46,48,53,49,50,55,53,44,52,50,46,55,51,55,48,48,49,93,44,91,45,57,48,46,56,57,54,57,53,49,44,52,50,46,54,55,53,48,56,50,93,44,91,45,57,48,46,55,50,48,50,48,57,44,52,50,46,54,52,48,55,53,56,93,44,91,45,57,48,46,54,52,50,56,52,51,44,52,50,46,53,48,56,52,56,49,93,44,91,45,57,48,46,52,50,54,51,55,55,44,52,50,46,53,48,55,49,55,51,93,44,91,45,57,48,46,52,50,54,57,48,50,44,52,50,46,56,49,50,56,54,50,93,44,91,45,57,48,46,52,50,57,56,50,53,44,52,51,46,50,48,48,57,52,93,44,91,45,57,48,46,54,54,54,55,56,54,44,52,51,46,49,55,49,55,55,55,93,44,91,45,57,49,46,48,54,53,50,55,44,52,50,46,57,57,50,48,55,52,93,44,91,45,57,49,46,49,53,54,56,49,50,44,52,50,46,57,56,56,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,111,114,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,52,52,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,44,91,45,49,48,48,46,55,56,56,55,54,56,44,52,54,46,54,57,49,55,48,49,93,44,91,45,49,48,48,46,57,51,53,57,56,51,44,52,54,46,57,56,50,56,52,93,44,91,45,49,48,49,46,55,54,52,51,57,50,44,52,54,46,57,56,49,51,48,54,93,44,91,45,49,48,50,46,48,57,53,57,48,52,44,52,54,46,57,56,49,51,50,57,93,44,91,45,49,48,50,46,48,57,54,50,52,44,52,54,46,55,49,55,55,55,50,93,44,91,45,49,48,49,46,55,49,56,50,50,56,44,52,54,46,55,49,55,56,51,52,93,44,91,45,49,48,49,46,55,49,56,52,54,50,44,52,54,46,54,51,49,50,56,51,93,44,91,45,49,48,49,46,50,57,56,56,50,51,44,52,54,46,54,51,48,52,51,49,93,44,91,45,49,48,49,46,50,57,56,57,56,57,44,52,54,46,51,55,49,52,48,52,93,44,91,45,49,48,49,46,48,52,56,53,50,55,44,52,54,46,51,55,49,52,53,93,44,91,45,49,48,49,46,48,50,53,54,57,49,44,52,54,46,50,56,52,52,49,52,93,44,91,45,49,48,48,46,57,49,56,57,53,44,52,54,46,51,57,52,57,56,51,93,44,91,45,49,48,48,46,56,49,52,56,55,51,44,52,54,46,51,56,52,55,48,49,93,44,91,45,49,48,48,46,53,57,48,49,57,57,44,52,54,46,52,50,55,56,57,52,93,44,91,45,49,48,48,46,53,52,52,53,53,53,44,52,54,46,53,51,51,55,54,54,93,44,91,45,49,48,48,46,54,54,50,48,49,53,44,52,54,46,54,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,111,119,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,50,48,53,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,44,91,45,55,54,46,55,51,54,57,51,51,44,51,54,46,49,53,48,53,56,51,93,44,91,45,55,54,46,54,56,50,53,51,53,44,51,54,46,48,51,48,57,52,55,93,44,91,45,55,54,46,54,48,54,50,49,52,44,51,53,46,57,55,56,48,53,49,93,44,91,45,55,54,46,51,57,54,55,57,52,44,51,54,46,48,50,54,52,52,51,93,44,91,45,55,54,46,52,48,50,57,53,55,44,51,54,46,48,55,50,56,54,55,93,44,91,45,55,54,46,53,55,51,48,55,51,44,51,54,46,49,49,49,55,53,55,93,44,91,45,55,54,46,53,57,48,49,48,55,44,51,54,46,50,51,56,56,54,50,93,44,91,45,55,54,46,53,53,57,54,52,54,44,51,54,46,51,53,49,48,53,54,93,44,91,45,55,54,46,54,57,54,53,55,49,44,51,54,46,50,57,54,49,51,56,93,44,91,45,55,54,46,55,48,54,53,56,52,44,51,54,46,50,52,51,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,117,110,99,111,109,98,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,52,52,55,52,44,34,98,101,100,115,34,58,57,54,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,44,91,45,56,50,46,53,49,51,49,54,49,44,51,53,46,56,48,51,51,56,93,44,91,45,56,50,46,56,48,55,48,53,54,44,51,53,46,54,56,53,56,55,52,93,44,91,45,56,50,46,56,56,51,57,48,57,44,51,53,46,54,55,56,50,51,53,93,44,91,45,56,50,46,55,54,53,56,57,51,44,51,53,46,53,54,55,52,57,53,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,52,55,48,53,53,55,44,51,53,46,52,52,53,49,55,52,93,44,91,45,56,50,46,51,51,50,51,51,49,44,51,53,46,53,48,48,49,49,55,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,49,54,57,48,52,57,44,51,53,46,53,50,55,56,49,49,93,44,91,45,56,50,46,50,53,49,50,53,49,44,51,53,46,53,53,57,57,52,51,93,44,91,45,56,50,46,50,55,53,51,57,57,44,51,53,46,55,48,52,52,51,56,93,44,91,45,56,50,46,52,48,56,54,48,50,44,51,53,46,56,49,56,49,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,80,108,117,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,57,57,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,44,91,45,49,50,49,46,51,54,49,50,48,54,44,51,57,46,56,53,53,52,55,51,93,44,91,45,49,50,49,46,49,51,54,55,49,53,44,51,57,46,54,50,56,49,54,57,93,44,91,45,49,50,49,46,48,55,54,54,57,53,44,51,57,46,53,57,55,50,54,52,93,44,91,45,49,50,49,46,48,48,57,52,55,55,44,51,57,46,54,51,57,52,53,57,93,44,91,45,49,50,48,46,56,55,49,52,57,56,44,51,57,46,55,55,54,53,50,57,93,44,91,45,49,50,48,46,54,53,52,50,50,55,44,51,57,46,55,48,54,54,50,57,93,44,91,45,49,50,48,46,49,52,55,49,52,57,44,51,57,46,55,48,55,54,53,56,93,44,91,45,49,50,48,46,49,49,48,54,50,55,44,51,57,46,55,54,53,55,55,57,93,44,91,45,49,50,48,46,49,48,56,55,54,49,44,51,57,46,57,51,57,53,49,93,44,91,45,49,50,48,46,50,48,57,54,52,49,44,52,48,46,48,56,54,48,48,56,93,44,91,45,49,50,48,46,51,52,49,51,56,53,44,52,48,46,49,49,53,50,52,51,93,44,91,45,49,50,48,46,53,55,54,56,50,53,44,52,48,46,50,56,53,52,51,93,44,91,45,49,50,48,46,55,54,52,52,48,51,44,52,48,46,51,49,54,48,49,93,44,91,45,49,50,48,46,56,55,49,55,56,50,44,52,48,46,50,52,49,54,52,93,44,91,45,49,50,49,46,48,54,49,52,57,51,44,52,48,46,50,53,54,52,49,55,93,44,91,45,49,50,49,46,48,54,49,52,49,55,44,52,48,46,52,52,54,53,51,54,93,44,91,45,49,50,49,46,51,50,55,56,50,54,44,52,48,46,52,52,53,51,54,55,93,44,91,45,49,50,49,46,52,57,55,54,51,53,44,52,48,46,52,52,53,53,57,49,93,44,91,45,49,50,49,46,52,55,48,51,57,53,44,52,48,46,51,53,48,50,49,51,93,44,91,45,49,50,49,46,51,52,57,44,52,48,46,50,54,52,52,53,52,93,44,91,45,49,50,49,46,52,51,54,56,56,54,44,52,48,46,49,53,49,57,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,55,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,55,51,48,34,44,34,78,65,77,69,34,58,34,80,101,116,101,114,115,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,56,50,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,56,51,56,53,54,44,51,55,46,50,51,56,57,48,54,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,52,55,55,44,34,98,101,100,115,34,58,49,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,44,91,45,55,50,46,52,57,50,57,49,52,44,52,52,46,52,50,51,48,51,93,44,91,45,55,50,46,54,53,52,51,57,56,44,52,52,46,51,57,56,50,50,52,93,44,91,45,55,50,46,56,48,52,57,57,53,44,52,52,46,52,53,49,54,55,54,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,57,49,54,55,55,56,44,52,52,46,48,55,49,56,56,54,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,53,56,57,56,53,53,44,52,52,46,49,53,57,51,52,51,93,44,91,45,55,50,46,52,52,51,48,51,50,44,52,52,46,49,50,56,54,54,57,93,44,91,45,55,50,46,51,54,56,51,53,51,44,52,52,46,50,48,52,48,53,55,93,44,91,45,55,50,46,50,50,51,54,56,57,44,52,52,46,52,50,52,53,55,51,93,44,91,45,55,50,46,52,51,52,51,49,53,44,52,52,46,53,48,54,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,50,52,44,34,98,101,100,115,34,58,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,44,91,45,49,48,50,46,57,54,52,49,50,53,44,52,52,46,54,48,52,50,56,55,93,44,91,45,49,48,51,46,53,54,55,54,53,51,44,52,52,46,54,48,52,48,57,56,93,44,91,45,49,48,51,46,53,55,52,51,57,54,44,52,52,46,50,53,54,48,55,55,93,44,91,45,49,48,51,46,52,53,51,48,49,54,44,52,52,46,50,53,54,54,48,57,93,44,91,45,49,48,51,46,52,53,50,52,53,51,44,52,52,46,49,52,48,55,55,50,93,44,91,45,49,48,50,46,51,56,56,48,52,53,44,52,52,46,49,52,48,49,56,51,93,44,91,45,49,48,50,46,51,52,49,54,51,53,44,52,52,46,51,52,56,55,55,50,93,44,91,45,49,48,50,46,50,56,52,52,48,52,44,52,52,46,52,52,49,50,51,50,93,44,91,45,49,48,50,46,49,49,50,53,51,53,44,52,52,46,52,51,53,56,56,54,93,44,91,45,49,48,50,46,48,48,49,48,54,56,44,52,52,46,53,49,48,57,50,54,93,44,91,45,49,48,50,46,48,48,48,52,51,50,44,52,52,46,53,49,49,54,54,51,93,44,91,45,49,48,49,46,57,57,57,57,57,44,52,53,46,48,51,56,50,55,52,93,44,91,45,49,48,50,46,57,53,55,51,55,49,44,52,53,46,48,51,57,53,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,55,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,52,53,50,51,44,34,98,101,100,115,34,58,51,56,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,44,91,45,56,54,46,50,51,57,55,51,57,44,51,57,46,57,50,54,48,53,53,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,50,52,57,56,56,53,44,51,57,46,54,51,51,54,52,53,93,44,91,45,56,53,46,57,53,50,48,56,44,51,57,46,54,51,56,51,52,53,93,44,91,45,56,53,46,57,53,49,55,50,49,44,51,57,46,54,57,55,49,51,54,93,44,91,45,56,53,46,57,51,55,53,56,55,44,51,57,46,57,50,55,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,104,105,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,50,54,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,52,54,48,52,44,51,51,46,48,48,53,57,49,53,93,44,91,45,57,49,46,52,51,53,55,56,50,44,51,51,46,48,48,54,48,57,57,93,44,91,45,57,49,46,50,54,53,48,49,56,44,51,51,46,48,48,53,48,56,51,93,44,91,45,57,49,46,49,54,54,48,55,51,44,51,51,46,48,48,52,49,48,54,93,44,91,45,57,49,46,49,54,54,50,56,50,44,51,51,46,48,49,49,51,51,49,93,44,91,45,57,49,46,48,56,55,53,56,57,44,51,51,46,49,52,53,49,55,54,93,44,91,45,57,49,46,49,54,57,52,53,57,44,51,51,46,52,53,50,49,51,55,93,44,91,45,57,49,46,50,49,53,54,55,49,44,51,51,46,53,50,57,52,50,51,93,44,91,45,57,49,46,50,51,48,56,57,55,44,51,51,46,53,54,49,52,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,105,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,52,57,48,44,34,98,101,100,115,34,58,49,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,51,46,56,48,56,50,54,55,44,51,50,46,55,50,56,54,56,50,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,53,49,51,53,49,49,44,51,50,46,56,52,52,56,54,56,93,44,91,45,56,51,46,54,53,56,50,49,49,44,51,50,46,56,56,55,57,49,51,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,71,117,97,121,97,110,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,44,91,45,54,54,46,56,53,56,50,51,51,44,49,55,46,57,53,48,56,50,53,93,44,91,45,54,54,46,56,51,57,57,50,57,44,49,55,46,56,57,56,57,57,51,93,44,91,45,54,54,46,55,55,52,49,50,51,44,49,55,46,57,49,52,55,57,54,93,44,91,45,54,54,46,55,54,57,48,52,57,44,49,56,46,49,51,52,57,56,51,93,44,91,45,54,54,46,55,57,55,53,53,55,44,49,56,46,49,51,51,52,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,83,101,98,97,115,116,105,195,161,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,57,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,44,91,45,54,55,46,48,53,50,53,56,51,44,49,56,46,51,48,54,54,53,53,93,44,91,45,54,55,46,48,51,55,57,51,53,44,49,56,46,50,56,57,55,48,53,93,44,91,45,54,54,46,57,48,55,50,51,54,44,49,56,46,50,53,51,48,57,93,44,91,45,54,54,46,56,57,51,51,51,57,44,49,56,46,51,54,55,48,56,57,93,44,91,45,54,54,46,56,57,56,57,44,49,56,46,51,54,54,49,48,56,93,44,91,45,54,54,46,57,50,50,48,50,44,49,56,46,51,57,51,50,48,52,93,44,91,45,54,55,46,48,50,55,49,55,51,44,49,56,46,51,57,51,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,80,111,112,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,52,52,44,34,98,101,100,115,34,58,49,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,44,91,45,57,51,46,49,54,55,56,44,51,53,46,53,57,55,54,57,53,93,44,91,45,57,51,46,50,50,51,54,51,51,44,51,53,46,52,54,56,53,57,51,93,44,91,45,57,51,46,50,57,53,57,49,44,51,53,46,52,54,57,57,49,53,93,44,91,45,57,51,46,50,57,57,48,49,44,51,53,46,51,50,55,54,52,52,93,44,91,45,57,51,46,50,55,56,49,51,54,44,51,53,46,51,49,55,53,48,51,93,44,91,45,57,51,46,49,53,54,48,55,56,44,51,53,46,50,51,53,51,48,55,93,44,91,45,57,51,46,48,56,52,54,55,56,44,51,53,46,49,50,55,51,57,93,44,91,45,57,50,46,56,57,54,49,48,57,44,51,53,46,49,55,48,54,55,56,93,44,91,45,57,50,46,56,53,53,44,51,53,46,49,55,50,55,55,55,93,44,91,45,57,50,46,56,53,48,54,50,52,44,51,53,46,52,54,50,57,53,93,44,91,45,57,50,46,56,49,51,52,49,55,44,51,53,46,53,52,57,93,44,91,45,57,50,46,56,48,57,55,54,51,44,51,53,46,55,50,50,52,48,49,93,44,91,45,57,50,46,57,53,49,51,49,53,44,51,53,46,55,50,52,54,54,51,93,44,91,45,57,51,46,49,54,52,52,53,50,44,51,53,46,55,50,56,56,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,83,111,117,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,57,51,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,44,91,45,55,55,46,51,54,48,57,48,54,44,51,54,46,53,54,52,55,54,93,44,91,45,55,55,46,50,57,54,56,55,53,44,51,54,46,53,52,52,56,53,53,93,44,91,45,55,55,46,49,54,52,51,55,55,44,51,54,46,53,52,54,51,50,57,93,44,91,45,55,54,46,57,49,53,57,55,55,44,51,54,46,53,52,51,56,56,52,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,57,48,57,54,55,50,44,51,54,46,54,52,56,49,55,53,93,44,91,45,55,54,46,57,53,53,52,50,52,44,51,54,46,54,54,52,53,56,55,93,44,91,45,55,54,46,57,50,52,54,50,57,44,51,54,46,55,48,55,55,50,57,93,44,91,45,55,54,46,56,49,52,57,52,49,44,51,54,46,57,48,48,52,54,53,93,44,91,45,55,54,46,56,52,57,54,56,52,44,51,54,46,57,57,54,50,49,49,93,44,91,45,55,54,46,57,53,51,53,52,54,44,51,54,46,57,52,52,52,53,93,44,91,45,55,55,46,52,51,48,49,50,55,44,51,54,46,55,48,55,54,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,71,114,101,103,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,52,57,52,44,34,98,101,100,115,34,58,55,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,52,46,57,56,53,52,49,49,44,51,50,46,51,55,48,56,50,93,44,91,45,57,52,46,54,51,56,51,52,55,44,51,50,46,51,55,48,53,51,57,93,44,91,45,57,52,46,53,55,57,50,49,57,44,51,50,46,51,57,52,57,49,54,93,44,91,45,57,52,46,55,48,49,57,56,54,44,51,50,46,52,50,49,55,56,50,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,51,54,56,54,44,34,98,101,100,115,34,58,49,51,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,52,46,50,49,49,50,50,52,44,52,49,46,49,51,51,55,49,52,93,44,91,45,55,51,46,56,57,51,57,55,57,44,52,48,46,57,57,55,50,48,53,93,44,91,45,55,51,46,56,56,57,52,56,44,52,49,46,49,52,53,48,57,53,93,44,91,45,55,51,46,57,56,50,53,56,52,44,52,49,46,51,50,49,54,57,51,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,52,51,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,44,91,45,57,50,46,56,56,52,57,53,52,44,51,54,46,52,57,48,56,57,49,93,44,91,45,57,50,46,56,57,48,54,57,53,44,51,54,46,49,49,52,49,51,50,93,44,91,45,57,50,46,56,51,55,55,55,54,44,51,54,46,48,55,48,49,50,52,93,44,91,45,57,50,46,52,49,49,53,48,50,44,51,54,46,48,54,50,55,53,54,93,44,91,45,57,50,46,52,48,57,49,55,53,44,51,54,46,49,51,52,54,56,52,93,44,91,45,57,50,46,53,50,48,53,56,49,44,51,54,46,50,54,56,56,50,52,93,44,91,45,57,50,46,53,50,57,49,50,56,44,51,54,46,52,57,56,53,57,57,93,44,91,45,57,50,46,55,55,50,51,52,51,44,51,54,46,52,57,55,54,54,50,93,44,91,45,57,50,46,56,53,52,48,52,57,44,51,54,46,52,57,55,56,52,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,48,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,48,48,34,44,34,78,65,77,69,34,58,34,83,117,102,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,49,54,48,44,34,98,101,100,115,34,58,49,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,44,91,45,55,54,46,57,49,53,56,57,57,44,51,54,46,53,53,50,49,52,57,93,44,91,45,55,54,46,53,52,49,57,54,54,44,51,54,46,53,53,48,54,53,51,93,44,91,45,55,54,46,52,57,49,52,57,54,44,51,54,46,53,53,48,54,52,56,93,44,91,45,55,54,46,52,53,55,52,54,57,44,51,54,46,56,49,52,56,52,49,93,44,91,45,55,54,46,52,50,48,51,54,56,44,51,54,46,56,54,54,51,52,56,93,44,91,45,55,54,46,51,57,57,53,54,55,44,51,54,46,57,51,48,57,52,55,93,44,91,45,55,54,46,52,52,53,51,48,49,44,51,54,46,57,52,49,56,57,49,93,44,91,45,55,54,46,53,51,51,53,50,44,51,54,46,57,49,53,53,54,51,93,44,91,45,55,54,46,56,57,55,53,57,50,44,51,54,46,54,52,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,69,108,32,80,97,115,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,49,53,51,44,34,98,101,100,115,34,58,49,50,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,53,46,48,50,56,57,48,51,44,51,56,46,56,54,56,57,48,55,93,44,91,45,49,48,52,46,57,51,56,57,57,52,44,51,56,46,55,57,54,56,56,52,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,52,46,57,52,49,53,51,51,44,51,56,46,53,49,57,53,54,57,93,44,91,45,49,48,52,46,48,53,51,57,50,49,44,51,56,46,53,50,50,51,57,51,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,52,46,48,53,49,53,56,57,44,51,57,46,49,50,56,51,55,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,83,116,46,32,70,114,97,110,99,111,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,52,50,44,34,98,101,100,115,34,58,52,55,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,44,91,45,57,48,46,54,52,53,49,51,53,44,51,55,46,55,51,52,56,49,51,93,44,91,45,57,48,46,54,52,55,56,55,52,44,51,55,46,54,52,50,56,48,57,93,44,91,45,57,48,46,53,51,53,48,49,54,44,51,55,46,54,52,51,54,52,49,93,44,91,45,57,48,46,49,52,54,55,55,56,44,51,55,46,54,52,49,54,49,56,93,44,91,45,57,48,46,49,49,48,53,51,55,44,51,55,46,54,55,49,51,52,93,44,91,45,57,48,46,50,48,48,50,48,56,44,51,55,46,54,54,57,54,50,56,93,44,91,45,57,48,46,52,53,57,49,51,51,44,51,55,46,56,55,56,57,50,52,93,44,91,45,57,48,46,51,50,50,56,55,44,51,55,46,57,56,49,55,51,49,93,44,91,45,57,48,46,52,49,54,48,50,50,44,51,56,46,48,52,50,51,49,53,93,44,91,45,57,48,46,53,56,51,51,50,52,44,51,56,46,48,48,51,52,57,57,93,44,91,45,57,48,46,54,51,57,57,56,44,51,56,46,48,55,54,53,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,53,34,44,34,78,65,77,69,34,58,34,87,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,56,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,44,91,45,49,48,51,46,53,48,56,56,48,53,44,51,49,46,54,50,52,49,49,55,93,44,91,45,49,48,51,46,52,54,53,48,53,55,44,51,49,46,52,51,49,57,52,56,93,44,91,45,49,48,51,46,49,56,49,50,50,53,44,51,49,46,51,55,48,50,52,53,93,44,91,45,49,48,51,46,48,49,49,48,52,44,51,49,46,51,55,49,51,48,54,93,44,91,45,49,48,50,46,56,50,53,49,49,54,44,51,49,46,50,54,54,57,49,52,93,44,91,45,49,48,50,46,55,54,55,51,54,53,44,51,49,46,50,57,51,56,48,51,93,44,91,45,49,48,50,46,55,54,55,50,52,54,44,51,49,46,54,53,49,55,49,52,93,44,91,45,49,48,50,46,55,57,56,57,51,57,44,51,49,46,54,53,49,55,56,51,93,44,91,45,49,48,51,46,51,50,55,53,51,56,44,51,49,46,54,53,49,52,50,93,44,91,45,49,48,51,46,54,49,48,56,56,55,44,51,49,46,54,53,49,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,75,105,111,119,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,44,91,45,49,48,51,46,49,55,50,57,52,51,44,51,56,46,54,49,50,52,53,93,44,91,45,49,48,51,46,49,55,50,56,55,56,44,51,56,46,53,50,53,51,49,53,93,44,91,45,49,48,51,46,53,48,52,54,54,54,44,51,56,46,53,49,54,52,48,57,93,44,91,45,49,48,51,46,53,48,49,55,54,52,44,51,56,46,50,54,53,48,49,54,93,44,91,45,49,48,51,46,51,57,57,57,51,56,44,51,56,46,50,54,53,52,51,53,93,44,91,45,49,48,50,46,55,52,50,51,51,44,51,56,46,50,54,54,57,55,49,93,44,91,45,49,48,50,46,48,52,52,52,55,53,44,51,56,46,50,54,56,55,52,57,93,44,91,45,49,48,50,46,48,52,53,48,56,50,44,51,56,46,54,49,53,49,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,55,34,44,34,78,65,77,69,34,58,34,87,105,108,98,97,114,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,48,54,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,44,91,45,57,57,46,52,55,53,54,53,44,51,51,46,56,51,52,48,48,53,93,44,91,45,57,56,46,57,53,51,50,48,50,44,51,51,46,56,51,52,48,50,53,93,44,91,45,57,56,46,57,53,50,51,57,53,44,51,52,46,50,49,50,52,57,55,93,44,91,45,57,57,46,49,56,57,55,55,54,44,51,52,46,50,49,52,51,53,55,93,44,91,45,57,57,46,50,48,54,57,48,53,44,51,52,46,51,51,56,50,55,55,93,44,91,45,57,57,46,50,54,49,50,55,53,44,51,52,46,52,48,51,53,48,56,93,44,91,45,57,57,46,52,55,53,49,49,53,44,51,52,46,51,57,53,57,51,93,44,91,45,57,57,46,52,55,53,50,57,52,44,51,52,46,48,56,53,54,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,48,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,44,91,45,49,50,52,46,55,48,48,50,56,51,44,52,50,46,55,56,52,48,50,56,93,44,91,45,49,50,52,46,52,55,51,53,53,52,44,52,50,46,54,49,52,55,51,52,93,44,91,45,49,50,52,46,53,54,55,50,50,49,44,52,50,46,52,55,55,55,57,49,93,44,91,45,49,50,52,46,52,57,52,49,53,52,44,52,50,46,51,57,54,48,56,54,93,44,91,45,49,50,52,46,52,55,49,51,53,54,44,52,50,46,50,48,51,55,50,51,93,44,91,45,49,50,52,46,52,48,57,51,49,52,44,52,50,46,48,54,52,48,55,55,93,44,91,45,49,50,52,46,51,50,56,56,51,53,44,52,49,46,57,57,56,51,51,52,93,44,91,45,49,50,51,46,56,50,50,48,52,49,44,52,49,46,57,57,53,53,56,93,44,91,45,49,50,51,46,56,53,56,53,52,57,44,52,50,46,49,51,53,49,49,54,93,44,91,45,49,50,51,46,55,57,50,56,51,52,44,52,50,46,50,50,52,51,49,52,93,44,91,45,49,50,51,46,56,57,50,54,53,49,44,52,50,46,51,53,51,50,57,51,93,44,91,45,49,50,52,46,48,50,53,57,56,52,44,52,50,46,51,53,57,52,48,57,93,44,91,45,49,50,51,46,57,57,56,55,56,44,52,50,46,52,57,57,57,54,50,93,44,91,45,49,50,51,46,56,57,48,54,53,55,44,52,50,46,53,48,48,53,51,56,93,44,91,45,49,50,51,46,55,49,54,52,57,50,44,52,50,46,55,56,52,48,54,49,93,44,91,45,49,50,51,46,56,49,49,53,53,51,44,52,50,46,55,56,56,56,51,55,93,44,91,45,49,50,51,46,57,50,53,55,49,55,44,52,50,46,55,55,52,53,49,52,93,44,91,45,49,50,51,46,57,57,54,50,57,49,44,52,50,46,54,56,53,54,53,49,93,44,91,45,49,50,52,46,49,51,56,55,52,56,44,52,50,46,54,55,49,49,49,53,93,44,91,45,49,50,52,46,49,54,49,51,48,56,44,52,50,46,56,56,51,52,57,57,93,44,91,45,49,50,52,46,50,53,56,51,56,56,44,52,50,46,57,53,52,57,52,54,93,44,91,45,49,50,52,46,53,53,50,51,55,51,44,52,50,46,57,53,52,51,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,84,101,108,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,49,51,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,44,91,45,49,48,53,46,51,50,57,49,51,52,44,51,56,46,54,57,55,50,48,53,93,44,91,45,49,48,53,46,50,52,48,51,54,50,44,51,56,46,54,52,55,53,57,53,93,44,91,45,49,48,52,46,57,52,50,52,50,54,44,51,56,46,54,52,57,56,56,50,93,44,91,45,49,48,52,46,57,51,56,57,57,52,44,51,56,46,55,57,54,56,56,52,93,44,91,45,49,48,53,46,48,50,56,57,48,51,44,51,56,46,56,54,56,57,48,55,93,44,91,45,49,48,53,46,48,51,51,53,52,52,44,51,57,46,49,50,57,56,49,57,93,44,91,45,49,48,53,46,51,50,57,50,50,44,51,57,46,49,50,57,54,56,57,93,44,91,45,49,48,53,46,51,51,48,52,52,52,44,51,57,46,49,50,57,54,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,67,108,105,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,52,55,53,44,34,98,101,100,115,34,58,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,54,48,49,50,49,53,44,51,57,46,53,51,48,49,55,93,44,91,45,57,52,46,54,48,48,56,49,57,44,51,57,46,52,53,54,49,53,53,93,44,91,45,57,52,46,50,49,48,54,52,50,44,51,57,46,52,53,52,54,56,50,93,44,91,45,57,52,46,50,48,56,52,50,51,44,51,57,46,53,50,55,50,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,87,97,115,97,116,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,53,50,51,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,44,91,45,49,49,49,46,54,50,48,52,51,55,44,52,48,46,52,53,53,48,49,56,93,44,91,45,49,49,49,46,53,53,53,50,51,53,44,52,48,46,51,54,50,54,57,54,93,44,91,45,49,49,49,46,52,50,56,55,50,56,44,52,48,46,50,56,55,55,54,93,44,91,45,49,49,49,46,51,50,49,51,48,53,44,52,48,46,50,56,55,51,55,50,93,44,91,45,49,49,49,46,50,50,53,53,48,55,44,52,48,46,49,54,55,51,50,52,93,44,91,45,49,49,49,46,50,52,57,51,51,57,44,52,48,46,48,53,53,50,49,55,93,44,91,45,49,49,49,46,48,56,51,48,54,49,44,51,57,46,57,52,51,49,57,56,93,44,91,45,49,49,48,46,56,57,49,54,53,53,44,51,57,46,56,57,57,54,53,52,93,44,91,45,49,49,48,46,57,48,49,57,55,52,44,52,48,46,54,55,56,49,54,50,93,44,91,45,49,49,48,46,57,55,54,48,56,54,44,52,48,46,53,57,50,57,53,52,93,44,91,45,49,49,49,46,49,52,55,50,49,54,44,52,48,46,53,52,57,54,48,50,93,44,91,45,49,49,49,46,51,55,53,52,56,49,44,52,48,46,54,51,51,49,49,54,93,44,91,45,49,49,49,46,53,53,51,50,54,54,44,52,48,46,54,48,57,51,49,51,93,44,91,45,49,49,49,46,53,57,51,57,52,50,44,52,48,46,53,55,55,48,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,114,105,98,111,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,44,91,45,49,49,50,46,49,50,55,52,50,52,44,52,50,46,57,52,52,52,57,56,93,44,91,45,49,49,50,46,49,52,53,48,56,57,44,52,50,46,55,57,48,54,54,52,93,44,91,45,49,49,50,46,49,48,53,56,56,44,52,50,46,54,57,57,50,48,51,93,44,91,45,49,49,49,46,57,55,51,51,55,51,44,52,50,46,55,49,53,52,55,50,93,44,91,45,49,49,49,46,57,49,54,57,50,55,44,52,50,46,54,49,55,50,54,52,93,44,91,45,49,49,49,46,56,55,53,54,51,54,44,52,50,46,52,49,54,49,53,56,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,54,51,52,57,49,44,52,50,46,53,55,48,48,50,54,93,44,91,45,49,49,49,46,51,54,56,48,54,50,44,52,50,46,53,57,48,50,57,52,93,44,91,45,49,49,49,46,50,51,54,48,56,57,44,52,50,46,52,55,57,55,53,57,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,48,52,52,48,55,50,44,52,51,46,48,49,57,52,48,55,93,44,91,45,49,49,49,46,53,56,57,52,56,57,44,52,51,46,48,50,48,48,53,50,93,44,91,45,49,49,50,46,48,54,51,48,50,51,44,52,51,46,48,50,50,51,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,50,55,48,44,34,98,101,100,115,34,58,49,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,44,91,45,56,48,46,48,50,55,51,51,57,44,51,54,46,53,52,50,52,56,93,44,91,45,56,48,46,48,51,53,49,49,57,44,51,54,46,50,53,55,49,56,52,93,44,91,45,55,57,46,53,51,50,52,49,44,51,54,46,50,52,49,52,54,51,93,44,91,45,55,57,46,53,51,49,56,54,53,44,51,54,46,50,52,57,54,55,51,93,44,91,45,55,57,46,53,49,51,54,51,56,44,51,54,46,53,52,48,57,48,50,93,44,91,45,55,57,46,55,49,52,56,52,57,44,51,54,46,53,52,49,57,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,80,114,97,105,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,52,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,44,91,45,57,49,46,56,48,51,55,48,51,44,51,52,46,57,50,49,53,50,52,93,44,91,45,57,49,46,54,57,51,55,48,53,44,51,52,46,57,49,57,54,48,53,93,44,91,45,57,49,46,55,48,48,56,50,56,44,51,52,46,54,55,50,48,50,57,93,44,91,45,57,49,46,54,52,51,48,56,44,51,52,46,54,51,54,56,54,50,93,44,91,45,57,49,46,54,55,56,48,51,55,44,51,52,46,52,56,49,57,50,93,44,91,45,57,49,46,53,57,52,52,50,57,44,51,52,46,53,54,56,48,53,93,44,91,45,57,49,46,51,55,55,56,50,44,51,52,46,53,54,51,52,56,93,44,91,45,57,49,46,51,54,56,53,54,44,51,52,46,57,49,50,55,51,53,93,44,91,45,57,49,46,51,54,51,55,54,51,44,51,53,46,48,53,49,56,56,55,93,44,91,45,57,49,46,52,54,53,49,49,52,44,51,53,46,48,56,57,52,53,52,93,44,91,45,57,49,46,53,56,52,48,48,53,44,51,53,46,48,57,49,53,56,52,93,44,91,45,57,49,46,56,48,50,53,48,53,44,51,53,46,48,51,48,52,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,114,97,100,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,57,52,56,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,44,91,45,57,50,46,51,49,49,48,55,57,44,51,51,46,52,57,57,55,56,50,93,44,91,45,57,50,46,51,56,50,48,54,44,51,51,46,51,52,53,57,55,49,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,49,46,57,55,55,50,56,52,44,51,51,46,51,48,50,48,50,54,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,50,46,51,51,48,56,51,57,44,51,51,46,55,48,55,56,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,51,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,54,57,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,44,91,45,57,56,46,49,53,54,53,54,56,44,51,49,46,56,52,49,55,49,51,93,44,91,45,57,56,46,52,54,51,55,51,54,44,51,49,46,54,56,51,57,56,57,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,56,46,50,48,56,51,56,54,44,51,49,46,57,49,55,53,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,52,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,114,121,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,50,56,55,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,66,111,116,104,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,44,91,45,55,53,46,56,57,54,55,55,52,44,51,56,46,56,49,53,49,48,57,93,44,91,45,55,54,46,48,49,53,48,52,53,44,51,56,46,55,50,56,54,56,55,93,44,91,45,55,53,46,57,52,53,50,52,56,44,51,56,46,54,55,52,49,48,57,93,44,91,45,55,53,46,56,51,55,57,55,52,44,51,56,46,55,48,51,57,57,93,44,91,45,55,53,46,55,48,55,52,52,55,44,51,56,46,54,51,53,51,57,54,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,56,51,52,57,52,56,44,51,57,46,49,48,56,52,51,55,93,44,91,45,55,53,46,57,52,57,51,51,53,44,51,56,46,57,49,56,51,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,111,117,103,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,50,48,51,44,34,98,101,100,115,34,58,49,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,44,91,45,57,53,46,55,53,56,53,48,56,44,52,53,46,55,53,57,57,51,50,93,44,91,45,57,53,46,49,51,57,54,55,44,52,53,46,55,53,56,56,57,49,93,44,91,45,57,53,46,49,51,57,55,51,49,44,52,53,46,55,55,51,52,49,54,93,44,91,45,57,53,46,49,52,53,56,56,44,52,54,46,49,48,54,55,54,49,93,44,91,45,57,53,46,55,54,57,55,53,44,52,54,46,49,48,55,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,55,55,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,52,54,54,51,50,57,44,52,54,46,48,57,50,57,55,57,93,44,91,45,49,49,50,46,52,48,49,52,52,49,44,52,53,46,56,51,49,56,53,49,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,48,56,56,55,54,44,52,53,46,56,52,57,48,53,93,44,91,45,49,49,49,46,57,50,54,57,54,53,44,52,53,46,56,53,53,54,57,52,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,54,54,48,48,53,55,44,52,53,46,56,51,51,53,93,44,91,45,49,49,49,46,54,54,48,52,50,50,44,52,54,46,48,52,57,49,57,50,93,44,91,45,49,49,49,46,55,56,52,53,54,53,44,52,54,46,48,52,57,56,49,51,93,44,91,45,49,49,49,46,55,56,55,57,52,57,44,52,54,46,53,54,57,52,54,53,93,44,91,45,49,49,50,46,48,50,57,50,51,49,44,52,54,46,53,54,56,56,48,53,93,44,91,45,49,49,50,46,49,55,54,50,51,53,44,52,54,46,52,53,54,51,52,50,93,44,91,45,49,49,50,46,51,49,48,53,55,51,44,52,54,46,52,50,49,49,55,49,93,44,91,45,49,49,50,46,53,51,51,54,50,53,44,52,54,46,51,51,48,56,57,56,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,55,51,57,52,44,34,98,101,100,115,34,58,50,57,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,50,50,51,54,56,51,44,51,56,46,54,53,50,48,54,52,93,44,91,45,55,55,46,50,50,55,51,51,54,44,51,56,46,54,48,52,53,55,93,44,91,45,55,55,46,48,56,54,51,57,49,44,51,56,46,55,48,54,50,50,55,93,44,91,45,55,55,46,48,52,49,51,54,50,44,51,56,46,55,56,53,52,49,53,93,44,91,45,55,55,46,49,49,48,55,57,57,44,51,56,46,56,52,51,52,52,54,93,44,91,45,55,55,46,49,52,57,55,48,49,44,51,56,46,56,55,53,54,55,93,44,91,45,55,55,46,49,56,57,55,53,52,44,51,56,46,56,55,56,49,51,54,93,44,91,45,55,55,46,49,55,50,50,55,54,44,51,56,46,56,57,51,50,52,53,93,44,91,45,55,55,46,49,49,57,55,57,50,44,51,56,46,57,51,52,51,55,52,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,93,44,91,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,44,91,45,55,55,46,51,48,51,49,51,57,44,51,56,46,56,54,57,50,48,56,93,44,91,45,55,55,46,50,55,48,53,57,55,44,51,56,46,56,54,54,48,55,53,93,44,91,45,55,55,46,50,55,48,53,50,44,51,56,46,56,52,48,57,48,50,93,44,91,45,55,55,46,51,49,54,50,50,52,44,51,56,46,56,51,54,52,48,56,93,44,91,45,55,55,46,51,51,52,56,53,50,44,51,56,46,56,53,51,55,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,68,101,101,114,32,76,111,100,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,48,48,44,34,98,101,100,115,34,58,49,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,44,91,45,49,49,51,46,50,56,52,53,51,50,44,52,54,46,50,50,50,55,56,51,93,44,91,45,49,49,51,46,50,55,56,48,49,50,44,52,54,46,48,52,53,50,54,56,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,51,57,54,57,48,51,44,52,53,46,55,54,55,54,53,93,44,91,45,49,49,51,46,49,55,57,55,57,49,44,52,53,46,56,56,53,48,48,57,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,50,46,57,50,52,53,53,50,44,52,53,46,57,51,54,52,52,51,93,44,91,45,49,49,50,46,55,55,55,49,50,44,52,54,46,49,51,53,56,50,54,93,44,91,45,49,49,50,46,53,55,55,49,48,54,44,52,54,46,49,55,56,57,56,49,93,44,91,45,49,49,50,46,53,53,56,53,57,57,44,52,54,46,50,54,53,56,50,49,93,44,91,45,49,49,51,46,48,51,54,56,50,53,44,52,54,46,50,54,54,56,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,55,55,53,44,34,98,101,100,115,34,58,51,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,44,91,45,56,52,46,50,55,49,53,56,55,44,51,53,46,57,49,48,49,54,53,93,44,91,45,56,52,46,49,57,50,50,56,55,44,51,53,46,57,57,53,52,56,56,93,44,91,45,56,51,46,57,52,49,55,49,49,44,51,54,46,49,56,54,51,55,56,93,44,91,45,56,52,46,48,48,52,51,49,55,44,51,54,46,50,55,48,51,55,56,93,44,91,45,56,52,46,48,54,57,54,49,56,44,51,54,46,50,51,48,57,55,56,93,44,91,45,56,52,46,50,50,55,53,50,55,44,51,54,46,50,52,52,56,55,57,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,51,52,49,56,49,50,44,51,54,46,48,52,56,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,72,117,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,52,53,55,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,50,46,55,50,52,55,57,50,44,52,48,46,57,57,53,54,51,56,93,44,91,45,56,50,46,52,51,50,56,53,50,44,52,48,46,57,57,50,57,52,52,93,44,91,45,56,50,46,51,51,54,52,57,54,44,52,49,46,48,54,53,55,54,49,93,44,91,45,56,50,46,51,52,50,51,49,52,44,52,49,46,50,56,51,53,53,52,93,44,91,45,56,50,46,56,52,49,52,55,53,44,52,49,46,50,57,48,48,50,51,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,97,99,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,50,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,44,91,45,56,50,46,54,50,55,51,52,50,44,51,49,46,54,55,50,54,55,50,93,44,91,45,56,50,46,53,57,55,53,48,57,44,51,49,46,52,54,57,50,57,51,93,44,91,45,56,50,46,52,49,55,50,52,54,44,51,49,46,52,49,55,49,49,57,93,44,91,45,56,50,46,51,52,52,56,52,51,44,51,49,46,52,51,48,49,51,93,44,91,45,56,50,46,50,50,54,53,56,53,44,51,49,46,53,51,48,54,57,57,93,44,91,45,56,50,46,53,50,49,52,50,44,51,49,46,55,49,48,55,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,68,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,52,56,50,50,44,34,98,101,100,115,34,58,52,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,44,91,45,55,53,46,55,50,50,55,57,55,44,51,56,46,56,50,57,56,53,49,93,44,91,45,55,53,46,53,53,53,48,49,51,44,51,56,46,56,51,53,54,52,57,93,44,91,45,55,53,46,51,55,50,49,51,49,44,51,56,46,57,54,49,52,51,54,93,44,91,45,55,53,46,49,51,56,52,54,49,44,51,57,46,48,48,50,54,57,55,93,44,91,45,55,53,46,49,54,56,52,54,50,44,51,57,46,48,53,54,49,55,57,93,44,91,45,55,53,46,51,50,49,48,50,49,44,51,57,46,50,53,49,51,55,57,93,44,91,45,55,53,46,52,52,52,55,53,49,44,51,57,46,51,53,53,48,56,57,93,44,91,45,55,53,46,52,56,49,51,54,44,51,57,46,51,56,55,53,53,53,93,44,91,45,55,53,46,53,55,52,52,50,57,44,51,57,46,51,49,51,54,49,49,93,44,91,45,55,53,46,55,54,48,48,55,52,44,51,57,46,50,57,54,56,49,57,93,44,91,45,55,53,46,55,53,54,48,48,52,44,51,57,46,50,52,54,48,54,54,93,44,91,45,55,53,46,55,52,55,55,54,49,44,51,57,46,49,52,51,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,87,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,57,57,51,54,44,34,98,101,100,115,34,58,49,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,44,91,45,56,51,46,53,54,57,57,51,52,44,52,49,46,54,49,55,49,53,93,44,91,45,56,51,46,55,52,55,50,49,55,44,52,49,46,52,54,54,50,49,54,93,44,91,45,56,51,46,56,56,51,50,51,52,44,52,49,46,52,49,52,53,48,51,93,44,91,45,56,51,46,56,56,49,49,52,57,44,52,49,46,49,54,55,56,50,52,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,51,46,52,49,52,54,50,54,44,52,49,46,53,48,48,50,50,56,93,44,91,45,56,51,46,52,49,53,57,52,49,44,52,49,46,54,49,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,55,53,53,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,44,91,45,56,51,46,56,49,55,54,56,50,44,51,52,46,49,50,55,52,57,51,93,44,91,45,56,51,46,55,53,49,51,56,49,44,51,52,46,48,54,52,50,48,49,93,44,91,45,56,51,46,53,54,51,50,49,53,44,51,52,46,48,51,49,55,53,55,93,44,91,45,56,51,46,53,51,55,51,56,53,44,51,51,46,57,54,53,57,49,50,93,44,91,45,56,51,46,51,54,48,48,50,56,44,51,52,46,48,52,48,53,55,50,93,44,91,45,56,51,46,52,48,50,52,50,56,44,51,52,46,49,57,55,52,57,57,93,44,91,45,56,51,46,52,56,48,51,54,49,44,51,52,46,50,54,50,48,51,56,93,44,91,45,56,51,46,54,50,48,49,49,53,44,51,52,46,50,57,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,56,53,50,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,44,91,45,57,53,46,53,48,56,51,50,56,44,51,56,46,51,57,48,50,55,56,93,44,91,45,57,53,46,53,49,56,57,55,44,51,56,46,48,51,56,50,51,93,44,91,45,57,53,46,48,55,55,56,55,54,44,51,56,46,48,51,55,55,48,54,93,44,91,45,57,53,46,48,54,53,56,51,49,44,51,56,46,51,56,57,57,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,57,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,53,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,57,57,57,44,34,98,101,100,115,34,58,50,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,44,91,45,57,48,46,52,52,52,51,51,57,44,52,48,46,55,49,52,56,54,56,93,44,91,45,56,57,46,57,56,54,48,54,52,44,52,48,46,55,49,50,51,54,49,93,44,91,45,56,57,46,57,56,53,52,55,57,44,52,48,46,57,55,52,52,57,53,93,44,91,45,56,57,46,57,56,52,53,53,57,44,52,49,46,49,52,57,51,57,52,93,44,91,45,57,48,46,52,51,55,54,53,50,44,52,49,46,49,53,49,52,54,51,93,44,91,45,57,48,46,52,51,57,52,50,51,44,52,49,46,48,54,51,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,87,104,101,97,116,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,44,91,45,49,48,57,46,57,54,55,56,44,52,54,46,55,53,48,56,55,53,93,44,91,45,49,49,48,46,50,55,51,51,51,55,44,52,54,46,55,49,48,53,48,57,93,44,91,45,49,49,48,46,50,56,49,57,55,49,44,52,54,46,50,50,48,54,48,53,93,44,91,45,49,48,57,46,54,53,51,56,55,49,44,52,54,46,50,49,57,52,48,52,93,44,91,45,49,48,57,46,52,48,50,57,48,54,44,52,54,46,50,49,57,55,48,54,93,44,91,45,49,48,57,46,51,56,57,49,54,51,44,52,54,46,54,57,51,54,50,53,93,44,91,45,49,48,57,46,55,52,53,55,52,53,44,52,54,46,54,57,52,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,110,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,55,54,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,44,91,45,56,54,46,50,48,55,49,52,55,44,51,53,46,55,48,51,55,57,93,44,91,45,56,54,46,49,52,51,54,53,50,44,51,53,46,54,54,49,55,52,55,93,44,91,45,56,53,46,57,56,53,48,54,50,44,51,53,46,54,54,48,49,48,56,93,44,91,45,56,53,46,57,56,52,56,57,49,44,51,53,46,55,51,52,53,53,51,93,44,91,45,56,53,46,56,56,53,49,53,54,44,51,53,46,56,51,57,54,53,56,93,44,91,45,56,54,46,48,49,52,56,52,57,44,51,53,46,57,54,49,48,54,93,44,91,45,56,54,46,49,53,51,50,49,52,44,51,53,46,57,53,52,51,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,49,57,44,34,98,101,100,115,34,58,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,44,91,45,55,48,46,55,55,57,56,52,50,44,52,53,46,48,49,56,51,55,57,93,44,91,45,55,48,46,55,54,57,50,50,56,44,52,52,46,55,51,50,50,50,56,93,44,91,45,55,48,46,54,49,53,48,51,44,52,52,46,55,57,53,54,51,52,93,44,91,45,55,48,46,53,49,48,53,57,56,44,52,52,46,54,50,55,50,49,54,93,44,91,45,55,48,46,50,56,48,55,52,56,44,52,52,46,53,54,57,54,49,57,93,44,91,45,55,48,46,50,51,56,57,48,52,44,52,52,46,52,53,56,57,52,50,93,44,91,45,55,48,46,49,50,57,51,57,44,52,52,46,52,56,55,50,49,55,93,44,91,45,55,48,46,48,52,48,50,49,53,44,52,52,46,53,56,56,55,50,50,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,54,57,46,57,57,54,49,57,49,44,52,52,46,54,55,55,52,57,55,93,44,91,45,55,48,46,48,51,51,50,55,44,52,52,46,56,54,52,53,52,93,44,91,45,55,48,46,49,49,48,51,54,53,44,52,52,46,57,52,55,51,49,49,93,44,91,45,55,48,46,49,53,57,51,55,53,44,52,53,46,49,50,56,51,57,54,93,44,91,45,55,48,46,50,57,51,56,50,54,44,52,53,46,49,48,57,57,48,51,93,44,91,45,55,48,46,52,49,56,53,49,57,44,52,53,46,49,52,52,48,48,53,93,44,91,45,55,48,46,53,53,50,56,53,51,44,52,53,46,54,54,55,56,57,57,93,44,91,45,55,48,46,55,50,50,53,55,49,44,52,53,46,53,49,51,54,55,50,93,44,91,45,55,48,46,54,50,52,52,53,52,44,52,53,46,52,48,54,49,52,57,93,44,91,45,55,48,46,56,50,53,55,51,55,44,52,53,46,52,48,48,50,54,53,93,44,91,45,55,48,46,56,51,53,49,52,50,44,52,53,46,50,55,55,48,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,77,101,110,105,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,48,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,44,91,45,56,51,46,52,57,53,48,56,44,51,55,46,56,54,49,57,48,54,93,44,91,45,56,51,46,52,51,51,57,52,50,44,51,56,46,48,51,51,57,55,52,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,55,54,56,55,56,51,44,51,55,46,57,49,56,51,55,49,93,44,91,45,56,51,46,54,51,49,48,54,44,51,55,46,56,50,53,51,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,99,80,104,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,54,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,44,91,45,57,57,46,55,49,56,48,55,49,44,52,53,46,57,52,48,56,56,51,93,44,91,45,57,57,46,55,49,55,52,54,54,44,52,53,46,53,57,51,52,50,56,93,44,91,45,57,57,46,55,48,55,55,48,53,44,52,53,46,53,57,51,51,57,49,93,44,91,45,57,56,46,55,50,53,48,48,50,44,52,53,46,53,57,49,50,53,50,93,44,91,45,57,56,46,55,50,52,51,55,53,44,52,53,46,57,51,56,55,51,49,93,44,91,45,57,57,46,48,48,53,55,53,56,44,52,53,46,57,51,57,55,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,117,110,110,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,53,51,55,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,53,48,48,54,53,53,44,51,56,46,54,54,56,53,53,51,93,44,91,45,49,48,55,46,53,48,48,48,50,44,51,56,46,51,48,49,57,50,54,93,44,91,45,49,48,55,46,54,51,53,48,52,44,51,56,46,51,48,49,56,57,54,93,44,91,45,49,48,55,46,53,54,56,54,50,44,51,56,46,49,52,55,50,54,55,93,44,91,45,49,48,55,46,48,48,49,49,49,57,44,51,56,46,49,52,55,48,55,50,93,44,91,45,49,48,55,46,48,48,48,54,48,49,44,51,56,46,52,50,53,54,49,57,93,44,91,45,49,48,54,46,50,52,54,57,52,44,51,56,46,52,50,50,55,54,56,93,44,91,45,49,48,54,46,51,52,56,49,48,56,44,51,56,46,53,49,50,52,57,57,93,44,91,45,49,48,54,46,52,51,48,49,53,57,44,51,56,46,54,53,51,52,54,56,93,44,91,45,49,48,54,46,52,49,54,50,54,51,44,51,56,46,56,50,51,56,53,93,44,91,45,49,48,54,46,52,54,53,48,51,50,44,51,56,46,57,49,48,51,53,52,93,44,91,45,49,48,54,46,53,57,57,50,49,52,44,51,56,46,57,57,55,57,57,52,93,44,91,45,49,48,54,46,55,52,48,54,57,53,44,51,57,46,48,52,53,57,48,54,93,44,91,45,49,48,54,46,56,48,49,56,55,52,44,51,56,46,57,55,56,51,48,51,93,44,91,45,49,48,54,46,57,48,56,49,57,54,44,51,56,46,57,57,50,53,55,57,93,44,91,45,49,48,55,46,48,54,54,51,50,44,51,57,46,49,49,56,56,48,53,93,44,91,45,49,48,55,46,50,56,50,52,57,44,51,57,46,49,49,56,55,49,56,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,118,111,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,49,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,44,91,45,56,53,46,50,50,50,55,48,55,44,52,53,46,50,48,53,53,54,93,44,91,45,56,53,46,50,50,51,54,56,49,44,52,53,46,49,49,55,56,54,49,93,44,91,45,56,52,46,56,53,55,52,53,50,44,52,53,46,49,49,54,55,48,55,93,44,91,45,56,52,46,55,51,52,51,48,51,44,52,53,46,50,48,49,57,51,54,93,44,91,45,56,52,46,55,51,50,54,56,55,44,52,53,46,50,56,57,51,56,50,93,44,91,45,56,52,46,57,54,52,55,56,55,44,52,53,46,50,57,49,54,48,49,93,44,91,45,56,53,46,50,56,51,50,51,56,44,52,53,46,53,53,48,50,48,57,93,44,91,45,56,53,46,51,48,55,53,56,52,44,52,53,46,54,50,53,48,48,54,93,44,91,45,56,53,46,50,50,49,51,57,52,44,52,53,46,55,56,50,56,52,51,93,44,91,45,56,53,46,50,51,57,54,49,56,44,52,53,46,56,55,48,55,52,93,44,91,45,56,53,46,53,55,48,48,55,52,44,52,53,46,56,56,51,50,52,52,93,44,91,45,56,53,46,56,54,56,50,52,49,44,52,53,46,56,49,57,55,57,53,93,44,91,45,56,53,46,56,53,53,55,54,56,44,52,53,46,53,55,56,51,56,54,93,44,91,45,56,53,46,54,50,53,48,55,54,44,52,53,46,52,53,52,54,48,50,93,44,91,45,56,53,46,52,53,56,56,57,54,44,52,53,46,50,48,54,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,119,105,102,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,49,49,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,48,51,54,54,57,56,44,52,53,46,49,53,50,50,48,54,93,44,91,45,57,53,46,50,52,54,52,56,57,44,52,53,46,49,53,50,52,51,49,93,44,91,45,57,53,46,50,53,53,50,49,51,44,52,53,46,52,49,50,55,51,57,93,44,91,45,57,53,46,55,52,55,52,48,50,44,52,53,46,52,49,50,51,49,51,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,101,110,101,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,55,53,44,34,98,101,100,115,34,58,49,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,44,91,45,56,51,46,52,50,49,48,53,52,44,52,49,46,49,54,54,55,56,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,50,46,56,50,57,53,49,50,44,52,48,46,57,57,54,54,50,52,93,44,91,45,56,50,46,56,52,48,48,56,55,44,52,49,46,50,53,53,51,51,55,93,44,91,45,56,51,46,52,49,57,56,52,51,44,52,49,46,50,53,52,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,54,55,34,44,34,78,65,77,69,34,58,34,84,97,116,116,110,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,51,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,44,91,45,56,50,46,49,56,50,55,50,55,44,51,50,46,49,54,48,52,52,50,93,44,91,45,56,50,46,50,50,53,48,52,50,44,51,49,46,57,49,51,48,55,52,93,44,91,45,56,50,46,48,52,56,53,56,50,44,51,49,46,56,50,55,48,55,53,93,44,91,45,56,49,46,57,54,57,48,53,50,44,51,49,46,55,56,57,51,50,52,93,44,91,45,56,49,46,56,50,52,52,48,53,44,51,50,46,48,49,52,56,56,50,93,44,91,45,56,49,46,55,54,49,55,51,53,44,51,50,46,48,52,55,57,93,44,91,45,56,49,46,57,56,48,48,52,49,44,51,50,46,48,56,49,53,48,50,93,44,91,45,56,50,46,48,50,53,51,51,57,44,51,50,46,50,55,56,56,56,51,93,44,91,45,56,50,46,50,51,50,55,56,56,44,51,50,46,51,49,56,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,50,57,34,44,34,78,65,77,69,34,58,34,83,116,101,112,104,101,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,55,50,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,44,91,45,57,57,46,48,57,54,48,53,44,51,50,46,53,49,52,55,54,56,93,44,91,45,57,56,46,53,55,54,50,53,54,44,51,50,46,53,49,53,49,54,51,93,44,91,45,57,56,46,53,55,53,54,49,54,44,51,50,46,57,53,52,51,52,57,93,44,91,45,57,56,46,57,53,48,56,55,53,44,51,50,46,57,53,54,57,49,56,93,44,91,45,57,57,46,48,57,54,48,49,54,44,51,50,46,57,53,55,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,116,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,48,53,52,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,44,91,45,55,55,46,51,52,50,52,49,56,44,51,53,46,57,48,53,50,54,50,93,44,91,45,55,55,46,51,53,48,51,54,57,44,51,53,46,56,49,57,50,50,56,93,44,91,45,55,55,46,49,55,52,44,51,53,46,55,51,50,56,51,49,93,44,91,45,55,54,46,57,56,53,56,52,50,44,51,53,46,54,53,56,56,52,56,93,44,91,45,55,54,46,56,52,55,50,54,52,44,51,53,46,55,49,57,57,56,50,93,44,91,45,55,54,46,55,54,48,53,57,56,44,51,53,46,56,54,52,56,56,55,93,44,91,45,55,55,46,48,48,53,50,53,44,51,53,46,56,53,56,52,51,51,93,44,91,45,55,55,46,48,52,50,56,56,50,44,51,53,46,57,52,50,50,55,56,93,44,91,45,55,55,46,51,50,55,53,54,57,44,51,54,46,48,55,49,51,54,49,93,44,91,45,55,55,46,52,48,50,54,49,52,44,51,54,46,48,48,52,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,82,97,118,97,108,108,105,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,57,48,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,52,46,51,52,50,57,56,53,44,52,54,46,53,49,56,48,52,93,44,91,45,49,49,52,46,52,55,48,55,57,53,44,52,54,46,50,54,53,51,55,55,93,44,91,45,49,49,52,46,52,52,53,50,51,52,44,52,54,46,49,54,55,57,52,54,93,44,91,45,49,49,52,46,52,56,48,53,51,55,44,52,54,46,48,51,48,52,51,57,93,44,91,45,49,49,52,46,52,48,53,57,49,55,44,52,53,46,56,55,48,52,93,44,91,45,49,49,52,46,53,54,54,51,52,56,44,52,53,46,55,55,50,55,51,57,93,44,91,45,49,49,52,46,52,57,57,54,54,55,44,52,53,46,54,54,56,53,49,51,93,44,91,45,49,49,52,46,53,54,52,57,57,57,44,52,53,46,53,53,55,56,48,51,93,44,91,45,49,49,52,46,50,54,57,56,57,50,44,52,53,46,52,56,52,53,53,50,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,51,46,55,49,50,53,50,50,44,52,53,46,56,51,56,51,56,52,93,44,91,45,49,49,51,46,53,51,50,51,55,44,52,53,46,56,55,56,52,48,53,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,53,49,55,52,48,57,44,52,53,46,57,52,48,48,56,57,93,44,91,45,49,49,51,46,54,52,56,51,53,56,44,52,53,46,57,54,53,48,51,56,93,44,91,45,49,49,51,46,55,53,51,50,52,54,44,52,54,46,49,49,50,56,93,44,91,45,49,49,51,46,55,56,50,48,51,50,44,52,54,46,51,53,57,53,49,56,93,44,91,45,49,49,51,46,56,55,52,54,53,49,44,52,54,46,53,48,56,51,50,57,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,55,34,44,34,78,65,77,69,34,58,34,87,105,108,107,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,56,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,44,91,45,56,50,46,56,52,54,54,56,54,44,51,51,46,57,52,48,54,51,57,93,44,91,45,56,50,46,57,56,55,50,56,54,44,51,51,46,55,56,48,55,49,93,44,91,45,56,50,46,57,52,57,48,52,54,44,51,51,46,55,51,51,51,51,51,93,44,91,45,56,50,46,56,57,48,53,57,57,44,51,51,46,54,51,50,56,55,55,93,44,91,45,56,50,46,56,49,50,57,53,56,44,51,51,46,54,53,53,56,51,54,93,44,91,45,56,50,46,54,55,57,57,55,53,44,51,51,46,53,57,57,55,57,50,93,44,91,45,56,50,46,54,52,57,55,48,53,44,51,51,46,54,48,56,55,54,56,93,44,91,45,56,50,46,52,55,57,53,49,56,44,51,51,46,54,51,57,53,51,53,93,44,91,45,56,50,46,53,55,51,54,53,50,44,51,51,46,55,56,54,49,49,54,93,44,91,45,56,50,46,54,52,53,52,53,49,44,51,51,46,57,56,52,49,57,53,93,44,91,45,56,50,46,55,55,57,53,48,54,44,51,51,46,57,55,49,49,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,52,51,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,44,91,45,49,49,56,46,53,51,49,50,57,55,44,52,55,46,56,55,52,56,55,56,93,44,91,45,49,49,56,46,55,51,48,51,50,53,44,52,55,46,57,48,48,49,54,57,93,44,91,45,49,49,56,46,56,53,49,57,54,44,52,55,46,57,53,55,57,48,54,93,44,91,45,49,49,56,46,57,55,51,53,48,52,44,52,55,46,57,52,51,52,49,52,93,44,91,45,49,49,56,46,57,55,57,55,55,55,44,52,55,46,50,54,49,55,48,57,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,56,50,48,57,52,55,44,52,55,46,56,50,53,55,55,53,93,44,91,45,49,49,56,46,48,55,56,49,56,50,44,52,55,46,56,48,48,48,54,50,93,44,91,45,49,49,56,46,50,49,50,51,50,51,44,52,55,46,57,52,53,52,57,51,93,44,91,45,49,49,56,46,51,52,48,57,51,56,44,52,55,46,56,57,52,51,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,83,97,110,32,77,97,116,101,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,53,57,51,53,44,34,98,101,100,115,34,58,50,52,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,44,91,45,49,50,50,46,53,55,52,57,54,51,44,51,55,46,52,57,57,57,52,51,93,44,91,45,49,50,50,46,52,54,53,56,54,57,44,51,55,46,51,52,49,50,52,93,44,91,45,49,50,50,46,52,54,52,49,49,55,44,51,55,46,49,55,55,56,52,56,93,44,91,45,49,50,50,46,51,49,51,56,57,57,44,51,55,46,48,53,52,55,54,52,93,44,91,45,49,50,50,46,51,49,55,54,56,50,44,51,55,46,49,56,54,57,52,53,93,44,91,45,49,50,50,46,49,53,50,55,55,52,44,51,55,46,50,49,53,52,52,52,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,49,57,48,52,48,50,44,51,55,46,52,51,49,52,55,50,93,44,91,45,49,50,50,46,48,56,49,52,55,51,44,51,55,46,52,55,55,56,51,56,93,44,91,45,49,50,50,46,50,56,49,55,56,44,51,55,46,55,48,56,50,51,93,44,91,45,49,50,50,46,53,55,53,49,56,57,44,51,55,46,55,48,54,55,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,87,105,108,108,105,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,51,54,44,34,98,101,100,115,34,58,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,44,91,45,56,52,46,56,48,53,57,55,50,44,52,49,46,54,57,54,49,49,56,93,44,91,45,56,52,46,56,48,52,54,56,55,44,52,49,46,53,51,48,49,51,52,93,44,91,45,56,52,46,56,48,52,48,54,51,44,52,49,46,52,50,54,48,53,49,93,44,91,45,56,52,46,51,52,49,54,54,52,44,52,49,46,52,50,55,53,54,56,93,44,91,45,56,52,46,51,52,49,57,48,50,44,52,49,46,52,56,53,53,49,57,93,44,91,45,56,52,46,51,56,48,55,51,53,44,52,49,46,53,49,51,57,52,50,93,44,91,45,56,52,46,51,57,57,53,52,54,44,52,49,46,55,48,53,56,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,54,51,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,50,46,48,52,49,54,52,50,44,51,55,46,51,56,57,49,57,93,44,91,45,49,48,50,46,48,52,49,53,56,53,44,51,55,46,54,52,52,50,56,50,93,44,91,45,49,48,50,46,55,52,55,54,49,53,44,51,55,46,54,52,51,54,52,50,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,66,111,117,110,100,97,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,52,57,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,44,91,45,49,49,55,46,48,51,50,51,52,53,44,52,56,46,57,57,57,50,48,49,93,44,91,45,49,49,55,46,48,51,50,52,52,49,44,52,56,46,56,52,54,54,54,54,93,44,91,45,49,49,54,46,55,56,53,49,55,52,44,52,56,46,56,52,55,52,48,50,93,44,91,45,49,49,54,46,55,56,52,56,55,56,44,52,56,46,53,48,48,52,55,50,93,44,91,45,49,49,54,46,48,52,57,48,53,56,44,52,56,46,53,48,50,48,54,50,93,44,91,45,49,49,54,46,48,52,57,48,56,54,44,52,57,46,48,48,48,56,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,101,97,114,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,57,54,50,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,44,91,45,49,49,49,46,53,54,54,54,50,56,44,52,50,46,50,55,51,53,55,52,93,44,91,45,49,49,49,46,54,50,54,49,48,52,44,52,50,46,50,48,55,53,52,50,93,44,91,45,49,49,49,46,53,57,53,55,52,51,44,52,50,46,48,57,52,50,49,93,44,91,45,49,49,49,46,53,48,55,56,48,54,44,52,49,46,57,57,57,53,53,50,93,44,91,45,49,49,49,46,48,52,54,55,49,52,44,52,50,46,48,48,49,55,48,50,93,44,91,45,49,49,49,46,48,52,54,56,49,55,44,52,50,46,53,49,51,57,50,53,93,44,91,45,49,49,49,46,50,51,54,48,56,57,44,52,50,46,52,55,57,55,53,57,93,44,91,45,49,49,49,46,51,54,56,48,54,50,44,52,50,46,53,57,48,50,57,52,93,44,91,45,49,49,49,46,54,51,52,57,49,44,52,50,46,53,55,48,48,50,54,93,44,91,45,49,49,49,46,53,57,57,50,50,55,44,52,50,46,52,49,53,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,54,53,52,44,34,98,101,100,115,34,58,57,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,44,91,45,56,51,46,53,53,49,51,51,56,44,52,48,46,50,50,57,51,55,93,44,91,45,56,51,46,53,48,51,55,49,52,44,52,48,46,49,49,49,52,54,56,93,44,91,45,56,51,46,50,48,54,50,55,51,44,52,48,46,49,48,55,55,51,51,93,44,91,45,56,51,46,49,54,57,57,56,49,44,52,48,46,49,52,51,48,56,55,93,44,91,45,56,51,46,50,52,56,52,50,56,44,52,48,46,50,52,52,52,54,54,93,44,91,45,56,51,46,50,52,56,53,57,53,44,52,48,46,52,52,51,57,56,57,93,44,91,45,56,51,46,50,52,56,49,56,51,44,52,48,46,53,48,55,48,51,52,93,44,91,45,56,51,46,52,49,56,54,55,44,52,48,46,53,48,53,50,50,57,93,44,91,45,56,51,46,53,50,48,50,50,55,44,52,48,46,53,48,52,48,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,67,117,121,97,104,111,103,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,51,55,56,51,44,34,98,101,100,115,34,58,55,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,44,91,45,56,49,46,57,55,49,50,54,50,44,52,49,46,51,53,49,50,54,56,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,53,57,56,48,53,50,44,52,49,46,51,53,49,49,53,55,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,51,57,49,48,48,53,44,52,49,46,53,54,57,55,49,54,93,44,91,45,56,49,46,52,56,55,56,52,50,44,52,49,46,53,55,48,48,53,49,93,44,91,45,56,49,46,52,57,53,49,56,49,44,52,50,46,48,57,54,52,48,50,93,44,91,45,56,49,46,57,55,48,53,56,44,52,49,46,56,55,55,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,53,34,44,34,78,65,77,69,34,58,34,76,97,118,97,99,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,57,52,49,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,44,91,45,57,54,46,57,55,54,51,55,56,44,50,57,46,49,48,52,48,52,54,93,44,91,45,57,54,46,57,51,56,53,56,55,44,50,57,46,48,54,51,50,52,52,93,44,91,45,57,54,46,54,53,56,52,54,54,44,50,57,46,50,54,51,56,55,54,93,44,91,45,57,54,46,53,54,48,53,53,53,44,50,57,46,51,51,53,52,51,57,93,44,91,45,57,54,46,55,57,51,49,51,50,44,50,57,46,53,55,55,51,55,56,93,44,91,45,57,54,46,56,55,52,50,50,50,44,50,57,46,54,51,50,55,48,54,93,44,91,45,57,55,46,49,52,50,54,52,51,44,50,57,46,54,50,56,49,48,49,93,44,91,45,57,55,46,50,48,52,48,56,55,44,50,57,46,53,56,48,54,49,51,93,44,91,45,57,55,46,50,52,48,49,48,56,44,50,57,46,51,56,52,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,78,111,119,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,44,91,45,57,53,46,56,48,57,56,50,44,51,54,46,57,52,49,57,51,93,44,91,45,57,53,46,56,48,57,53,52,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,52,51,49,53,55,44,51,54,46,53,57,55,53,52,93,44,91,45,57,53,46,52,51,49,55,53,56,44,51,54,46,57,52,50,53,57,51,93,44,91,45,57,53,46,52,48,55,55,51,51,44,51,54,46,57,57,57,51,49,49,93,44,91,45,57,53,46,53,50,50,52,49,53,44,51,54,46,57,57,57,50,56,93,44,91,45,57,53,46,55,56,54,55,54,50,44,51,54,46,57,57,57,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,71,108,97,115,99,111,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,44,91,45,56,50,46,53,53,57,55,53,51,44,51,51,46,51,50,55,50,55,93,44,91,45,56,50,46,55,53,53,56,52,54,44,51,51,46,50,53,51,52,52,93,44,91,45,56,50,46,55,52,56,51,49,49,44,51,51,46,50,51,56,51,52,56,93,44,91,45,56,50,46,54,54,49,57,49,55,44,51,51,46,49,50,54,51,51,49,93,44,91,45,56,50,46,52,51,49,57,53,55,44,51,51,46,50,55,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,85,109,97,116,105,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,56,57,56,44,34,98,101,100,115,34,58,49,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,44,91,45,49,49,57,46,49,50,54,51,50,50,44,52,53,46,57,51,50,55,56,52,93,44,91,45,49,49,57,46,52,51,50,49,53,44,52,53,46,57,49,56,50,55,49,93,44,91,45,49,49,57,46,52,51,52,54,52,44,52,53,46,54,48,50,57,56,53,93,44,91,45,49,49,57,46,50,52,56,53,52,55,44,52,53,46,54,48,49,57,51,53,93,44,91,45,49,49,57,46,49,52,53,49,52,52,44,52,53,46,53,49,53,57,48,57,93,44,91,45,49,49,57,46,49,52,54,52,50,52,44,52,53,46,48,56,50,57,52,93,44,91,45,49,49,57,46,49,54,50,57,54,54,44,52,52,46,57,57,54,50,52,49,93,44,91,45,49,49,56,46,53,49,56,54,56,57,44,52,52,46,57,57,53,56,55,55,93,44,91,45,49,49,56,46,53,52,54,54,51,50,44,52,53,46,49,57,54,56,57,56,93,44,91,45,49,49,56,46,54,53,53,57,57,50,44,52,53,46,49,57,54,57,50,56,93,44,91,45,49,49,56,46,54,57,55,55,54,54,44,52,53,46,51,52,53,54,52,55,93,44,91,45,49,49,56,46,52,50,56,51,50,57,44,52,53,46,51,53,53,49,57,93,44,91,45,49,49,56,46,52,50,56,53,51,57,44,52,53,46,52,50,57,48,55,54,93,44,91,45,49,49,56,46,49,57,55,56,55,54,44,52,53,46,52,50,55,50,48,52,93,44,91,45,49,49,56,46,49,49,54,52,54,49,44,52,53,46,52,55,48,55,51,50,93,44,91,45,49,49,56,46,49,49,55,49,57,52,44,52,53,46,54,56,56,54,48,55,93,44,91,45,49,49,55,46,57,55,50,57,56,44,52,53,46,56,54,48,53,57,53,93,44,91,45,49,49,55,46,57,55,55,54,54,52,44,52,54,46,48,48,48,53,50,50,93,44,91,45,49,49,55,46,57,57,54,57,55,44,52,54,46,48,48,48,53,54,93,44,91,45,49,49,56,46,57,56,55,50,53,56,44,52,53,46,57,57,57,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,48,50,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,50,34,44,34,78,65,77,69,34,58,34,79,103,108,97,108,97,32,76,97,107,111,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,51,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,44,91,45,49,48,50,46,49,55,53,50,51,49,44,52,51,46,54,56,55,55,53,54,93,44,91,45,49,48,50,46,56,48,57,51,57,56,44,52,51,46,54,56,55,53,54,93,44,91,45,49,48,51,46,48,48,49,48,49,55,44,52,51,46,54,48,53,56,49,54,93,44,91,45,49,48,51,46,48,48,48,57,49,51,44,52,51,46,52,55,54,56,52,56,93,44,91,45,49,48,51,46,48,48,48,54,48,57,44,52,51,46,48,48,48,55,53,49,93,44,91,45,49,48,50,46,55,57,50,49,49,49,44,52,50,46,57,57,57,57,56,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,50,46,49,48,56,56,57,50,44,52,51,46,49,50,57,50,53,56,93,44,91,45,49,48,50,46,49,49,48,56,49,57,44,52,51,46,51,56,57,57,48,50,93,44,91,45,49,48,50,46,49,51,57,48,53,49,44,52,51,46,52,55,54,54,55,54,93,44,91,45,49,48,50,46,49,51,57,49,53,56,44,52,51,46,55,48,48,57,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,57,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,44,91,45,57,54,46,56,48,54,53,52,52,44,51,57,46,53,54,54,52,50,51,93,44,91,45,57,54,46,53,56,48,51,54,50,44,51,57,46,53,54,54,51,51,50,93,44,91,45,57,54,46,50,51,56,57,54,57,44,51,57,46,53,54,54,50,50,93,44,91,45,57,54,46,50,51,57,50,44,52,48,46,48,48,48,56,56,49,93,44,91,45,57,54,46,52,54,51,55,49,50,44,52,48,46,48,48,49,48,50,51,93,44,91,45,57,54,46,56,48,53,55,54,56,44,52,48,46,48,48,49,52,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,55,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,53,52,51,48,50,49,44,51,50,46,50,53,57,48,48,54,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,49,50,52,48,52,51,44,51,50,46,50,49,49,49,48,52,93,44,91,45,57,48,46,57,56,51,51,56,49,44,51,50,46,50,49,49,55,54,55,93,44,91,45,57,48,46,57,56,54,54,55,50,44,51,50,46,51,53,49,55,54,93,44,91,45,57,49,46,49,49,54,55,48,56,44,51,50,46,53,48,48,49,51,56,93,44,91,45,57,49,46,48,54,57,55,57,50,44,51,50,46,53,54,50,56,48,51,93,44,91,45,57,49,46,49,51,51,55,49,51,44,51,50,46,53,51,55,57,49,50,93,44,91,45,57,49,46,52,53,55,54,52,51,44,51,50,46,53,51,55,56,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,86,97,108,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,44,91,45,49,48,55,46,49,55,57,56,49,50,44,52,57,46,48,48,48,49,48,51,93,44,91,45,49,48,55,46,50,48,54,48,51,50,44,52,56,46,57,49,50,55,49,93,44,91,45,49,48,55,46,50,48,54,51,49,54,44,52,56,46,53,54,56,49,55,93,44,91,45,49,48,55,46,51,48,49,55,50,49,44,52,56,46,52,56,48,57,52,51,93,44,91,45,49,48,55,46,50,54,48,52,53,56,44,52,56,46,51,48,52,55,54,56,93,44,91,45,49,48,55,46,52,48,52,53,49,51,44,52,56,46,50,49,56,52,52,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,50,52,57,44,52,55,46,54,54,49,53,54,54,93,44,91,45,49,48,54,46,56,56,49,49,54,50,44,52,55,46,54,55,56,49,50,56,93,44,91,45,49,48,54,46,56,54,49,54,54,56,44,52,55,46,55,51,55,51,55,50,93,44,91,45,49,48,54,46,53,55,49,48,48,51,44,52,55,46,56,49,50,57,51,51,93,44,91,45,49,48,54,46,52,49,56,54,50,44,52,55,46,57,53,55,52,53,55,93,44,91,45,49,48,54,46,51,57,52,49,54,51,44,52,56,46,48,54,52,55,50,54,93,44,91,45,49,48,54,46,50,50,57,51,48,50,44,52,56,46,48,50,54,52,49,54,93,44,91,45,49,48,53,46,56,52,51,56,57,49,44,52,56,46,48,49,48,50,56,57,93,44,91,45,49,48,53,46,56,48,52,53,57,57,44,52,56,46,50,49,57,48,51,55,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,54,46,48,49,57,56,50,44,52,56,46,53,54,51,50,50,49,93,44,91,45,49,48,54,46,48,50,49,50,53,49,44,52,56,46,56,50,51,57,55,53,93,44,91,45,49,48,54,46,49,53,49,57,48,56,44,52,56,46,56,50,51,57,50,55,93,44,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,51,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,56,52,57,44,34,98,101,100,115,34,58,50,56,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,44,91,45,56,53,46,48,54,49,54,52,56,44,51,52,46,56,49,57,52,55,56,93,44,91,45,56,53,46,49,52,52,55,56,57,44,51,52,46,55,54,55,54,51,57,93,44,91,45,56,53,46,48,53,48,56,52,55,44,51,52,46,55,49,57,57,56,93,44,91,45,56,53,46,48,53,48,52,52,54,44,51,52,46,54,50,50,52,56,50,93,44,91,45,56,52,46,57,49,51,52,53,54,44,51,52,46,54,51,52,49,50,56,93,44,91,45,56,52,46,57,50,52,57,48,57,44,51,52,46,55,49,53,57,55,49,93,44,91,45,56,52,46,56,49,56,55,49,53,44,51,52,46,56,55,54,57,53,93,44,91,45,56,52,46,56,49,48,52,55,55,44,51,52,46,57,56,55,54,48,53,93,44,91,45,56,52,46,57,55,54,57,55,54,44,51,52,46,57,56,55,54,54,52,93,44,91,45,56,52,46,57,55,57,56,54,44,51,52,46,57,56,55,54,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,50,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,51,34,44,34,78,65,77,69,34,58,34,87,105,99,104,105,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,44,91,45,49,48,49,46,53,54,55,52,56,50,44,51,56,46,50,54,51,49,52,53,93,44,91,45,49,48,49,46,53,52,50,51,49,50,44,51,56,46,50,54,51,50,48,55,93,44,91,45,49,48,49,46,49,50,53,52,51,56,44,51,56,46,50,54,52,53,48,57,93,44,91,45,49,48,49,46,49,50,56,51,55,57,44,51,56,46,55,48,48,54,48,51,93,44,91,45,49,48,49,46,52,56,52,51,56,51,44,51,56,46,55,48,48,49,54,54,93,44,91,45,49,48,49,46,53,54,55,48,57,52,44,51,56,46,54,57,57,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,101,115,32,77,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,52,52,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,49,53,50,56,56,57,44,52,51,46,52,50,54,57,48,56,93,44,91,45,57,57,46,48,54,57,50,56,53,44,52,51,46,51,50,48,54,56,56,93,44,91,45,57,56,46,56,57,54,55,56,51,44,52,51,46,50,52,54,57,48,57,93,44,91,45,57,56,46,56,54,56,55,54,50,44,52,51,46,49,54,50,48,48,57,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,48,57,50,55,56,50,44,52,50,46,57,55,51,57,50,49,93,44,91,45,57,56,46,48,55,55,49,48,56,44,52,51,46,49,54,56,51,51,93,44,91,45,57,56,46,49,48,57,52,57,50,44,52,51,46,49,57,54,56,51,56,93,44,91,45,57,56,46,54,56,48,54,56,56,44,52,51,46,51,55,51,49,53,55,93,44,91,45,57,56,46,55,48,53,55,56,50,44,52,51,46,52,57,57,51,49,57,93,44,91,45,57,56,46,55,57,52,53,56,56,44,52,51,46,52,57,57,49,56,55,93,44,91,45,57,57,46,50,57,55,56,56,50,44,52,51,46,52,57,57,56,53,54,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,101,100,97,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,50,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,51,54,55,55,50,52,44,52,50,46,51,53,49,56,54,49,93,44,91,45,57,55,46,48,49,55,55,56,57,44,52,50,46,51,53,49,51,52,55,93,44,91,45,57,55,46,48,49,53,56,52,57,44,52,50,46,55,54,49,51,51,56,93,44,91,45,57,55,46,49,54,48,51,53,51,44,52,50,46,55,57,57,55,48,49,93,44,91,45,57,55,46,50,49,56,48,52,54,44,52,50,46,56,52,53,49,49,51,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,75,105,116,115,97,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,50,52,55,53,44,34,98,101,100,115,34,58,51,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,44,91,45,49,50,50,46,53,57,57,51,54,52,44,52,55,46,56,55,52,56,49,53,93,44,91,45,49,50,50,46,55,50,49,57,55,49,44,52,55,46,55,56,55,54,54,53,93,44,91,45,49,50,50,46,55,56,51,50,51,55,44,52,55,46,54,55,50,55,53,52,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,51,46,48,51,56,52,48,52,44,52,55,46,53,50,48,50,51,54,93,44,91,45,49,50,50,46,56,48,49,48,49,50,44,52,55,46,53,50,48,52,48,54,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,52,52,55,48,49,55,44,52,55,46,53,52,48,48,52,52,93,44,91,45,49,50,50,46,52,51,56,48,57,51,44,52,55,46,55,55,55,56,49,52,93,44,91,45,49,50,50,46,52,50,57,54,50,53,44,52,55,46,56,50,56,48,57,56,93,44,91,45,49,50,50,46,54,48,54,55,54,44,52,55,46,57,55,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,77,99,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,55,55,56,57,44,34,98,101,100,115,34,58,52,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,44,91,45,56,56,46,51,48,52,54,57,50,44,52,50,46,52,57,52,54,49,56,93,44,91,45,56,56,46,55,48,55,52,50,49,44,52,50,46,52,57,51,53,57,54,93,44,91,45,56,56,46,55,48,53,53,56,53,44,52,50,46,49,53,51,53,51,55,93,44,91,45,56,56,46,53,56,56,54,53,55,44,52,50,46,49,53,51,53,57,93,44,91,45,56,56,46,50,51,56,52,52,57,44,52,50,46,49,53,52,50,52,57,93,44,91,45,56,56,46,49,57,57,53,56,52,44,52,50,46,49,53,52,50,54,93,44,91,45,56,56,46,49,57,57,51,56,57,44,52,50,46,52,57,53,49,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,80,101,116,114,111,108,101,117,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,51,49,53,52,56,49,44,52,55,46,51,49,53,49,53,50,93,44,91,45,49,48,56,46,53,57,48,56,51,53,44,52,55,46,51,48,54,53,49,54,93,44,91,45,49,48,56,46,55,49,57,49,56,57,44,52,55,46,50,55,48,51,52,50,93,44,91,45,49,48,56,46,55,51,54,56,51,56,44,52,55,46,48,57,56,50,49,56,93,44,91,45,49,48,56,46,54,48,56,57,53,52,44,52,55,46,48,57,56,49,50,54,93,44,91,45,49,48,56,46,54,51,49,52,54,50,44,52,54,46,55,52,57,51,57,50,93,44,91,45,49,48,55,46,56,50,55,54,56,55,44,52,54,46,55,53,53,56,55,53,93,44,91,45,49,48,55,46,56,57,50,50,51,51,44,52,54,46,56,53,49,50,49,53,93,44,91,45,49,48,55,46,56,56,52,55,49,56,44,52,54,46,57,56,52,50,52,57,93,44,91,45,49,48,55,46,57,53,52,51,52,55,44,52,55,46,49,50,48,54,53,50,93,44,91,45,49,48,55,46,57,53,54,54,50,52,44,52,55,46,51,54,48,57,52,51,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,57,51,49,49,48,53,44,52,55,46,53,54,57,48,55,51,93,44,91,45,49,48,56,46,48,54,53,52,49,56,44,52,55,46,53,57,56,50,57,52,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,44,91,45,57,51,46,55,53,56,51,53,55,44,51,57,46,54,49,49,52,48,55,93,44,91,45,57,51,46,55,53,57,49,56,51,44,51,57,46,53,50,52,53,53,56,93,44,91,45,57,51,46,55,53,56,52,54,51,44,51,57,46,50,48,55,48,50,49,93,44,91,45,57,51,46,54,53,48,53,50,54,44,51,57,46,50,52,56,50,49,52,93,44,91,45,57,51,46,52,56,55,56,56,53,44,51,57,46,50,50,56,56,55,53,93,44,91,45,57,51,46,52,55,55,50,51,51,44,51,57,46,50,57,50,55,57,54,93,44,91,45,57,51,46,50,50,49,50,48,52,44,51,57,46,51,51,49,54,53,54,93,44,91,45,57,51,46,49,48,52,52,56,53,44,51,57,46,51,56,51,54,53,54,93,44,91,45,57,51,46,50,55,53,57,51,50,44,51,57,46,52,56,52,51,55,49,93,44,91,45,57,51,46,50,55,56,48,57,56,44,51,57,46,54,49,53,54,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,87,104,105,116,109,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,53,57,51,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,44,91,45,49,49,55,46,57,53,57,51,51,53,44,52,54,46,57,49,52,56,49,49,93,44,91,45,49,49,56,46,48,49,50,52,52,50,44,52,54,46,55,57,48,55,56,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,49,55,50,53,53,50,44,52,54,46,53,53,54,57,52,55,93,44,91,45,49,49,55,46,56,53,49,56,53,44,52,54,46,54,50,52,54,55,93,44,91,45,49,49,55,46,55,52,48,56,54,56,44,52,54,46,54,57,52,53,56,51,93,44,91,45,49,49,55,46,52,54,52,55,54,57,44,52,54,46,54,57,57,54,50,54,93,44,91,45,49,49,55,46,50,53,52,50,54,50,44,52,54,46,53,52,53,48,56,50,93,44,91,45,49,49,55,46,50,50,56,49,50,44,52,54,46,52,54,50,50,52,53,93,44,91,45,49,49,55,46,48,51,57,55,54,54,44,52,54,46,52,50,53,56,56,55,93,44,91,45,49,49,55,46,48,51,57,54,57,52,44,52,54,46,53,52,49,55,48,57,93,44,91,45,49,49,55,46,48,51,57,55,53,50,44,52,55,46,49,50,55,50,54,57,93,44,91,45,49,49,55,46,48,51,57,56,55,56,44,52,55,46,50,53,57,50,55,50,93,44,91,45,49,49,55,46,56,50,51,54,50,57,44,52,55,46,50,54,48,50,50,93,44,91,45,49,49,55,46,57,54,48,57,51,44,52,55,46,50,54,48,53,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,83,116,101,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,55,54,44,34,98,101,100,115,34,58,52,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,44,91,45,57,51,46,52,48,54,53,54,53,44,52,52,46,49,57,54,51,55,55,93,44,91,45,57,51,46,52,48,54,54,52,50,44,52,51,46,56,52,56,49,50,93,44,91,45,57,51,46,48,52,57,53,50,52,44,52,51,46,56,52,56,52,52,51,93,44,91,45,57,51,46,48,52,53,57,54,54,44,52,51,46,56,52,56,52,54,55,93,44,91,45,57,51,46,48,52,53,57,49,44,52,52,46,49,57,54,55,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,84,104,97,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,57,56,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,44,91,45,57,55,46,56,50,48,56,49,54,44,52,48,46,51,53,48,53,52,53,93,44,91,45,57,55,46,56,50,49,52,57,53,44,52,48,46,48,48,50,48,52,55,93,44,91,45,57,55,46,51,54,57,49,57,57,44,52,48,46,48,48,49,57,54,54,93,44,91,45,57,55,46,51,54,56,54,56,56,44,52,48,46,51,53,48,51,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,114,111,99,107,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,57,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,44,91,45,56,57,46,50,55,49,50,50,52,44,51,53,46,55,53,52,57,50,50,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,57,46,49,48,57,54,48,50,44,51,53,46,56,54,50,48,57,53,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,50,56,48,49,56,56,44,51,53,46,56,56,54,52,49,54,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,51,53,54,48,51,51,44,51,53,46,56,49,55,54,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,44,91,45,57,51,46,57,51,49,54,56,52,44,52,50,46,52,55,50,48,49,49,93,44,91,45,57,51,46,57,51,49,53,56,44,52,50,46,50,48,57,57,48,56,93,44,91,45,57,51,46,54,57,56,51,57,44,52,50,46,50,48,57,51,51,57,93,44,91,45,57,51,46,52,54,51,48,52,51,44,52,50,46,50,48,57,51,48,50,93,44,91,45,57,51,46,52,54,50,54,51,53,44,52,50,46,52,55,48,56,48,50,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,57,55,49,53,56,51,44,52,50,46,53,53,56,49,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,53,54,52,44,34,98,101,100,115,34,58,51,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,44,91,45,56,52,46,51,51,50,48,56,57,44,51,57,46,53,52,56,56,48,51,93,44,91,45,56,52,46,51,53,51,50,48,57,44,51,57,46,50,57,50,50,56,55,93,44,91,45,56,52,46,50,53,57,52,51,49,44,51,57,46,50,55,48,55,57,54,93,44,91,45,56,52,46,48,48,54,55,56,50,44,51,57,46,50,53,53,48,54,56,93,44,91,45,56,51,46,57,55,55,48,48,53,44,51,57,46,53,54,57,49,54,57,93,44,91,45,56,52,46,49,49,52,49,57,53,44,51,57,46,53,55,55,57,56,51,93,44,91,45,56,52,46,51,54,53,50,51,50,44,51,57,46,53,56,57,52,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,53,53,34,44,34,78,65,77,69,34,58,34,83,112,97,108,100,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,55,49,57,44,34,98,101,100,115,34,58,49,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,52,46,49,53,48,53,56,49,44,51,51,46,51,51,53,54,51,57,93,44,91,45,56,52,46,51,53,52,52,44,51,51,46,51,53,50,53,49,52,93,44,91,45,56,52,46,51,56,56,49,49,56,44,51,51,46,51,53,50,52,54,53,93,44,91,45,56,52,46,52,57,55,53,50,55,44,51,51,46,50,53,55,52,50,50,93,44,91,45,56,52,46,53,48,50,51,53,50,44,51,51,46,50,50,49,48,53,53,93,44,91,45,56,52,46,52,57,54,55,56,51,44,51,51,46,49,56,51,56,54,54,93,44,91,45,56,52,46,50,52,56,49,56,53,44,51,51,46,49,56,57,48,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,72,117,110,116,101,114,100,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,48,53,49,44,34,98,101,100,115,34,58,49,56,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,44,91,45,55,52,46,57,55,48,49,49,50,44,52,48,46,55,48,57,56,54,50,93,44,91,45,55,53,46,49,56,57,54,44,52,48,46,53,57,49,55,55,54,93,44,91,45,55,53,46,48,54,56,49,44,52,48,46,53,52,49,52,56,56,93,44,91,45,55,53,46,48,54,48,57,49,55,44,52,48,46,52,50,49,55,51,55,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,55,55,53,57,55,57,44,52,48,46,53,48,51,54,48,54,93,44,91,45,55,52,46,55,49,51,49,53,44,52,48,46,53,56,51,57,48,51,93,44,91,45,55,52,46,55,50,53,54,54,54,44,52,48,46,55,49,57,53,51,50,93,44,91,45,55,52,46,56,56,57,56,49,57,44,52,48,46,55,56,55,55,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,50,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,55,34,44,34,78,65,77,69,34,58,34,86,101,114,110,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,57,49,44,34,98,101,100,115,34,58,49,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,54,49,52,48,56,57,44,51,56,46,48,51,55,48,53,55,93,44,91,45,57,52,46,54,49,55,55,55,57,44,51,55,46,54,55,51,49,48,53,93,44,91,45,57,52,46,54,49,55,54,57,56,44,51,55,46,54,53,51,53,55,56,93,44,91,45,57,52,46,48,55,51,53,50,52,44,51,55,46,54,51,57,55,50,50,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,80,97,114,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,57,57,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,44,91,45,56,55,46,51,54,56,56,54,51,44,51,57,46,56,57,48,52,55,49,93,44,91,45,56,55,46,51,56,50,52,49,56,44,51,57,46,54,48,55,57,51,55,93,44,91,45,56,55,46,49,57,57,48,49,50,44,51,57,46,54,48,55,49,51,55,93,44,91,45,56,55,46,48,49,51,48,54,50,44,51,57,46,54,48,52,55,56,55,93,44,91,45,56,55,46,48,48,57,52,55,55,44,51,57,46,56,54,54,55,48,53,93,44,91,45,56,55,46,48,57,49,48,48,54,44,51,57,46,57,53,51,48,48,57,93,44,91,45,56,55,46,52,50,48,50,50,49,44,51,57,46,57,53,50,52,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,52,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,44,91,45,57,51,46,52,57,56,54,49,55,44,52,50,46,57,48,56,53,49,50,93,44,91,45,57,51,46,52,57,57,52,56,53,44,52,50,46,53,53,55,55,93,44,91,45,57,51,46,48,50,55,44,52,50,46,53,53,54,56,49,93,44,91,45,57,51,46,48,50,53,49,52,52,44,52,50,46,57,48,55,53,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,66,117,116,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,55,53,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,44,91,45,56,52,46,49,48,50,53,56,50,44,51,51,46,50,57,56,49,57,49,93,44,91,45,56,52,46,49,50,51,55,54,55,44,51,51,46,50,48,50,56,50,52,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,51,46,56,54,51,48,53,56,44,51,51,46,51,54,56,50,55,56,93,44,91,45,56,51,46,57,50,51,57,49,51,44,51,51,46,52,52,52,49,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,69,108,98,101,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,49,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,52,46,54,54,50,56,57,54,44,51,57,46,49,50,57,53,50,55,93,44,91,45,49,48,52,46,48,53,49,53,56,57,44,51,57,46,49,50,56,51,55,93,44,91,45,49,48,52,46,48,53,53,53,50,56,44,51,56,46,56,54,56,56,54,56,93,44,91,45,49,48,51,46,55,49,57,54,54,52,44,51,56,46,56,54,54,56,50,55,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,114,105,115,116,111,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,51,49,55,56,55,51,44,52,49,46,55,55,54,49,57,57,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,66,111,115,113,117,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,49,50,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,44,91,45,57,55,46,56,54,52,56,54,52,44,51,50,46,48,56,55,51,50,56,93,44,91,45,57,56,46,48,48,53,52,54,50,44,51,50,46,48,49,55,56,57,55,93,44,91,45,57,55,46,55,54,54,52,51,49,44,51,49,46,54,55,50,52,54,49,93,44,91,45,57,55,46,54,56,57,56,51,52,44,51,49,46,55,49,49,48,49,57,93,44,91,45,57,55,46,54,48,53,50,51,44,51,49,46,53,56,55,55,54,50,93,44,91,45,57,55,46,50,55,55,50,54,53,44,51,49,46,55,52,53,52,57,50,93,44,91,45,57,55,46,51,50,55,49,52,53,44,51,49,46,56,52,49,52,53,50,93,44,91,45,57,55,46,52,56,53,57,54,56,44,51,50,46,48,49,55,54,49,49,93,44,91,45,57,55,46,52,55,54,48,56,54,44,51,50,46,49,55,51,52,54,93,44,91,45,57,55,46,54,49,53,48,53,53,44,51,50,46,50,48,51,53,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,78,101,119,112,111,114,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,48,55,53,44,34,98,101,100,115,34,58,49,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,52,48,57,48,57,57,44,52,49,46,52,54,56,50,48,50,93,44,91,45,55,49,46,53,48,57,52,52,50,44,52,49,46,51,48,55,55,51,50,93,44,91,45,55,49,46,48,56,56,53,55,49,44,52,49,46,52,51,49,51,49,53,93,44,91,45,55,49,46,49,51,50,53,53,55,44,52,49,46,54,54,48,51,54,51,93,44,91,45,55,49,46,50,48,56,51,55,49,44,52,49,46,54,57,48,53,57,56,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,70,97,105,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,50,57,49,48,44,34,98,101,100,115,34,58,50,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,56,50,52,50,53,52,44,51,57,46,55,57,52,57,57,54,93,44,91,45,56,50,46,56,52,50,57,53,51,44,51,57,46,53,54,49,52,56,93,44,91,45,56,50,46,55,51,49,53,49,56,44,51,57,46,53,53,52,52,52,53,93,44,91,45,56,50,46,52,57,54,49,50,51,44,51,57,46,54,48,50,56,52,57,93,44,91,45,56,50,46,51,55,52,53,51,49,44,51,57,46,54,53,52,57,53,57,93,44,91,45,56,50,46,51,57,54,53,57,52,44,51,57,46,56,51,51,48,53,55,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,44,91,45,49,48,48,46,50,51,55,48,57,57,44,52,56,46,51,55,49,50,52,52,93,44,91,45,49,48,48,46,50,51,55,48,50,50,44,52,56,46,48,50,49,56,54,54,93,44,91,45,49,48,48,46,49,57,55,57,57,54,44,52,55,46,56,52,55,54,53,50,93,44,91,45,49,48,48,46,48,54,57,51,49,49,44,52,55,46,56,52,55,52,51,49,93,44,91,45,57,57,46,56,49,50,49,54,55,44,52,55,46,56,52,55,50,53,55,93,44,91,45,57,57,46,56,52,56,50,50,50,44,52,56,46,48,50,49,52,50,52,93,44,91,45,57,57,46,56,52,55,48,52,54,44,52,56,46,51,55,49,50,93,44,91,45,57,57,46,52,57,50,57,49,57,44,52,56,46,51,55,48,57,52,54,93,44,91,45,57,57,46,52,57,51,49,56,57,44,52,56,46,53,52,52,56,51,52,93,44,91,45,49,48,48,46,49,52,53,56,53,56,44,52,56,46,53,52,53,50,49,49,93,44,91,45,49,48,48,46,50,55,54,54,49,57,44,52,56,46,53,52,52,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,97,114,114,111,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,53,54,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,44,91,45,57,48,46,49,54,50,56,57,53,44,52,50,46,49,49,54,55,49,56,93,44,91,45,57,48,46,49,53,52,50,50,49,44,52,50,46,48,51,51,48,55,51,93,44,91,45,57,48,46,49,53,49,57,56,44,52,49,46,57,50,56,57,49,55,93,44,91,45,56,57,46,54,56,53,51,54,54,44,52,49,46,57,51,48,51,52,93,44,91,45,56,57,46,54,56,56,52,56,54,44,52,50,46,49,57,57,49,49,50,93,44,91,45,56,57,46,57,49,57,55,55,50,44,52,50,46,49,57,54,56,56,49,93,44,91,45,57,48,46,51,49,55,51,57,53,44,52,50,46,49,57,51,54,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,82,101,100,32,76,97,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,54,46,52,56,50,48,57,50,44,52,55,46,56,52,55,52,50,56,93,44,91,45,57,54,46,51,53,49,55,50,55,44,52,55,46,55,54,48,51,93,44,91,45,57,53,46,56,51,55,49,55,55,44,52,55,46,55,54,48,56,57,52,93,44,91,45,57,53,46,56,51,54,56,50,55,44,52,55,46,56,52,56,50,49,57,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,55,48,57,56,52,44,52,55,46,57,54,52,51,51,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,44,91,45,49,50,49,46,49,48,55,53,51,52,44,52,52,46,51,57,48,54,93,44,91,45,49,50,48,46,57,56,56,56,50,52,44,52,52,46,52,55,54,52,56,52,93,44,91,45,49,50,48,46,56,50,54,56,57,57,44,52,52,46,52,55,54,52,57,57,93,44,91,45,49,50,48,46,56,50,55,53,53,53,44,52,52,46,53,54,50,55,57,51,93,44,91,45,49,50,48,46,51,56,54,53,54,49,44,52,52,46,53,54,52,48,48,57,93,44,91,45,49,50,48,46,51,55,49,52,52,49,44,52,52,46,56,50,49,55,54,57,93,44,91,45,49,50,49,46,48,56,57,52,56,44,52,52,46,56,50,51,50,55,50,93,44,91,45,49,50,49,46,55,53,50,57,57,52,44,52,52,46,56,50,57,57,49,57,93,44,91,45,49,50,49,46,56,48,48,48,49,53,44,52,52,46,54,56,51,52,50,53,93,44,91,45,49,50,49,46,56,52,51,49,51,56,44,52,52,46,51,57,50,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,101,97,116,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,57,50,57,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,44,91,45,56,55,46,49,53,54,53,56,57,44,51,54,46,51,48,55,55,48,54,93,44,91,45,56,55,46,49,56,50,53,55,51,44,51,54,46,48,52,57,55,50,54,93,44,91,45,56,55,46,48,53,51,55,50,50,44,51,54,46,48,52,53,53,56,50,93,44,91,45,56,54,46,57,57,55,55,48,53,44,51,54,46,49,50,56,53,49,50,93,44,91,45,56,54,46,57,49,51,50,51,51,44,51,54,46,51,56,50,54,50,49,93,44,91,45,56,54,46,57,56,56,48,54,44,51,54,46,51,54,57,49,53,52,93,44,91,45,56,55,46,49,50,48,52,52,51,44,51,54,46,52,53,53,52,54,93,44,91,45,56,55,46,50,56,54,53,48,49,44,51,54,46,51,50,49,57,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,55,55,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,44,91,45,57,54,46,56,48,54,50,49,51,44,52,50,46,55,48,52,49,53,52,93,44,91,45,57,54,46,54,51,49,52,57,50,44,52,50,46,53,50,52,51,49,56,93,44,91,45,57,54,46,52,52,53,52,56,51,44,52,50,46,52,57,48,54,51,93,44,91,45,57,54,46,52,57,56,55,55,54,44,52,50,46,53,54,49,48,52,51,93,44,91,45,57,54,46,54,51,53,53,54,49,44,52,50,46,55,52,48,56,52,55,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,54,46,53,49,51,54,56,49,44,52,51,46,48,52,55,48,51,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,56,48,53,54,56,50,44,52,51,46,48,56,51,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,69,108,109,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,50,49,50,44,34,98,101,100,115,34,58,49,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,50,51,55,48,54,56,44,51,50,46,52,57,52,57,56,93,44,91,45,56,54,46,49,49,54,51,50,57,44,51,50,46,52,49,55,48,50,54,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,53,46,56,56,54,49,52,56,44,51,50,46,52,57,51,48,53,51,93,44,91,45,56,53,46,56,55,57,56,54,44,51,50,46,55,53,52,53,50,56,93,44,91,45,56,54,46,48,48,55,49,56,55,44,51,50,46,55,53,52,57,56,52,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,76,117,109,112,107,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,44,91,45,56,51,46,57,51,57,48,48,55,44,51,52,46,55,52,48,56,53,57,93,44,91,45,56,52,46,48,51,54,50,55,54,44,51,52,46,54,52,50,48,56,55,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,57,49,48,52,44,51,52,46,53,51,57,49,56,49,93,44,91,45,56,51,46,57,56,48,54,52,57,44,51,52,46,52,49,56,51,56,57,93,44,91,45,56,51,46,56,52,51,52,48,53,44,51,52,46,53,48,53,52,57,52,93,44,91,45,56,51,46,56,53,54,53,48,54,44,51,52,46,55,50,50,49,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,50,49,53,44,34,98,101,100,115,34,58,49,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,44,91,45,56,50,46,54,52,54,53,48,51,44,52,48,46,51,52,53,48,55,54,93,44,91,45,56,50,46,55,52,52,57,51,49,44,52,48,46,51,52,57,54,48,51,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,52,55,55,50,55,51,44,52,48,46,50,52,53,56,49,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,50,46,50,50,48,49,49,44,52,48,46,53,54,56,50,48,54,93,44,91,45,56,50,46,51,51,54,57,54,50,44,52,48,46,53,53,53,48,48,49,93,44,91,45,56,50,46,54,50,51,54,48,57,44,52,48,46,53,52,57,56,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,66,114,101,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,56,50,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,44,91,45,57,50,46,53,53,52,52,57,50,44,52,50,46,54,52,50,51,49,52,93,44,91,45,57,50,46,48,56,49,54,54,49,44,52,50,46,54,52,50,48,53,54,93,44,91,45,57,50,46,48,56,49,53,54,56,44,52,50,46,57,48,55,48,49,51,93,44,91,45,57,50,46,53,53,52,50,49,49,44,52,50,46,57,48,55,49,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,71,111,108,105,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,51,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,44,91,45,57,55,46,52,49,55,51,52,44,50,56,46,57,50,53,50,50,56,93,44,91,45,57,55,46,53,55,52,54,51,57,44,50,56,46,56,49,51,51,93,44,91,45,57,55,46,55,55,56,53,51,44,50,56,46,54,54,56,48,50,55,93,44,91,45,57,55,46,54,57,54,57,52,53,44,50,56,46,53,52,49,56,53,54,93,44,91,45,57,55,46,53,55,55,48,53,56,44,50,56,46,53,50,50,53,52,55,93,44,91,45,57,55,46,53,53,51,57,49,54,44,50,56,46,52,53,53,50,55,56,93,44,91,45,57,55,46,51,55,53,53,55,57,44,50,56,46,51,56,56,54,56,52,93,44,91,45,57,55,46,49,54,48,55,53,49,44,50,56,46,53,53,51,52,55,53,93,44,91,45,57,55,46,49,53,56,57,51,51,44,50,56,46,55,55,54,49,53,54,93,44,91,45,57,55,46,50,48,52,57,57,56,44,50,56,46,56,53,53,48,52,93,44,91,45,57,55,46,51,48,53,57,49,54,44,50,56,46,56,54,52,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,51,54,50,53,44,34,98,101,100,115,34,58,51,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,44,91,45,56,50,46,51,51,50,51,51,49,44,51,53,46,53,48,48,49,49,55,93,44,91,45,56,50,46,52,55,48,53,53,55,44,51,53,46,52,52,53,49,55,52,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,54,49,48,49,56,54,44,51,53,46,50,56,56,49,57,57,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,51,53,51,55,53,52,44,51,53,46,49,57,48,57,54,55,93,44,91,45,56,50,46,51,52,54,49,52,49,44,51,53,46,50,56,53,57,57,50,93,44,91,45,56,50,46,50,54,49,51,48,53,44,51,53,46,51,57,51,49,57,56,93,44,91,45,56,50,46,50,54,53,55,57,53,44,51,53,46,52,54,55,56,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,73,110,100,105,97,110,32,82,105,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,57,56,52,44,34,98,101,100,115,34,58,52,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,44,91,45,56,48,46,50,54,51,53,52,51,44,50,55,46,53,53,54,55,56,50,93,44,91,45,56,48,46,51,56,53,48,54,57,44,50,55,46,56,54,49,51,54,50,93,44,91,45,56,48,46,53,48,57,48,55,53,44,50,55,46,56,50,50,48,53,56,93,44,91,45,56,48,46,56,54,56,56,56,49,44,50,55,46,56,50,50,53,50,50,93,44,91,45,56,48,46,56,55,51,49,53,44,50,55,46,54,52,50,50,56,56,93,44,91,45,56,48,46,55,55,55,49,54,54,44,50,55,46,53,53,56,55,51,51,93,44,91,45,56,48,46,54,55,57,56,50,49,44,50,55,46,53,53,56,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,57,51,34,44,34,78,65,77,69,34,58,34,82,111,98,101,114,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,44,91,45,49,48,49,46,48,56,54,48,54,56,44,51,53,46,54,50,53,50,54,55,93,44,91,45,49,48,49,46,48,56,53,57,51,53,44,51,53,46,54,49,57,49,48,50,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,53,52,48,50,50,49,44,51,54,46,48,53,54,52,57,49,93,44,91,45,49,48,48,46,53,52,54,55,50,52,44,51,54,46,48,53,54,53,51,54,93,44,91,45,49,48,49,46,48,56,53,55,49,54,44,51,54,46,48,53,55,53,55,50,93,44,91,45,49,48,49,46,48,56,53,55,51,53,44,51,54,46,48,53,53,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,68,101,117,101,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,44,91,45,49,48,50,46,54,50,49,48,51,51,44,52,49,46,48,48,50,53,57,55,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,50,46,48,53,53,53,51,53,44,52,49,46,50,50,49,53,52,55,93,44,91,45,49,48,50,46,54,49,48,52,49,51,44,52,49,46,50,50,49,54,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,76,105,118,105,110,103,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,57,48,55,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,44,91,45,55,55,46,57,53,52,57,54,52,44,52,50,46,56,54,50,55,53,52,93,44,91,45,55,55,46,57,53,54,51,51,52,44,52,50,46,54,54,55,51,50,50,93,44,91,45,55,56,46,48,51,56,50,54,49,44,52,50,46,53,50,49,53,50,50,93,44,91,45,55,55,46,56,52,48,57,48,49,44,52,50,46,53,49,55,55,54,55,93,44,91,45,55,55,46,55,50,50,57,54,52,44,52,50,46,52,55,49,50,49,54,93,44,91,45,55,55,46,54,53,57,57,49,55,44,52,50,46,53,56,48,52,48,57,93,44,91,45,55,55,46,52,57,48,56,56,57,44,52,50,46,53,55,55,50,56,56,93,44,91,45,55,55,46,53,57,56,56,49,53,44,52,50,46,54,55,49,57,54,53,93,44,91,45,55,55,46,53,56,48,51,55,55,44,52,50,46,57,52,51,57,54,51,93,44,91,45,55,55,46,55,51,48,57,53,55,44,52,50,46,57,56,56,51,55,50,93,44,91,45,55,55,46,57,48,57,56,51,50,44,52,50,46,57,56,55,55,54,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,49,34,44,34,78,65,77,69,34,58,34,79,39,66,114,105,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,57,49,49,44,34,98,101,100,115,34,58,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,51,56,56,49,56,50,44,52,50,46,57,48,57,56,57,55,93,44,91,45,57,53,46,51,56,56,48,55,56,44,52,51,46,50,53,53,50,50,49,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,67,97,108,108,97,104,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,55,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,44,91,45,57,57,46,54,49,50,48,50,54,44,51,50,46,53,49,52,54,53,52,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,49,57,53,56,55,49,44,51,50,46,48,55,57,50,51,53,93,44,91,45,57,57,46,49,49,56,54,54,53,44,51,50,46,48,55,57,53,56,53,93,44,91,45,57,57,46,49,49,52,50,57,51,44,51,50,46,53,49,52,56,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,55,57,34,44,34,78,65,77,69,34,58,34,82,97,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,55,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,44,91,45,57,53,46,54,51,53,48,49,55,44,51,50,46,55,50,48,51,56,93,44,91,45,57,53,46,54,54,53,51,56,57,44,51,50,46,57,54,48,52,51,52,93,44,91,45,57,53,46,56,54,50,53,50,49,44,51,50,46,57,55,57,53,55,49,93,44,91,45,57,53,46,57,52,53,51,44,51,50,46,57,55,57,56,55,55,93,44,91,45,57,53,46,57,51,52,52,51,51,44,51,50,46,56,51,55,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,54,49,54,44,34,98,101,100,115,34,58,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,44,91,45,49,48,49,46,53,50,53,56,49,44,51,55,46,51,56,56,51,57,50,93,44,91,45,49,48,49,46,48,56,57,54,53,51,44,51,55,46,51,56,55,55,50,49,93,44,91,45,49,48,49,46,48,56,57,54,54,55,44,51,55,46,55,51,54,51,51,55,93,44,91,45,49,48,49,46,53,50,55,48,54,51,44,51,55,46,55,51,54,51,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,51,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,44,91,45,56,51,46,48,55,50,56,51,54,44,51,54,46,56,53,52,52,53,55,93,44,91,45,56,51,46,49,57,52,50,53,50,44,51,54,46,55,51,57,53,49,57,93,44,91,45,56,51,46,52,54,49,48,49,54,44,51,54,46,54,54,52,56,54,93,44,91,45,56,51,46,54,55,53,51,57,53,44,51,54,46,54,48,48,55,56,52,93,44,91,45,56,51,46,52,55,50,49,48,56,44,51,54,46,53,57,55,50,56,52,93,44,91,45,56,50,46,57,56,53,49,50,52,44,51,54,46,53,57,51,55,50,57,93,44,91,45,56,50,46,57,52,55,54,52,55,44,51,54,46,54,55,53,55,53,49,93,44,91,45,56,50,46,55,55,49,53,57,53,44,51,54,46,56,48,48,48,51,49,93,44,91,45,56,50,46,56,55,56,52,44,51,54,46,56,57,50,57,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,83,105,101,114,114,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,49,51,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,44,91,45,49,48,54,46,52,55,52,50,57,53,44,51,51,46,52,55,53,55,56,54,93,44,91,45,49,48,55,46,55,49,50,55,53,52,44,51,51,46,52,55,54,56,51,50,93,44,91,45,49,48,56,46,48,48,48,54,48,50,44,51,51,46,52,55,56,48,49,52,93,44,91,45,49,48,56,46,48,48,48,53,57,56,44,51,51,46,50,48,49,50,53,51,93,44,91,45,49,48,55,46,56,54,53,48,48,57,44,51,51,46,49,57,57,57,55,52,93,44,91,45,49,48,55,46,56,53,54,54,55,50,44,51,51,46,48,48,50,53,51,57,93,44,91,45,49,48,55,46,55,56,48,53,52,56,44,51,50,46,57,53,50,55,55,54,93,44,91,45,49,48,55,46,55,50,49,51,56,55,44,51,50,46,55,55,56,48,55,55,93,44,91,45,49,48,55,46,55,51,50,50,56,50,44,51,50,46,54,50,55,51,53,51,93,44,91,45,49,48,55,46,54,48,56,52,56,53,44,51,50,46,54,48,53,52,52,57,93,44,91,45,49,48,55,46,50,57,57,54,51,49,44,51,50,46,54,48,53,51,55,93,44,91,45,49,48,55,46,50,57,57,52,55,53,44,51,50,46,55,56,48,49,54,54,93,44,91,45,49,48,54,46,56,56,55,55,51,51,44,51,50,46,55,55,57,50,55,51,93,44,91,45,49,48,54,46,56,56,55,56,57,49,44,51,50,46,56,50,50,55,56,49,93,44,91,45,49,48,54,46,51,52,48,53,49,53,44,51,51,46,48,53,50,55,55,55,93,44,91,45,49,48,54,46,51,52,53,55,49,44,51,51,46,51,57,48,53,57,53,93,44,91,45,49,48,54,46,51,55,50,55,57,55,44,51,51,46,52,55,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,68,114,101,119,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,48,50,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,44,91,45,57,49,46,57,57,48,49,54,55,44,51,51,46,51,57,56,50,49,52,93,44,91,45,57,49,46,52,53,55,51,55,44,51,51,46,51,56,56,57,55,52,93,44,91,45,57,49,46,52,53,51,52,51,56,44,51,51,46,53,54,51,55,48,51,93,44,91,45,57,49,46,52,53,48,51,50,53,44,51,51,46,55,56,48,52,49,53,93,44,91,45,57,49,46,53,53,55,54,52,56,44,51,51,46,55,56,51,51,56,52,93,44,91,45,57,49,46,57,55,53,57,55,52,44,51,51,46,55,57,49,55,56,55,93,44,91,45,57,49,46,57,55,53,56,52,52,44,51,51,46,55,48,52,52,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,52,49,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,44,91,45,49,48,51,46,51,54,51,51,51,55,44,52,50,46,48,48,50,57,51,93,44,91,45,49,48,51,46,51,55,48,51,57,49,44,52,49,46,54,57,57,50,49,93,44,91,45,49,48,51,46,51,54,57,48,50,52,44,52,49,46,52,51,55,54,53,53,93,44,91,45,49,48,50,46,54,51,54,54,57,53,44,52,49,46,52,51,57,48,53,51,93,44,91,45,49,48,50,46,54,51,54,52,55,54,44,52,49,46,55,52,51,49,51,57,93,44,91,45,49,48,50,46,54,55,57,48,57,51,44,52,49,46,56,52,51,48,53,93,44,91,45,49,48,50,46,54,55,55,53,56,50,44,52,50,46,48,48,53,50,56,50,93,44,91,45,49,48,50,46,54,57,55,56,51,53,44,52,50,46,48,48,52,56,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,66,101,110,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,57,56,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,50,57,48,52,53,52,44,51,56,46,53,51,53,51,56,56,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,44,91,45,57,51,46,57,50,53,56,51,44,51,52,46,49,56,54,52,57,54,93,44,91,45,57,51,46,56,50,48,55,50,50,44,51,52,46,49,56,51,56,48,50,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,54,49,55,52,54,44,51,51,46,57,53,57,54,50,55,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,51,55,51,52,48,54,44,51,51,46,57,53,55,48,55,93,44,91,45,57,51,46,52,51,52,56,56,55,44,51,52,46,48,53,50,50,57,56,93,44,91,45,57,51,46,52,55,56,54,52,54,44,51,52,46,51,52,48,56,53,49,93,44,91,45,57,51,46,57,51,53,51,55,49,44,51,52,46,51,53,48,48,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,77,101,115,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,57,57,57,56,44,34,98,101,100,115,34,58,52,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,56,46,51,55,57,49,51,54,44,51,56,46,52,57,57,57,56,55,93,44,91,45,49,48,56,46,51,55,56,54,57,56,44,51,56,46,54,54,56,48,57,55,93,44,91,45,49,48,56,46,51,55,56,57,53,51,44,51,56,46,56,50,57,49,48,56,93,44,91,45,49,48,56,46,49,53,50,52,55,56,44,51,56,46,57,48,49,50,54,56,93,44,91,45,49,48,55,46,57,56,50,49,55,51,44,51,57,46,48,53,57,56,55,56,93,44,91,45,49,48,55,46,55,54,53,48,53,57,44,51,57,46,48,52,52,54,56,51,93,44,91,45,49,48,55,46,53,48,48,54,48,54,44,51,57,46,50,49,55,57,49,54,93,44,91,45,49,48,55,46,51,57,52,52,56,54,44,51,57,46,50,53,54,50,57,57,93,44,91,45,49,48,55,46,52,51,48,57,52,57,44,51,57,46,51,54,54,49,55,56,93,44,91,45,49,48,56,46,52,48,57,54,48,55,44,51,57,46,51,54,53,57,56,51,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,68,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,53,48,52,44,34,98,101,100,115,34,58,53,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,44,91,45,57,49,46,55,53,53,48,52,44,51,55,46,52,50,52,49,49,93,44,91,45,57,49,46,54,52,54,54,50,54,44,51,55,46,52,50,50,55,51,49,93,44,91,45,57,49,46,50,49,49,56,54,51,44,51,55,46,52,49,53,50,55,55,93,44,91,45,57,49,46,51,49,52,50,51,54,44,51,55,46,53,48,53,49,51,50,93,44,91,45,57,49,46,51,49,50,52,53,56,44,51,55,46,53,57,50,56,50,52,93,44,91,45,57,49,46,49,53,53,48,55,51,44,51,55,46,53,56,56,48,57,50,93,44,91,45,57,49,46,49,53,51,51,52,53,44,51,55,46,54,57,55,51,52,93,44,91,45,57,49,46,51,49,48,54,53,53,44,51,55,46,55,48,48,48,52,56,93,44,91,45,57,49,46,51,48,56,51,49,49,44,51,55,46,55,56,55,49,56,54,93,44,91,45,57,49,46,53,50,56,55,57,55,44,51,55,46,55,56,56,57,56,57,93,44,91,45,57,49,46,56,48,54,50,49,57,44,51,55,46,55,57,49,50,56,54,93,44,91,45,57,49,46,56,48,57,49,48,53,44,51,55,46,53,57,56,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,84,97,122,101,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,56,48,44,34,98,101,100,115,34,58,50,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,44,91,45,56,49,46,57,48,48,56,57,50,44,51,55,46,49,52,50,53,53,51,93,44,91,45,56,49,46,55,56,48,53,52,53,44,51,54,46,57,53,56,54,50,57,93,44,91,45,56,49,46,54,56,50,55,56,54,44,51,54,46,57,51,50,57,51,52,93,44,91,45,56,49,46,52,51,54,55,51,44,51,55,46,48,49,48,49,51,53,93,44,91,45,56,49,46,50,55,48,48,55,56,44,51,55,46,48,57,51,48,49,50,93,44,91,45,56,49,46,50,50,53,49,48,52,44,51,55,46,50,51,52,56,55,52,93,44,91,45,56,49,46,51,54,50,49,53,54,44,51,55,46,51,51,55,54,56,55,93,44,91,45,56,49,46,53,54,48,54,51,49,44,51,55,46,50,48,54,54,54,51,93,44,91,45,56,49,46,55,52,48,49,50,52,44,51,55,46,50,51,55,55,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,80,105,107,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,57,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,44,91,45,55,53,46,51,53,57,49,56,52,44,52,49,46,50,51,57,50,48,54,93,44,91,45,55,53,46,49,50,57,55,50,49,44,52,49,46,50,53,50,49,48,49,93,44,91,45,55,53,46,49,53,54,53,48,55,44,52,49,46,49,53,48,51,52,49,93,44,91,45,55,52,46,57,57,49,55,49,56,44,52,49,46,48,57,50,50,56,52,93,44,91,45,55,52,46,56,56,50,49,51,57,44,52,49,46,49,56,48,56,51,54,93,44,91,45,55,52,46,56,51,48,48,53,55,44,52,49,46,50,56,55,50,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,57,56,49,54,53,50,44,52,49,46,52,55,57,57,52,53,93,44,91,45,55,53,46,48,54,57,53,53,57,44,52,49,46,54,48,49,56,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,83,117,115,113,117,101,104,97,110,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,51,52,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,44,91,45,55,54,46,49,48,53,56,52,44,52,49,46,57,57,56,56,53,56,93,44,91,45,55,54,46,49,52,53,53,49,57,44,52,49,46,57,57,56,56,52,50,93,44,91,45,55,54,46,49,49,53,49,55,50,44,52,49,46,54,53,49,56,50,53,93,44,91,45,55,53,46,55,49,57,56,56,55,44,52,49,46,54,52,50,50,54,51,93,44,91,45,55,53,46,52,54,50,52,49,49,44,52,49,46,54,52,49,53,56,55,93,44,91,45,55,53,46,52,56,51,49,52,57,44,52,49,46,57,57,57,50,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,51,34,44,34,78,65,77,69,34,58,34,77,111,114,114,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,52,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,44,91,45,57,52,46,56,49,57,56,50,56,44,51,50,46,57,56,50,56,56,54,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,54,53,51,57,57,52,44,51,50,46,56,55,57,53,48,54,93,44,91,45,57,52,46,54,53,50,50,54,44,51,51,46,50,54,56,56,54,49,93,44,91,45,57,52,46,55,52,54,57,50,53,44,51,51,46,51,50,56,57,51,56,93,44,91,45,57,52,46,56,48,56,55,56,51,44,51,51,46,51,54,51,54,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,55,53,52,55,44,34,98,101,100,115,34,58,53,55,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,53,49,57,48,57,49,44,51,57,46,57,54,50,50,93,44,91,45,56,48,46,50,56,55,52,50,49,44,52,48,46,48,49,57,50,48,54,93,44,91,45,55,57,46,57,57,56,48,49,52,44,51,57,46,57,56,51,51,50,50,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,57,49,52,49,51,57,44,52,48,46,50,53,50,53,49,56,93,44,91,45,56,48,46,49,56,51,52,55,50,44,52,48,46,51,51,50,55,56,50,93,44,91,45,56,48,46,51,54,48,56,55,51,44,52,48,46,52,55,55,53,51,57,93,44,91,45,56,48,46,53,49,57,48,51,56,44,52,48,46,52,55,55,51,54,51,93,44,91,45,56,48,46,53,49,55,57,57,49,44,52,48,46,51,57,57,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,57,51,57,44,34,98,101,100,115,34,58,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,44,91,45,55,51,46,51,57,48,54,50,53,44,52,52,46,49,57,49,48,54,56,93,44,91,45,55,51,46,52,51,55,57,48,53,44,52,52,46,48,52,53,49,50,53,93,44,91,45,55,51,46,51,55,57,50,56,49,44,52,51,46,56,48,56,52,56,49,93,44,91,45,55,51,46,51,54,50,56,50,51,44,52,51,46,55,53,51,48,56,52,93,44,91,45,55,51,46,50,48,54,51,50,50,44,52,51,46,55,54,54,55,55,53,93,44,91,45,55,51,46,50,49,56,57,53,54,44,52,51,46,56,51,55,50,57,49,93,44,91,45,55,50,46,57,53,56,56,53,51,44,52,51,46,56,50,54,53,52,50,93,44,91,45,55,50,46,57,53,51,48,56,51,44,52,51,46,56,55,52,56,55,93,44,91,45,55,50,46,55,57,49,51,51,54,44,52,51,46,57,54,49,56,53,53,93,44,91,45,55,50,46,55,52,50,51,48,51,44,52,52,46,48,50,57,54,53,53,93,44,91,45,55,50,46,57,49,54,55,55,56,44,52,52,46,48,55,49,56,56,54,93,44,91,45,55,50,46,57,53,50,49,54,55,44,52,52,46,49,54,49,50,55,49,93,44,91,45,55,50,46,57,55,51,51,49,56,44,52,52,46,50,57,51,52,50,93,44,91,45,55,51,46,51,49,51,50,56,51,44,52,52,46,50,54,52,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,101,97,118,101,110,119,111,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,48,52,50,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,44,91,45,57,53,46,49,56,55,49,48,51,44,51,57,46,48,52,52,49,48,57,93,44,91,45,57,53,46,48,53,54,50,53,56,44,51,56,46,57,56,50,49,50,93,44,91,45,57,52,46,57,48,56,55,54,53,44,51,56,46,57,57,49,52,48,49,93,44,91,45,57,52,46,57,48,48,49,57,49,44,51,57,46,50,48,50,57,49,49,93,44,91,45,57,52,46,55,55,53,53,51,50,44,51,57,46,50,48,48,54,48,54,93,44,91,45,57,52,46,56,57,56,53,49,54,44,51,57,46,50,57,56,52,53,93,44,91,45,57,52,46,57,54,56,57,55,51,44,51,57,46,52,49,56,56,55,57,93,44,91,45,57,53,46,49,56,48,56,57,49,44,51,57,46,52,49,57,50,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,77,117,115,107,101,103,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,48,52,51,44,34,98,101,100,115,34,58,51,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,44,91,45,56,54,46,48,51,56,57,53,51,44,52,51,46,50,57,51,53,49,57,93,44,91,45,56,54,46,48,51,57,52,57,49,44,52,51,46,52,54,55,52,52,55,93,44,91,45,56,55,46,49,52,48,51,51,49,44,52,51,46,52,55,49,52,51,54,93,44,91,45,56,55,46,49,49,57,48,48,56,44,52,51,46,49,57,48,56,49,54,93,44,91,45,56,55,46,49,48,55,54,54,57,44,52,51,46,49,49,56,50,52,51,93,44,91,45,56,53,46,57,48,55,52,51,53,44,52,51,46,49,49,56,57,49,49,93,44,91,45,56,53,46,55,57,48,54,54,50,44,52,51,46,50,48,53,49,54,55,93,44,91,45,56,53,46,55,57,48,52,52,56,44,52,51,46,50,57,51,48,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,72,105,110,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,49,55,55,52,44,34,98,101,100,115,34,58,50,52,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,57,48,46,50,52,51,55,54,52,44,51,50,46,52,48,48,48,57,56,93,44,91,45,57,48,46,50,52,51,54,52,49,44,51,50,46,52,56,55,53,51,51,93,44,91,45,57,48,46,52,52,53,57,52,54,44,51,50,46,52,56,55,57,48,51,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,53,53,51,56,50,49,44,51,50,46,53,48,55,53,55,52,93,44,91,45,57,48,46,54,56,51,53,55,49,44,51,50,46,51,53,50,55,56,52,93,44,91,45,57,48,46,55,50,56,54,50,50,44,51,50,46,50,50,53,49,49,57,93,44,91,45,57,48,46,55,49,56,50,57,55,44,51,50,46,48,52,56,51,53,50,93,44,91,45,57,48,46,50,51,48,51,51,49,44,51,50,46,48,52,57,55,50,56,93,44,91,45,57,48,46,50,52,53,51,56,44,51,50,46,49,55,49,51,57,54,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,56,49,34,44,34,78,65,77,69,34,58,34,76,97,109,112,97,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,52,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,44,91,45,57,56,46,53,54,50,55,51,57,44,51,49,46,50,51,48,53,56,50,93,44,91,45,57,56,46,52,51,57,54,56,55,44,51,49,46,48,50,57,53,51,55,93,44,91,45,57,55,46,57,49,49,54,56,52,44,51,49,46,48,51,52,57,49,57,93,44,91,45,57,55,46,57,48,55,49,44,51,49,46,48,54,57,51,55,52,93,44,91,45,57,56,46,49,56,48,48,48,54,44,51,49,46,52,54,51,55,49,55,93,44,91,45,57,56,46,50,55,49,48,55,44,51,49,46,52,49,54,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,76,111,117,100,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,53,49,52,51,44,34,98,101,100,115,34,58,52,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,44,91,45,55,55,46,52,54,48,54,48,50,44,51,57,46,48,55,52,56,52,51,93,44,91,45,55,55,46,53,50,55,51,50,50,44,51,57,46,49,52,54,57,54,49,93,44,91,45,55,55,46,52,53,56,56,48,56,44,51,57,46,50,50,48,50,55,93,44,91,45,55,55,46,53,54,56,55,53,51,44,51,57,46,51,48,54,52,52,55,93,44,91,45,55,55,46,54,55,55,49,54,52,44,51,57,46,51,50,52,53,51,52,93,44,91,45,55,55,46,55,49,57,53,49,57,44,51,57,46,51,50,49,51,49,52,93,44,91,45,55,55,46,56,50,56,50,57,57,44,51,57,46,49,51,50,52,50,54,93,44,91,45,55,55,46,57,54,50,50,48,51,44,51,57,46,48,49,51,55,51,51,93,44,91,45,55,55,46,54,53,53,49,54,57,44,51,56,46,57,52,50,54,53,54,93,44,91,45,55,55,46,53,51,53,57,57,49,44,51,56,46,56,52,55,51,54,56,93,44,91,45,55,55,46,51,50,56,51,49,56,44,51,57,46,48,53,55,54,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,53,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,108,97,105,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,56,51,44,34,98,101,100,115,34,58,49,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,48,54,53,54,55,53,44,51,55,46,57,48,48,57,56,55,93,44,91,45,57,51,46,56,48,56,54,52,56,44,51,55,46,56,57,50,55,55,53,93,44,91,45,57,51,46,56,49,49,52,48,50,44,51,55,46,56,51,52,53,55,49,93,44,91,45,57,51,46,54,50,56,52,48,52,44,51,55,46,56,50,57,52,51,53,93,44,91,45,57,51,46,53,55,51,50,48,50,44,51,55,46,56,50,56,48,51,53,93,44,91,45,57,51,46,53,49,50,49,48,51,44,51,55,46,57,49,51,53,51,53,93,44,91,45,57,51,46,53,48,51,57,52,54,44,51,56,46,48,55,51,49,50,51,93,44,91,45,57,51,46,53,50,51,52,56,52,44,51,56,46,50,48,55,50,49,54,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,68,101,108,97,119,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,53,48,50,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,44,91,45,55,52,46,56,52,52,49,50,49,44,52,50,46,53,49,50,53,57,49,93,44,91,45,55,53,46,48,49,57,56,49,56,44,52,50,46,52,50,57,48,52,53,93,44,91,45,55,53,46,52,49,53,51,49,57,44,52,50,46,51,49,52,49,53,49,93,44,91,45,55,53,46,52,49,56,52,50,49,44,52,50,46,49,57,53,48,51,50,93,44,91,45,55,53,46,52,50,49,55,55,54,44,52,50,46,48,52,50,48,51,93,44,91,45,55,53,46,51,53,57,53,55,57,44,52,49,46,57,57,57,52,52,53,93,44,91,45,55,53,46,50,55,49,50,57,51,44,52,49,46,56,56,55,51,53,56,93,44,91,45,55,53,46,49,52,54,52,52,54,44,52,49,46,56,53,48,56,57,57,93,44,91,45,55,52,46,55,56,48,54,57,51,44,52,50,46,48,49,54,51,55,53,93,44,91,45,55,52,46,52,53,49,55,49,51,44,52,50,46,49,54,57,50,50,53,93,44,91,45,55,52,46,53,51,55,51,49,44,52,50,46,50,48,49,52,50,52,93,44,91,45,55,52,46,52,52,51,53,48,54,44,52,50,46,51,53,53,48,49,55,93,44,91,45,55,52,46,54,49,56,56,57,53,44,52,50,46,52,50,52,51,56,57,93,44,91,45,55,52,46,55,49,49,53,56,44,52,50,46,53,49,55,55,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,80,104,105,108,108,105,112,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,50,52,44,34,98,101,100,115,34,58,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,44,91,45,49,48,56,46,50,53,57,51,56,52,44,52,56,46,55,52,50,50,50,53,93,44,91,45,49,48,56,46,51,49,57,48,49,49,44,52,56,46,53,54,56,52,51,49,93,44,91,45,49,48,56,46,52,49,49,49,56,54,44,52,56,46,52,52,52,57,56,49,93,44,91,45,49,48,56,46,52,51,51,57,56,44,52,55,46,57,55,54,53,53,51,93,44,91,45,49,48,56,46,54,48,55,53,55,57,44,52,55,46,57,57,48,57,57,55,93,44,91,45,49,48,56,46,54,50,53,53,56,55,44,52,55,46,57,50,48,52,49,49,93,44,91,45,49,48,56,46,56,56,56,51,49,54,44,52,55,46,57,50,50,55,50,50,93,44,91,45,49,48,56,46,56,57,49,49,49,53,44,52,55,46,55,51,52,52,53,54,93,44,91,45,49,48,56,46,54,55,49,52,44,52,55,46,54,49,57,53,53,54,93,44,91,45,49,48,56,46,51,49,51,48,52,56,44,52,55,46,53,56,51,54,53,93,44,91,45,49,48,56,46,48,54,53,52,49,56,44,52,55,46,53,57,56,50,57,52,93,44,91,45,49,48,55,46,57,51,49,49,48,53,44,52,55,46,53,54,57,48,55,51,93,44,91,45,49,48,55,46,57,48,57,49,50,44,52,55,46,52,53,48,54,57,50,93,44,91,45,49,48,55,46,56,54,52,57,50,50,44,52,55,46,53,49,51,55,52,93,44,91,45,49,48,55,46,53,57,52,50,53,44,52,55,46,54,52,57,55,51,49,93,44,91,45,49,48,55,46,52,49,52,56,56,54,44,52,55,46,54,57,49,55,51,52,93,44,91,45,49,48,55,46,52,48,52,53,49,51,44,52,56,46,50,49,56,52,52,93,44,91,45,49,48,55,46,50,54,48,52,53,56,44,52,56,46,51,48,52,55,54,56,93,44,91,45,49,48,55,46,51,48,49,55,50,49,44,52,56,46,52,56,48,57,52,51,93,44,91,45,49,48,55,46,50,48,54,51,49,54,44,52,56,46,53,54,56,49,55,93,44,91,45,49,48,55,46,50,48,54,48,51,50,44,52,56,46,57,49,50,55,49,93,44,91,45,49,48,55,46,49,55,57,56,49,50,44,52,57,46,48,48,48,49,48,51,93,44,91,45,49,48,56,46,50,51,54,52,57,55,44,52,56,46,57,57,57,53,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,44,91,45,57,51,46,55,55,52,51,52,52,44,52,48,46,53,55,55,53,52,56,93,44,91,45,57,51,46,55,54,51,51,50,52,44,52,48,46,50,54,51,57,56,56,93,44,91,45,57,51,46,51,54,55,50,49,52,44,52,48,46,50,54,54,51,49,52,93,44,91,45,57,51,46,51,54,54,57,51,53,44,52,48,46,51,56,50,57,57,57,93,44,91,45,57,51,46,51,55,52,51,56,54,44,52,48,46,53,56,48,51,51,51,93,44,91,45,57,51,46,53,53,54,56,57,57,44,52,48,46,53,56,48,50,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,54,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,50,46,56,53,49,49,56,55,44,52,55,46,50,52,57,55,55,52,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,56,48,49,48,49,50,44,52,55,46,53,50,48,52,48,54,93,44,91,45,49,50,51,46,48,51,56,52,48,52,44,52,55,46,53,50,48,50,51,54,93,44,91,45,49,50,50,46,57,53,48,54,50,49,44,52,55,46,54,48,54,51,48,56,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,54,48,52,54,49,53,93,44,91,45,49,50,51,46,53,48,53,57,49,55,44,52,55,46,53,49,55,55,49,54,93,44,91,45,49,50,51,46,52,56,56,57,52,51,44,52,55,46,48,56,50,54,52,54,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,48,55,53,48,50,54,44,52,55,46,48,56,52,55,56,55,93,44,91,45,49,50,51,46,48,48,50,52,51,53,44,52,55,46,49,53,49,51,48,50,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,78,97,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,52,48,48,51,44,34,98,101,100,115,34,58,51,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,44,91,45,55,56,46,50,53,53,57,55,51,44,51,53,46,56,49,56,49,50,93,44,91,45,55,56,46,49,57,50,49,49,55,44,51,53,46,55,51,48,53,52,53,93,44,91,45,55,55,46,56,50,56,52,52,52,44,51,53,46,56,54,55,50,48,56,93,44,91,45,55,55,46,54,57,55,57,53,54,44,51,54,46,49,53,51,49,53,93,44,91,45,55,55,46,56,56,55,50,52,44,51,54,46,49,52,51,56,52,93,44,91,45,55,56,46,48,48,54,53,53,49,44,51,54,46,50,48,50,54,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,57,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,53,56,55,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,51,51,48,52,51,53,44,51,55,46,49,57,48,57,56,52,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,51,48,52,53,44,51,55,46,50,55,56,51,54,49,93,44,91,45,55,54,46,53,49,54,48,53,55,44,51,55,46,50,52,56,55,53,50,93,44,91,45,55,54,46,54,53,56,54,53,49,44,51,55,46,51,56,48,49,51,57,93,44,91,45,55,54,46,55,50,55,56,53,57,44,51,55,46,51,48,53,57,50,55,93,44,91,45,55,54,46,54,56,48,49,53,49,44,51,55,46,50,54,53,57,57,55,93,44,91,45,55,54,46,53,57,49,51,48,50,44,51,55,46,50,49,51,50,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,80,101,116,116,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,51,55,49,44,34,98,101,100,115,34,58,49,52,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,44,91,45,57,51,46,52,57,54,51,55,55,44,51,56,46,57,52,50,56,51,55,93,44,91,45,57,51,46,52,57,55,50,55,56,44,51,56,46,57,50,56,52,51,93,44,91,45,57,51,46,53,49,49,48,51,44,51,56,46,53,53,54,50,49,93,44,91,45,57,51,46,53,49,50,55,52,51,44,51,56,46,53,49,50,52,55,54,93,44,91,45,57,51,46,50,57,48,52,53,52,44,51,56,46,53,51,53,51,56,56,93,44,91,45,57,51,46,48,54,55,50,57,49,44,51,56,46,53,50,57,57,57,53,93,44,91,45,57,51,46,48,53,57,57,55,52,44,51,56,46,54,57,51,48,55,55,93,44,91,45,57,51,46,48,53,48,52,53,51,44,51,56,46,57,50,56,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,77,105,115,115,111,117,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,53,57,56,51,44,34,98,101,100,115,34,58,52,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,44,91,45,49,49,51,46,57,50,52,56,50,54,44,52,55,46,54,48,48,50,51,57,93,44,91,45,49,49,51,46,57,52,50,56,56,54,44,52,55,46,52,55,57,54,55,56,93,44,91,45,49,49,51,46,56,55,49,49,49,44,52,55,46,51,57,49,57,55,93,44,91,45,49,49,51,46,56,50,49,52,52,55,44,52,55,46,49,56,49,55,48,57,93,44,91,45,49,49,51,46,57,51,51,53,48,51,44,52,55,46,49,51,56,50,56,57,93,44,91,45,49,49,52,46,49,56,55,49,55,44,52,55,46,49,51,56,49,57,49,93,44,91,45,49,49,52,46,50,53,51,53,56,52,44,52,55,46,49,50,49,48,48,55,93,44,91,45,49,49,52,46,52,50,51,56,53,56,44,52,55,46,50,49,48,48,57,49,93,44,91,45,49,49,52,46,54,56,55,50,57,53,44,52,55,46,50,55,52,51,49,93,44,91,45,49,49,52,46,55,57,55,50,48,52,44,52,55,46,50,54,56,57,49,54,93,44,91,45,49,49,52,46,55,55,53,56,51,51,44,52,55,46,50,50,53,53,55,51,93,44,91,45,49,49,52,46,52,56,51,50,50,55,44,52,55,46,48,50,51,51,53,56,93,44,91,45,49,49,52,46,53,54,54,49,50,57,44,52,54,46,57,54,51,52,48,53,93,44,91,45,49,49,52,46,53,52,57,49,50,55,44,52,54,46,55,52,55,51,54,54,93,44,91,45,49,49,52,46,54,55,52,57,52,50,44,52,54,46,55,51,54,56,50,54,93,44,91,45,49,49,52,46,53,57,52,54,51,52,44,52,54,46,54,51,51,52,52,56,93,44,91,45,49,49,52,46,51,51,50,55,57,54,44,52,54,46,54,54,48,53,56,49,93,44,91,45,49,49,51,46,56,50,55,55,52,51,44,52,54,46,54,54,48,56,57,54,93,44,91,45,49,49,51,46,52,55,57,56,53,54,44,52,54,46,55,52,52,55,49,52,93,44,91,45,49,49,51,46,52,49,54,53,57,57,44,52,54,46,56,51,50,49,49,51,93,44,91,45,49,49,51,46,51,48,50,57,48,51,44,52,54,46,56,51,50,49,53,57,93,44,91,45,49,49,51,46,51,48,50,57,52,51,44,52,55,46,49,55,57,54,52,51,93,44,91,45,49,49,51,46,52,54,54,52,53,44,52,55,46,49,55,57,49,56,54,93,44,91,45,49,49,51,46,52,54,54,52,56,53,44,52,55,46,54,48,48,48,53,55,93,44,91,45,49,49,51,46,54,51,52,48,55,57,44,52,55,46,54,48,48,48,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,104,97,117,116,97,117,113,117,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,44,91,45,57,54,46,53,50,53,53,56,50,44,51,54,46,57,57,56,55,49,93,44,91,45,57,54,46,48,48,48,56,49,44,51,54,46,57,57,56,56,54,93,44,91,45,57,53,46,57,54,52,50,55,44,51,54,46,57,57,57,49,48,52,93,44,91,45,57,53,46,57,54,52,51,57,57,44,51,55,46,50,57,57,50,51,50,93,44,91,45,57,54,46,53,50,52,56,55,51,44,51,55,46,51,48,50,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,57,34,44,34,78,65,77,69,34,58,34,85,112,115,104,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,44,91,45,57,53,46,49,53,51,52,49,44,51,50,46,53,55,48,49,49,53,93,44,91,45,57,52,46,57,56,54,57,51,53,44,51,50,46,53,51,55,50,52,54,93,44,91,45,57,52,46,55,48,49,55,57,44,51,50,46,54,53,50,50,48,57,93,44,91,45,57,52,46,55,48,50,49,52,44,51,50,46,55,57,51,48,56,56,93,44,91,45,57,52,46,55,48,53,56,55,56,44,51,50,46,56,55,57,49,55,55,93,44,91,45,57,52,46,55,49,57,57,52,50,44,51,50,46,57,48,52,53,48,50,93,44,91,45,57,53,46,49,53,50,49,49,44,51,50,46,57,48,50,54,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,117,108,112,101,112,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,52,53,48,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,44,91,45,55,56,46,48,57,54,48,56,51,44,51,56,46,52,48,52,51,52,51,93,44,91,45,55,56,46,48,57,52,52,57,56,44,51,56,46,51,49,49,50,52,50,93,44,91,45,55,55,46,57,48,56,57,55,57,44,51,56,46,51,56,49,53,48,51,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,54,51,52,57,52,44,51,56,46,52,49,48,50,49,56,93,44,91,45,55,55,46,55,51,53,57,48,49,44,51,56,46,52,49,51,52,53,56,93,44,91,45,55,55,46,57,51,53,51,53,53,44,51,56,46,54,57,53,56,52,93,44,91,45,55,56,46,49,54,56,55,57,50,44,51,56,46,53,50,51,56,48,57,93,44,91,45,55,56,46,50,51,49,56,48,51,44,51,56,46,53,51,50,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,72,97,115,107,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,44,91,45,57,53,46,49,55,49,55,54,51,44,51,53,46,51,48,53,53,53,51,93,44,91,45,57,53,46,51,52,52,55,54,54,44,51,53,46,50,57,51,48,51,53,93,44,91,45,57,53,46,52,53,49,50,53,44,51,53,46,50,57,54,48,49,57,93,44,91,45,57,53,46,52,53,53,48,49,56,44,51,53,46,49,54,48,53,55,53,93,44,91,45,57,53,46,51,52,57,53,50,53,44,51,53,46,49,54,48,48,50,49,93,44,91,45,57,53,46,51,52,57,52,48,57,44,51,53,46,48,53,56,53,50,93,44,91,45,57,52,46,57,50,55,56,54,51,44,51,53,46,48,53,56,50,52,54,93,44,91,45,57,52,46,57,50,55,55,55,52,44,51,53,46,50,48,50,54,49,93,44,91,45,57,52,46,56,49,52,50,55,54,44,51,53,46,50,48,50,51,51,49,93,44,91,45,57,52,46,56,49,51,54,50,57,44,51,53,46,51,50,51,51,52,52,93,44,91,45,57,53,46,48,52,57,57,51,51,44,51,53,46,52,53,56,56,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,53,52,55,44,34,98,101,100,115,34,58,52,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,44,91,45,56,48,46,53,49,57,49,50,44,52,48,46,48,49,54,52,49,93,44,91,45,56,48,46,53,49,57,49,48,52,44,52,48,46,49,53,57,54,55,50,93,44,91,45,56,48,46,54,56,49,56,49,49,44,52,48,46,49,56,53,53,54,51,93,44,91,45,56,48,46,55,48,50,55,53,44,52,48,46,49,53,55,50,52,57,93,44,91,45,56,48,46,55,51,51,56,48,51,44,52,48,46,48,51,51,52,48,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,77,111,114,103,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,50,52,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,44,91,45,55,56,46,49,55,49,53,52,57,44,51,57,46,54,57,53,54,52,51,93,44,91,45,55,56,46,51,51,51,56,49,57,44,51,57,46,54,51,54,55,54,50,93,44,91,45,55,56,46,52,54,56,53,56,49,44,51,57,46,53,49,54,54,49,57,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,49,51,56,57,51,55,44,51,57,46,53,57,51,55,57,54,93,44,91,45,55,56,46,48,50,50,49,49,44,51,57,46,54,49,57,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,53,34,44,34,78,65,77,69,34,58,34,82,111,99,107,105,110,103,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,52,52,44,34,98,101,100,115,34,58,50,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,44,91,45,55,57,46,50,50,52,53,56,51,44,51,56,46,52,55,55,53,56,56,93,44,91,45,55,56,46,55,52,57,51,57,54,44,51,56,46,50,48,54,54,52,56,93,44,91,45,55,56,46,54,54,51,49,52,53,44,51,56,46,50,55,55,57,51,51,93,44,91,45,55,56,46,52,56,53,55,52,44,51,56,46,52,50,49,53,55,57,93,44,91,45,55,56,46,54,57,49,51,49,50,44,51,56,46,53,49,48,48,48,56,93,44,91,45,55,56,46,54,52,49,55,54,57,44,51,56,46,54,48,52,55,49,57,93,44,91,45,55,56,46,56,54,57,50,54,49,44,51,56,46,55,54,50,57,56,93,44,91,45,55,56,46,57,57,51,55,54,49,44,51,56,46,56,53,48,48,50,49,93,44,91,45,55,57,46,48,53,55,50,53,51,44,51,56,46,55,54,49,52,49,51,93,93,44,91,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,44,91,45,55,56,46,57,48,48,53,56,57,44,51,56,46,52,53,57,50,49,55,93,44,91,45,55,56,46,56,50,52,51,50,44,51,56,46,52,51,53,48,55,57,93,44,91,45,55,56,46,57,49,55,56,55,49,44,51,56,46,51,57,52,49,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,104,105,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,54,52,57,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,44,91,45,56,53,46,54,56,52,49,56,49,44,52,49,46,48,52,54,55,49,54,93,44,91,45,56,53,46,54,52,51,56,52,49,44,52,49,46,48,48,50,51,48,53,93,44,91,45,56,53,46,51,51,53,54,52,51,44,52,49,46,48,48,53,50,53,93,44,91,45,56,53,46,51,48,55,55,56,49,44,52,49,46,50,54,52,49,53,56,93,44,91,45,56,53,46,53,51,55,49,56,44,52,49,46,50,54,54,49,53,55,93,44,91,45,56,53,46,54,53,49,57,50,56,44,52,49,46,50,57,52,55,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,105,115,107,105,121,111,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,53,52,48,44,34,98,101,100,115,34,58,54,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,44,91,45,49,50,51,46,50,51,49,49,49,51,44,52,50,46,48,48,51,57,52,51,93,44,91,45,49,50,51,46,53,49,55,57,49,49,44,52,50,46,48,48,48,55,53,54,93,44,91,45,49,50,51,46,53,54,53,52,52,50,44,52,49,46,57,48,51,49,52,49,93,44,91,45,49,50,51,46,55,48,51,54,56,49,44,52,49,46,56,50,57,52,56,55,93,44,91,45,49,50,51,46,54,54,55,49,49,52,44,52,49,46,54,57,49,54,56,57,93,44,91,45,49,50,51,46,55,49,57,49,55,52,44,52,49,46,53,57,53,54,49,51,93,44,91,45,49,50,51,46,54,49,50,51,57,53,44,52,49,46,52,52,56,57,53,52,93,44,91,45,49,50,51,46,54,54,49,51,54,51,44,52,49,46,51,56,50,48,57,93,44,91,45,49,50,51,46,52,55,52,48,56,53,44,52,49,46,51,54,54,49,57,51,93,44,91,45,49,50,51,46,52,48,56,50,57,49,44,52,49,46,49,55,57,57,52,52,93,44,91,45,49,50,51,46,50,52,53,50,50,50,44,52,49,46,48,55,55,57,56,55,93,44,91,45,49,50,51,46,49,48,57,48,55,55,44,52,49,46,48,55,53,52,50,57,93,44,91,45,49,50,51,46,48,51,54,56,48,56,44,52,49,46,48,48,52,48,53,56,93,44,91,45,49,50,50,46,56,57,55,48,54,54,44,52,49,46,50,48,49,48,48,54,93,44,91,45,49,50,50,46,56,49,49,51,52,50,44,52,49,46,50,48,50,52,53,49,93,44,91,45,49,50,50,46,53,57,48,56,48,56,44,52,49,46,51,50,53,57,49,93,44,91,45,49,50,50,46,53,48,52,50,53,52,44,52,49,46,51,51,52,55,49,93,44,91,45,49,50,50,46,52,57,56,51,55,54,44,52,49,46,49,56,50,54,55,53,93,44,91,45,49,50,49,46,52,52,54,52,57,53,44,52,49,46,49,56,51,52,56,52,93,44,91,45,49,50,49,46,52,52,55,53,51,56,44,52,49,46,57,57,55,52,54,53,93,44,91,45,49,50,50,46,50,56,57,55,52,56,44,52,50,46,48,48,56,48,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,68,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,48,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,57,56,49,52,53,55,44,52,53,46,50,52,48,52,49,53,93,44,91,45,57,55,46,57,56,49,55,57,50,44,52,53,46,49,53,51,50,57,53,93,44,91,45,57,55,46,52,57,52,50,53,52,44,52,53,46,49,53,49,54,51,49,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,51,55,51,51,54,54,44,52,53,46,53,56,55,54,51,52,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,56,57,54,52,56,44,34,98,101,100,115,34,58,49,49,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,44,91,45,57,48,46,49,51,56,53,55,52,44,50,57,46,57,49,56,56,48,53,93,44,91,45,57,48,46,48,48,56,48,53,54,44,50,57,46,56,57,53,53,50,56,93,44,91,45,56,57,46,57,49,48,55,48,56,44,50,57,46,56,54,55,56,54,53,93,44,91,45,56,57,46,56,56,49,53,57,57,44,50,57,46,57,56,54,50,93,44,91,45,56,57,46,54,56,51,50,51,44,51,48,46,48,55,54,52,48,54,93,44,91,45,56,57,46,54,50,53,48,53,52,44,51,48,46,49,53,51,52,57,51,93,44,91,45,56,57,46,55,57,55,52,49,52,44,51,48,46,49,54,48,55,53,55,93,44,91,45,56,57,46,57,48,51,50,51,52,44,51,48,46,49,57,56,54,54,93,44,91,45,57,48,46,49,48,56,49,49,57,44,51,48,46,49,54,52,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,57,56,57,50,44,34,98,101,100,115,34,58,52,55,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,55,46,48,50,51,50,56,54,44,51,51,46,55,55,50,55,50,55,93,44,91,45,56,55,46,48,57,50,55,51,51,44,51,51,46,54,50,55,56,53,93,44,91,45,56,55,46,49,55,57,52,51,44,51,51,46,54,49,51,55,57,52,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,50,56,52,51,54,51,44,51,51,46,52,52,48,53,55,56,93,44,91,45,56,55,46,49,55,57,54,51,56,44,51,51,46,51,50,49,49,49,50,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,54,46,54,55,52,52,49,56,44,51,51,46,52,54,54,53,50,49,93,44,91,45,56,54,46,53,49,54,55,56,51,44,51,51,46,53,52,53,56,57,54,93,44,91,45,56,54,46,53,50,53,48,55,51,44,51,51,46,55,50,49,50,51,54,93,44,91,45,56,54,46,53,55,55,55,57,57,44,51,51,46,55,54,53,51,49,54,93,44,91,45,56,54,46,55,53,57,49,52,52,44,51,51,46,56,52,48,54,49,55,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,87,97,108,107,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,52,52,57,51,44,34,98,101,100,115,34,58,50,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,44,91,45,56,55,46,53,51,49,54,48,50,44,51,51,46,56,54,55,54,49,56,93,44,91,45,56,55,46,53,50,56,51,51,56,44,51,51,46,54,57,50,48,52,57,93,44,91,45,56,55,46,52,50,51,56,52,51,44,51,51,46,54,56,57,49,49,50,93,44,91,45,56,55,46,52,50,51,55,48,49,44,51,51,46,54,48,50,48,57,54,93,44,91,45,56,55,46,51,49,56,53,51,50,44,51,51,46,53,56,55,51,57,51,93,44,91,45,56,55,46,50,54,54,57,50,51,44,51,51,46,53,49,50,57,50,57,93,44,91,45,56,55,46,49,55,57,52,51,44,51,51,46,54,49,51,55,57,52,93,44,91,45,56,55,46,48,57,50,55,51,51,44,51,51,46,54,50,55,56,53,93,44,91,45,56,55,46,48,50,51,50,56,54,44,51,51,46,55,55,50,55,50,55,93,44,91,45,56,54,46,57,53,51,54,54,52,44,51,51,46,56,49,53,50,57,55,93,44,91,45,56,54,46,57,54,51,51,53,56,44,51,51,46,56,53,56,50,50,49,93,44,91,45,56,55,46,49,53,49,48,51,54,44,51,51,46,57,57,51,50,50,53,93,44,91,45,56,55,46,54,51,54,49,49,56,44,51,52,46,48,48,50,50,48,51,93,44,91,45,56,55,46,54,51,53,57,51,50,44,51,51,46,57,49,53,50,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,68,101,75,97,108,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,53,54,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,44,91,45,57,52,46,54,48,50,56,51,44,51,57,46,56,49,57,57,48,54,93,44,91,45,57,52,46,54,48,50,50,53,55,44,51,57,46,55,52,55,49,57,53,93,44,91,45,57,52,46,50,48,53,57,54,49,44,51,57,46,55,52,53,56,52,49,93,44,91,45,57,52,46,50,48,53,56,52,52,44,51,57,46,55,56,56,57,53,52,93,44,91,45,57,52,46,50,49,56,56,44,52,48,46,48,51,52,56,56,53,93,44,91,45,57,52,46,54,48,53,51,55,55,44,52,48,46,48,51,57,50,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,71,97,100,115,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,49,55,44,34,98,101,100,115,34,58,57,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,44,91,45,56,52,46,56,56,50,54,49,54,44,51,48,46,53,51,51,48,57,52,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,52,50,48,52,55,52,44,51,48,46,52,54,51,57,48,53,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,51,56,48,55,48,53,44,51,48,46,54,56,57,57,57,51,93,44,91,45,56,52,46,56,54,51,52,54,53,44,51,48,46,55,49,49,52,57,52,93,44,91,45,56,52,46,56,54,52,54,57,51,44,51,48,46,55,49,49,53,52,50,93,44,91,45,56,52,46,57,51,50,53,49,57,44,51,48,46,54,48,54,51,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,51,34,44,34,78,65,77,69,34,58,34,68,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,50,55,44,34,98,101,100,115,34,58,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,44,91,45,56,53,46,53,51,52,48,56,57,44,51,52,46,54,50,51,56,53,56,93,44,91,45,56,53,46,52,53,48,52,48,57,44,51,52,46,55,53,57,50,52,49,93,44,91,45,56,53,46,52,53,48,53,54,49,44,51,52,46,56,51,49,54,55,55,93,44,91,45,56,53,46,51,54,51,57,49,57,44,51,52,46,57,56,51,51,55,53,93,44,91,45,56,53,46,52,55,52,48,55,51,44,51,52,46,57,56,51,48,50,93,44,91,45,56,53,46,54,48,53,49,54,53,44,51,52,46,57,56,52,54,55,56,93,44,91,45,56,53,46,53,56,51,49,52,53,44,51,52,46,56,54,48,51,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,101,83,111,116,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,49,51,50,44,34,98,101,100,115,34,58,53,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,44,91,45,57,48,46,50,48,50,49,50,54,44,51,52,46,56,54,48,51,55,52,93,44,91,45,57,48,46,50,48,48,49,57,57,44,51,52,46,55,50,52,52,49,56,93,44,91,45,57,48,46,48,50,57,49,52,52,44,51,52,46,55,48,56,49,55,54,93,44,91,45,56,57,46,57,48,56,53,56,55,44,51,52,46,55,55,50,54,52,49,93,44,91,45,56,57,46,55,50,51,52,52,50,44,51,52,46,55,55,50,51,49,49,93,44,91,45,56,57,46,55,50,52,51,50,52,44,51,52,46,57,57,52,55,57,93,44,91,45,57,48,46,51,48,57,50,56,57,44,51,52,46,57,57,53,54,57,52,93,44,91,45,57,48,46,50,52,54,49,49,54,44,51,52,46,57,52,52,51,49,54,93,44,91,45,57,48,46,51,48,52,53,51,50,44,51,52,46,56,54,48,53,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,87,97,114,114,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,52,52,57,44,34,98,101,100,115,34,58,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,51,48,48,52,49,52,44,51,56,46,57,52,51,53,57,50,93,44,91,45,55,56,46,51,57,52,55,48,52,44,51,56,46,56,50,50,55,57,93,44,91,45,55,56,46,50,56,52,56,48,53,44,51,56,46,55,53,57,51,49,53,93,44,91,45,55,56,46,49,51,48,53,55,52,44,51,56,46,56,54,52,56,54,53,93,44,91,45,55,56,46,48,48,52,51,49,51,44,51,56,46,57,55,57,52,51,56,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,69,100,119,97,114,100,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,48,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,44,91,45,56,56,46,49,53,48,56,57,49,44,51,56,46,50,53,54,49,53,54,93,44,91,45,56,55,46,57,57,48,54,50,56,44,51,56,46,50,53,57,54,50,57,93,44,91,45,56,55,46,57,52,51,48,51,52,44,51,56,46,52,52,57,50,49,54,93,44,91,45,56,55,46,57,53,52,54,55,53,44,51,56,46,53,55,48,50,51,93,44,91,45,56,56,46,49,52,55,56,48,51,44,51,56,46,53,54,57,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,51,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,55,54,56,50,44,34,98,101,100,115,34,58,57,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,57,46,48,54,57,53,52,52,44,51,53,46,54,57,50,54,55,57,93,44,91,45,56,57,46,48,55,56,56,55,54,44,51,53,46,52,51,49,52,50,56,93,44,91,45,56,56,46,56,52,49,54,48,55,44,51,53,46,52,50,55,56,50,54,93,44,91,45,56,56,46,54,55,53,56,54,55,44,51,53,46,52,56,57,49,54,51,93,44,91,45,56,56,46,54,49,51,54,49,49,44,51,53,46,53,56,56,48,56,57,93,44,91,45,56,56,46,54,48,54,56,54,50,44,51,53,46,55,56,57,51,53,52,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,82,97,110,100,111,108,112,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,55,52,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,44,91,45,56,53,46,54,53,51,54,53,52,44,51,51,46,49,48,54,54,51,52,93,44,91,45,56,53,46,53,57,51,49,55,55,44,51,51,46,49,48,55,51,52,93,44,91,45,56,53,46,50,51,50,51,55,56,44,51,51,46,49,48,56,48,55,55,93,44,91,45,56,53,46,50,51,54,53,49,56,44,51,51,46,49,50,57,53,53,57,93,44,91,45,56,53,46,50,57,51,56,48,53,44,51,51,46,52,50,56,48,57,56,93,44,91,45,56,53,46,51,48,52,52,51,57,44,51,51,46,52,56,50,56,56,52,93,44,91,45,56,53,46,54,52,51,52,56,50,44,51,51,46,52,57,53,56,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,65,115,104,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,55,56,54,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,44,91,45,56,49,46,55,50,56,55,56,49,44,51,54,46,51,57,49,51,48,57,93,44,91,45,56,49,46,52,55,55,53,49,54,44,51,54,46,50,52,48,50,53,93,44,91,45,56,49,46,50,53,51,54,52,57,44,51,54,46,51,54,54,54,48,49,93,44,91,45,56,49,46,51,53,51,50,53,57,44,51,54,46,53,55,52,54,57,50,93,44,91,45,56,49,46,54,55,55,52,57,44,51,54,46,53,56,56,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,68,111,108,111,114,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,44,91,45,49,48,55,46,57,56,57,50,48,56,44,51,55,46,56,53,54,54,52,93,44,91,45,49,48,56,46,50,48,57,48,57,51,44,51,55,46,56,50,48,57,51,54,93,44,91,45,49,48,56,46,50,53,54,52,57,56,44,51,55,46,56,57,52,54,48,55,93,44,91,45,49,48,56,46,56,49,54,55,49,44,51,55,46,56,57,53,53,51,56,93,44,91,45,49,48,57,46,48,52,49,57,57,50,44,51,55,46,56,56,49,48,56,51,93,44,91,45,49,48,57,46,48,52,51,51,54,54,44,51,55,46,52,56,52,56,49,56,93,44,91,45,49,48,56,46,57,49,55,48,56,49,44,51,55,46,54,51,49,57,48,50,93,44,91,45,49,48,55,46,57,55,48,48,56,54,44,51,55,46,54,51,57,53,56,55,93,44,91,45,49,48,55,46,56,54,48,56,52,53,44,51,55,46,55,55,53,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,105,99,107,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,50,50,57,51,44,34,98,101,100,115,34,58,50,54,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,44,91,45,56,50,46,55,56,50,52,57,53,44,51,57,46,57,51,57,54,54,50,93,44,91,45,56,50,46,52,54,50,56,49,51,44,51,57,46,57,51,48,51,56,93,44,91,45,56,50,46,50,51,51,57,55,52,44,51,57,46,57,49,51,50,54,93,44,91,45,56,50,46,49,57,56,55,55,50,44,51,57,46,57,53,48,49,52,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,52,55,55,50,55,51,44,52,48,46,50,52,53,56,49,93,44,91,45,56,50,46,55,53,48,55,52,55,44,52,48,46,50,55,54,57,57,54,93,44,91,45,56,50,46,55,54,49,56,50,55,44,52,48,46,49,50,53,56,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,56,51,34,44,34,78,65,77,69,34,58,34,77,97,110,97,115,115,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,52,53,55,44,34,98,101,100,115,34,58,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,44,91,45,55,55,46,52,57,57,52,51,44,51,56,46,55,51,55,49,51,55,93,44,91,45,55,55,46,52,53,49,54,52,50,44,51,56,46,55,51,56,51,51,55,93,44,91,45,55,55,46,52,53,56,54,57,53,44,51,56,46,55,55,50,51,49,57,93,44,91,45,55,55,46,52,55,53,55,54,44,51,56,46,55,56,49,49,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,55,51,50,44,34,98,101,100,115,34,58,49,54,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,44,91,45,57,50,46,57,56,56,55,48,55,44,51,51,46,48,49,55,52,51,51,93,44,91,45,57,50,46,55,50,52,55,52,44,51,51,46,48,49,52,51,57,93,44,91,45,57,50,46,48,54,57,49,48,53,44,51,51,46,48,48,56,49,54,51,93,44,91,45,57,50,46,49,51,55,53,50,55,44,51,51,46,49,54,50,57,53,54,93,44,91,45,57,50,46,51,53,48,52,51,50,44,51,51,46,50,57,56,57,52,49,93,44,91,45,57,50,46,52,52,49,54,55,55,44,51,51,46,50,55,51,54,52,55,93,44,91,45,57,50,46,53,54,55,49,53,54,44,51,51,46,51,54,55,50,93,44,91,45,57,50,46,57,55,56,52,54,57,44,51,51,46,51,55,55,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,72,101,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,44,91,45,57,48,46,57,54,50,57,49,54,44,52,48,46,57,50,52,57,53,55,93,44,91,45,57,49,46,48,57,54,57,52,54,44,52,48,46,56,49,49,52,48,51,93,44,91,45,57,49,46,49,49,50,52,54,55,44,52,48,46,54,57,54,51,48,49,93,44,91,45,57,49,46,49,56,53,50,57,53,44,52,48,46,54,51,55,56,48,51,93,44,91,45,57,48,46,57,48,52,50,49,54,44,52,48,46,54,51,57,50,48,49,93,44,91,45,57,48,46,55,56,57,54,53,50,44,52,48,46,54,51,53,55,53,93,44,91,45,57,48,46,55,56,53,49,57,52,44,52,49,46,48,54,56,55,52,57,93,44,91,45,57,48,46,57,52,56,57,56,57,44,52,49,46,48,55,48,50,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,54,57,52,49,44,34,98,101,100,115,34,58,49,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,44,91,45,56,54,46,52,48,56,55,55,49,44,51,50,46,50,52,52,51,48,57,93,44,91,45,56,54,46,52,48,54,50,55,54,44,51,50,46,48,53,48,55,51,49,93,44,91,45,56,54,46,51,48,50,50,49,55,44,51,49,46,57,54,53,48,54,53,93,44,91,45,56,54,46,49,57,49,51,55,57,44,51,49,46,57,54,54,52,53,51,93,44,91,45,56,53,46,57,57,53,53,54,51,44,51,49,46,57,54,55,53,53,52,93,44,91,45,56,53,46,57,57,54,56,53,51,44,51,50,46,48,53,49,48,52,57,93,44,91,45,56,53,46,57,57,57,49,53,55,44,51,50,46,50,53,48,53,52,51,93,44,91,45,56,53,46,57,49,57,50,57,51,44,51,50,46,50,55,52,51,56,50,93,44,91,45,56,54,46,48,50,51,48,49,50,44,51,50,46,52,49,57,57,55,56,93,44,91,45,56,54,46,49,49,54,51,50,57,44,51,50,46,52,49,55,48,50,54,93,44,91,45,56,54,46,50,51,55,48,54,56,44,51,50,46,52,57,52,57,56,93,44,91,45,56,54,46,52,49,49,49,55,50,44,51,50,46,52,48,57,57,51,55,93,44,91,45,56,54,46,52,57,54,55,55,52,44,51,50,46,51,52,52,52,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,97,112,97,104,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,54,54,55,49,44,34,98,101,100,115,34,58,49,50,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,44,91,45,49,48,52,46,54,54,48,54,50,54,44,51,57,46,53,54,53,57,48,57,93,44,91,45,49,48,51,46,55,49,52,51,53,53,44,51,57,46,53,54,54,51,51,49,93,44,91,45,49,48,51,46,55,48,55,48,55,50,44,51,57,46,53,54,54,50,57,53,93,44,91,45,49,48,51,46,55,48,54,53,52,55,44,51,57,46,55,51,57,56,57,52,93,44,91,45,49,48,52,46,56,56,52,54,52,54,44,51,57,46,55,52,48,49,53,54,93,44,91,45,49,48,53,46,48,53,51,52,49,49,44,51,57,46,54,51,49,53,56,54,93,44,91,45,49,48,53,46,48,53,51,52,53,55,44,51,57,46,54,50,57,53,50,54,93,44,91,45,49,48,53,46,48,53,51,51,51,44,51,57,46,54,50,55,57,56,57,93,44,91,45,49,48,53,46,48,53,51,52,51,57,44,51,57,46,54,50,52,51,56,55,93,44,91,45,49,48,53,46,48,53,51,52,51,55,44,51,57,46,54,50,48,57,56,52,93,44,91,45,49,48,53,46,48,52,56,55,52,44,51,57,46,53,54,54,48,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,77,97,114,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,57,50,51,50,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,44,91,45,56,53,46,50,53,55,50,57,56,44,51,55,46,54,51,48,57,48,51,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,52,54,54,50,53,44,51,55,46,52,54,53,53,57,53,93,44,91,45,56,53,46,51,52,49,50,50,44,51,55,46,52,54,57,52,53,56,93,44,91,45,56,53,46,50,52,54,55,53,57,44,51,55,46,52,50,48,50,48,53,93,44,91,45,56,53,46,49,54,57,53,54,53,44,51,55,46,52,54,52,48,48,52,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,53,46,48,51,48,49,55,50,44,51,55,46,54,51,49,50,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,83,107,97,103,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,51,57,48,55,44,34,98,101,100,115,34,58,50,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,44,91,45,49,50,50,46,53,57,49,57,52,52,44,52,56,46,52,49,55,55,53,56,93,44,91,45,49,50,50,46,52,53,56,53,57,54,44,52,56,46,50,57,55,55,48,51,93,44,91,45,49,50,49,46,48,48,49,54,53,56,44,52,56,46,50,57,54,48,48,57,93,44,91,45,49,50,49,46,48,54,50,52,53,44,52,56,46,52,54,48,51,54,55,93,44,91,45,49,50,48,46,56,53,55,52,50,55,44,52,56,46,53,52,55,54,55,54,93,44,91,45,49,50,48,46,55,48,50,48,54,57,44,52,56,46,53,51,49,53,56,57,93,44,91,45,49,50,48,46,55,53,49,57,48,52,44,52,56,46,54,53,55,48,48,50,93,44,91,45,49,50,49,46,50,54,49,54,51,56,44,52,56,46,54,52,48,57,49,50,93,44,91,45,49,50,50,46,55,49,51,55,48,52,44,52,56,46,54,52,53,49,51,93,44,91,45,49,50,50,46,55,54,52,52,48,52,44,52,56,46,54,48,48,53,55,55,93,44,91,45,49,50,50,46,55,51,53,50,51,49,44,52,56,46,52,48,53,57,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,74,111,110,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,52,53,52,44,34,98,101,100,115,34,58,50,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,44,91,45,56,57,46,51,49,54,53,54,44,51,49,46,56,48,50,48,57,93,44,91,45,56,57,46,52,48,49,50,50,55,44,51,49,46,55,57,54,56,54,51,93,44,91,45,56,57,46,51,57,57,49,55,56,44,51,49,46,52,51,52,48,50,57,93,44,91,45,56,57,46,49,52,54,48,57,50,44,51,49,46,52,51,52,48,53,50,93,44,91,45,56,56,46,57,52,51,52,54,56,44,51,49,46,52,51,51,52,53,56,93,44,91,45,56,56,46,57,52,51,51,53,53,44,51,49,46,56,50,52,53,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,57,53,52,44,34,98,101,100,115,34,58,57,56,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,56,57,46,55,50,55,55,56,56,44,52,51,46,53,54,57,52,55,56,93,44,91,45,56,57,46,53,57,57,51,53,55,44,52,51,46,53,53,56,48,52,49,93,44,91,45,56,57,46,54,48,48,55,51,44,52,51,46,51,56,48,54,54,54,93,44,91,45,56,57,46,55,50,48,52,54,51,44,52,51,46,50,57,51,48,56,52,93,44,91,45,56,57,46,48,48,57,49,51,57,44,52,51,46,50,56,52,56,51,93,44,91,45,56,57,46,48,48,54,56,52,56,44,52,51,46,54,51,51,48,52,53,93,44,91,45,56,57,46,50,52,53,52,51,55,44,52,51,46,54,52,51,48,56,51,93,44,91,45,56,57,46,53,57,57,53,52,55,44,52,51,46,54,52,50,54,51,54,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,114,117,110,115,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,54,56,54,48,44,34,98,101,100,115,34,58,49,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,50,53,52,54,50,50,44,51,52,46,50,49,54,51,48,53,93,44,91,45,55,56,46,51,55,52,50,57,53,44,51,52,46,50,48,52,56,57,51,93,44,91,45,55,56,46,53,53,53,48,52,51,44,51,52,46,48,54,55,48,55,49,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,56,46,52,57,57,51,48,49,44,51,51,46,56,49,50,56,53,50,93,44,91,45,55,56,46,50,54,50,51,51,53,44,51,51,46,56,54,51,49,54,51,93,44,91,45,55,56,46,48,54,54,53,56,49,44,51,51,46,56,52,55,57,56,53,93,44,91,45,55,55,46,57,54,52,48,53,50,44,51,51,46,55,53,50,56,57,57,93,44,91,45,55,55,46,56,57,55,48,49,49,44,51,51,46,55,56,54,56,93,44,91,45,55,55,46,57,52,56,52,55,57,44,51,51,46,57,55,49,50,55,52,93,44,91,45,55,55,46,57,53,54,54,48,53,44,51,52,46,50,51,52,52,57,49,93,44,91,45,55,56,46,48,50,57,57,50,50,44,51,52,46,51,51,49,55,54,56,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,108,101,97,114,119,97,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,49,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,53,46,53,53,49,49,56,54,44,52,55,46,49,53,49,52,53,51,93,44,91,45,57,53,46,49,54,57,49,55,50,44,52,55,46,49,53,50,53,49,53,93,44,91,45,57,53,46,49,56,51,50,49,54,44,52,55,46,52,49,50,55,55,51,93,44,91,45,57,53,46,49,57,51,55,48,53,44,52,55,46,56,55,50,53,52,52,93,44,91,45,57,53,46,50,55,55,56,51,52,44,52,55,46,57,50,53,51,52,54,93,44,91,45,57,53,46,50,50,57,49,51,51,44,52,56,46,48,49,57,57,53,56,93,44,91,45,57,53,46,53,56,50,56,56,55,44,52,56,46,48,50,48,53,53,55,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,78,111,114,116,104,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,44,91,45,55,54,46,49,51,54,51,48,49,44,51,55,46,50,56,50,49,51,55,93,44,91,45,55,54,46,49,51,53,53,50,44,51,55,46,49,57,49,57,55,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,53,46,57,48,57,52,57,49,44,51,54,46,57,57,48,55,48,56,93,44,91,45,55,53,46,56,56,57,54,55,54,44,51,55,46,48,53,52,53,49,53,93,44,91,45,55,53,46,55,52,52,54,51,57,44,51,55,46,49,56,50,51,52,57,93,44,91,45,55,53,46,55,49,53,53,49,53,44,51,55,46,50,55,53,54,56,55,93,44,91,45,55,53,46,53,57,55,52,52,49,44,51,55,46,52,53,48,57,56,56,93,44,91,45,55,53,46,55,56,55,48,51,44,51,55,46,52,54,52,53,55,56,93,44,91,45,55,53,46,56,51,53,50,49,52,44,51,55,46,53,53,52,50,52,53,93,44,91,45,55,54,46,49,52,48,56,51,53,44,51,55,46,53,52,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,82,111,111,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,44,91,45,57,57,46,54,48,53,49,56,55,44,51,57,46,49,51,50,52,56,49,93,44,91,45,57,57,46,53,57,49,55,55,54,44,51,57,46,49,51,50,51,53,55,93,44,91,45,57,57,46,48,52,55,54,56,55,44,51,57,46,49,51,51,48,49,52,93,44,91,45,57,57,46,48,52,52,51,57,56,44,51,57,46,53,54,56,48,51,53,93,44,91,45,57,57,46,48,54,54,50,50,44,51,57,46,53,54,56,49,50,53,93,44,91,45,57,57,46,54,48,50,49,55,54,44,51,57,46,53,54,55,51,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,50,53,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,44,91,45,56,53,46,50,57,56,49,49,44,51,57,46,53,50,53,52,55,54,93,44,91,45,56,53,46,48,51,54,48,56,55,44,51,57,46,53,50,54,50,49,51,93,44,91,45,56,53,46,48,51,52,53,55,53,44,51,57,46,55,49,52,55,54,52,93,44,91,45,56,53,46,49,56,53,48,56,57,44,51,57,46,55,49,53,53,49,53,93,44,91,45,56,53,46,50,50,49,49,49,56,44,51,57,46,55,56,56,52,52,57,93,44,91,45,56,53,46,51,48,49,53,56,52,44,51,57,46,55,56,55,53,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,72,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,51,52,51,44,34,98,101,100,115,34,58,49,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,44,91,45,57,56,46,55,50,49,52,51,44,52,48,46,54,57,56,57,48,51,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,50,56,55,49,54,56,44,52,49,46,48,52,54,51,54,51,93,44,91,45,57,56,46,55,50,49,57,55,53,44,52,49,46,48,52,54,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,49,34,44,34,78,65,77,69,34,58,34,72,97,109,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,49,55,56,44,34,98,101,100,115,34,58,49,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,44,91,45,57,56,46,50,56,50,56,53,49,44,52,48,46,54,57,56,50,56,52,93,44,91,45,57,56,46,50,55,56,49,48,51,44,52,48,46,54,57,56,50,57,49,93,44,91,45,57,55,46,56,50,53,55,50,51,44,52,48,46,54,57,56,53,53,53,93,44,91,45,57,55,46,56,50,54,50,56,55,44,52,49,46,48,52,54,53,56,49,93,44,91,45,57,55,46,56,50,56,50,53,54,44,52,49,46,49,55,51,52,51,57,93,44,91,45,57,56,46,48,49,48,53,52,56,44,52,49,46,48,55,50,55,54,49,93,44,91,45,57,56,46,50,56,50,53,55,56,44,52,48,46,56,54,56,54,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,76,111,117,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,44,91,45,57,57,46,54,54,50,51,55,57,44,52,50,46,48,56,54,48,48,57,93,44,91,45,57,57,46,54,56,54,57,53,57,44,52,50,46,48,56,54,48,55,53,93,44,91,45,57,57,46,54,56,54,56,51,52,44,52,49,46,55,52,48,51,50,54,93,44,91,45,57,57,46,50,50,49,56,51,44,52,49,46,55,52,48,55,57,50,93,44,91,45,57,57,46,50,50,50,55,51,51,44,52,50,46,48,56,55,57,49,54,93,44,91,45,57,57,46,50,51,52,54,50,57,44,52,50,46,48,56,55,57,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,83,104,101,114,105,100,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,44,91,45,49,48,53,46,48,51,56,53,52,56,44,52,56,46,54,53,48,48,57,57,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,52,46,55,53,55,54,49,57,44,52,56,46,53,54,51,49,50,55,93,44,91,45,49,48,52,46,54,50,55,55,50,54,44,52,56,46,52,55,54,51,52,57,93,44,91,45,49,48,52,46,54,50,55,55,54,44,52,56,46,51,56,57,51,54,50,93,44,91,45,49,48,52,46,48,52,54,55,54,54,44,52,56,46,51,56,57,50,57,56,93,44,91,45,49,48,52,46,48,52,55,57,50,52,44,52,56,46,54,51,51,57,49,49,93,44,91,45,49,48,52,46,48,52,56,54,56,57,44,52,56,46,57,57,57,53,57,51,93,44,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,70,114,111,110,116,105,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,48,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,44,91,45,49,48,48,46,55,55,55,51,55,54,44,52,48,46,51,52,57,52,54,54,93,44,91,45,49,48,48,46,55,53,56,52,51,53,44,52,48,46,51,52,57,53,48,55,93,44,91,45,49,48,48,46,49,57,55,56,48,55,44,52,48,46,51,53,48,48,50,55,93,44,91,45,49,48,48,46,48,57,52,55,57,56,44,52,48,46,51,53,49,50,52,53,93,44,91,45,57,57,46,57,56,49,49,57,51,44,52,48,46,52,51,56,50,57,49,93,44,91,45,57,57,46,57,56,49,55,52,51,44,52,48,46,55,48,48,48,48,51,93,44,91,45,49,48,48,46,50,50,51,51,49,49,44,52,48,46,55,48,48,50,53,52,93,44,91,45,49,48,48,46,55,55,55,56,51,51,44,52,48,46,55,48,48,49,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,55,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,55,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,76,117,113,117,105,108,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,117,101,114,116,111,32,82,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,52,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,44,91,45,54,53,46,55,53,56,56,54,49,44,49,56,46,50,57,48,54,48,52,93,44,91,45,54,53,46,55,53,51,53,57,49,44,49,56,46,50,57,54,55,53,53,93,44,91,45,54,53,46,54,56,53,57,50,44,49,56,46,51,50,57,57,57,49,93,44,91,45,54,53,46,54,52,54,48,56,51,44,49,56,46,52,52,50,50,50,93,44,91,45,54,53,46,55,49,51,56,50,53,44,49,56,46,52,52,52,48,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,55,34,44,34,78,65,77,69,34,58,34,66,105,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,53,50,55,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,44,91,45,56,55,46,50,56,49,57,52,53,44,51,51,46,49,51,51,48,54,93,44,91,45,56,55,46,51,49,56,53,51,57,44,51,51,46,48,48,54,49,55,57,93,44,91,45,56,55,46,52,50,49,57,51,54,44,51,51,46,48,48,51,51,55,57,93,44,91,45,56,55,46,52,50,49,50,44,51,50,46,56,55,52,53,48,56,93,44,91,45,56,55,46,51,49,57,49,56,52,44,51,50,46,56,51,49,53,50,50,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,54,46,56,55,54,49,49,56,44,51,50,46,56,51,54,50,54,52,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,55,46,48,50,53,53,57,54,44,51,51,46,49,54,53,55,57,53,93,44,91,45,56,55,46,48,50,54,56,52,54,44,51,51,46,50,52,54,52,53,57,93,44,91,45,56,55,46,48,54,53,55,51,56,44,51,51,46,50,52,54,57,48,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,117,100,101,114,100,97,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,55,51,50,51,44,34,98,101,100,115,34,58,57,48,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,44,91,45,56,56,46,57,49,51,56,52,55,44,51,50,46,50,50,52,49,56,54,93,44,91,45,56,56,46,52,51,49,51,55,57,44,51,50,46,50,50,55,54,54,54,93,44,91,45,56,56,46,52,50,49,52,53,51,44,51,50,46,51,48,56,54,56,93,44,91,45,56,56,46,51,56,56,55,57,55,44,51,50,46,53,55,56,49,50,51,93,44,91,45,56,56,46,57,49,52,53,49,54,44,51,50,46,53,55,54,57,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,105,103,32,83,116,111,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,49,54,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,44,91,45,57,54,46,54,56,48,52,53,52,44,52,53,46,52,49,48,52,57,57,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,50,56,51,49,57,53,44,52,53,46,50,52,54,51,57,49,93,44,91,45,57,54,46,49,48,51,54,49,52,44,52,53,46,49,55,54,54,55,53,93,44,91,45,57,54,46,49,49,55,48,51,54,44,52,53,46,52,49,49,57,57,51,93,44,91,45,57,54,46,50,52,49,51,50,56,44,52,53,46,52,49,50,54,54,55,93,44,91,45,57,54,46,50,53,51,48,50,54,44,52,53,46,53,56,53,53,50,54,93,44,91,45,57,54,46,56,51,53,52,53,49,44,52,53,46,53,56,54,49,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,108,117,101,32,69,97,114,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,50,50,44,34,98,101,100,115,34,58,50,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,44,91,45,57,52,46,51,54,56,56,53,44,52,52,46,49,48,56,54,57,56,93,44,91,45,57,52,46,51,54,56,57,55,52,44,52,51,46,56,52,56,48,52,55,93,44,91,45,57,52,46,50,52,55,49,50,51,44,52,51,46,56,52,55,57,52,54,93,44,91,45,57,51,46,55,54,55,55,54,49,44,52,51,46,56,52,55,57,53,54,93,44,91,45,57,51,46,55,54,55,57,55,49,44,52,52,46,49,57,53,56,51,54,93,44,91,45,57,52,46,48,49,49,56,54,56,44,52,52,46,50,51,57,53,50,93,44,91,45,57,52,46,48,53,54,55,53,55,44,52,52,46,49,53,52,54,49,55,93,44,91,45,57,52,46,51,55,49,55,51,49,44,52,52,46,50,54,52,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,72,105,103,104,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,44,91,45,55,57,46,53,49,50,49,53,56,44,51,56,46,49,56,48,52,49,57,93,44,91,45,55,57,46,52,51,51,54,55,44,51,56,46,50,50,57,52,57,51,93,44,91,45,55,57,46,51,49,50,50,55,54,44,51,56,46,52,49,49,56,55,54,93,44,91,45,55,57,46,52,55,54,54,51,56,44,51,56,46,52,53,55,50,50,56,93,44,91,45,55,57,46,53,51,54,56,55,44,51,56,46,53,53,48,57,49,55,93,44,91,45,55,57,46,54,52,57,48,55,53,44,51,56,46,53,57,49,53,49,53,93,44,91,45,55,57,46,54,56,57,54,54,55,44,51,56,46,52,51,49,52,54,50,93,44,91,45,55,57,46,55,57,53,57,50,49,44,51,56,46,50,54,53,53,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,83,112,111,116,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,52,49,50,44,34,98,101,100,115,34,58,49,48,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,44,91,45,55,55,46,57,53,51,54,51,57,44,51,56,46,49,49,56,53,48,49,93,44,91,45,55,55,46,56,51,57,55,49,55,44,51,56,46,49,48,54,48,51,56,93,44,91,45,55,55,46,54,56,55,52,54,57,44,51,56,46,48,48,55,56,48,54,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,52,52,55,49,50,54,44,51,56,46,50,56,52,54,49,52,93,44,91,45,55,55,46,53,51,48,50,56,51,44,51,56,46,51,48,57,49,55,53,93,44,91,45,55,55,46,54,49,56,55,50,55,44,51,56,46,51,54,55,56,51,53,93,44,91,45,55,55,46,55,48,50,56,52,51,44,51,56,46,51,54,48,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,83,116,114,97,102,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,56,50,51,55,44,34,98,101,100,115,34,58,50,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,49,46,49,53,57,51,54,52,44,52,51,46,51,53,53,49,50,51,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,50,52,55,51,51,54,44,52,51,46,50,55,53,50,51,50,93,44,91,45,55,49,46,48,50,54,54,56,54,44,52,51,46,49,51,55,57,52,55,93,44,91,45,55,48,46,56,55,53,52,51,54,44,52,51,46,48,56,48,52,50,50,93,44,91,45,55,48,46,56,50,48,48,49,57,44,52,51,46,49,50,50,53,52,53,93,44,91,45,55,48,46,56,49,56,49,57,53,44,52,51,46,50,51,56,51,51,93,44,91,45,55,48,46,57,55,56,49,49,53,44,52,51,46,51,53,56,57,49,52,93,44,91,45,55,48,46,57,54,50,49,53,52,44,52,51,46,53,52,49,48,56,55,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,49,54,56,50,44,34,98,101,100,115,34,58,50,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,44,91,45,56,51,46,55,49,57,56,53,57,44,51,50,46,53,51,49,55,54,93,44,91,45,56,51,46,56,52,54,54,55,54,44,51,50,46,52,54,56,53,49,52,93,44,91,45,56,51,46,56,52,56,51,55,57,44,51,50,46,50,57,48,57,55,93,44,91,45,56,51,46,54,49,53,53,55,57,44,51,50,46,50,56,56,53,53,54,93,44,91,45,56,51,46,52,57,56,48,51,57,44,51,50,46,52,48,49,55,49,53,93,44,91,45,56,51,46,52,57,55,57,50,51,44,51,50,46,52,53,50,49,57,56,93,44,91,45,56,51,46,53,57,55,54,53,54,44,51,50,46,54,54,52,51,51,56,93,44,91,45,56,51,46,55,48,49,49,53,50,44,51,50,46,54,57,50,49,54,57,93,44,91,45,56,51,46,55,48,49,48,57,44,51,50,46,54,57,49,53,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,68,101,108,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,49,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,44,91,45,56,55,46,51,50,53,51,57,49,44,52,53,46,56,57,56,54,54,53,93,44,91,45,56,55,46,51,50,55,53,48,50,44,52,53,46,53,53,49,50,53,93,44,91,45,56,55,46,49,50,57,49,49,56,44,52,53,46,53,53,48,52,56,53,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,49,48,49,49,51,51,44,52,53,46,52,52,52,50,51,93,44,91,45,56,54,46,55,53,52,50,51,54,44,52,53,46,52,52,51,54,49,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,52,54,48,55,57,55,44,52,53,46,53,56,52,52,51,51,93,44,91,45,56,54,46,52,53,57,49,49,52,44,52,53,46,56,57,54,51,54,51,93,44,91,45,56,54,46,52,57,48,49,52,50,44,52,54,46,49,53,56,49,55,56,93,44,91,45,56,54,46,54,49,53,54,48,49,44,52,54,46,49,53,56,54,57,49,93,44,91,45,56,55,46,49,49,54,49,51,56,44,52,54,46,49,53,57,48,53,93,44,91,45,56,55,46,50,52,49,53,48,54,44,52,54,46,49,53,57,49,48,51,93,44,91,45,56,55,46,50,52,50,56,56,53,44,52,53,46,57,56,53,49,49,55,93,44,91,45,56,55,46,51,54,55,56,52,57,44,52,53,46,57,56,53,51,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,49,34,44,34,78,65,77,69,34,58,34,83,101,98,97,115,116,105,97,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,52,54,49,44,34,98,101,100,115,34,58,49,48,55,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,44,91,45,57,52,46,52,52,55,55,55,52,44,51,52,46,57,51,51,57,51,55,93,44,91,45,57,52,46,50,51,48,53,50,52,44,51,52,46,57,54,56,53,50,55,93,44,91,45,57,52,46,50,50,56,50,50,54,44,51,53,46,48,55,49,57,53,53,93,44,91,45,57,52,46,49,52,48,53,55,49,44,51,53,46,48,57,57,54,55,56,93,44,91,45,57,52,46,48,51,49,50,51,54,44,51,53,46,49,52,48,57,48,56,93,44,91,45,57,52,46,48,50,56,56,56,54,44,51,53,46,50,49,51,56,52,49,93,44,91,45,57,52,46,48,56,50,55,57,56,44,51,53,46,50,49,53,57,49,51,93,44,91,45,57,52,46,48,55,52,56,57,53,44,51,53,46,52,52,53,52,48,51,93,44,91,45,57,52,46,50,56,57,51,51,50,44,51,53,46,51,52,53,50,49,49,93,44,91,45,57,52,46,52,51,49,48,52,53,44,51,53,46,51,57,51,55,51,53,93,44,91,45,57,52,46,52,51,53,53,57,44,51,53,46,51,56,54,49,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,55,34,44,34,78,65,77,69,34,58,34,83,97,110,116,97,32,67,114,117,122,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,55,54,53,44,34,98,101,100,115,34,58,51,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,44,91,45,49,50,50,46,49,53,50,55,55,52,44,51,55,46,50,49,53,52,52,52,93,44,91,45,49,50,50,46,51,49,55,54,56,50,44,51,55,46,49,56,54,57,52,53,93,44,91,45,49,50,50,46,51,49,51,56,57,57,44,51,55,46,48,53,52,55,54,52,93,44,91,45,49,50,50,46,50,53,49,48,56,50,44,51,54,46,57,56,53,56,51,51,93,44,91,45,49,50,50,46,48,55,54,51,57,57,44,51,54,46,57,49,48,49,57,57,93,44,91,45,49,50,50,46,48,53,49,56,55,56,44,51,54,46,56,49,57,54,93,44,91,45,49,50,49,46,54,52,52,48,48,49,44,51,54,46,56,57,51,57,57,54,93,44,91,45,49,50,49,46,53,56,49,51,53,52,44,51,54,46,56,57,57,49,53,50,93,44,91,45,49,50,49,46,55,53,55,54,44,51,55,46,48,52,57,54,51,93,44,91,45,49,50,50,46,48,50,54,49,48,55,44,51,55,46,49,54,54,56,49,93,44,91,45,49,50,50,46,49,53,50,50,55,56,44,51,55,46,50,56,54,48,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,49,34,44,34,78,65,77,69,34,58,34,77,99,73,110,116,111,115,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,52,51,53,56,55,52,44,51,49,46,51,49,51,50,54,51,93,44,91,45,56,49,46,49,56,51,55,49,54,44,51,49,46,50,57,52,50,56,51,93,44,91,45,56,49,46,49,57,48,55,53,56,44,51,49,46,51,57,57,56,55,54,93,44,91,45,56,49,46,48,57,53,51,56,51,44,51,49,46,53,50,48,57,56,49,93,44,91,45,56,49,46,49,55,53,49,52,56,44,51,49,46,53,51,57,54,54,93,44,91,45,56,49,46,50,54,49,56,54,56,44,51,49,46,54,53,48,49,52,50,93,44,91,45,56,49,46,52,51,53,55,54,44,51,49,46,54,52,50,48,53,53,93,44,91,45,56,49,46,52,57,49,55,57,56,44,51,49,46,54,57,57,53,55,53,93,44,91,45,56,49,46,53,54,54,48,48,57,44,51,49,46,53,55,54,52,54,55,93,44,91,45,56,49,46,54,54,51,50,48,54,44,51,49,46,53,51,56,54,54,55,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,48,49,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,44,91,45,56,52,46,48,52,52,49,49,51,44,51,50,46,57,52,55,56,55,52,93,44,91,45,56,52,46,49,50,51,51,52,44,51,50,46,57,51,50,49,56,52,93,44,91,45,56,52,46,49,50,52,50,55,53,44,51,50,46,56,52,57,53,54,50,93,44,91,45,56,51,46,56,57,49,57,50,50,44,51,50,46,56,52,56,51,53,49,93,44,91,45,56,51,46,55,49,48,54,56,53,44,51,50,46,57,53,50,55,57,50,93,44,91,45,56,51,46,56,49,54,48,52,56,44,51,51,46,49,51,49,56,49,54,93,44,91,45,56,51,46,56,50,50,50,54,49,44,51,51,46,49,56,48,50,51,56,93,44,91,45,56,52,46,48,52,49,52,57,56,44,51,51,46,50,48,50,54,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,68,117,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,52,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,44,91,45,57,48,46,48,54,51,53,57,52,44,51,54,46,51,56,52,50,51,53,93,44,91,45,57,48,46,49,50,53,52,56,55,44,51,54,46,50,51,49,50,51,50,93,44,91,45,57,48,46,49,57,48,50,48,55,44,51,54,46,50,48,49,51,54,49,93,44,91,45,57,48,46,51,55,55,56,57,44,51,53,46,57,57,53,54,56,51,93,44,91,45,57,48,46,50,56,56,57,52,55,44,51,53,46,57,57,54,52,49,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,57,48,46,49,52,56,51,57,56,44,51,54,46,54,51,48,54,53,54,93,44,91,45,57,48,46,50,50,48,55,51,50,44,51,54,46,52,57,55,56,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,56,51,34,44,34,78,65,77,69,34,58,34,87,104,101,101,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,56,50,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,44,91,45,49,48,48,46,53,51,56,57,55,56,44,51,53,46,49,56,51,49,52,52,93,44,91,45,49,48,48,46,48,48,48,51,56,53,44,51,53,46,49,56,50,55,48,50,93,44,91,45,57,57,46,57,57,57,54,54,44,51,53,46,52,50,50,51,54,52,93,44,91,45,49,48,48,46,48,48,48,51,57,50,44,51,53,46,54,49,57,49,49,53,93,44,91,45,49,48,48,46,53,52,48,49,53,56,44,51,53,46,54,49,57,50,57,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,70,111,114,115,121,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,56,56,48,44,34,98,101,100,115,34,58,51,48,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,44,91,45,56,52,46,50,53,56,55,52,51,44,51,52,46,49,56,53,57,48,57,93,44,91,45,56,52,46,50,53,56,57,51,52,44,51,52,46,49,48,57,53,51,57,93,44,91,45,56,52,46,48,57,55,54,57,51,44,51,52,46,48,53,48,55,48,56,93,44,91,45,56,52,46,48,54,50,56,52,49,44,51,52,46,49,54,55,56,55,51,93,44,91,45,56,51,46,57,50,55,50,56,52,44,51,52,46,50,55,57,51,57,57,93,44,91,45,56,51,46,57,53,55,48,55,55,44,51,52,46,51,51,52,48,49,49,93,44,91,45,56,52,46,50,53,56,48,55,53,44,51,52,46,51,51,53,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,48,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,80,97,116,114,105,99,105,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,55,48,52,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,53,56,57,52,55,51,44,50,55,46,56,53,54,49,48,49,93,44,91,45,57,55,46,51,51,55,54,55,55,44,50,55,46,56,56,51,49,54,53,93,44,91,45,57,55,46,49,56,53,53,55,57,44,50,55,46,56,51,48,50,55,50,93,44,91,45,57,55,46,49,51,54,51,49,50,44,50,55,46,57,48,52,51,57,93,44,91,45,57,55,46,50,54,48,56,49,56,44,50,56,46,48,55,53,55,53,57,93,44,91,45,57,55,46,51,49,57,49,57,57,44,50,56,46,49,50,53,57,53,56,93,44,91,45,57,55,46,53,52,49,48,55,49,44,50,56,46,49,54,52,54,54,57,93,44,91,45,57,55,46,53,54,55,54,50,50,44,50,56,46,49,50,57,54,56,51,93,44,91,45,57,55,46,56,49,55,55,49,54,44,50,56,46,49,55,54,56,52,56,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,55,34,44,34,78,65,77,69,34,58,34,87,97,108,116,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,54,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,53,57,53,53,53,44,51,49,46,48,48,48,54,55,57,93,44,91,45,56,57,46,56,51,53,57,48,56,44,51,49,46,48,48,50,48,52,55,93,44,91,45,56,57,46,56,51,53,56,55,51,44,51,49,46,48,55,52,57,50,54,93,44,91,45,57,48,46,48,51,49,56,57,54,44,51,49,46,49,55,53,55,50,55,93,44,91,45,57,48,46,48,52,48,52,54,54,44,51,49,46,51,51,54,48,49,52,93,44,91,45,57,48,46,50,52,51,56,57,44,51,49,46,51,53,48,50,55,52,93,44,91,45,57,48,46,50,54,48,51,57,49,44,51,49,46,51,53,48,50,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,55,34,44,34,78,65,77,69,34,58,34,77,111,110,114,111,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,44,91,45,57,50,46,49,56,52,57,56,54,44,51,57,46,54,54,50,57,51,50,93,44,91,45,57,50,46,50,57,57,51,49,54,44,51,57,46,54,48,53,51,52,52,93,44,91,45,57,50,46,51,48,48,56,55,49,44,51,57,46,54,48,53,51,52,56,93,44,91,45,57,50,46,51,49,48,48,50,56,44,51,57,46,51,52,55,55,57,53,93,44,91,45,57,49,46,55,49,55,57,54,56,44,51,57,46,51,51,57,49,50,50,93,44,91,45,57,49,46,55,49,53,50,52,55,44,51,57,46,54,53,55,54,52,52,93,44,91,45,57,49,46,56,52,54,55,52,51,44,51,57,46,54,53,56,53,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,73,115,97,98,101,108,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,55,55,53,44,34,98,101,100,115,34,58,49,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,44,91,45,56,53,46,48,56,56,56,49,49,44,52,51,46,56,49,51,54,55,54,93,44,91,45,56,53,46,48,56,52,57,57,54,44,52,51,46,52,54,54,49,57,93,44,91,45,56,52,46,56,52,53,57,54,50,44,52,51,46,52,54,54,49,53,56,93,44,91,45,56,52,46,54,48,55,53,52,44,52,51,46,52,54,54,48,48,54,93,44,91,45,56,52,46,54,48,54,48,51,55,44,52,51,46,56,49,53,51,54,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,52,49,34,44,34,78,65,77,69,34,58,34,77,111,111,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,48,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,50,46,49,54,50,55,53,50,44,51,53,46,54,50,48,48,51,53,93,44,91,45,49,48,49,46,54,50,50,56,44,51,53,46,54,50,48,49,57,54,93,44,91,45,49,48,49,46,54,50,50,56,51,49,44,51,53,46,54,50,52,48,53,55,93,44,91,45,49,48,49,46,54,50,51,52,54,54,44,51,54,46,48,53,53,52,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,55,34,44,34,78,65,77,69,34,58,34,67,97,108,104,111,117,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,55,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,44,91,45,56,48,46,57,54,53,52,56,57,44,51,51,46,54,50,53,50,56,50,93,44,91,45,56,48,46,56,48,55,54,51,49,44,51,51,46,54,48,52,48,56,49,93,44,91,45,56,48,46,54,53,57,48,50,44,51,51,46,52,55,48,57,56,50,93,44,91,45,56,48,46,52,57,54,50,55,51,44,51,51,46,53,53,56,52,56,49,93,44,91,45,56,48,46,53,51,52,48,56,53,44,51,51,46,54,52,51,57,49,49,93,44,91,45,56,48,46,54,50,48,49,48,55,44,51,51,46,55,52,51,50,51,55,93,44,91,45,56,48,46,56,48,55,53,57,49,44,51,51,46,55,55,52,50,49,49,93,44,91,45,56,49,46,48,49,50,51,51,44,51,51,46,56,56,48,48,56,93,44,91,45,56,49,46,48,52,50,56,53,52,44,51,51,46,55,48,55,49,51,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,53,34,44,34,78,65,77,69,34,58,34,83,117,98,108,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,57,53,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,44,91,45,49,49,48,46,53,57,48,49,51,49,44,52,50,46,52,52,56,52,51,53,93,44,91,45,49,49,48,46,53,52,49,54,51,52,44,52,50,46,50,55,55,52,57,49,93,44,91,45,49,49,48,46,48,53,51,55,48,56,44,52,50,46,50,55,48,55,52,52,93,44,91,45,49,48,57,46,48,52,51,56,54,52,44,52,50,46,50,54,51,54,56,52,93,44,91,45,49,48,57,46,48,55,50,56,53,49,44,52,50,46,54,57,51,53,49,52,93,44,91,45,49,48,57,46,50,49,52,54,48,50,44,52,50,46,55,54,49,55,57,53,93,44,91,45,49,48,57,46,51,55,48,54,53,56,44,52,50,46,57,52,53,55,50,56,93,44,91,45,49,48,57,46,53,53,50,53,55,57,44,52,51,46,48,49,50,53,51,56,93,44,91,45,49,48,57,46,54,57,50,55,49,54,44,52,51,46,50,54,53,48,51,93,44,91,45,49,48,57,46,55,53,52,55,49,55,44,52,51,46,52,54,51,50,93,44,91,45,49,49,48,46,48,53,49,53,55,44,52,51,46,52,54,52,55,56,51,93,44,91,45,49,49,48,46,48,53,55,51,49,44,52,51,46,51,55,55,55,54,56,93,44,91,45,49,49,48,46,51,52,52,50,49,56,44,52,51,46,51,55,55,57,49,56,93,44,91,45,49,49,48,46,51,52,51,57,53,57,44,52,51,46,50,57,49,49,54,53,93,44,91,45,49,49,48,46,53,55,56,51,56,44,52,51,46,50,57,49,54,52,93,44,91,45,49,49,48,46,53,55,56,54,53,54,44,52,51,46,50,51,53,50,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,108,101,109,105,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,52,55,57,44,34,98,101,100,115,34,58,53,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,44,91,45,56,51,46,56,53,57,50,56,44,51,56,46,52,53,54,51,52,56,93,44,91,45,56,51,46,57,51,48,51,52,56,44,51,56,46,52,57,50,50,55,56,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,53,48,55,57,53,51,44,51,56,46,50,55,51,49,53,53,93,44,91,45,56,51,46,52,53,50,56,52,56,44,51,56,46,51,56,49,55,57,57,93,44,91,45,56,51,46,53,56,48,53,54,54,44,51,56,46,52,51,48,49,54,57,93,44,91,45,56,51,46,54,52,49,56,53,50,44,51,56,46,53,50,53,51,56,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,108,97,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,52,57,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,44,91,45,57,48,46,51,49,53,48,51,56,44,52,53,46,48,51,51,56,50,57,93,44,91,45,57,48,46,57,50,51,51,54,50,44,52,53,46,48,51,49,49,52,51,93,44,91,45,57,48,46,57,50,50,50,52,55,44,52,52,46,56,53,55,51,48,57,93,44,91,45,57,48,46,57,50,50,51,53,44,52,52,46,53,57,54,50,57,51,93,44,91,45,57,48,46,56,48,49,53,50,53,44,52,52,46,53,48,57,54,56,49,93,44,91,45,57,48,46,56,48,49,57,49,56,44,52,52,46,52,50,50,52,52,50,93,44,91,45,57,48,46,51,49,54,48,53,53,44,52,52,46,52,50,52,53,48,50,93,44,91,45,57,48,46,51,49,54,50,53,51,44,52,52,46,54,56,53,49,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,89,111,114,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,56,54,52,49,44,34,98,101,100,115,34,58,51,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,44,91,45,56,49,46,52,48,56,56,55,54,44,51,53,46,48,52,54,51,50,52,93,44,91,45,56,49,46,52,56,55,48,49,54,44,51,53,46,48,51,52,56,53,51,93,44,91,45,56,49,46,52,53,55,50,53,55,44,51,52,46,56,51,57,50,56,93,44,91,45,56,49,46,52,55,56,52,53,52,44,51,52,46,56,50,49,53,48,57,93,44,91,45,56,48,46,56,57,56,50,49,53,44,51,52,46,56,50,48,55,52,54,93,44,91,45,56,48,46,56,54,56,54,53,50,44,51,52,46,57,53,49,49,52,51,93,44,91,45,56,48,46,57,48,54,51,56,53,44,51,53,46,48,55,54,50,55,55,93,44,91,45,56,49,46,48,52,49,52,57,54,44,51,53,46,48,52,52,55,49,51,93,44,91,45,56,49,46,48,51,51,57,48,57,44,51,53,46,49,52,56,54,57,93,44,91,45,56,49,46,51,50,56,48,51,55,44,51,53,46,49,54,51,52,54,55,93,44,91,45,56,49,46,51,54,54,54,44,51,53,46,49,54,52,56,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,100,97,109,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,49,57,53,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,44,91,45,56,53,46,48,54,56,52,55,57,44,52,48,46,53,54,56,50,52,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,56,48,50,57,50,50,44,52,48,46,57,50,50,53,54,56,93,44,91,45,56,53,46,48,55,51,56,54,49,44,52,48,46,57,49,55,56,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,115,99,101,110,115,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,49,55,54,44,34,98,101,100,115,34,58,49,53,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,44,91,45,57,49,46,48,50,49,48,49,52,44,51,48,46,51,50,49,52,56,57,93,44,91,45,57,49,46,49,48,53,57,53,49,44,51,48,46,48,54,50,52,55,56,93,44,91,45,57,48,46,57,54,51,54,57,51,44,51,48,46,48,54,54,52,53,93,44,91,45,57,48,46,57,49,53,53,54,53,44,51,48,46,49,49,51,50,56,53,93,44,91,45,57,48,46,54,52,49,57,57,56,44,51,48,46,49,54,54,52,51,93,44,91,45,57,48,46,54,51,50,56,49,49,44,51,48,46,50,50,49,52,48,57,93,44,91,45,57,48,46,55,49,57,53,51,57,44,51,48,46,49,56,57,57,57,52,93,44,91,45,57,48,46,56,57,49,55,50,56,44,51,48,46,51,52,53,50,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,85,110,105,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,49,49,52,44,34,98,101,100,115,34,58,49,51,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,44,91,45,55,55,46,51,54,52,49,56,44,52,48,46,56,52,54,57,51,55,93,44,91,45,55,55,46,51,53,54,54,50,56,44,52,48,46,56,48,55,51,51,52,93,44,91,45,55,54,46,57,52,48,55,48,54,44,52,48,46,56,56,56,48,50,51,93,44,91,45,55,54,46,56,48,48,50,52,50,44,52,48,46,56,56,49,57,57,52,93,44,91,45,55,54,46,56,56,50,50,56,44,52,48,46,57,55,49,51,51,52,93,44,91,45,55,54,46,56,57,54,49,49,52,44,52,49,46,49,51,57,48,55,93,44,91,45,55,54,46,57,55,55,57,51,57,44,52,49,46,48,56,55,56,56,51,93,44,91,45,55,55,46,49,52,52,49,49,49,44,52,49,46,48,54,56,56,52,93,44,91,45,55,55,46,49,52,52,49,54,44,52,49,46,48,52,52,51,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,57,52,52,55,44,34,98,101,100,115,34,58,52,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,44,91,45,55,55,46,56,53,53,49,52,56,44,51,55,46,52,49,56,51,54,51,93,44,91,45,55,55,46,56,55,55,53,53,54,44,51,55,46,51,54,54,50,52,55,93,44,91,45,55,55,46,55,53,56,54,50,44,51,55,46,50,54,56,55,49,55,93,44,91,45,55,55,46,54,53,48,54,49,44,51,55,46,50,54,53,49,49,50,93,44,91,45,55,55,46,52,52,55,52,48,56,44,51,55,46,50,50,51,48,54,54,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,49,52,52,48,54,44,51,55,46,50,54,48,57,52,57,93,44,91,45,55,55,46,51,56,56,57,49,55,44,51,55,46,50,56,55,51,52,57,93,44,91,45,55,55,46,51,55,57,49,57,51,44,51,55,46,50,54,55,53,56,93,44,91,45,55,55,46,51,56,50,53,50,49,44,51,55,46,50,52,50,56,51,55,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,51,56,51,56,53,54,44,51,55,46,50,51,56,57,48,54,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,55,46,50,52,57,54,54,53,44,51,55,46,51,56,50,93,44,91,45,55,55,46,51,52,57,50,51,53,44,51,55,46,51,55,56,52,54,54,93,44,91,45,55,55,46,52,50,48,56,55,53,44,51,55,46,52,52,55,49,48,49,93,44,91,45,55,55,46,53,57,53,52,54,50,44,51,55,46,53,53,53,55,53,93,44,91,45,55,55,46,54,53,53,51,57,57,44,51,55,46,53,54,51,57,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,99,97,100,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,53,54,56,44,34,98,101,100,115,34,58,49,56,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,44,91,45,57,50,46,54,50,53,52,56,52,44,51,48,46,48,57,50,51,51,93,44,91,45,57,50,46,53,51,52,54,51,56,44,51,48,46,49,48,55,56,53,50,93,44,91,45,57,50,46,52,50,54,48,51,57,44,51,48,46,48,52,57,51,54,57,93,44,91,45,57,50,46,50,56,52,54,55,53,44,51,48,46,49,52,55,52,52,51,93,44,91,45,57,50,46,49,52,50,49,56,52,44,51,48,46,50,57,56,56,49,55,93,44,91,45,57,50,46,49,55,54,52,52,52,44,51,48,46,52,51,54,56,53,50,93,44,91,45,57,50,46,50,52,52,55,57,53,44,51,48,46,52,56,48,49,57,51,93,44,91,45,57,50,46,52,57,51,50,53,57,44,51,48,46,52,56,48,52,57,57,93,44,91,45,57,50,46,54,51,49,57,56,55,44,51,48,46,52,56,49,49,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,114,97,119,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,54,49,54,52,44,34,98,101,100,115,34,58,50,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,44,91,45,56,48,46,53,49,57,50,50,53,44,52,49,46,52,57,57,57,50,52,93,44,91,45,56,48,46,53,49,57,50,49,55,44,52,49,46,52,56,57,48,49,51,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,55,57,46,56,50,56,56,55,54,44,52,49,46,54,50,50,48,53,55,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,54,49,50,48,55,50,44,52,49,46,56,53,48,48,53,54,93,44,91,45,56,48,46,53,49,57,51,53,52,44,52,49,46,56,52,57,53,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,84,114,105,112,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,54,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,44,91,45,49,48,48,46,50,49,52,50,50,49,44,52,51,46,51,57,48,51,50,49,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,54,50,51,53,55,56,44,52,51,46,52,57,57,56,53,57,93,44,91,45,57,57,46,54,50,51,53,56,55,44,52,51,46,55,52,50,52,49,52,93,44,91,45,57,57,46,56,51,55,56,50,53,44,52,51,46,54,56,57,48,55,49,93,44,91,45,49,48,48,46,50,51,48,56,52,53,44,52,51,46,55,49,51,56,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,71,117,116,104,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,55,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,44,91,45,57,52,46,54,50,56,55,50,52,44,52,49,46,56,54,50,55,54,51,93,44,91,45,57,52,46,55,52,52,56,55,54,44,52,49,46,56,54,50,51,57,52,93,44,91,45,57,52,46,55,52,52,50,48,52,44,52,49,46,54,48,50,49,56,53,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,52,46,50,52,49,53,57,51,44,52,49,46,53,48,51,54,55,57,93,44,91,45,57,52,46,50,56,48,48,53,55,44,52,49,46,54,48,49,51,49,50,93,44,91,45,57,52,46,50,56,48,51,52,44,52,49,46,56,54,50,57,57,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,51,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,52,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,44,91,45,57,49,46,57,52,53,53,55,49,44,52,49,46,49,54,51,53,55,56,93,44,91,45,57,49,46,55,49,54,48,52,50,44,52,49,46,49,54,50,56,48,56,93,44,91,45,57,49,46,52,56,53,55,49,55,44,52,49,46,49,54,50,52,48,53,93,44,91,45,57,49,46,52,56,51,57,57,53,44,52,49,46,52,50,51,56,52,56,93,44,91,45,57,49,46,53,50,50,52,56,44,52,49,46,53,49,49,48,51,53,93,44,91,45,57,49,46,56,50,57,50,51,49,44,52,49,46,53,49,49,52,53,55,93,44,91,45,57,49,46,57,52,54,48,52,51,44,52,49,46,53,49,48,55,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,83,97,110,98,111,114,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,44,91,45,57,56,46,51,51,49,53,48,56,44,52,51,46,57,51,55,55,48,56,93,44,91,45,57,56,46,51,50,53,50,52,50,44,52,51,46,56,53,49,48,53,56,93,44,91,45,57,55,46,57,54,55,50,55,57,44,52,51,46,56,53,48,54,56,54,93,44,91,45,57,55,46,56,53,49,49,49,44,52,51,46,56,52,57,56,53,55,93,44,91,45,57,55,46,56,52,57,52,57,50,44,52,52,46,49,57,53,50,51,53,93,44,91,45,57,55,46,56,53,51,54,54,44,52,52,46,49,57,53,50,51,51,93,44,91,45,57,56,46,51,51,49,57,49,44,52,52,46,49,57,54,54,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,55,51,51,44,34,98,101,100,115,34,58,55,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,44,91,45,57,56,46,48,57,51,49,50,55,44,51,52,46,56,53,52,57,56,56,93,44,91,45,57,56,46,48,56,57,48,57,55,44,51,52,46,54,56,49,49,54,51,93,44,91,45,57,55,46,54,54,56,53,49,50,44,51,52,46,54,56,49,51,52,93,44,91,45,57,55,46,54,54,56,48,57,57,44,51,52,46,56,53,53,49,54,52,93,44,91,45,57,55,46,54,55,49,52,49,52,44,51,53,46,51,51,53,57,52,54,93,44,91,45,57,55,46,57,53,53,49,50,52,44,51,53,46,51,52,54,48,52,56,93,44,91,45,57,56,46,48,57,54,48,49,52,44,51,53,46,51,55,55,55,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,75,97,110,97,119,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,53,55,49,48,44,34,98,101,100,115,34,58,49,51,57,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,44,91,45,56,49,46,56,49,56,50,51,52,44,51,56,46,51,49,54,55,53,49,93,44,91,45,56,49,46,56,51,51,52,55,44,51,56,46,50,48,57,53,55,93,44,91,45,56,49,46,54,52,56,53,51,55,44,51,56,46,49,56,53,48,51,54,93,44,91,45,56,49,46,52,55,56,49,50,50,44,51,56,46,48,54,48,49,51,56,93,44,91,45,56,49,46,52,53,54,54,51,50,44,51,55,46,57,56,55,51,48,55,93,44,91,45,56,49,46,51,56,48,56,50,57,44,51,55,46,57,54,57,49,48,57,93,44,91,45,56,49,46,51,51,49,53,48,51,44,51,56,46,49,54,55,53,55,56,93,44,91,45,56,49,46,50,51,49,54,51,54,44,51,56,46,50,54,51,53,49,52,93,44,91,45,56,49,46,50,51,49,52,51,52,44,51,56,46,50,54,51,55,49,54,93,44,91,45,56,49,46,50,56,51,56,55,50,44,51,56,46,52,55,50,48,50,57,93,44,91,45,56,49,46,49,57,52,49,49,51,44,51,56,46,53,50,55,54,51,52,93,44,91,45,56,49,46,52,54,53,51,55,50,44,51,56,46,53,52,57,56,57,56,93,44,91,45,56,49,46,53,50,50,49,54,54,44,51,56,46,54,49,50,55,52,54,93,44,91,45,56,49,46,54,51,50,56,51,54,44,51,56,46,53,53,52,51,55,93,44,91,45,56,49,46,54,57,54,51,52,56,44,51,56,46,54,50,54,52,50,55,93,44,91,45,56,49,46,55,53,48,53,52,55,44,51,56,46,53,57,49,48,49,52,93,44,91,45,56,49,46,55,50,53,56,48,49,44,51,56,46,52,54,54,54,50,93,44,91,45,56,49,46,57,48,48,50,50,50,44,51,56,46,51,57,56,53,55,50,93,44,91,45,56,49,46,57,49,53,49,57,55,44,51,56,46,51,50,53,53,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,114,111,105,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,55,57,49,55,44,34,98,101,100,115,34,58,49,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,44,91,45,57,50,46,55,54,57,53,48,49,44,52,52,46,56,54,50,48,48,49,93,44,91,45,57,50,46,49,51,54,51,52,56,44,52,52,46,56,53,55,56,52,56,93,44,91,45,57,50,46,49,53,54,52,54,53,44,52,53,46,50,48,57,53,53,52,93,44,91,45,57,50,46,55,53,56,48,48,56,44,52,53,46,50,48,57,53,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,49,34,44,34,78,65,77,69,34,58,34,86,101,110,97,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,51,55,54,44,34,98,101,100,115,34,58,49,53,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,49,55,49,56,54,49,93,44,91,45,55,57,46,54,57,52,57,56,52,44,52,49,46,49,55,50,56,54,53,93,44,91,45,55,57,46,52,55,55,56,50,50,44,52,49,46,51,56,54,52,55,57,93,44,91,45,55,57,46,53,49,50,48,55,44,52,49,46,54,50,52,53,53,57,93,44,91,45,55,57,46,54,49,50,56,55,51,44,52,49,46,54,50,51,56,53,56,93,44,91,45,55,57,46,56,50,56,56,55,54,44,52,49,46,54,50,50,48,53,55,93,44,91,45,55,57,46,57,57,57,55,55,57,44,52,49,46,52,57,48,48,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,51,34,44,34,78,65,77,69,34,58,34,83,117,109,109,105,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,52,49,56,49,48,44,34,98,101,100,115,34,58,50,53,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,49,46,54,52,55,55,51,53,44,52,48,46,57,49,52,48,49,54,93,44,91,45,56,49,46,52,50,48,51,54,51,44,52,48,46,57,48,54,53,48,50,93,44,91,45,56,49,46,51,57,51,50,52,57,44,52,48,46,57,56,56,53,51,49,93,44,91,45,56,49,46,51,57,49,54,57,52,44,52,49,46,51,52,56,50,55,50,93,44,91,45,56,49,46,53,57,56,48,53,50,44,52,49,46,51,53,49,49,53,55,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,71,108,121,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,51,57,55,52,44,34,98,101,100,115,34,58,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,44,91,45,56,49,46,55,51,49,54,57,52,44,51,49,46,51,51,48,48,52,56,93,44,91,45,56,49,46,55,54,54,51,50,50,44,51,49,46,49,54,57,53,57,53,93,44,91,45,56,49,46,53,54,53,49,49,54,44,51,49,46,48,57,49,57,52,93,44,91,45,56,49,46,52,50,51,55,55,53,44,51,48,46,57,57,48,56,57,50,93,44,91,45,56,49,46,51,48,54,52,51,53,44,51,48,46,57,57,48,54,52,52,93,44,91,45,56,49,46,50,57,50,49,52,53,44,51,49,46,49,53,53,52,49,53,93,44,91,45,56,49,46,50,51,52,51,51,55,44,51,49,46,49,55,48,50,53,56,93,44,91,45,56,49,46,49,56,51,55,49,54,44,51,49,46,50,57,52,50,56,51,93,44,91,45,56,49,46,52,51,53,56,55,52,44,51,49,46,51,49,51,50,54,51,93,44,91,45,56,49,46,54,50,52,50,57,44,51,49,46,52,53,50,57,56,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,55,57,34,44,34,78,65,77,69,34,58,34,87,101,98,98,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,50,48,53,51,44,34,98,101,100,115,34,58,53,53,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,44,91,45,49,48,48,46,48,56,54,56,57,56,44,50,56,46,49,52,54,55,56,51,93,44,91,45,57,57,46,57,56,57,55,54,50,44,50,55,46,57,57,50,56,55,54,93,44,91,45,57,57,46,56,57,51,52,53,54,44,50,55,46,56,57,57,50,48,56,93,44,91,45,57,57,46,56,55,50,50,57,52,44,50,55,46,55,57,53,50,53,56,93,44,91,45,57,57,46,55,50,49,53,49,57,44,50,55,46,54,54,54,49,53,53,93,44,91,45,57,57,46,54,48,51,53,51,51,44,50,55,46,54,52,49,57,57,50,93,44,91,45,57,57,46,53,49,49,48,52,57,44,50,55,46,53,54,52,53,48,55,93,44,91,45,57,57,46,52,55,57,50,53,49,44,50,55,46,52,55,56,54,51,53,93,44,91,45,57,57,46,53,48,52,51,57,55,44,50,55,46,51,51,57,56,57,54,93,44,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,56,46,55,57,56,48,56,55,44,50,55,46,50,54,56,48,49,50,93,44,91,45,57,56,46,55,57,56,51,50,51,44,50,55,46,51,53,52,48,50,57,93,44,91,45,57,56,46,56,48,51,51,50,53,44,50,56,46,48,53,55,52,56,93,44,91,45,57,57,46,51,56,56,57,52,54,44,50,56,46,48,51,48,52,49,57,93,44,91,45,57,57,46,51,57,52,49,55,55,44,50,56,46,50,48,52,54,50,55,93,44,91,45,49,48,48,46,49,49,51,55,49,57,44,50,56,46,49,57,55,56,49,57,93,44,91,45,49,48,48,46,50,49,50,49,56,57,44,50,56,46,49,57,54,56,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,51,51,56,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,44,91,45,56,48,46,48,53,49,55,51,57,44,51,53,46,51,55,50,53,56,53,93,44,91,45,56,48,46,48,57,56,49,56,53,44,51,53,46,50,53,53,49,55,51,93,44,91,45,56,48,46,48,55,53,51,54,53,44,51,53,46,49,52,51,48,56,49,93,44,91,45,55,57,46,56,53,49,50,54,56,44,51,53,46,49,56,51,56,53,53,93,44,91,45,55,57,46,54,49,52,51,48,52,44,51,53,46,49,54,51,54,55,57,93,44,91,45,55,57,46,54,57,55,55,55,51,44,51,53,46,50,53,49,51,55,57,93,44,91,45,55,57,46,55,54,55,57,53,55,44,51,53,46,53,49,49,52,56,52,93,44,91,45,56,48,46,48,54,54,56,52,50,44,51,53,46,53,48,53,54,54,49,93,44,91,45,56,48,46,49,56,50,53,53,57,44,51,53,46,53,48,52,49,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,65,114,111,111,115,116,111,111,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,50,54,57,44,34,98,101,100,115,34,58,50,50,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,44,91,45,54,55,46,55,56,49,50,52,56,44,52,53,46,57,52,51,52,53,93,44,91,45,54,55,46,55,57,48,49,57,54,44,52,55,46,48,54,55,50,50,93,44,91,45,54,55,46,57,53,49,57,56,54,44,52,55,46,49,57,52,54,50,56,93,44,91,45,54,56,46,50,51,52,53,49,51,44,52,55,46,51,53,53,50,57,53,93,44,91,45,54,56,46,51,56,51,57,55,50,44,52,55,46,51,48,49,49,55,49,93,44,91,45,54,56,46,53,56,48,48,53,44,52,55,46,50,56,55,49,49,53,93,44,91,45,54,56,46,57,48,52,57,56,49,44,52,55,46,49,56,48,52,51,54,93,44,91,45,54,57,46,48,52,48,57,49,56,44,52,55,46,50,52,52,57,55,51,93,44,91,45,54,57,46,48,51,53,52,56,49,44,52,55,46,52,49,52,57,56,53,93,44,91,45,54,57,46,50,50,52,52,54,49,44,52,55,46,52,53,57,56,51,51,93,44,91,45,54,57,46,57,57,55,49,49,49,44,52,54,46,54,57,53,53,50,93,44,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,54,56,46,56,50,49,52,49,52,44,52,54,46,53,55,50,53,49,93,44,91,45,54,56,46,56,49,57,52,48,49,44,52,54,46,51,57,53,55,56,50,93,44,91,45,54,56,46,52,51,54,52,52,51,44,52,54,46,51,56,50,49,50,49,93,44,91,45,54,56,46,52,50,54,49,54,57,44,52,53,46,56,55,48,56,50,57,93,44,91,45,54,56,46,52,51,51,48,50,56,44,52,53,46,53,55,56,52,56,50,93,44,91,45,54,56,46,48,52,56,48,49,50,44,52,53,46,54,51,57,56,57,55,93,44,91,45,54,55,46,56,48,53,54,56,57,44,52,53,46,54,56,48,48,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,53,34,44,34,78,65,77,69,34,58,34,74,101,102,102,101,114,115,111,110,32,68,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,52,57,53,44,34,98,101,100,115,34,58,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,44,91,45,56,57,46,57,53,56,57,52,44,51,49,46,51,57,48,52,56,57,93,44,91,45,56,57,46,56,50,52,50,51,54,44,51,49,46,52,51,52,48,57,51,93,44,91,45,56,57,46,54,53,52,50,49,50,44,51,49,46,52,51,51,56,48,53,93,44,91,45,56,57,46,53,56,54,56,49,57,44,51,49,46,52,51,51,54,56,56,93,44,91,45,56,57,46,54,48,50,56,56,57,44,51,49,46,53,51,56,56,51,54,93,44,91,45,56,57,46,55,53,53,54,49,52,44,51,49,46,54,48,57,55,53,49,93,44,91,45,56,57,46,55,53,53,49,48,51,44,51,49,46,55,55,52,54,53,52,93,44,91,45,56,57,46,57,55,52,53,56,54,44,51,49,46,55,54,49,54,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,51,48,56,54,55,52,44,51,56,46,52,50,50,56,55,53,93,44,91,45,56,54,46,50,53,53,48,52,53,44,51,56,46,52,50,50,54,56,53,93,44,91,45,56,54,46,48,51,50,56,49,55,44,51,56,46,52,49,55,56,57,56,93,44,91,45,56,53,46,57,57,52,54,50,44,51,56,46,52,49,56,51,52,53,93,44,91,45,56,53,46,57,57,51,51,49,55,44,51,56,46,52,56,56,53,52,93,44,91,45,56,53,46,56,52,55,56,57,51,44,51,56,46,53,54,49,50,54,57,93,44,91,45,56,53,46,56,56,56,51,51,52,44,51,56,46,55,51,52,52,52,51,93,44,91,45,56,54,46,48,57,49,55,48,53,44,51,56,46,55,56,51,51,57,57,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,66,108,97,110,99,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,50,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,53,56,55,56,57,55,44,51,48,46,49,51,56,57,53,52,93,44,91,45,57,56,46,52,49,52,48,49,56,44,50,57,46,57,51,55,53,53,55,93,44,91,45,57,56,46,50,57,55,54,44,51,48,46,48,51,55,57,57,52,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,66,114,117,110,115,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,54,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,55,46,56,57,57,55,55,51,44,51,54,46,53,52,52,53,57,54,93,44,91,45,55,55,46,55,54,55,49,53,44,51,54,46,53,52,53,51,55,52,93,44,91,45,55,55,46,54,53,53,56,52,49,44,51,54,46,55,49,51,53,51,57,93,44,91,45,55,55,46,54,53,56,48,51,54,44,51,54,46,56,57,52,53,49,52,93,44,91,45,55,55,46,55,54,53,53,52,44,51,54,46,57,55,52,54,53,53,93,44,91,45,55,55,46,56,56,57,56,49,51,44,51,54,46,57,56,56,56,49,56,93,44,91,45,55,56,46,48,48,51,54,51,57,44,51,55,46,48,50,50,55,53,54,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,68,121,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,53,55,54,44,34,98,101,100,115,34,58,50,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,54,52,52,56,51,56,44,51,53,46,57,48,52,51,53,49,93,44,91,45,56,57,46,52,48,54,57,54,53,44,51,53,46,57,52,54,53,57,57,93,44,91,45,56,57,46,51,52,50,56,50,57,44,51,53,46,56,56,48,57,51,52,93,44,91,45,56,57,46,50,56,48,49,56,56,44,51,53,46,56,56,54,52,49,54,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,57,46,52,56,50,57,55,49,44,51,54,46,50,49,50,54,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,105,98,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,57,49,55,53,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,44,91,45,56,57,46,49,48,57,54,48,50,44,51,53,46,56,54,50,48,57,53,93,44,91,45,56,56,46,57,49,54,49,56,49,44,51,53,46,55,57,55,51,48,55,93,44,91,45,56,56,46,55,48,54,56,49,49,44,51,53,46,55,57,49,48,55,53,93,44,91,45,56,56,46,54,57,50,55,48,57,44,51,54,46,48,54,50,55,52,54,93,44,91,45,56,56,46,56,51,53,52,53,55,44,51,54,46,49,50,49,52,54,49,93,44,91,45,56,56,46,57,53,57,56,51,57,44,51,54,46,50,50,50,56,51,52,93,44,91,45,56,57,46,49,53,52,52,54,52,44,51,54,46,50,48,52,54,55,56,93,44,91,45,56,57,46,49,56,56,56,52,52,44,51,53,46,57,57,57,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,80,114,105,110,99,101,32,71,101,111,114,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,57,52,44,34,98,101,100,115,34,58,52,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,44,91,45,55,55,46,51,57,57,50,48,51,44,51,55,46,49,55,48,56,53,93,44,91,45,55,55,46,51,57,56,52,57,56,44,51,54,46,57,57,50,57,56,53,93,44,91,45,55,55,46,49,53,53,52,49,53,44,51,55,46,49,49,50,48,51,52,93,44,91,45,55,54,46,57,55,50,52,51,57,44,51,55,46,50,52,56,53,48,49,93,44,91,45,55,55,46,50,55,48,54,55,53,44,51,55,46,51,50,48,55,53,54,93,44,91,45,55,55,46,50,56,52,48,49,57,44,51,55,46,51,49,51,48,49,50,93,44,91,45,55,55,46,50,55,51,54,49,52,44,51,55,46,50,55,56,51,48,56,93,44,91,45,55,55,46,51,50,53,51,50,44,51,55,46,50,54,48,57,51,50,93,44,91,45,55,55,46,51,51,53,54,54,54,44,51,55,46,51,49,51,48,51,57,93,44,91,45,55,55,46,51,55,54,55,56,53,44,51,55,46,50,52,52,56,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,53,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,54,54,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,44,91,45,57,49,46,49,49,57,54,50,53,44,51,54,46,49,53,51,54,55,49,93,44,91,45,57,49,46,50,53,56,57,50,44,51,54,46,50,53,55,56,56,93,44,91,45,57,49,46,51,52,57,56,51,52,44,51,54,46,50,51,48,57,54,55,93,44,91,45,57,49,46,51,53,55,50,51,44,51,53,46,56,57,48,54,50,49,93,44,91,45,57,49,46,49,57,56,53,53,54,44,51,53,46,56,57,48,48,50,52,93,44,91,45,57,49,46,48,51,50,52,57,57,44,51,53,46,56,56,53,48,55,93,44,91,45,57,48,46,56,55,50,55,56,53,44,51,53,46,56,56,48,56,55,93,44,91,45,57,48,46,56,53,50,48,54,52,44,51,53,46,57,54,56,48,57,50,93,44,91,45,57,48,46,56,48,57,56,49,54,44,51,54,46,49,52,57,53,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,69,100,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,44,91,45,57,57,46,50,54,53,55,57,56,44,52,55,46,53,56,55,54,93,44,91,45,57,56,46,53,48,48,48,56,53,44,52,55,46,53,56,55,50,50,56,93,44,91,45,57,56,46,53,48,48,49,56,49,44,52,55,46,54,55,50,52,49,51,93,44,91,45,57,56,46,53,50,53,53,49,54,44,52,55,46,56,52,54,50,55,54,93,44,91,45,57,57,46,50,57,55,50,48,50,44,52,55,46,56,52,54,56,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,80,105,101,114,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,57,56,52,48,44,34,98,101,100,115,34,58,50,52,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,50,46,54,51,56,50,49,49,44,52,54,46,57,55,56,49,51,57,93,44,91,45,49,50,50,46,52,57,48,56,56,56,44,52,54,46,56,54,55,52,53,50,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,49,46,56,52,49,56,57,44,52,54,46,55,50,56,52,53,53,93,44,91,45,49,50,49,46,55,53,56,53,57,51,44,52,54,46,55,56,51,55,57,49,93,44,91,45,49,50,49,46,52,53,53,50,49,56,44,52,54,46,55,56,51,55,57,55,93,44,91,45,49,50,49,46,52,57,55,51,52,53,44,52,54,46,56,54,50,56,54,54,93,44,91,45,49,50,49,46,51,55,57,57,54,49,44,52,55,46,48,56,55,50,52,56,93,44,91,45,49,50,49,46,55,57,54,52,54,52,44,52,55,46,49,55,51,48,53,57,93,44,91,45,49,50,49,46,57,50,56,49,57,53,44,52,55,46,49,52,55,51,53,56,93,44,91,45,49,50,50,46,48,57,52,55,54,52,44,52,55,46,49,57,52,57,55,55,93,44,91,45,49,50,50,46,49,52,51,57,55,54,44,52,55,46,50,53,55,53,50,54,93,44,91,45,49,50,50,46,51,51,52,57,49,52,44,52,55,46,50,53,55,51,54,54,93,44,91,45,49,50,50,46,53,51,54,57,57,51,44,52,55,46,52,48,51,51,53,53,93,44,91,45,49,50,50,46,56,48,49,49,57,57,44,52,55,46,52,48,51,53,55,56,93,44,91,45,49,50,50,46,56,53,49,49,56,55,44,52,55,46,50,52,57,55,55,52,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,76,105,110,99,111,108,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,50,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,52,46,53,57,52,51,55,53,44,52,50,46,56,53,48,57,48,49,93,44,91,45,49,49,52,46,51,54,53,51,54,54,44,52,50,46,56,53,48,55,57,93,44,91,45,49,49,52,46,51,52,53,54,53,57,44,52,50,46,56,48,57,48,53,53,93,44,91,45,49,49,52,46,48,52,57,56,52,57,44,52,50,46,56,48,56,52,52,52,93,44,91,45,49,49,51,46,57,51,49,54,56,55,44,52,50,46,55,54,53,48,50,54,93,44,91,45,49,49,51,46,55,54,51,56,54,50,44,52,50,46,55,54,52,53,48,56,93,44,91,45,49,49,51,46,55,49,52,48,52,52,44,52,50,46,56,52,57,55,51,52,93,44,91,45,49,49,51,46,55,49,52,54,52,50,44,52,51,46,49,57,57,55,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,51,56,51,52,55,44,34,98,101,100,115,34,58,49,48,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,44,91,45,55,54,46,55,50,49,54,50,44,52,48,46,49,50,48,48,55,93,44,91,45,55,54,46,53,51,52,53,50,52,44,52,48,46,48,53,49,51,52,56,93,44,91,45,55,54,46,52,55,51,53,56,44,51,57,46,57,52,55,51,53,50,93,44,91,45,55,54,46,50,51,57,56,48,53,44,51,57,46,55,50,49,51,51,53,93,44,91,45,55,54,46,50,51,51,50,55,57,44,51,57,46,55,50,49,51,54,55,93,44,91,45,55,54,46,49,51,53,52,56,52,44,51,57,46,55,50,49,49,52,55,93,44,91,45,55,53,46,57,56,54,56,50,51,44,51,57,46,56,57,50,49,57,50,93,44,91,45,55,53,46,57,57,52,54,50,57,44,51,57,46,57,53,50,52,50,57,93,44,91,45,55,53,46,56,55,51,51,55,53,44,52,48,46,49,51,55,49,48,55,93,44,91,45,55,54,46,49,53,49,50,49,53,44,52,48,46,51,49,53,57,55,49,93,44,91,45,55,54,46,51,48,55,53,55,56,44,52,48,46,50,53,53,48,54,54,93,44,91,45,55,54,46,53,54,54,51,51,57,44,52,48,46,49,57,54,54,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,74,117,110,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,52,49,57,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,44,91,45,57,48,46,51,49,50,54,56,44,52,52,46,50,52,56,55,53,93,44,91,45,57,48,46,51,49,50,53,50,50,44,52,52,46,49,53,53,49,57,56,93,44,91,45,57,48,46,51,49,50,49,57,52,44,52,51,46,55,51,49,52,55,57,93,44,91,45,57,48,46,51,49,50,52,48,52,44,52,51,46,54,52,48,57,56,56,93,44,91,45,56,57,46,55,56,53,56,48,57,44,52,51,46,54,52,49,48,52,57,93,44,91,45,56,57,46,55,56,52,57,48,49,44,52,51,46,54,52,49,48,53,49,93,44,91,45,56,57,46,56,54,53,49,51,50,44,52,51,46,55,56,51,52,49,52,93,44,91,45,56,57,46,57,54,49,50,50,49,44,52,51,46,56,54,52,48,50,55,93,44,91,45,56,57,46,57,54,50,54,48,49,44,52,51,46,57,55,57,50,51,54,93,44,91,45,57,48,46,48,50,53,57,53,51,44,52,52,46,48,57,49,55,52,56,93,44,91,45,56,57,46,57,48,50,55,56,51,44,52,52,46,50,52,57,52,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,49,34,44,34,78,65,77,69,34,58,34,83,99,111,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,57,53,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,44,91,45,56,52,46,55,48,48,55,56,53,44,51,54,46,51,55,48,56,50,52,93,44,91,45,56,52,46,53,54,56,55,52,49,44,51,54,46,50,51,55,48,55,55,93,44,91,45,56,52,46,52,52,49,48,51,52,44,51,54,46,49,54,51,52,55,56,93,44,91,45,56,52,46,51,55,50,55,51,49,44,51,54,46,50,49,54,55,55,56,93,44,91,45,56,52,46,51,50,57,57,50,55,44,51,54,46,50,56,53,48,56,54,93,44,91,45,56,52,46,51,52,57,57,51,57,44,51,54,46,52,54,54,50,57,50,93,44,91,45,56,52,46,50,53,57,53,57,51,44,51,54,46,53,49,51,57,56,53,93,44,91,45,56,52,46,50,54,49,51,51,55,44,51,54,46,53,57,49,55,56,52,93,44,91,45,56,52,46,55,55,56,52,53,52,44,51,54,46,54,48,51,50,57,93,44,91,45,56,52,46,55,56,53,52,53,44,51,54,46,54,48,51,52,52,52,93,44,91,45,56,52,46,55,51,49,56,51,57,44,51,54,46,53,50,52,54,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,44,91,45,49,48,49,46,57,57,56,55,51,51,44,52,53,46,57,52,52,54,53,51,93,44,91,45,49,48,50,46,48,48,48,54,56,49,44,52,53,46,57,52,52,53,54,51,93,44,91,45,49,48,49,46,57,57,57,55,57,44,52,53,46,52,55,50,52,49,52,93,44,91,45,49,48,49,46,52,55,48,49,57,44,52,53,46,52,55,50,52,49,54,93,44,91,45,49,48,48,46,51,52,49,57,50,52,44,52,53,46,52,55,50,57,48,52,93,44,91,45,49,48,48,46,52,56,54,53,54,49,44,52,53,46,53,51,54,53,50,49,93,44,91,45,49,48,48,46,52,51,48,48,55,57,44,52,53,46,53,57,52,56,50,51,93,44,91,45,49,48,48,46,51,48,57,48,49,51,44,52,53,46,55,48,55,56,52,50,93,44,91,45,49,48,48,46,51,56,55,48,51,54,44,52,53,46,56,54,57,49,52,50,93,44,91,45,49,48,48,46,52,57,57,51,55,49,44,52,53,46,57,52,51,54,53,51,93,44,91,45,49,48,48,46,53,49,49,57,52,57,44,52,53,46,57,52,51,55,49,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,114,101,103,111,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,48,49,44,34,98,101,100,115,34,58,52,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,44,91,45,57,57,46,53,51,52,48,52,57,44,52,50,46,57,57,56,48,51,51,93,44,91,45,57,57,46,50,53,52,52,53,53,44,52,50,46,57,57,56,48,55,52,93,44,91,45,57,56,46,52,57,56,53,53,44,52,50,46,57,57,56,53,53,57,93,44,91,45,57,56,46,56,54,56,55,54,50,44,52,51,46,49,54,50,48,48,57,93,44,91,45,57,56,46,56,57,54,55,56,51,44,52,51,46,50,52,54,57,48,57,93,44,91,45,57,57,46,48,54,57,50,56,53,44,52,51,46,51,50,48,54,56,56,93,44,91,45,57,57,46,49,53,50,56,56,57,44,52,51,46,52,50,54,57,48,56,93,44,91,45,57,57,46,50,57,55,57,57,56,44,52,51,46,52,57,57,54,54,57,93,44,91,45,57,57,46,53,51,52,52,56,49,44,52,51,46,52,57,57,56,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,86,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,52,52,56,50,44,34,98,101,100,115,34,58,49,48,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,53,49,49,50,50,52,44,51,54,46,52,53,52,56,48,56,93,44,91,45,55,56,46,52,57,54,54,49,52,44,51,54,46,49,55,53,49,57,57,93,44,91,45,55,56,46,52,49,50,48,57,53,44,51,54,46,49,54,57,53,57,55,93,44,91,45,55,56,46,51,48,54,57,54,53,44,51,54,46,50,54,54,49,57,49,93,44,91,45,55,56,46,50,55,55,49,54,53,44,51,54,46,51,48,54,49,51,50,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,108,100,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,55,50,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,44,91,45,56,56,46,48,52,50,49,52,50,44,51,55,46,49,55,52,55,53,54,93,44,91,45,56,55,46,56,55,54,57,57,54,44,51,54,46,57,54,48,49,49,54,93,44,91,45,56,55,46,55,51,51,51,54,56,44,51,55,46,48,48,50,49,48,51,93,44,91,45,56,55,46,54,56,48,54,49,55,44,51,55,46,49,52,57,50,51,57,93,44,91,45,56,55,46,55,55,52,54,57,52,44,51,55,46,49,57,56,49,50,55,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,56,46,48,56,49,48,53,56,44,51,55,46,50,50,51,51,52,55,93,44,91,45,56,56,46,48,57,53,55,56,49,44,51,55,46,49,55,57,54,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,114,110,119,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,53,55,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,44,91,45,56,49,46,55,53,55,48,51,53,44,51,51,46,49,57,56,49,52,56,93,44,91,45,56,49,46,55,48,52,54,51,52,44,51,51,46,49,49,54,52,53,93,44,91,45,56,49,46,54,49,52,48,51,51,44,51,51,46,48,57,53,50,53,49,93,44,91,45,56,49,46,53,52,49,56,56,49,44,51,51,46,49,53,56,50,55,57,93,44,91,45,56,49,46,51,54,52,56,53,55,44,51,51,46,49,48,56,48,54,49,93,44,91,45,56,49,46,49,57,51,48,57,57,44,51,51,46,49,49,56,54,54,56,93,44,91,45,56,49,46,50,50,55,55,55,56,44,51,51,46,49,54,50,54,50,50,93,44,91,45,56,49,46,50,50,50,54,55,51,44,51,51,46,52,52,93,44,91,45,56,49,46,51,55,50,57,51,49,44,51,51,46,52,57,48,52,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,68,101,99,97,116,117,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,56,51,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,44,91,45,56,56,46,49,57,48,52,54,53,44,51,53,46,54,48,57,48,56,56,93,44,91,45,56,56,46,50,52,49,54,55,55,44,51,53,46,52,50,51,50,54,51,93,44,91,45,56,56,46,49,56,57,54,54,49,44,51,53,46,51,56,52,51,48,51,93,44,91,45,56,56,46,48,50,52,55,52,49,44,51,53,46,51,57,50,51,48,55,93,44,91,45,56,56,46,48,48,55,55,48,57,44,51,53,46,52,50,51,51,56,49,93,44,91,45,56,55,46,57,55,52,54,51,44,51,53,46,53,50,49,48,50,53,93,44,91,45,56,56,46,48,51,53,56,51,55,44,51,53,46,54,50,49,56,51,57,93,44,91,45,56,56,46,48,51,52,55,56,56,44,51,53,46,55,49,55,50,54,49,93,44,91,45,56,55,46,57,55,48,55,51,56,44,51,53,46,56,49,53,55,48,53,93,44,91,45,56,56,46,49,55,55,56,53,57,44,51,53,46,56,52,53,56,52,49,93,44,91,45,56,56,46,49,55,57,49,55,55,44,51,53,46,56,49,54,55,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,108,97,99,107,102,111,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,49,50,57,44,34,98,101,100,115,34,58,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,44,91,45,56,53,46,52,52,52,51,51,44,52,48,46,51,55,57,49,52,93,44,91,45,56,53,46,50,49,57,57,48,49,44,52,48,46,51,55,57,48,51,52,93,44,91,45,56,53,46,50,48,49,49,52,54,44,52,48,46,53,54,55,50,52,50,93,44,91,45,56,53,46,52,52,55,48,49,52,44,52,48,46,53,54,54,57,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,69,116,111,119,97,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,50,57,51,57,44,34,98,101,100,115,34,58,55,51,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,44,91,45,56,54,46,51,48,51,53,49,54,44,51,52,46,48,57,57,48,55,51,93,44,91,45,56,54,46,51,50,53,54,50,50,44,51,51,46,57,52,48,49,52,55,93,44,91,45,56,54,46,50,49,53,53,50,53,44,51,51,46,57,56,55,52,50,49,93,44,91,45,56,54,46,48,54,53,50,55,50,44,51,51,46,56,52,50,49,57,56,93,44,91,45,56,53,46,56,56,49,55,54,56,44,51,51,46,57,53,48,50,57,57,93,44,91,45,56,53,46,55,51,56,57,55,53,44,51,51,46,57,54,56,52,54,93,44,91,45,56,53,46,56,52,51,54,49,55,44,51,52,46,50,48,48,48,48,54,93,44,91,45,56,54,46,49,48,54,48,56,54,44,51,52,46,50,48,48,55,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,97,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,44,91,45,49,49,52,46,51,57,52,54,48,54,44,52,51,46,51,50,54,52,54,55,93,44,91,45,49,49,52,46,53,51,52,52,56,56,44,52,51,46,51,51,51,51,56,51,93,44,91,45,49,49,52,46,53,49,50,52,51,56,44,52,51,46,52,54,48,52,53,52,93,44,91,45,49,49,52,46,54,56,51,49,52,44,52,51,46,53,57,51,51,54,55,93,44,91,45,49,49,52,46,55,48,50,48,53,44,52,51,46,56,48,53,52,49,51,93,44,91,45,49,49,52,46,57,56,57,50,53,56,44,52,51,46,56,53,56,53,54,51,93,44,91,45,49,49,53,46,48,56,51,48,56,57,44,52,51,46,54,48,52,50,57,50,93,44,91,45,49,49,53,46,48,56,54,49,53,53,44,52,51,46,49,57,56,48,54,52,93,44,91,45,49,49,52,46,53,57,52,54,48,53,44,52,51,46,49,57,56,51,52,53,93,44,91,45,49,49,52,46,51,55,52,57,54,50,44,52,51,46,49,57,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,82,101,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,49,48,49,44,34,98,101,100,115,34,58,50,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,44,91,45,57,56,46,52,55,50,55,57,52,44,51,56,46,49,55,50,55,53,55,93,44,91,45,57,56,46,52,55,50,50,53,55,44,51,55,46,56,50,52,52,57,55,93,44,91,45,57,56,46,52,54,52,56,48,52,44,51,55,46,55,51,50,54,55,53,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,55,46,54,57,56,54,57,50,44,51,55,46,55,51,53,48,53,54,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,55,48,49,56,52,49,44,51,56,46,49,55,51,56,49,52,93,44,91,45,57,55,46,57,50,50,49,51,54,44,51,56,46,49,55,51,55,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,77,97,117,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,57,55,55,54,44,34,98,101,100,115,34,58,50,56,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,50,48,54,53,55,56,44,51,53,46,52,51,51,50,48,55,93,44,91,45,56,55,46,49,50,48,56,56,51,44,51,53,46,52,53,53,54,54,93,44,91,45,56,54,46,57,54,48,56,48,52,44,51,53,46,52,49,55,48,50,49,93,44,91,45,56,54,46,56,52,57,53,55,51,44,51,53,46,53,50,53,53,49,53,93,44,91,45,56,54,46,55,56,50,48,49,54,44,51,53,46,55,48,54,53,57,53,93,44,91,45,56,55,46,50,49,53,48,57,57,44,51,53,46,56,53,48,54,53,49,93,44,91,45,56,55,46,50,51,52,49,52,51,44,51,53,46,55,50,52,54,57,49,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,54,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,71,111,115,104,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,121,111,109,105,110,103,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,51,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,44,91,45,49,48,52,46,54,53,51,51,51,56,44,52,49,46,54,53,51,48,48,55,93,44,91,45,49,48,52,46,54,53,50,57,57,50,44,52,49,46,53,54,53,48,49,52,93,44,91,45,49,48,52,46,48,53,50,53,52,44,52,49,46,53,54,52,50,55,52,93,44,91,45,49,48,52,46,48,53,50,54,56,56,44,52,49,46,54,57,55,57,53,52,93,44,91,45,49,48,52,46,48,53,50,54,52,53,44,52,50,46,48,48,49,55,49,56,93,44,91,45,49,48,52,46,48,53,50,56,51,56,44,52,50,46,54,49,49,55,54,55,93,44,91,45,49,48,52,46,54,53,53,54,51,57,44,52,50,46,54,48,57,52,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,82,117,115,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,56,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,44,91,45,57,49,46,53,52,48,50,57,52,44,52,53,46,54,51,55,54,48,53,93,44,91,45,57,49,46,53,52,49,51,50,50,44,52,53,46,50,57,50,50,50,93,44,91,45,57,48,46,57,50,53,50,50,50,44,52,53,46,50,57,50,48,54,49,93,44,91,45,57,48,46,57,50,53,51,52,51,44,52,53,46,51,55,57,51,53,93,44,91,45,57,48,46,54,55,56,55,55,51,44,52,53,46,51,55,55,57,48,55,93,44,91,45,57,48,46,54,55,56,55,52,57,44,52,53,46,54,51,56,50,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,49,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,51,34,44,34,78,65,77,69,34,58,34,87,97,117,107,101,115,104,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,56,56,55,57,44,34,98,101,100,115,34,58,49,48,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,44,91,45,56,56,46,53,52,49,53,51,53,44,52,50,46,56,52,50,57,57,54,93,44,91,45,56,56,46,51,48,54,51,56,52,44,52,50,46,56,52,50,48,57,53,93,44,91,45,56,56,46,48,54,57,57,50,52,44,52,50,46,56,52,51,51,50,51,93,44,91,45,56,56,46,48,54,51,51,53,51,44,52,51,46,49,57,50,49,49,55,93,44,91,45,56,56,46,52,49,55,57,56,55,44,52,51,46,49,57,52,54,57,55,93,44,91,45,56,56,46,53,51,53,56,52,51,44,52,51,46,49,57,54,48,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,71,97,114,114,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,51,50,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,44,91,45,56,52,46,54,53,56,50,57,54,44,51,55,46,54,51,52,53,48,49,93,44,91,45,56,52,46,52,52,54,55,49,57,44,51,55,46,52,56,53,56,57,51,93,44,91,45,56,52,46,51,52,55,56,48,53,44,51,55,46,53,51,57,48,54,52,93,44,91,45,56,52,46,53,50,53,54,52,51,44,51,55,46,55,54,57,52,57,55,93,44,91,45,56,52,46,55,49,54,57,50,53,44,51,55,46,56,49,53,51,56,57,93,44,91,45,56,52,46,55,52,52,56,56,56,44,51,55,46,55,49,51,48,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,78,111,114,102,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,56,50,52,57,44,34,98,101,100,115,34,58,49,51,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,44,91,45,55,49,46,52,55,56,49,49,57,44,52,50,46,49,53,54,55,56,50,93,44,91,45,55,49,46,52,57,56,50,53,57,44,52,50,46,48,49,55,50,55,50,93,44,91,45,55,49,46,51,56,49,50,57,57,44,52,49,46,57,56,53,48,56,52,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,48,46,57,50,52,56,55,55,44,52,50,46,49,53,55,53,56,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,49,46,49,57,49,49,53,53,44,52,50,46,50,56,51,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,101,110,100,114,105,99,107,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,57,52,48,44,34,98,101,100,115,34,58,50,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,44,91,45,56,54,46,54,56,55,52,48,54,44,51,57,46,54,51,48,52,51,55,93,44,91,45,56,54,46,54,53,54,54,53,44,51,57,46,54,48,49,51,57,53,93,44,91,45,56,54,46,52,54,53,54,48,53,44,51,57,46,54,48,48,55,54,57,93,44,91,45,56,54,46,51,50,54,51,52,49,44,51,57,46,54,51,50,49,55,55,93,44,91,45,56,54,46,51,50,54,50,57,51,44,51,57,46,57,50,52,48,50,57,93,44,91,45,56,54,46,54,57,53,48,55,49,44,51,57,46,57,50,50,55,55,93,44,91,45,56,54,46,54,57,53,49,50,55,44,51,57,46,56,54,52,56,52,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,55,48,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,55,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,108,108,105,110,111,105,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,53,53,49,44,34,98,101,100,115,34,58,49,55,57,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,44,91,45,56,57,46,54,55,52,51,50,49,44,51,55,46,56,48,51,49,53,50,93,44,91,45,56,57,46,53,49,50,48,48,57,44,51,55,46,54,56,53,53,50,53,93,44,91,45,56,57,46,53,50,49,53,54,52,44,51,55,46,53,55,50,49,53,54,93,44,91,45,56,57,46,52,52,56,53,57,56,44,51,55,46,53,57,56,56,50,49,93,44,91,45,56,57,46,49,53,51,54,49,55,44,51,55,46,54,48,48,50,51,55,93,44,91,45,56,57,46,49,53,49,49,55,54,44,51,55,46,56,54,49,57,57,57,93,44,91,45,56,57,46,49,55,55,53,57,55,44,51,55,46,57,53,48,51,49,49,93,44,91,45,56,57,46,53,57,53,48,55,51,44,51,55,46,57,53,53,51,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,71,101,111,114,103,101,116,111,119,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,49,54,48,53,44,34,98,101,100,115,34,58,52,54,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,44,91,45,55,57,46,52,48,57,51,51,50,44,51,51,46,54,56,56,56,57,93,44,91,45,55,57,46,52,51,53,55,51,51,44,51,51,46,53,55,50,55,48,50,93,44,91,45,55,57,46,53,57,48,49,49,44,51,51,46,52,52,51,53,52,93,44,91,45,55,57,46,54,55,55,48,49,52,44,51,51,46,51,48,52,57,52,52,93,44,91,45,55,57,46,52,52,54,54,57,57,44,51,51,46,50,49,51,52,53,56,93,44,91,45,55,57,46,50,54,49,56,51,44,51,51,46,48,52,57,55,57,51,93,44,91,45,55,57,46,48,57,49,54,49,52,44,51,51,46,49,53,57,48,53,54,93,44,91,45,55,57,46,49,50,48,50,49,55,44,51,51,46,50,52,54,57,51,50,93,44,91,45,55,57,46,48,56,55,53,56,49,44,51,51,46,51,54,57,50,56,55,93,44,91,45,55,56,46,57,50,54,48,55,53,44,51,51,46,53,55,50,54,53,56,93,44,91,45,55,57,46,49,48,49,48,55,52,44,51,51,46,53,55,50,57,54,57,93,44,91,45,55,57,46,49,57,48,50,54,52,44,51,51,46,55,48,53,55,56,55,93,44,91,45,55,57,46,51,49,55,48,52,49,44,51,51,46,55,55,57,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,56,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,72,101,116,116,105,110,103,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,53,55,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,44,91,45,49,48,50,46,57,50,55,52,53,49,44,52,54,46,54,51,48,48,50,93,44,91,45,49,48,50,46,57,50,52,53,52,55,44,52,54,46,50,56,49,53,49,56,93,44,91,45,49,48,50,46,52,57,55,54,52,50,44,52,54,46,50,56,51,49,57,53,93,44,91,45,49,48,50,46,52,57,55,49,51,55,44,52,54,46,50,48,53,57,48,52,93,44,91,45,49,48,49,46,57,57,55,57,51,44,52,54,46,50,48,53,51,50,52,93,44,91,45,49,48,50,46,48,52,54,55,56,57,44,52,54,46,50,56,51,55,52,54,93,44,91,45,49,48,50,46,48,53,49,50,52,44,52,54,46,54,51,48,57,49,55,93,44,91,45,49,48,50,46,48,57,54,55,52,52,44,52,54,46,54,51,49,48,50,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,54,49,54,44,34,98,101,100,115,34,58,49,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,44,91,45,49,48,57,46,49,48,54,57,55,50,44,51,57,46,52,54,49,57,55,57,93,44,91,45,49,48,57,46,57,53,51,51,52,57,44,51,57,46,52,54,49,56,48,49,93,44,91,45,49,49,48,46,48,50,51,57,54,51,44,51,57,46,52,54,57,50,54,56,93,44,91,45,49,49,48,46,48,50,52,49,49,56,44,51,57,46,52,54,57,50,54,57,93,44,91,45,49,49,48,46,48,50,50,49,54,54,44,51,57,46,51,53,50,48,49,56,93,44,91,45,49,49,48,46,48,55,55,50,55,44,51,57,46,50,55,53,56,54,57,93,44,91,45,49,49,48,46,49,53,54,50,50,50,44,51,57,46,48,51,50,54,53,52,93,44,91,45,49,49,48,46,49,54,50,53,50,57,44,51,56,46,56,54,51,57,50,50,93,44,91,45,49,49,48,46,48,56,49,57,51,57,44,51,56,46,55,53,54,54,54,54,93,44,91,45,49,48,57,46,57,57,52,50,56,51,44,51,56,46,53,50,55,49,49,56,93,44,91,45,49,49,48,46,48,50,53,52,48,50,44,51,56,46,52,57,57,57,56,49,93,44,91,45,49,48,57,46,48,54,48,49,49,57,44,51,56,46,52,57,57,57,56,57,93,44,91,45,49,48,57,46,48,53,48,55,54,53,44,51,57,46,51,54,54,54,55,55,93,44,91,45,49,48,57,46,48,53,49,50,50,54,44,51,57,46,52,57,55,55,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,57,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,84,111,111,101,108,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,85,116,97,104,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,85,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,53,49,56,53,44,34,98,101,100,115,34,58,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,44,91,45,49,49,50,46,55,57,57,51,53,57,44,52,48,46,57,57,57,57,51,57,93,44,91,45,49,49,52,46,48,52,50,48,50,57,44,52,48,46,57,57,57,56,57,54,93,44,91,45,49,49,52,46,48,52,54,54,49,52,44,52,48,46,49,49,54,57,51,54,93,44,91,45,49,49,52,46,48,52,55,48,50,54,44,51,57,46,57,48,54,48,57,55,93,44,91,45,49,49,51,46,50,52,56,52,57,56,44,51,57,46,57,48,52,55,49,52,93,44,91,45,49,49,50,46,51,52,49,57,56,56,44,51,57,46,57,48,52,52,53,56,93,44,91,45,49,49,50,46,49,55,57,56,44,52,48,46,48,49,49,54,53,54,93,44,91,45,49,49,50,46,49,52,54,56,53,54,44,52,48,46,49,55,55,56,49,55,93,44,91,45,49,49,50,46,49,57,56,52,54,49,44,52,48,46,51,49,51,50,48,54,93,44,91,45,49,49,50,46,49,55,50,56,54,50,44,52,48,46,52,54,55,48,54,53,93,44,91,45,49,49,50,46,49,55,53,51,51,55,44,52,48,46,54,48,51,57,56,49,93,44,91,45,49,49,50,46,50,54,48,50,49,54,44,52,48,46,55,54,57,48,57,51,93,44,91,45,49,49,50,46,52,57,51,53,49,53,44,52,49,46,48,55,54,56,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,54,53,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,54,53,48,34,44,34,78,65,77,69,34,58,34,72,97,109,112,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,53,53,56,51,44,34,98,101,100,115,34,58,51,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,44,91,45,55,54,46,51,56,52,52,49,57,44,51,54,46,57,53,49,48,53,57,93,44,91,45,55,54,46,51,52,49,56,50,53,44,51,54,46,57,50,52,55,55,50,93,44,91,45,55,54,46,51,51,50,50,53,55,44,51,54,46,57,54,54,48,57,57,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,49,51,52,57,52,49,44,51,55,46,49,49,55,54,48,51,93,44,91,45,55,54,46,51,57,53,55,57,53,44,51,55,46,49,48,55,49,55,52,93,44,91,45,55,54,46,52,51,56,48,50,54,44,51,55,46,48,57,52,51,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,117,102,102,97,108,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,54,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,44,91,45,57,50,46,48,50,57,49,56,44,52,52,46,53,56,54,50,57,50,93,44,91,45,57,50,46,48,56,51,53,55,50,44,52,52,46,52,48,55,51,51,54,93,44,91,45,57,49,46,57,50,56,50,50,52,44,52,52,46,51,51,53,52,55,51,93,44,91,45,57,49,46,56,53,56,50,52,53,44,52,52,46,49,57,51,48,48,52,93,44,91,45,57,49,46,53,53,57,48,48,52,44,52,52,46,48,50,53,51,49,53,93,44,91,45,57,49,46,54,49,50,51,51,49,44,52,52,46,49,54,56,56,48,57,93,44,91,45,57,49,46,53,50,57,55,52,49,44,52,52,46,50,52,54,55,55,55,93,44,91,45,57,49,46,53,50,57,49,48,49,44,52,52,46,53,57,54,49,57,55,93,44,91,45,57,49,46,54,53,48,50,52,56,44,52,52,46,53,57,54,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,70,114,101,100,101,114,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,53,49,53,51,44,34,98,101,100,115,34,58,51,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,44,91,45,55,56,46,51,52,48,52,49,53,44,51,57,46,51,53,51,54,50,56,93,44,91,45,55,56,46,52,49,57,52,50,50,44,51,57,46,50,53,55,52,55,54,93,44,91,45,55,56,46,52,48,51,57,48,55,44,51,57,46,49,54,55,55,51,56,93,44,91,45,55,56,46,53,48,56,49,51,50,44,51,57,46,48,56,56,54,51,93,44,91,45,55,56,46,53,52,52,49,56,50,44,51,57,46,48,53,54,53,53,57,93,44,91,45,55,56,46,51,49,52,48,56,44,51,57,46,48,48,55,57,57,52,93,44,91,45,55,56,46,49,53,49,54,49,52,44,51,57,46,48,51,54,54,50,57,93,44,91,45,55,56,46,48,51,51,49,57,49,44,51,57,46,50,54,52,54,49,50,93,44,91,45,55,56,46,50,50,56,55,54,54,44,51,57,46,51,57,49,50,51,51,93,44,91,45,55,56,46,51,52,55,48,56,55,44,51,57,46,52,54,54,48,49,50,93,93,44,91,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,44,91,45,55,56,46,49,52,56,56,57,53,44,51,57,46,49,55,53,51,53,50,93,44,91,45,55,56,46,49,55,49,54,50,44,51,57,46,49,52,51,49,55,52,93,44,91,45,55,56,46,50,48,48,52,57,55,44,51,57,46,49,56,48,49,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,50,55,54,44,34,98,101,100,115,34,58,50,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,44,91,45,56,48,46,55,49,54,56,49,53,44,51,57,46,48,48,56,52,51,93,44,91,45,56,48,46,54,48,53,55,57,57,44,51,56,46,57,48,52,49,54,55,93,44,91,45,56,48,46,52,55,51,55,54,56,44,51,56,46,56,50,57,48,57,56,93,44,91,45,56,48,46,52,53,55,51,51,50,44,51,56,46,55,51,57,49,54,57,93,44,91,45,56,48,46,51,57,51,48,54,51,44,51,56,46,55,50,55,53,55,49,93,44,91,45,56,48,46,51,56,54,57,56,57,44,51,56,46,56,55,52,56,48,56,93,44,91,45,56,48,46,51,49,57,51,52,54,44,51,56,46,57,54,48,57,49,57,93,44,91,45,56,48,46,51,48,48,50,48,57,44,51,57,46,49,48,51,56,53,55,93,44,91,45,56,48,46,53,57,54,49,50,54,44,51,57,46,49,54,55,48,54,57,93,44,91,45,56,48,46,55,50,56,51,50,54,44,51,57,46,48,57,53,54,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,111,108,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,53,57,49,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,44,91,45,57,55,46,48,53,53,53,57,55,44,52,55,46,57,52,57,49,50,57,93,44,91,45,57,54,46,56,56,54,56,52,54,44,52,55,46,54,55,50,48,54,51,93,44,91,45,57,54,46,56,52,56,57,50,51,44,52,55,46,52,57,56,57,57,49,93,44,91,45,57,54,46,48,54,55,54,50,49,44,52,55,46,52,57,57,49,51,54,93,44,91,45,57,53,46,53,53,52,50,52,56,44,52,55,46,52,57,57,56,57,51,93,44,91,45,57,53,46,53,56,50,49,53,53,44,52,55,46,57,51,51,57,54,54,93,44,91,45,57,53,46,55,48,57,54,49,57,44,52,55,46,57,51,53,56,48,53,93,44,91,45,57,53,46,56,51,54,56,50,55,44,52,55,46,56,52,56,50,49,57,93,44,91,45,57,53,46,56,51,55,49,55,55,44,52,55,46,55,54,48,56,57,52,93,44,91,45,57,54,46,51,53,49,55,50,55,44,52,55,46,55,54,48,51,93,44,91,45,57,54,46,52,56,50,48,57,50,44,52,55,46,56,52,55,52,50,56,93,44,91,45,57,54,46,52,56,50,53,53,44,52,55,46,57,54,51,53,57,53,93,44,91,45,57,54,46,53,48,48,56,52,51,44,52,56,46,49,55,52,49,48,56,93,44,91,45,57,55,46,49,52,54,55,48,51,44,52,56,46,49,55,51,50,50,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,55,34,44,34,78,65,77,69,34,58,34,82,101,100,119,111,111,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,51,51,49,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,44,91,45,57,53,46,51,54,48,52,44,52,52,46,53,52,49,55,54,50,93,44,91,45,57,53,46,53,57,52,56,49,55,44,52,52,46,53,52,50,51,48,53,93,44,91,45,57,53,46,53,57,51,53,55,44,52,52,46,49,57,53,53,51,93,44,91,45,57,53,46,52,54,50,53,52,55,44,52,52,46,49,57,53,57,52,50,93,44,91,45,57,53,46,49,48,56,55,55,55,44,52,52,46,49,57,53,48,52,52,93,44,91,45,57,53,46,49,48,55,52,56,44,52,52,46,50,56,49,55,54,56,93,44,91,45,57,52,46,56,54,54,50,53,57,44,52,52,46,50,56,50,51,55,50,93,44,91,45,57,52,46,56,54,53,56,50,52,44,52,52,46,52,57,56,50,49,56,93,44,91,45,57,53,46,48,49,51,53,57,57,44,52,52,46,53,52,50,56,51,51,93,44,91,45,57,53,46,50,52,48,52,51,57,44,52,52,46,54,54,52,54,48,52,93,44,91,45,57,53,46,51,54,48,49,55,55,44,52,52,46,54,57,56,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,70,97,121,101,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,57,54,57,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,44,91,45,56,57,46,54,52,52,48,53,44,51,52,46,57,57,53,50,57,49,93,44,91,45,56,57,46,51,53,50,54,55,57,44,51,52,46,57,57,51,56,54,51,93,44,91,45,56,57,46,49,57,56,50,56,56,44,51,52,46,57,57,52,52,56,52,93,44,91,45,56,57,46,49,56,51,57,52,52,44,51,53,46,51,57,55,49,50,54,93,44,91,45,56,57,46,52,55,52,49,55,49,44,51,53,46,52,48,51,48,51,57,93,44,91,45,56,57,46,54,51,50,55,55,54,44,51,53,46,51,55,53,56,50,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,83,116,46,32,67,104,97,114,108,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,50,55,50,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,44,91,45,57,48,46,51,50,54,54,51,55,44,51,48,46,49,53,48,49,56,56,93,44,91,45,57,48,46,52,53,48,50,49,56,44,51,48,46,48,51,51,49,48,54,93,44,91,45,57,48,46,53,51,56,49,51,50,44,51,48,46,48,49,54,56,56,52,93,44,91,45,57,48,46,53,50,57,54,48,49,44,50,57,46,56,56,52,57,57,55,93,44,91,45,57,48,46,51,55,49,57,55,56,44,50,57,46,55,53,57,50,51,57,93,44,91,45,57,48,46,51,52,54,49,57,49,44,50,57,46,54,57,51,51,48,50,93,44,91,45,57,48,46,50,50,56,49,53,55,44,50,57,46,54,57,50,48,50,56,93,44,91,45,57,48,46,49,54,55,50,57,55,44,50,57,46,56,49,55,52,48,55,93,44,91,45,57,48,46,50,52,48,49,55,51,44,50,57,46,56,54,50,49,49,55,93,44,91,45,57,48,46,50,56,48,50,57,54,44,50,57,46,57,55,50,54,49,56,93,44,91,45,57,48,46,50,53,57,56,56,57,44,51,48,46,49,54,51,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,80,111,105,110,115,101,116,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,48,53,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,44,91,45,57,49,46,48,51,54,57,54,55,44,51,53,46,55,48,56,52,49,56,93,44,91,45,57,49,46,48,51,57,50,51,44,51,53,46,52,52,52,55,49,55,93,44,91,45,57,48,46,53,48,50,52,50,57,44,51,53,46,52,52,49,55,50,54,93,44,91,45,57,48,46,50,56,54,56,57,57,44,51,53,46,52,51,56,53,55,51,93,44,91,45,57,48,46,50,56,54,55,51,54,44,51,53,46,54,57,57,57,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,71,117,108,102,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,48,53,53,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,44,91,45,56,53,46,51,56,56,54,54,57,44,50,57,46,57,50,52,51,53,57,93,44,91,45,56,53,46,52,52,54,50,56,57,44,50,57,46,57,48,49,48,51,51,93,44,91,45,56,53,46,52,55,52,57,57,54,44,50,57,46,56,51,49,53,52,50,93,44,91,45,56,53,46,51,56,49,54,56,52,44,50,57,46,54,49,50,56,53,51,93,44,91,45,56,53,46,50,52,54,51,49,54,44,50,57,46,54,50,53,48,48,50,93,44,91,45,56,53,46,50,48,54,50,50,54,44,50,57,46,55,49,49,49,56,56,93,44,91,45,56,53,46,48,50,48,53,51,52,44,50,57,46,56,48,55,51,55,51,93,44,91,45,56,53,46,48,50,53,52,51,57,44,50,57,46,57,55,49,51,57,57,93,44,91,45,56,53,46,49,51,53,50,53,52,44,51,48,46,48,52,51,50,55,93,44,91,45,56,53,46,49,49,53,54,54,44,51,48,46,49,57,57,57,55,54,93,44,91,45,56,53,46,51,56,57,54,55,57,44,51,48,46,50,48,48,57,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,48,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,51,34,44,34,78,65,77,69,34,58,34,72,97,109,98,108,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,51,55,52,48,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,44,91,45,56,51,46,51,53,53,49,57,54,44,51,54,46,50,56,50,53,57,93,44,91,45,56,51,46,52,54,55,48,57,55,44,51,54,46,49,55,52,54,56,56,93,44,91,45,56,51,46,50,57,51,54,56,57,44,51,54,46,49,51,56,49,57,51,93,44,91,45,56,51,46,50,51,52,53,56,53,44,51,54,46,48,56,53,48,57,52,93,44,91,45,56,51,46,49,54,54,48,56,53,44,51,54,46,49,56,48,56,57,52,93,44,91,45,56,51,46,48,56,50,51,49,50,44,51,54,46,50,52,50,50,57,54,93,44,91,45,56,51,46,49,53,49,54,56,57,44,51,54,46,51,49,56,49,57,50,93,44,91,45,56,51,46,50,53,53,50,57,50,44,51,54,46,50,56,57,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,67,104,105,108,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,57,51,48,44,34,98,101,100,115,34,58,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,44,91,45,56,54,46,56,55,54,49,49,56,44,51,50,46,56,51,54,50,54,52,93,44,91,45,56,55,46,48,49,57,49,53,55,44,51,50,46,56,51,55,48,51,52,93,44,91,45,56,55,46,48,49,55,55,54,50,44,51,50,46,55,50,57,53,51,50,93,44,91,45,56,54,46,57,49,55,53,57,53,44,51,50,46,54,54,52,49,54,57,93,44,91,45,56,54,46,55,49,52,50,49,57,44,51,50,46,55,48,53,54,57,52,93,44,91,45,56,54,46,52,49,51,49,49,54,44,51,50,46,55,48,55,51,56,54,93,44,91,45,56,54,46,51,55,52,57,55,52,44,51,50,46,55,53,51,53,56,93,44,91,45,56,54,46,52,53,55,48,49,53,44,51,50,46,56,49,51,56,57,57,93,44,91,45,56,54,46,53,49,55,51,52,52,44,51,51,46,48,50,48,53,54,54,93,44,91,45,56,54,46,54,49,48,48,48,51,44,51,51,46,48,55,48,48,48,51,93,44,91,45,56,54,46,56,56,49,49,56,50,44,51,51,46,48,52,57,57,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,53,49,34,44,34,78,65,77,69,34,58,34,78,101,119,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,48,53,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,44,91,45,57,51,46,56,54,53,55,49,49,44,51,48,46,57,52,55,50,49,56,93,44,91,45,57,51,46,57,48,49,52,53,50,44,51,48,46,50,52,50,54,55,50,93,44,91,45,57,51,46,55,48,54,57,57,51,44,51,48,46,50,52,51,55,51,54,93,44,91,45,57,51,46,55,54,52,50,53,50,44,51,48,46,51,51,48,50,50,57,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,55,51,56,55,56,56,44,51,48,46,53,52,48,57,55,53,93,44,91,45,57,51,46,54,51,49,51,52,53,44,51,48,46,54,55,55,56,55,50,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,53,50,52,55,51,57,44,51,49,46,48,51,57,48,48,55,93,44,91,45,57,51,46,53,53,50,53,50,52,44,51,49,46,49,56,53,52,48,53,93,44,91,45,57,51,46,54,48,48,51,48,56,44,51,49,46,49,55,54,49,53,56,93,44,91,45,57,51,46,57,49,49,49,50,54,44,51,49,46,49,53,56,48,55,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,49,57,34,44,34,78,65,77,69,34,58,34,72,111,99,107,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,49,54,50,44,34,98,101,100,115,34,58,52,56,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,44,91,45,49,48,50,46,53,57,52,56,51,54,44,51,51,46,51,56,56,52,56,57,93,44,91,45,49,48,50,46,48,55,53,57,50,57,44,51,51,46,51,56,57,53,56,54,93,44,91,45,49,48,50,46,48,56,53,55,51,51,44,51,51,46,56,50,52,54,55,53,93,44,91,45,49,48,50,46,54,49,53,52,52,55,44,51,51,46,56,50,53,49,50,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,48,48,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,57,34,44,34,78,65,77,69,34,58,34,66,97,108,100,119,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,50,56,54,44,34,98,101,100,115,34,58,51,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,44,91,45,56,51,46,51,53,55,54,56,53,44,51,50,46,57,50,54,49,52,49,93,44,91,45,56,51,46,49,51,51,56,52,55,44,51,51,46,48,48,55,50,52,56,93,44,91,45,56,51,46,48,55,51,54,52,56,44,51,50,46,57,52,54,53,54,50,93,44,91,45,56,51,46,48,53,50,49,57,55,44,51,51,46,48,56,48,54,56,50,93,44,91,45,56,51,46,48,57,55,54,52,57,44,51,51,46,49,53,49,53,51,54,93,44,91,45,56,51,46,50,55,52,49,48,56,44,51,51,46,49,56,55,50,51,56,93,44,91,45,56,51,46,52,50,57,48,57,44,51,51,46,49,56,53,51,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,84,114,97,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,51,53,49,51,44,34,98,101,100,115,34,58,57,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,44,91,45,56,51,46,48,48,56,53,51,49,44,51,53,46,48,50,55,51,57,52,93,44,91,45,56,50,46,56,57,55,51,55,51,44,51,53,46,48,53,54,50,49,52,93,44,91,45,56,50,46,55,54,52,53,55,53,44,51,53,46,48,54,56,51,56,93,44,91,45,56,50,46,53,55,52,56,51,57,44,51,53,46,49,52,53,52,52,57,93,44,91,45,56,50,46,54,49,48,49,56,54,44,51,53,46,50,56,56,49,57,57,93,44,91,45,56,50,46,55,52,53,49,51,57,44,51,53,46,52,50,50,57,54,55,93,44,91,45,56,50,46,56,51,50,50,52,52,44,51,53,46,51,49,56,51,50,52,93,44,91,45,56,50,46,57,50,48,56,56,49,44,51,53,46,50,57,50,48,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,49,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,49,34,44,34,78,65,77,69,34,58,34,83,117,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,48,57,57,44,34,98,101,100,115,34,58,50,50,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,44,91,45,56,48,46,56,54,56,55,52,54,44,51,54,46,51,50,54,52,52,55,93,44,91,45,56,48,46,56,55,51,50,48,53,44,51,54,46,50,51,54,51,48,53,93,44,91,45,56,48,46,54,51,49,53,52,52,44,51,54,46,50,56,53,53,56,52,93,44,91,45,56,48,46,52,53,50,51,50,50,44,51,54,46,50,52,49,52,49,57,93,44,91,45,56,48,46,52,53,49,54,57,54,44,51,54,46,50,54,49,53,48,50,93,44,91,45,56,48,46,52,52,48,48,57,56,44,51,54,46,53,53,48,54,53,53,93,44,91,45,56,48,46,54,49,50,48,53,55,44,51,54,46,53,53,55,56,57,56,93,44,91,45,56,48,46,56,51,55,57,53,52,44,51,54,46,53,53,57,49,52,51,93,44,91,45,56,48,46,57,48,49,54,52,49,44,51,54,46,53,54,49,55,54,54,93,44,91,45,56,48,46,57,54,55,49,53,51,44,51,54,46,52,48,50,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,102,102,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,56,56,44,34,98,101,100,115,34,58,49,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,53,46,55,57,49,52,48,50,44,51,49,46,49,57,54,51,52,57,93,44,91,45,56,53,46,55,56,57,49,52,50,44,51,49,46,54,49,55,57,54,52,93,44,91,45,56,54,46,49,52,53,56,57,53,44,51,49,46,54,49,55,55,52,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,57,34,44,34,78,65,77,69,34,58,34,83,104,101,108,98,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,55,57,55,44,34,98,101,100,115,34,58,57,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,52,51,50,53,55,53,44,52,48,46,49,57,55,48,51,55,93,44,91,45,56,52,46,48,50,50,57,49,57,44,52,48,46,49,56,51,57,52,53,93,44,91,45,56,52,46,48,49,52,55,54,51,44,52,48,46,50,55,51,52,53,57,93,44,91,45,56,52,46,48,48,50,51,55,50,44,52,48,46,52,56,51,49,49,53,93,44,91,45,56,52,46,51,51,57,49,51,55,44,52,48,46,52,56,49,48,55,54,93,44,91,45,56,52,46,51,51,56,54,44,52,48,46,51,55,57,49,57,57,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,54,48,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,55,34,44,34,78,65,77,69,34,58,34,67,97,110,121,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,100,97,104,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,50,50,51,48,44,34,98,101,100,115,34,58,51,52,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,44,91,45,49,49,54,46,56,52,52,57,55,56,44,52,51,46,53,57,52,52,93,44,91,45,49,49,54,46,55,56,49,51,51,54,44,52,51,46,52,55,56,54,51,51,93,44,91,45,49,49,54,46,53,49,49,56,57,55,44,52,51,46,50,57,48,53,50,93,44,91,45,49,49,54,46,52,55,51,53,57,55,44,52,51,46,52,53,57,50,49,56,93,44,91,45,49,49,54,46,52,55,51,52,57,50,44,52,51,46,54,51,52,49,48,51,93,44,91,45,49,49,54,46,53,49,50,53,48,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,55,49,50,54,55,50,44,52,51,46,56,48,55,49,54,49,93,44,91,45,49,49,54,46,56,53,51,49,53,52,44,52,51,46,55,57,50,55,49,93,44,91,45,49,49,54,46,57,56,51,56,50,55,44,52,51,46,56,56,48,48,52,54,93,44,91,45,49,49,55,46,48,51,50,50,56,57,44,52,51,46,56,50,56,55,54,55,93,44,91,45,49,49,55,46,48,50,54,53,51,56,44,52,51,46,54,56,48,56,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,68,97,110,105,101,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,51,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,44,91,45,49,48,54,46,49,53,49,57,48,56,44,52,56,46,56,50,51,57,50,55,93,44,91,45,49,48,54,46,48,50,49,50,53,49,44,52,56,46,56,50,51,57,55,53,93,44,91,45,49,48,54,46,48,49,57,56,50,44,52,56,46,53,54,51,50,50,49,93,44,91,45,49,48,53,46,56,48,52,52,51,54,44,52,56,46,53,54,51,51,53,56,93,44,91,45,49,48,52,46,57,55,51,51,53,52,44,52,56,46,53,54,51,49,57,93,44,91,45,49,48,53,46,48,51,56,53,52,56,44,52,56,46,54,53,48,48,57,57,93,44,91,45,49,48,53,46,48,53,55,54,52,50,44,52,56,46,57,57,57,48,49,50,93,44,91,45,49,48,54,46,49,49,50,48,53,56,44,52,56,46,57,57,57,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,51,34,44,34,78,65,77,69,34,58,34,76,101,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,56,49,48,50,44,34,98,101,100,115,34,58,49,50,48,56,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,44,91,45,56,52,46,52,50,48,52,55,52,44,51,48,46,52,54,51,57,48,53,93,44,91,45,56,52,46,54,52,54,52,48,56,44,51,48,46,51,56,56,50,56,49,93,44,91,45,56,52,46,55,49,51,51,53,49,44,51,48,46,51,48,48,49,55,93,44,91,45,56,52,46,50,52,55,54,55,51,44,51,48,46,51,48,51,52,57,51,93,44,91,45,56,52,46,48,55,53,53,51,57,44,51,48,46,50,55,51,54,49,55,93,44,91,45,56,52,46,48,55,52,54,57,49,44,51,48,46,52,51,52,51,48,50,93,44,91,45,56,51,46,57,55,56,54,48,55,44,51,48,46,53,50,50,54,56,55,93,44,91,45,56,52,46,48,48,55,52,53,52,44,51,48,46,54,55,50,49,50,55,93,44,91,45,56,52,46,48,56,51,55,53,55,44,51,48,46,54,55,53,56,48,52,93,44,91,45,56,52,46,50,56,50,53,53,57,44,51,48,46,54,56,53,51,51,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,49,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,57,34,44,34,78,65,77,69,34,58,34,80,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,49,53,49,50,44,34,98,101,100,115,34,58,50,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,44,91,45,57,54,46,56,49,57,48,48,53,44,51,54,46,49,53,56,56,56,54,93,44,91,45,57,54,46,57,50,53,48,54,57,44,51,54,46,50,52,54,52,55,52,93,44,91,45,57,55,46,49,52,48,57,54,56,44,51,54,46,50,52,54,52,51,53,93,44,91,45,57,55,46,49,52,48,54,54,56,44,51,54,46,49,53,57,50,51,49,93,44,91,45,57,55,46,51,53,52,49,51,50,44,51,54,46,49,53,57,48,55,50,93,44,91,45,57,55,46,51,50,51,54,50,44,51,54,46,48,49,48,56,55,55,93,44,91,45,57,55,46,49,52,48,53,56,51,44,51,53,46,57,52,49,57,57,49,93,44,91,45,57,54,46,54,49,57,54,53,53,44,51,53,46,57,52,49,53,55,49,93,44,91,45,57,54,46,54,50,50,49,50,44,51,54,46,49,53,57,57,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,57,34,44,34,78,65,77,69,34,58,34,67,111,118,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,51,53,49,44,34,98,101,100,115,34,58,49,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,44,91,45,56,54,46,51,57,56,53,51,54,44,51,49,46,52,53,49,51,50,53,93,44,91,45,56,54,46,52,57,57,50,49,51,44,51,49,46,53,50,53,51,51,49,93,44,91,45,56,54,46,55,48,49,53,53,52,44,51,49,46,53,50,51,57,52,54,93,44,91,45,56,54,46,55,48,48,50,56,50,44,51,49,46,49,57,50,50,49,55,93,44,91,45,56,54,46,54,56,56,51,49,55,44,51,48,46,57,57,52,53,48,55,93,44,91,45,56,54,46,51,56,56,54,52,54,44,51,48,46,57,57,52,49,56,49,93,44,91,45,56,54,46,49,56,55,50,52,54,44,51,48,46,57,57,52,48,50,49,93,44,91,45,56,54,46,49,57,51,52,55,54,44,51,49,46,49,57,50,50,49,51,93,44,91,45,56,54,46,49,57,51,57,53,49,44,51,49,46,52,52,48,48,55,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,56,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,76,97,119,114,101,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,110,100,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,54,49,57,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,44,91,45,56,54,46,54,56,51,49,48,50,44,51,56,46,54,56,54,53,54,49,93,44,91,45,56,54,46,51,48,56,55,48,49,44,51,56,46,54,56,56,49,48,49,93,44,91,45,56,54,46,50,55,53,50,56,49,44,51,56,46,55,54,51,55,57,53,93,44,91,45,56,54,46,51,49,55,52,55,52,44,51,56,46,57,57,48,56,55,93,44,91,45,56,54,46,54,56,50,50,55,55,44,51,56,46,57,57,50,52,48,52,93,44,91,45,56,54,46,54,56,50,56,53,51,44,51,56,46,57,48,52,54,57,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,57,34,44,34,78,65,77,69,34,58,34,71,114,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,51,55,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,44,91,45,49,48,48,46,54,54,52,49,54,54,44,51,56,46,48,48,50,53,51,93,44,91,45,49,48,48,46,54,53,50,50,53,49,44,51,55,46,55,51,54,50,55,53,93,44,91,45,49,48,48,46,54,53,50,54,52,50,44,51,55,46,52,55,52,56,52,56,93,44,91,45,49,48,48,46,50,49,54,50,50,57,44,51,55,46,52,55,53,49,57,93,44,91,45,49,48,48,46,50,50,55,48,57,44,51,55,46,57,49,52,48,49,56,93,44,91,45,49,48,48,46,50,50,54,54,49,44,51,56,46,48,48,49,48,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,52,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,53,34,44,34,78,65,77,69,34,58,34,67,97,115,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,55,57,54,44,34,98,101,100,115,34,58,50,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,44,91,45,56,53,46,48,55,51,55,55,50,44,51,55,46,52,49,51,54,54,57,93,44,91,45,56,53,46,49,54,53,49,55,52,44,51,55,46,51,49,48,51,57,54,93,44,91,45,56,53,46,48,53,54,56,57,56,44,51,55,46,50,53,55,48,52,49,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,52,46,55,50,48,55,49,50,44,51,55,46,50,51,56,51,50,56,93,44,91,45,56,52,46,55,50,50,56,50,54,44,51,55,46,51,54,48,48,52,51,93,44,91,45,56,52,46,56,53,48,56,49,54,44,51,55,46,52,50,55,49,52,51,93,44,91,45,56,52,46,56,52,55,52,51,52,44,51,55,46,53,52,56,51,52,51,93,44,91,45,56,53,46,48,51,57,54,55,52,44,51,55,46,53,52,53,50,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,57,34,44,34,78,65,77,69,34,58,34,77,101,116,99,97,108,102,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,48,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,44,91,45,56,53,46,55,51,57,50,53,53,44,51,54,46,56,52,49,52,55,54,93,44,91,45,56,53,46,53,57,54,50,49,52,44,51,54,46,56,49,56,48,51,57,93,44,91,45,56,53,46,52,53,49,56,51,44,51,54,46,57,51,56,49,51,56,93,44,91,45,56,53,46,53,50,54,56,56,49,44,51,55,46,49,48,57,52,53,93,44,91,45,56,53,46,54,56,54,52,56,50,44,51,55,46,49,56,50,52,50,55,93,44,91,45,56,53,46,55,52,52,50,50,49,44,51,55,46,49,54,57,56,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,55,34,44,34,78,65,77,69,34,58,34,82,117,115,115,101,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,44,91,45,56,53,46,50,48,53,56,51,49,44,51,54,46,57,57,54,56,54,50,93,44,91,45,56,53,46,50,51,50,48,50,54,44,51,54,46,57,50,53,48,54,57,93,44,91,45,56,53,46,50,49,53,52,48,53,44,51,54,46,56,53,52,52,54,55,93,44,91,45,56,53,46,48,54,52,51,48,55,44,51,54,46,56,53,56,55,52,51,93,44,91,45,56,52,46,56,51,53,55,49,50,44,51,54,46,57,57,55,54,49,50,93,44,91,45,56,52,46,57,48,49,49,49,50,44,51,55,46,49,49,54,50,57,55,93,44,91,45,56,53,46,48,52,51,51,49,54,44,51,55,46,49,56,54,48,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,101,97,117,114,101,103,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,55,54,57,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,44,91,45,57,51,46,52,50,49,49,48,50,44,51,48,46,56,56,51,49,51,56,93,44,91,45,57,51,46,53,53,56,53,57,54,44,51,48,46,56,54,56,56,50,50,93,44,91,45,57,51,46,54,51,49,51,52,53,44,51,48,46,54,55,55,56,55,50,93,44,91,45,57,51,46,55,51,56,55,56,56,44,51,48,46,53,52,48,57,55,53,93,44,91,45,57,51,46,55,52,49,54,55,57,44,51,48,46,52,48,50,57,55,53,93,44,91,45,57,51,46,49,51,49,49,48,57,44,51,48,46,52,48,51,48,53,55,93,44,91,45,57,51,46,49,51,49,49,53,53,44,51,48,46,52,50,51,54,49,50,93,44,91,45,57,51,46,49,51,48,51,56,44,51,48,46,53,57,55,55,55,55,93,44,91,45,57,50,46,57,55,57,49,55,44,51,48,46,53,57,56,51,52,93,44,91,45,57,50,46,57,55,56,52,53,51,44,51,48,46,56,55,56,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,51,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,83,111,109,101,114,115,101,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,105,110,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,48,55,49,48,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,44,91,45,55,48,46,48,53,54,53,53,54,44,52,54,46,52,49,54,53,53,93,44,91,45,55,48,46,50,48,56,57,56,57,44,52,54,46,51,50,57,53,50,55,93,44,91,45,55,48,46,50,57,48,52,48,53,44,52,54,46,49,56,53,48,56,55,93,44,91,45,55,48,46,51,49,49,53,55,44,52,53,46,57,54,54,51,53,57,93,44,91,45,55,48,46,50,53,52,48,57,44,52,53,46,57,48,50,50,56,54,93,44,91,45,55,48,46,52,49,54,57,55,55,44,52,53,46,55,57,53,51,56,50,93,44,91,45,55,48,46,52,48,48,52,57,52,44,52,53,46,55,49,57,55,52,51,93,44,91,45,55,48,46,53,53,50,56,53,51,44,52,53,46,54,54,55,56,57,57,93,44,91,45,55,48,46,52,49,56,53,49,57,44,52,53,46,49,52,52,48,48,53,93,44,91,45,55,48,46,50,57,51,56,50,54,44,52,53,46,49,48,57,57,48,51,93,44,91,45,55,48,46,49,53,57,51,55,53,44,52,53,46,49,50,56,51,57,54,93,44,91,45,55,48,46,49,49,48,51,54,53,44,52,52,46,57,52,55,51,49,49,93,44,91,45,55,48,46,48,51,51,50,55,44,52,52,46,56,54,52,53,52,93,44,91,45,54,57,46,57,57,54,49,57,49,44,52,52,46,54,55,55,52,57,55,93,44,91,45,54,57,46,57,51,48,52,53,49,44,52,52,46,54,49,48,56,53,50,93,44,91,45,54,57,46,54,48,53,55,52,54,44,52,52,46,53,55,55,50,54,52,93,44,91,45,54,57,46,54,51,51,49,49,56,44,52,52,46,55,48,48,51,55,51,93,44,91,45,54,57,46,52,55,49,55,49,50,44,52,52,46,54,57,50,56,57,57,93,44,91,45,54,57,46,50,54,54,55,56,53,44,52,52,46,55,50,49,57,50,56,93,44,91,45,54,57,46,51,53,53,54,54,55,44,52,53,46,48,55,51,52,54,57,93,44,91,45,54,57,46,54,50,48,57,54,55,44,52,53,46,48,49,48,57,53,54,93,44,91,45,54,57,46,55,55,57,57,50,56,44,52,53,46,53,52,50,55,54,54,93,44,91,45,54,57,46,55,48,49,54,56,56,44,52,53,46,54,50,55,57,56,50,93,44,91,45,54,57,46,55,56,53,50,53,55,44,52,53,46,54,57,50,55,56,93,44,91,45,54,57,46,55,48,52,50,54,53,44,52,53,46,56,52,54,49,51,54,93,44,91,45,54,57,46,55,50,56,53,55,55,44,52,53,46,57,55,54,56,56,50,93,44,91,45,54,57,46,55,50,49,49,48,57,44,52,54,46,53,55,52,48,53,51,93,44,91,45,55,48,46,48,50,51,49,56,55,44,52,54,46,53,55,51,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,105,109,97,114,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,56,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,44,91,45,49,48,51,46,48,48,50,51,50,57,44,51,55,46,48,48,48,49,53,93,44,91,45,49,48,51,46,48,48,50,51,53,57,44,51,54,46,53,48,48,53,53,49,93,44,91,45,49,48,50,46,49,54,50,52,54,51,44,51,54,46,53,48,48,51,50,54,93,44,91,45,49,48,50,46,48,51,50,51,51,56,44,51,54,46,53,48,48,53,55,53,93,44,91,45,49,48,50,46,48,50,56,50,48,52,44,51,54,46,57,57,51,49,48,50,93,44,91,45,49,48,50,46,48,52,50,48,56,57,44,51,54,46,57,57,51,48,49,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,54,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,51,34,44,34,78,65,77,69,34,58,34,77,101,97,100,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,51,50,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,44,91,45,56,54,46,49,53,49,50,56,53,44,51,55,46,55,57,56,56,55,56,93,44,91,45,56,54,46,48,48,55,52,51,50,44,51,55,46,56,49,56,52,51,57,93,44,91,45,56,53,46,57,57,56,57,53,50,44,51,55,46,57,57,57,54,53,52,93,44,91,45,56,54,46,49,55,56,57,51,44,51,56,46,48,49,48,56,49,93,44,91,45,56,54,46,50,54,55,55,54,57,44,51,56,46,48,53,55,49,55,49,93,44,91,45,56,54,46,51,50,57,54,44,51,56,46,49,56,49,56,48,53,93,44,91,45,56,54,46,52,54,49,48,50,50,44,51,56,46,49,50,49,48,56,55,93,44,91,45,56,54,46,52,57,48,56,53,52,44,51,56,46,48,52,53,55,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,57,34,44,34,78,65,77,69,34,58,34,78,101,108,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,51,56,56,44,34,98,101,100,115,34,58,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,44,91,45,56,53,46,54,52,51,50,53,52,44,51,55,46,56,51,52,48,51,51,93,44,91,45,56,53,46,55,51,55,55,55,55,44,51,55,46,56,49,49,55,57,93,44,91,45,56,53,46,54,56,48,52,56,56,44,51,55,46,55,51,50,50,56,52,93,44,91,45,56,53,46,53,57,50,48,56,56,44,51,55,46,54,57,51,52,55,57,93,44,91,45,56,53,46,54,49,56,48,55,49,44,51,55,46,53,52,48,54,49,49,93,44,91,45,56,53,46,53,50,49,50,57,44,51,55,46,53,53,52,51,52,51,93,44,91,45,56,53,46,52,48,49,55,56,52,44,51,55,46,55,51,48,54,53,56,93,44,91,45,56,53,46,50,57,48,50,56,52,44,51,55,46,56,51,49,49,56,50,93,44,91,45,56,53,46,49,53,50,55,57,55,44,51,55,46,56,57,55,54,54,49,93,44,91,45,56,53,46,49,54,55,56,51,52,44,51,55,46,57,55,49,56,48,57,93,44,91,45,56,53,46,51,57,57,56,55,49,44,51,55,46,57,51,57,57,53,54,93,44,91,45,56,53,46,52,56,57,50,48,50,44,51,55,46,57,57,48,54,53,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,55,34,44,34,78,65,77,69,34,58,34,79,119,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,52,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,44,91,45,56,53,46,48,50,57,56,56,56,44,51,56,46,53,49,48,55,54,53,93,44,91,45,56,52,46,56,56,48,50,52,56,44,51,56,46,52,49,54,49,56,93,44,91,45,56,52,46,56,55,48,52,56,50,44,51,56,46,51,53,54,55,53,49,93,44,91,45,56,52,46,55,52,48,53,57,52,44,51,56,46,51,53,50,52,49,53,93,44,91,45,56,52,46,53,56,48,53,51,57,44,51,56,46,52,55,51,48,51,57,93,44,91,45,56,52,46,55,55,52,51,50,50,44,51,56,46,54,49,56,53,57,52,93,44,91,45,56,52,46,55,56,53,55,56,56,44,51,56,46,55,50,48,52,53,57,93,44,91,45,56,52,46,57,51,52,53,51,54,44,51,56,46,54,54,50,49,51,93,44,91,45,56,53,46,48,55,52,53,56,51,44,51,56,46,53,57,54,56,51,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,80,101,109,105,115,99,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,48,51,49,44,34,98,101,100,115,34,58,49,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,57,53,57,51,55,54,44,51,53,46,57,57,57,49,51,49,93,44,91,45,56,57,46,55,51,51,48,57,53,44,51,54,46,48,48,48,54,48,56,93,44,91,45,56,57,46,54,50,57,52,53,51,44,51,54,46,49,56,53,51,56,50,93,44,91,45,56,57,46,53,51,54,52,52,49,44,51,54,46,50,55,50,56,50,55,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,54,49,49,51,48,56,44,51,54,46,52,49,49,50,55,51,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,53,34,44,34,78,65,77,69,34,58,34,78,97,110,99,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,53,52,44,34,98,101,100,115,34,58,49,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,44,91,45,57,56,46,50,55,53,52,48,56,44,52,49,46,50,54,52,51,52,49,93,44,91,45,57,56,46,48,53,51,49,51,55,44,52,49,46,50,57,51,49,50,51,93,44,91,45,57,55,46,55,48,53,52,57,55,44,52,49,46,51,48,57,49,51,52,93,44,91,45,57,55,46,55,48,51,55,54,53,44,52,49,46,51,57,52,56,55,54,93,44,91,45,57,55,46,55,48,51,54,50,55,44,52,49,46,53,50,54,55,57,54,93,44,91,45,57,55,46,56,50,57,56,52,54,44,52,49,46,53,50,54,49,55,52,93,44,91,45,57,56,46,48,57,57,53,50,51,44,52,49,46,52,56,48,55,55,55,93,44,91,45,57,56,46,50,57,49,51,52,52,44,52,49,46,52,56,48,55,50,55,93,44,91,45,57,56,46,50,57,49,52,49,57,44,52,49,46,51,57,51,56,57,52,93,44,91,45,57,56,46,50,56,54,53,56,52,44,52,49,46,51,57,51,56,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,56,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,56,34,44,34,78,65,77,69,34,58,34,77,101,110,111,109,105,110,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,55,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,44,91,45,56,56,46,57,56,50,49,53,57,44,52,53,46,49,49,56,48,50,54,93,44,91,45,56,56,46,57,56,49,54,56,44,52,53,46,48,50,56,57,49,55,93,44,91,45,56,56,46,57,56,49,51,49,57,44,52,52,46,57,52,50,55,52,53,93,44,91,45,56,56,46,55,51,53,53,52,56,44,52,52,46,57,52,51,49,55,56,93,44,91,45,56,56,46,55,51,54,49,57,52,44,52,52,46,56,53,54,51,55,54,93,44,91,45,56,56,46,52,56,57,49,52,57,44,52,52,46,56,53,53,52,52,53,93,44,91,45,56,56,46,52,56,51,55,51,50,44,52,53,46,49,49,54,56,56,55,93,44,91,45,56,56,46,54,52,49,49,53,57,44,52,53,46,49,49,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,54,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,54,53,34,44,34,78,65,77,69,34,58,34,80,97,110,111,108,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,51,52,52,48,44,34,98,101,100,115,34,58,52,50,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,44,91,45,57,52,46,53,56,48,53,44,51,50,46,50,48,49,51,54,51,93,44,91,45,57,52,46,53,57,57,57,55,56,44,51,49,46,57,55,51,49,57,51,93,44,91,45,57,52,46,53,49,49,52,51,49,44,51,49,46,57,55,51,57,56,52,93,44,91,45,57,52,46,48,49,53,54,51,44,51,49,46,57,55,57,56,53,54,93,44,91,45,57,52,46,48,52,50,53,57,56,44,51,50,46,49,57,54,48,48,53,93,44,91,45,57,52,46,48,52,50,57,48,49,44,51,50,46,51,57,50,50,56,51,93,44,91,45,57,52,46,51,53,52,50,57,52,44,51,50,46,51,50,57,50,48,57,93,44,91,45,57,52,46,52,57,49,56,49,56,44,51,50,46,51,57,52,49,51,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,66,97,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,50,54,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,51,46,56,56,49,51,53,51,44,51,56,46,49,51,54,53,49,55,93,44,91,45,56,51,46,55,53,57,52,51,44,51,55,46,57,57,56,55,51,49,93,44,91,45,56,51,46,52,57,56,56,52,54,44,51,56,46,48,53,48,54,50,93,44,91,45,56,51,46,54,51,53,49,57,53,44,51,56,46,49,56,55,53,50,53,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,110,100,101,114,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,56,54,51,44,34,98,101,100,115,34,58,49,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,44,91,45,57,54,46,48,53,50,55,56,54,44,51,50,46,48,48,53,56,57,53,93,44,91,45,57,53,46,57,56,51,52,52,57,44,51,49,46,55,56,57,57,55,57,93,44,91,45,57,53,46,56,55,53,57,51,55,44,51,49,46,55,53,53,53,48,51,93,44,91,45,57,53,46,55,56,55,51,44,51,49,46,54,49,56,51,56,53,93,44,91,45,57,53,46,55,51,57,50,55,57,44,51,49,46,53,48,52,48,53,54,93,44,91,45,57,53,46,54,53,49,55,54,52,44,51,49,46,53,52,49,55,57,49,93,44,91,45,57,53,46,50,55,51,50,48,51,44,51,49,46,53,57,50,56,56,54,93,44,91,45,57,53,46,50,56,57,54,54,49,44,51,49,46,54,56,51,57,57,55,93,44,91,45,57,53,46,51,54,54,49,56,55,44,51,49,46,55,50,54,55,53,51,93,44,91,45,57,53,46,52,52,54,48,50,52,44,51,49,46,56,52,55,57,56,55,93,44,91,45,57,53,46,52,50,56,53,49,50,44,51,50,46,48,56,52,52,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,48,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,51,34,44,34,78,65,77,69,34,58,34,67,97,114,111,108,105,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,56,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,44,91,45,55,55,46,54,52,50,53,49,56,44,51,55,46,57,57,48,54,56,56,93,44,91,45,55,55,46,51,52,53,50,49,53,44,51,55,46,55,56,57,49,55,53,93,44,91,45,55,55,46,49,56,49,52,49,56,44,51,55,46,56,57,49,54,53,52,93,44,91,45,55,55,46,48,55,48,49,49,53,44,51,55,46,57,54,52,55,55,93,44,91,45,55,55,46,49,55,48,49,44,51,56,46,48,55,57,53,52,51,93,44,91,45,55,55,46,49,49,53,57,57,55,44,51,56,46,49,52,57,57,51,49,93,44,91,45,55,55,46,51,50,54,54,57,50,44,51,56,46,50,52,53,49,51,54,93,44,91,45,55,55,46,51,55,48,50,57,55,44,51,56,46,50,52,54,53,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,54,55,34,44,34,78,65,77,69,34,58,34,83,105,111,117,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,52,56,50,53,44,34,98,101,100,115,34,58,57,54,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,44,91,45,57,54,46,52,55,54,55,50,57,44,52,51,46,50,50,49,57,56,55,93,44,91,45,57,54,46,52,53,52,49,51,44,52,51,46,48,56,51,51,56,93,44,91,45,57,54,46,53,49,51,54,56,49,44,52,51,46,48,52,55,48,51,93,44,91,45,57,54,46,53,51,56,52,53,56,44,52,50,46,57,48,56,55,55,49,93,44,91,45,57,53,46,56,53,57,51,55,55,44,52,50,46,57,48,57,48,57,55,93,44,91,45,57,53,46,56,54,49,57,49,52,44,52,51,46,50,53,55,53,54,54,93,44,91,45,57,54,46,53,53,52,57,54,57,44,52,51,46,50,53,57,57,53,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,71,108,101,110,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,56,57,55,44,34,98,101,100,115,34,58,52,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,44,91,45,49,50,50,46,56,56,53,51,53,50,44,51,57,46,53,56,48,49,48,56,93,44,91,45,49,50,50,46,55,51,53,54,51,57,44,51,57,46,53,56,48,54,54,56,93,44,91,45,49,50,50,46,55,51,57,48,54,50,44,51,57,46,51,56,51,50,54,54,93,44,91,45,49,50,50,46,49,51,54,48,48,54,44,51,57,46,51,56,53,52,57,52,93,44,91,45,49,50,50,46,48,48,56,56,53,55,44,51,57,46,52,49,51,53,54,55,93,44,91,45,49,50,49,46,56,57,48,48,49,51,44,51,57,46,51,56,51,56,54,52,93,44,91,45,49,50,49,46,56,53,54,53,51,50,44,51,57,46,53,51,54,57,48,52,93,44,91,45,49,50,49,46,57,57,52,48,50,49,44,51,57,46,53,51,51,57,50,54,93,44,91,45,49,50,49,46,57,55,52,55,57,52,44,51,57,46,54,55,53,52,56,55,93,44,91,45,49,50,50,46,48,52,54,52,55,49,44,51,57,46,55,57,55,54,52,56,93,44,91,45,49,50,50,46,57,51,55,54,53,52,44,51,57,46,55,57,56,49,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,53,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,49,48,34,44,34,78,65,77,69,34,58,34,83,116,46,32,76,111,117,105,115,32,67,105,116,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,49,49,50,55,51,44,34,98,101,100,115,34,58,50,56,49,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,44,91,45,57,48,46,50,53,49,55,52,53,44,51,56,46,55,49,56,56,56,55,93,44,91,45,57,48,46,51,50,48,53,48,52,44,51,56,46,53,57,52,49,55,55,93,44,91,45,57,48,46,50,53,55,52,49,51,44,51,56,46,53,51,49,56,53,50,93,44,91,45,57,48,46,49,56,49,53,52,51,44,51,56,46,54,54,48,48,54,50,93,44,91,45,57,48,46,49,54,54,53,55,52,44,51,56,46,55,55,50,52,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,49,34,44,34,78,65,77,69,34,58,34,70,97,110,110,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,57,50,53,44,34,98,101,100,115,34,58,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,44,91,45,56,52,46,54,50,49,52,56,51,44,51,52,46,57,56,56,51,50,57,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,52,50,57,48,57,51,44,51,52,46,56,53,53,48,51,54,93,44,91,45,56,52,46,51,49,52,54,53,51,44,51,52,46,56,48,55,51,50,56,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,49,56,56,53,53,55,44,51,52,46,54,48,50,54,57,50,93,44,91,45,56,52,46,49,53,56,48,51,53,44,51,52,46,54,52,56,50,52,51,93,44,91,45,56,52,46,49,48,51,54,51,44,51,52,46,55,50,55,56,51,55,93,44,91,45,56,52,46,49,50,57,52,52,56,44,51,52,46,57,56,55,53,49,52,93,44,91,45,56,52,46,51,50,49,56,50,49,44,51,52,46,57,56,56,52,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,53,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,49,34,44,34,78,65,77,69,34,58,34,71,114,97,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,50,49,55,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,44,91,45,57,55,46,50,50,54,50,56,49,44,52,53,46,49,53,49,56,50,54,93,44,91,45,57,54,46,56,56,51,57,52,56,44,52,53,46,49,53,48,50,50,52,93,44,91,45,57,54,46,56,56,50,51,52,53,44,52,52,46,57,55,54,56,55,93,44,91,45,57,54,46,52,53,50,48,51,53,44,52,52,46,57,55,55,54,53,93,44,91,45,57,54,46,52,53,50,57,52,55,44,52,53,46,50,54,56,57,50,53,93,44,91,45,57,54,46,52,55,48,52,55,53,44,52,53,46,51,50,54,53,52,53,93,44,91,45,57,54,46,57,57,50,57,52,54,44,52,53,46,51,50,54,56,56,93,44,91,45,57,55,46,50,50,54,50,52,52,44,52,53,46,50,57,55,54,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,77,97,114,115,104,97,108,108,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,68,97,107,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,68,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,57,53,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,44,91,45,57,55,46,57,55,57,53,57,50,44,52,53,46,53,56,56,52,56,51,93,44,91,45,57,55,46,51,55,51,51,54,54,44,52,53,46,53,56,55,54,51,52,93,44,91,45,57,55,46,50,50,55,48,56,57,44,52,53,46,53,53,56,49,53,56,93,44,91,45,57,55,46,50,50,56,50,57,49,44,52,53,46,57,51,53,51,56,51,93,44,91,45,57,55,46,57,55,56,55,55,56,44,52,53,46,57,51,53,56,54,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,84,104,117,114,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,54,56,52,44,34,98,101,100,115,34,58,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,44,91,45,49,50,51,46,49,53,56,51,54,52,44,52,54,46,57,57,53,56,55,49,93,44,91,45,49,50,51,46,49,54,48,53,56,56,44,52,54,46,55,57,51,51,56,51,93,44,91,45,49,50,51,46,49,54,48,57,48,57,44,52,54,46,55,54,52,51,51,93,44,91,45,49,50,50,46,50,48,51,49,49,53,44,52,54,46,55,54,51,48,54,49,93,44,91,45,49,50,50,46,52,57,48,56,56,56,44,52,54,46,56,54,55,52,53,50,93,44,91,45,49,50,50,46,54,51,56,50,49,49,44,52,54,46,57,55,56,49,51,57,93,44,91,45,49,50,50,46,56,50,48,53,55,54,44,52,55,46,49,57,52,50,50,93,44,91,45,49,50,51,46,48,48,50,52,51,53,44,52,55,46,49,53,49,51,48,50,93,44,91,45,49,50,51,46,48,55,53,48,50,54,44,52,55,46,48,56,52,55,56,55,93,44,91,45,49,50,51,46,50,48,49,56,57,49,44,52,55,46,48,56,53,48,53,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,75,110,111,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,52,54,48,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,44,91,45,57,55,46,54,51,53,52,52,44,52,50,46,56,53,49,53,51,50,93,44,91,45,57,55,46,56,55,53,53,51,49,44,52,50,46,56,53,56,54,53,54,93,44,91,45,57,56,46,48,49,51,48,55,50,44,52,50,46,55,54,50,50,49,57,93,44,91,45,57,56,46,49,53,51,49,48,55,44,52,50,46,56,51,56,57,56,54,93,44,91,45,57,56,46,51,48,57,55,55,49,44,52,50,46,56,56,50,54,48,53,93,44,91,45,57,56,46,51,48,53,49,52,57,44,52,50,46,55,54,49,50,48,55,93,44,91,45,57,56,46,51,48,48,50,51,53,44,52,50,46,52,51,54,57,49,51,93,44,91,45,57,55,46,56,51,52,52,51,49,44,52,50,46,52,51,55,54,56,52,93,44,91,45,57,55,46,52,56,53,50,57,56,44,52,50,46,52,51,56,53,55,56,93,44,91,45,57,55,46,52,56,52,57,50,49,44,52,50,46,56,53,48,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,53,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,86,97,108,101,110,99,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,77,101,120,105,99,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,77,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,53,57,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,44,91,45,49,48,54,46,52,50,57,52,56,54,44,51,52,46,57,48,51,52,93,44,91,45,49,48,54,46,54,56,53,56,48,49,44,51,52,46,57,48,54,51,53,56,93,44,91,45,49,48,54,46,55,50,48,54,54,54,44,51,52,46,56,55,48,48,53,51,93,44,91,45,49,48,55,46,48,50,52,52,56,49,44,51,52,46,56,54,57,57,53,51,93,44,91,45,49,48,55,46,48,54,54,53,54,50,44,51,52,46,57,53,55,49,57,93,44,91,45,49,48,55,46,50,48,50,56,56,50,44,51,52,46,57,53,55,53,55,50,93,44,91,45,49,48,55,46,50,48,49,55,52,51,44,51,52,46,53,55,56,55,53,55,93,44,91,45,49,48,54,46,56,56,50,56,49,51,44,51,52,46,53,55,57,54,50,56,93,44,91,45,49,48,54,46,55,54,56,50,56,49,44,51,52,46,53,51,49,50,54,50,93,44,91,45,49,48,54,46,52,49,54,57,50,52,44,51,52,46,52,51,57,54,56,55,93,44,91,45,49,48,54,46,52,54,57,55,57,44,51,52,46,53,50,49,50,49,55,93,44,91,45,49,48,54,46,52,54,51,56,54,56,44,51,52,46,56,55,48,49,57,52,93,44,91,45,49,48,54,46,52,49,49,55,56,49,44,51,52,46,56,55,48,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,80,114,97,105,114,105,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,52,50,44,34,98,101,100,115,34,58,50,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,44,91,45,49,48,53,46,56,51,50,54,55,52,44,52,54,46,56,54,48,56,50,93,44,91,45,49,48,53,46,54,49,56,49,53,56,44,52,54,46,56,51,50,49,52,56,93,44,91,45,49,48,53,46,53,55,54,48,54,51,44,52,54,46,54,53,56,48,48,51,93,44,91,45,49,48,53,46,52,52,57,49,57,54,44,52,54,46,53,55,48,57,54,55,93,44,91,45,49,48,53,46,50,51,57,50,51,56,44,52,54,46,53,52,49,49,56,56,93,44,91,45,49,48,52,46,57,56,52,55,49,52,44,52,54,46,53,52,48,51,56,57,93,44,91,45,49,48,52,46,55,51,51,48,53,57,44,52,54,46,54,49,50,54,57,53,93,44,91,45,49,48,52,46,54,48,54,57,48,51,44,52,54,46,54,56,52,57,50,52,93,44,91,45,49,48,52,46,54,48,51,55,54,54,44,52,54,46,56,54,48,56,53,51,93,44,91,45,49,48,53,46,48,50,55,53,50,54,44,52,54,46,56,54,49,52,53,55,93,44,91,45,49,48,53,46,49,57,54,55,51,53,44,52,54,46,57,55,55,49,55,50,93,44,91,45,49,48,53,46,51,50,52,55,53,55,44,52,54,46,57,55,55,49,57,54,93,44,91,45,49,48,53,46,51,50,52,56,53,51,44,52,55,46,49,56,49,52,57,54,93,44,91,45,49,48,53,46,52,48,54,51,48,57,44,52,55,46,49,56,49,53,56,51,93,44,91,45,49,48,53,46,56,51,51,48,52,52,44,52,55,46,49,56,49,48,57,50,93,44,91,45,49,48,53,46,57,53,57,56,57,55,44,52,55,46,48,57,50,57,54,56,93,44,91,45,49,48,54,46,48,56,54,55,55,55,44,52,55,46,49,56,48,57,51,56,93,44,91,45,49,48,54,46,48,56,54,53,56,53,44,52,54,46,56,54,48,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,108,108,97,109,97,107,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,56,56,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,54,48,53,51,48,55,44,52,51,46,48,56,49,54,53,51,93,44,91,45,57,49,46,49,55,55,50,50,50,44,52,51,46,48,56,48,50,52,55,93,44,91,45,57,49,46,48,53,55,57,49,44,52,51,46,50,53,51,57,54,56,93,44,91,45,57,49,46,50,48,49,56,52,55,44,52,51,46,51,52,57,49,48,51,93,44,91,45,57,49,46,50,48,53,53,53,44,52,51,46,52,50,50,57,52,57,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,48,54,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,49,34,44,34,78,65,77,69,34,58,34,67,97,109,101,114,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,50,49,55,53,48,44,34,98,101,100,115,34,58,49,51,56,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,44,91,45,57,55,46,51,56,54,53,48,53,44,50,54,46,52,49,48,52,51,55,93,44,91,45,57,55,46,53,50,55,53,56,50,44,50,54,46,50,57,57,51,48,52,93,44,91,45,57,55,46,56,54,49,56,55,53,44,50,54,46,51,52,56,49,53,54,93,44,91,45,57,55,46,56,54,49,56,50,50,44,50,54,46,48,54,57,57,50,49,93,44,91,45,57,55,46,54,54,55,52,50,50,44,50,54,46,48,50,57,48,55,51,93,44,91,45,57,55,46,53,50,48,56,49,50,44,50,53,46,56,56,54,93,44,91,45,57,55,46,51,55,51,49,56,55,44,50,53,46,56,51,57,57,53,54,93,44,91,45,57,55,46,50,55,54,55,48,49,44,50,53,46,57,53,50,49,52,54,93,44,91,45,57,55,46,48,57,49,49,50,49,44,50,53,46,57,55,51,56,52,93,44,91,45,57,55,46,49,50,54,49,50,49,44,50,54,46,50,53,48,51,53,49,93,44,91,45,57,55,46,49,54,55,50,53,53,44,50,54,46,52,49,50,55,49,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,51,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,51,57,34,44,34,78,65,77,69,34,58,34,77,111,110,116,103,111,109,101,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,53,52,52,52,53,44,34,98,101,100,115,34,58,49,55,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,44,91,45,57,53,46,56,48,51,51,51,44,51,48,46,48,57,48,48,57,54,93,44,91,45,57,53,46,54,48,49,49,51,50,44,51,48,46,49,51,50,55,56,93,44,91,45,57,53,46,52,50,52,50,49,54,44,51,48,46,49,49,53,52,57,49,93,44,91,45,57,53,46,50,54,52,49,51,56,44,51,48,46,48,51,50,48,54,57,93,44,91,45,57,53,46,48,57,54,55,48,56,44,51,48,46,49,54,55,50,49,52,93,44,91,45,57,53,46,49,54,53,56,57,55,44,51,48,46,51,52,52,57,55,54,93,44,91,45,57,53,46,51,48,56,51,57,53,44,51,48,46,52,48,53,55,53,93,44,91,45,57,53,46,51,53,57,49,53,54,44,51,48,46,53,48,52,51,54,57,93,44,91,45,57,53,46,53,57,56,57,55,49,44,51,48,46,53,48,57,48,48,50,93,44,91,45,57,53,46,56,51,48,50,52,44,51,48,46,54,51,48,50,56,52,93,44,91,45,57,53,46,56,48,52,51,48,54,44,51,48,46,50,52,53,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,76,97,115,32,65,110,105,109,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,49,55,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,44,91,45,49,48,52,46,52,53,52,57,51,44,51,55,46,55,52,48,56,51,57,93,44,91,45,49,48,52,46,53,52,56,54,53,50,44,51,55,46,53,55,52,55,93,44,91,45,49,48,52,46,55,52,56,52,52,55,44,51,55,46,52,48,55,52,51,55,93,44,91,45,49,48,52,46,57,57,53,53,48,53,44,51,55,46,51,55,53,53,53,49,93,44,91,45,49,48,53,46,49,53,52,49,55,54,44,51,55,46,50,57,51,49,50,57,93,44,91,45,49,48,53,46,49,53,53,48,52,50,44,51,54,46,57,57,53,50,54,50,93,44,91,45,49,48,52,46,48,48,55,56,53,49,44,51,54,46,57,57,54,49,51,52,93,44,91,45,49,48,51,46,48,56,54,49,48,50,44,51,55,46,48,48,48,49,56,56,93,44,91,45,49,48,51,46,48,55,53,57,51,56,44,51,55,46,54,52,51,52,50,93,44,91,45,49,48,51,46,52,48,52,51,51,57,44,51,55,46,54,52,51,53,55,54,93,44,91,45,49,48,52,46,48,53,56,49,57,54,44,51,55,46,54,52,52,48,52,57,93,44,91,45,49,48,52,46,48,54,49,49,51,50,44,51,55,46,55,51,52,55,48,52,93,44,91,45,49,48,52,46,51,53,49,49,48,57,44,51,55,46,56,49,55,52,56,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,57,57,34,44,34,78,65,77,69,34,58,34,76,108,97,110,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,54,52,48,44,34,98,101,100,115,34,58,50,55,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,56,46,53,57,49,54,55,44,51,48,46,52,57,57,56,55,53,93,44,91,45,57,56,46,51,53,49,48,52,49,44,51,48,46,52,56,54,48,57,54,93,44,91,45,57,56,46,52,49,56,53,57,52,44,51,48,46,54,52,53,57,50,54,93,44,91,45,57,56,46,51,57,51,54,52,54,44,51,48,46,56,52,50,57,54,93,44,91,45,57,56,46,52,52,53,55,56,50,44,51,48,46,57,50,49,52,51,57,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,51,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,51,49,57,34,44,34,78,65,77,69,34,58,34,77,97,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,44,91,45,57,56,46,57,54,52,50,51,50,44,51,48,46,52,57,56,52,56,50,93,44,91,45,57,56,46,57,54,52,54,49,50,44,51,48,46,57,50,49,51,54,56,93,44,91,45,57,57,46,48,57,50,51,49,55,44,51,48,46,57,52,49,48,48,50,93,44,91,45,57,57,46,52,56,52,55,53,53,44,51,48,46,57,52,48,54,48,53,93,44,91,45,57,57,46,52,56,51,56,54,57,44,51,48,46,55,49,48,55,55,49,93,44,91,45,57,57,46,52,56,52,52,57,51,44,51,48,46,52,57,57,54,52,49,93,44,91,45,57,57,46,51,48,51,57,57,54,44,51,48,46,52,57,57,56,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,51,34,44,34,78,65,77,69,34,58,34,67,108,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,49,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,44,91,45,56,51,46,53,52,57,51,55,54,44,51,52,46,57,57,50,51,57,51,93,44,91,45,56,51,46,52,56,50,57,52,57,44,51,52,46,57,57,51,51,48,49,93,44,91,45,56,51,46,54,52,56,52,53,53,44,51,53,46,49,53,50,56,57,54,93,44,91,45,56,51,46,55,51,56,49,50,57,44,51,53,46,49,53,53,57,53,93,44,91,45,56,51,46,56,52,48,55,51,51,44,51,53,46,49,52,51,56,52,49,93,44,91,45,56,52,46,48,48,53,49,51,50,44,51,52,46,57,56,55,49,55,53,93,44,91,45,56,51,46,57,51,54,51,57,53,44,51,52,46,57,56,55,53,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,79,114,97,110,103,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,55,56,50,50,55,44,34,98,101,100,115,34,58,49,48,57,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,44,91,45,55,52,46,52,56,52,51,54,55,44,52,49,46,53,48,52,50,51,53,93,44,91,45,55,52,46,55,53,50,51,57,57,44,52,49,46,52,57,51,55,52,51,93,44,91,45,55,52,46,55,53,52,54,57,44,52,49,46,52,50,52,57,55,51,93,44,91,45,55,52,46,54,57,52,57,49,52,44,52,49,46,51,53,55,52,50,51,93,44,91,45,55,52,46,51,54,55,53,49,44,52,49,46,50,48,51,50,52,49,93,44,91,45,55,52,46,50,51,52,50,56,56,44,52,49,46,49,52,51,48,48,56,93,44,91,45,55,51,46,57,56,49,51,56,52,44,52,49,46,51,50,52,54,57,51,93,44,91,45,55,51,46,57,56,49,52,56,54,44,52,49,46,52,51,56,57,48,53,93,44,91,45,55,51,46,57,53,51,51,48,55,44,52,49,46,53,56,57,57,55,55,93,44,91,45,55,52,46,51,54,55,48,53,53,44,52,49,46,53,57,48,57,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,83,99,104,101,110,101,99,116,97,100,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,56,56,51,44,34,98,101,100,115,34,58,52,56,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,44,91,45,55,51,46,56,48,57,51,54,57,44,52,50,46,55,55,56,56,54,57,93,44,91,45,55,52,46,48,48,53,54,53,54,44,52,50,46,57,51,51,52,56,52,93,44,91,45,55,52,46,48,57,50,57,56,44,52,50,46,57,53,53,56,54,56,93,44,91,45,55,52,46,48,56,51,56,56,51,44,52,50,46,56,57,55,51,53,52,93,44,91,45,55,52,46,50,54,51,51,49,52,44,52,50,46,55,57,54,53,51,52,93,44,91,45,55,52,46,49,56,48,50,55,52,44,52,50,46,55,50,57,57,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,77,105,110,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,52,55,52,49,44,34,98,101,100,115,34,58,55,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,44,91,45,56,50,46,49,49,55,51,48,52,44,51,55,46,53,53,57,50,50,54,93,44,91,45,56,49,46,57,54,56,48,49,50,44,51,55,46,53,51,56,48,51,53,93,44,91,45,56,49,46,57,50,55,54,56,49,44,51,55,46,53,49,50,49,49,51,93,44,91,45,56,49,46,56,53,53,57,51,57,44,51,55,46,53,52,56,57,49,93,44,91,45,56,49,46,56,48,50,57,51,55,44,51,55,46,54,54,48,53,48,56,93,44,91,45,56,50,46,48,55,57,57,52,49,44,51,55,46,55,48,48,49,50,50,93,44,91,45,56,50,46,49,57,48,54,53,56,44,51,55,46,57,55,52,55,55,56,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,51,51,51,49,51,54,44,51,55,46,55,52,48,56,52,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,57,55,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,57,55,34,44,34,78,65,77,69,34,58,34,87,97,98,97,117,110,115,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,56,56,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,44,91,45,57,54,46,51,57,48,55,57,54,44,51,57,46,48,52,51,50,53,55,93,44,91,45,57,54,46,53,48,49,49,54,54,44,51,57,46,48,52,51,54,54,54,93,44,91,45,57,54,46,53,48,49,53,53,54,44,51,56,46,56,54,57,55,48,52,93,44,91,45,57,54,46,51,57,48,51,57,56,44,51,56,46,56,50,53,56,53,56,93,44,91,45,57,54,46,51,53,50,54,49,51,44,51,56,46,55,51,57,48,50,49,93,44,91,45,57,53,46,57,52,53,57,50,52,44,51,56,46,55,51,57,49,49,50,93,44,91,45,57,53,46,57,52,54,53,56,55,44,51,56,46,56,54,57,57,55,51,93,44,91,45,57,53,46,57,52,54,55,53,52,44,51,57,46,48,57,56,54,56,53,93,44,91,45,57,54,46,48,51,57,48,54,44,51,57,46,49,50,54,53,50,55,93,44,91,45,57,54,46,48,56,51,53,53,55,44,51,57,46,49,57,51,53,48,52,93,44,91,45,57,54,46,50,51,51,54,55,49,44,51,57,46,50,49,50,50,55,57,93,44,91,45,57,54,46,51,56,57,48,52,54,44,51,57,46,49,55,50,56,55,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,72,111,117,115,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,56,54,54,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,44,91,45,57,49,46,55,51,48,50,49,55,44,52,51,46,53,48,48,56,48,54,93,44,91,45,57,49,46,54,49,48,56,51,53,44,52,51,46,53,48,48,54,53,55,93,44,91,45,57,49,46,50,49,55,55,48,54,44,52,51,46,53,48,48,53,53,93,44,91,45,57,49,46,50,54,56,55,52,56,44,52,51,46,54,49,53,51,52,56,93,44,91,45,57,49,46,50,53,55,56,51,57,44,52,51,46,55,50,53,54,54,49,93,44,91,45,57,49,46,50,56,52,49,51,56,44,52,51,46,56,52,55,48,54,53,93,44,91,45,57,49,46,55,51,48,52,50,52,44,52,51,46,56,52,54,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,56,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,49,34,44,34,78,65,77,69,34,58,34,78,105,99,104,111,108,97,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,49,48,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,44,91,45,56,52,46,48,54,50,54,57,49,44,51,56,46,50,51,53,50,48,51,93,44,91,45,56,51,46,57,55,55,57,50,52,44,51,56,46,49,57,50,49,49,56,93,44,91,45,56,51,46,56,52,56,51,53,53,44,51,56,46,50,57,54,57,52,57,93,44,91,45,56,51,46,57,56,48,48,54,56,44,51,56,46,52,51,57,52,52,56,93,44,91,45,56,52,46,49,48,50,49,44,51,56,46,52,53,57,51,55,57,93,44,91,45,56,52,46,49,57,52,48,53,44,51,56,46,51,55,49,55,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,80,108,121,109,111,117,116,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,49,51,53,44,34,98,101,100,115,34,58,55,48,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,44,91,45,55,49,46,48,52,57,52,56,53,44,52,49,46,57,54,51,48,57,52,93,44,91,45,55,48,46,56,56,54,52,51,57,44,52,49,46,55,54,48,50,51,50,93,44,91,45,55,48,46,56,51,57,49,55,53,44,52,49,46,54,49,52,55,54,49,93,44,91,45,55,48,46,55,53,50,52,50,52,44,52,49,46,53,54,53,56,53,49,93,44,91,45,55,48,46,54,50,49,54,50,50,44,52,49,46,55,52,56,57,55,50,93,44,91,45,55,48,46,51,53,53,48,48,52,44,52,50,46,48,48,48,49,48,52,93,44,91,45,55,48,46,51,50,50,53,50,50,44,52,50,46,49,49,55,57,49,53,93,44,91,45,55,48,46,54,48,56,51,56,49,44,52,50,46,49,51,56,52,55,57,93,44,91,45,55,48,46,54,57,48,51,57,51,44,52,50,46,50,55,56,57,57,57,93,44,91,45,55,48,46,54,53,56,55,50,51,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,54,55,53,54,57,44,52,50,46,51,55,53,48,57,56,93,44,91,45,55,48,46,55,50,57,50,49,50,44,52,50,46,51,55,51,56,52,56,93,44,91,45,55,48,46,56,57,52,50,57,50,44,52,50,46,51,55,50,51,57,57,93,44,91,45,55,48,46,57,54,48,49,57,50,44,52,50,46,50,57,57,52,57,56,93,44,91,45,55,48,46,57,50,52,56,55,55,44,52,50,46,49,53,55,53,56,93,44,91,45,55,49,46,48,56,48,52,56,51,44,52,50,46,48,57,53,53,51,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,54,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,66,114,111,110,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,89,111,114,107,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,55,56,55,50,44,34,98,101,100,115,34,58,51,52,49,49,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,44,91,45,55,51,46,57,51,51,56,48,56,44,52,48,46,56,56,50,50,49,52,93,44,91,45,55,51,46,57,49,50,52,53,54,44,52,48,46,55,57,54,48,57,54,93,44,91,45,55,51,46,55,55,56,57,53,56,44,52,48,46,56,49,49,55,49,51,93,44,91,45,55,51,46,55,52,56,48,54,44,52,48,46,56,55,49,55,50,49,93,44,91,45,55,51,46,57,49,55,57,48,53,44,52,48,46,57,49,55,53,55,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,53,34,44,34,78,65,77,69,34,58,34,68,97,114,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,55,52,49,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,44,91,45,55,53,46,56,49,51,49,48,56,44,51,54,46,50,50,51,53,54,93,44,91,45,55,53,46,55,54,52,55,50,55,44,51,54,46,48,54,48,49,51,57,93,44,91,45,55,53,46,56,52,48,48,52,54,44,51,54,46,48,50,56,56,51,52,93,44,91,45,55,53,46,57,53,52,51,55,52,44,51,53,46,57,57,48,48,54,52,93,44,91,45,55,54,46,48,48,56,51,52,56,44,51,53,46,56,57,53,56,48,50,93,44,91,45,55,54,46,48,50,55,52,55,57,44,51,53,46,54,54,56,56,52,57,93,44,91,45,55,53,46,57,48,49,51,52,50,44,51,53,46,54,54,56,57,53,50,93,44,91,45,55,53,46,56,49,52,48,50,49,44,51,53,46,53,48,48,49,56,50,93,44,91,45,55,53,46,55,51,54,54,50,44,51,53,46,49,52,48,53,54,53,93,44,91,45,55,53,46,52,55,52,54,44,51,53,46,50,48,50,48,50,57,93,44,91,45,55,53,46,52,48,48,51,57,44,51,53,46,53,57,51,53,49,50,93,44,91,45,55,53,46,52,51,55,54,49,55,44,51,53,46,55,52,54,57,54,93,44,91,45,55,53,46,55,48,57,48,55,56,44,51,54,46,50,52,52,57,56,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,77,101,100,105,110,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,55,50,53,55,44,34,98,101,100,115,34,58,49,57,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,44,91,45,56,49,46,56,55,56,48,53,51,44,52,49,46,50,55,53,48,52,52,93,44,91,45,56,49,46,57,55,51,56,57,53,44,52,49,46,49,57,57,56,51,49,93,44,91,45,56,50,46,49,54,57,56,55,53,44,52,49,46,49,51,55,48,57,55,93,44,91,45,56,50,46,49,55,49,52,57,50,44,52,49,46,48,54,51,53,51,55,93,44,91,45,56,50,46,49,50,57,51,51,52,44,52,48,46,57,57,49,56,48,55,93,44,91,45,56,49,46,54,56,56,52,57,49,44,52,48,46,57,56,56,53,57,93,44,91,45,56,49,46,54,56,52,57,53,44,52,49,46,50,55,55,49,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,48,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,53,34,44,34,78,65,77,69,34,58,34,65,114,109,115,116,114,111,110,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,54,51,51,49,44,34,98,101,100,115,34,58,49,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,44,91,45,55,57,46,54,57,50,57,51,44,52,48,46,54,54,57,55,52,52,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,53,54,49,49,49,44,52,48,46,53,54,52,49,49,51,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,50,49,53,50,49,53,44,52,48,46,55,55,53,57,52,50,93,44,91,45,55,57,46,50,49,53,51,49,44,52,48,46,57,49,49,51,52,54,93,44,91,45,55,57,46,50,49,53,50,49,52,44,52,49,46,48,53,48,53,49,53,93,44,91,45,55,57,46,51,56,53,53,51,55,44,52,48,46,57,56,57,55,54,54,93,44,91,45,55,57,46,53,57,55,48,49,51,44,52,48,46,57,57,52,51,56,56,93,44,91,45,55,57,46,54,54,53,55,54,50,44,52,49,46,48,52,57,49,50,51,93,44,91,45,55,57,46,54,57,48,55,49,49,44,52,49,46,49,55,48,54,57,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,65,116,108,97,110,116,105,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,56,53,51,57,44,34,98,101,100,115,34,58,56,53,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,44,91,45,55,52,46,56,53,53,57,55,56,44,51,57,46,52,50,52,50,51,56,93,44,91,45,55,52,46,56,54,49,50,57,52,44,51,57,46,51,50,51,56,49,53,93,44,91,45,55,52,46,55,53,50,49,54,53,44,51,57,46,50,57,53,48,48,53,93,44,91,45,55,52,46,52,54,52,57,51,44,51,57,46,50,57,56,50,51,93,44,91,45,55,52,46,51,54,50,53,49,51,44,51,57,46,51,50,53,55,56,49,93,44,91,45,55,52,46,50,51,50,48,54,50,44,51,57,46,52,55,53,49,57,56,93,44,91,45,55,52,46,51,56,48,55,57,54,44,51,57,46,52,57,56,53,51,55,93,44,91,45,55,52,46,52,49,55,51,57,51,44,51,57,46,53,53,55,50,53,53,93,44,91,45,55,52,46,54,53,57,50,57,53,44,51,57,46,54,51,49,50,51,51,93,44,91,45,55,52,46,55,51,54,50,49,54,44,51,57,46,55,50,57,55,55,53,93,44,91,45,55,52,46,56,55,55,50,54,44,51,57,46,54,48,56,51,53,50,93,44,91,45,55,52,46,57,56,53,50,55,49,44,51,57,46,53,49,52,57,54,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,55,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,49,34,44,34,78,65,77,69,34,58,34,77,97,110,105,116,111,119,111,99,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,57,52,48,55,44,34,98,101,100,115,34,58,50,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,44,91,45,56,56,46,48,52,49,55,57,52,44,52,51,46,56,57,49,54,57,50,93,44,91,45,56,55,46,48,55,53,51,51,53,44,52,51,46,56,57,52,55,55,52,93,44,91,45,56,54,46,57,56,55,57,57,56,44,52,52,46,49,56,50,54,52,57,93,44,91,45,56,54,46,57,50,51,52,48,51,44,52,52,46,51,50,56,56,50,53,93,44,91,45,56,55,46,55,54,54,48,50,54,44,52,52,46,51,50,55,49,56,52,93,44,91,45,56,55,46,56,56,56,48,56,55,44,52,52,46,50,52,48,52,54,49,93,44,91,45,56,56,46,48,52,51,50,52,44,52,52,46,50,52,49,48,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,53,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,68,111,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,105,115,99,111,110,115,105,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,55,52,51,57,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,44,91,45,56,55,46,51,49,53,52,50,50,44,52,53,46,50,52,48,54,53,55,93,44,91,45,56,55,46,52,48,53,54,57,52,44,52,53,46,50,48,49,57,54,57,93,44,91,45,56,55,46,52,52,50,55,54,44,52,53,46,48,55,54,52,55,49,93,44,91,45,56,55,46,53,53,49,50,54,50,44,52,53,46,48,48,56,48,52,57,93,44,91,45,56,55,46,55,54,50,52,54,52,44,52,52,46,55,54,52,51,54,55,93,44,91,45,56,55,46,55,54,50,51,51,57,44,52,52,46,54,55,55,48,49,53,93,44,91,45,56,55,46,55,53,56,48,52,56,44,52,52,46,54,55,55,48,53,52,93,44,91,45,56,54,46,55,55,56,51,57,56,44,52,52,46,54,55,53,50,49,57,93,44,91,45,56,54,46,55,51,52,53,50,57,44,52,52,46,55,55,51,48,55,52,93,44,91,45,56,54,46,54,56,54,50,56,56,44,52,52,46,56,56,49,48,48,50,93,44,91,45,56,54,46,52,57,57,57,51,44,52,53,46,48,56,48,56,93,44,91,45,56,54,46,50,53,48,49,44,52,53,46,50,51,53,55,51,53,93,44,91,45,56,54,46,52,54,52,49,50,44,52,53,46,51,50,52,56,49,93,44,91,45,56,54,46,55,53,52,50,51,54,44,52,53,46,52,52,51,54,49,93,44,91,45,56,55,46,49,48,49,49,51,51,44,52,53,46,52,52,52,50,51,93,44,91,45,56,55,46,49,50,55,56,50,54,44,52,53,46,52,48,57,52,56,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,55,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,67,111,108,117,109,98,117,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,111,114,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,54,50,57,51,44,34,98,101,100,115,34,58,49,53,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,44,91,45,55,56,46,52,52,53,51,50,44,51,52,46,51,55,55,52,93,44,91,45,55,56,46,54,54,55,53,56,56,44,51,52,46,52,54,57,54,52,53,93,44,91,45,55,56,46,56,54,56,57,54,49,44,51,52,46,52,56,52,55,55,56,93,44,91,45,55,56,46,57,53,49,56,48,56,44,51,52,46,52,52,56,55,53,54,93,44,91,45,55,57,46,48,55,49,50,49,49,44,51,52,46,50,57,57,51,52,50,93,44,91,45,55,56,46,54,53,48,51,49,52,44,51,51,46,57,52,52,51,52,50,93,44,91,45,55,56,46,53,53,53,48,52,51,44,51,52,46,48,54,55,48,55,49,93,44,91,45,55,56,46,51,55,52,50,57,53,44,51,52,46,50,48,52,56,57,51,93,44,91,45,55,56,46,50,53,52,54,50,50,44,51,52,46,50,49,54,51,48,53,93,44,91,45,55,56,46,49,54,50,51,53,44,51,52,46,51,53,55,48,48,55,93,44,91,45,55,56,46,50,53,54,48,56,53,44,51,52,46,51,57,57,52,54,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,51,34,44,34,78,65,77,69,34,58,34,71,97,108,108,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,49,57,53,44,34,98,101,100,115,34,58,50,56,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,44,91,45,56,50,46,52,53,53,49,55,57,44,51,56,46,56,52,52,53,55,55,93,44,91,45,56,50,46,53,55,53,53,56,51,44,51,56,46,56,52,52,52,55,56,93,44,91,45,56,50,46,52,56,51,53,55,57,44,51,56,46,55,55,50,50,55,56,93,44,91,45,56,50,46,52,55,50,52,55,56,44,51,56,46,54,56,50,50,55,57,93,44,91,45,56,50,46,51,53,52,52,54,56,44,51,56,46,54,55,54,48,55,93,44,91,45,56,50,46,50,56,55,50,55,44,51,56,46,53,56,50,55,56,51,93,44,91,45,56,50,46,50,49,56,57,54,55,44,51,56,46,53,57,49,54,56,51,93,44,91,45,56,50,46,49,55,49,57,54,54,44,51,56,46,54,50,53,51,56,52,93,44,91,45,56,50,46,50,50,49,53,54,54,44,51,56,46,55,56,55,49,56,55,93,44,91,45,56,50,46,49,52,52,49,54,55,44,51,56,46,56,52,49,56,56,93,44,91,45,56,50,46,48,57,56,57,54,53,44,51,56,46,57,53,56,51,55,56,93,44,91,45,56,50,46,48,57,53,52,54,53,44,51,57,46,48,48,50,55,55,56,93,44,91,45,56,50,46,51,50,50,56,55,52,44,51,57,46,48,50,55,54,55,52,93,44,91,45,56,50,46,52,51,53,51,48,57,44,51,57,46,48,51,53,48,55,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,52,49,34,44,34,78,65,77,69,34,58,34,84,97,121,108,111,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,54,51,52,56,44,34,98,101,100,115,34,58,49,48,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,44,91,45,49,48,48,46,49,52,54,53,52,51,44,51,50,46,53,50,50,55,57,51,93,44,91,45,49,48,48,46,49,53,49,57,49,49,44,51,50,46,48,56,50,54,51,56,93,44,91,45,57,57,46,55,49,51,57,55,49,44,51,50,46,48,56,50,48,56,57,93,44,91,45,57,57,46,54,51,49,52,49,51,44,51,50,46,48,56,49,50,55,52,93,44,91,45,57,57,46,54,50,57,53,55,57,44,51,50,46,53,49,52,54,53,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,53,55,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,55,48,34,44,34,78,65,77,69,34,58,34,67,111,108,111,110,105,97,108,32,72,101,105,103,104,116,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,53,57,51,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,44,91,45,55,55,46,51,56,50,53,50,49,44,51,55,46,50,52,50,56,51,55,93,44,91,45,55,55,46,51,55,57,49,57,51,44,51,55,46,50,54,55,53,56,93,44,91,45,55,55,46,51,56,56,57,49,55,44,51,55,46,50,56,55,51,52,57,93,44,91,45,55,55,46,52,49,52,52,48,54,44,51,55,46,50,54,48,57,52,57,93,44,91,45,55,55,46,52,49,54,53,48,49,44,51,55,46,50,51,51,50,48,56,93,44,91,45,55,55,46,52,48,51,54,55,49,44,51,55,46,50,51,55,51,52,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,111,115,104,111,99,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,53,55,52,44,34,98,101,100,115,34,58,53,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,44,91,45,56,50,46,49,57,53,57,49,49,44,52,48,46,50,51,57,48,55,49,93,44,91,45,56,50,46,49,56,55,49,48,53,44,52,48,46,49,54,54,56,56,93,44,91,45,56,49,46,55,49,54,50,55,54,44,52,48,46,49,53,50,49,54,54,93,44,91,45,56,49,46,54,50,50,54,56,51,44,52,48,46,50,50,49,51,48,56,93,44,91,45,56,49,46,54,49,54,48,51,44,52,48,46,51,54,56,49,49,56,93,44,91,45,56,49,46,55,48,57,49,51,50,44,52,48,46,52,52,52,55,55,53,93,44,91,45,56,50,46,49,56,52,54,48,55,44,52,48,46,52,53,54,50,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,80,101,114,107,105,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,48,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,44,91,45,49,48,50,46,48,53,49,55,54,49,44,52,49,46,48,48,51,56,57,93,44,91,45,49,48,50,46,48,53,49,55,49,55,44,52,49,46,48,48,50,51,53,57,93,44,91,45,49,48,50,46,48,53,49,52,49,54,44,52,48,46,55,52,57,53,56,54,93,44,91,45,49,48,50,46,48,53,49,52,53,55,44,52,48,46,54,57,55,53,51,57,93,44,91,45,49,48,49,46,51,52,53,51,54,53,44,52,48,46,54,57,56,48,57,51,93,44,91,45,49,48,49,46,50,52,55,57,54,51,44,52,48,46,54,57,55,56,48,50,93,44,91,45,49,48,49,46,50,52,57,57,55,53,44,52,49,46,48,48,51,57,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,48,53,34,44,34,78,65,77,69,34,58,34,72,97,114,116,108,101,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,54,55,44,34,98,101,100,115,34,58,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,44,91,45,49,48,51,46,48,52,49,55,48,54,44,51,53,46,54,50,50,52,56,56,93,44,91,45,49,48,50,46,49,54,50,56,48,57,44,51,53,46,54,50,55,53,49,53,93,44,91,45,49,48,50,46,49,54,51,48,49,53,44,51,54,46,48,53,53,50,52,57,93,44,91,45,49,48,51,46,48,52,49,48,54,50,44,51,54,46,48,53,53,50,50,54,93,44,91,45,49,48,51,46,48,52,49,51,52,57,44,51,53,46,55,51,57,52,51,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,56,48,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,57,34,44,34,78,65,77,69,34,58,34,71,114,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,111,108,111,114,97,100,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,48,54,54,44,34,98,101,100,115,34,58,50,51,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,44,91,45,49,48,53,46,57,48,53,57,57,44,52,48,46,51,57,57,54,53,50,93,44,91,45,49,48,54,46,50,51,48,55,52,54,44,52,48,46,51,50,52,52,56,54,93,44,91,45,49,48,54,46,54,49,50,51,50,49,44,52,48,46,51,55,57,51,56,51,93,44,91,45,49,48,54,46,54,53,50,49,49,50,44,52,48,46,52,52,53,50,51,49,93,44,91,45,49,48,54,46,54,51,50,50,53,55,44,52,48,46,51,52,49,53,53,57,93,44,91,45,49,48,54,46,54,50,54,53,54,57,44,51,57,46,57,50,52,55,56,53,93,44,91,45,49,48,54,46,52,51,52,53,48,56,44,51,57,46,57,50,52,57,49,52,93,44,91,45,49,48,54,46,50,53,50,48,50,55,44,51,57,46,57,49,52,55,49,50,93,44,91,45,49,48,54,46,48,56,51,55,49,49,44,51,57,46,56,48,53,57,54,52,93,44,91,45,49,48,54,46,48,50,51,55,56,51,44,51,57,46,54,56,56,52,50,93,44,91,45,49,48,53,46,57,50,52,54,49,56,44,51,57,46,54,57,56,57,55,50,93,44,91,45,49,48,53,46,54,57,48,51,52,56,44,51,57,46,56,53,49,57,57,54,93,44,91,45,49,48,53,46,54,55,53,55,57,56,44,51,57,46,57,51,50,52,52,53,93,44,91,45,49,48,53,46,54,51,56,50,57,50,44,52,48,46,48,52,52,51,50,54,93,44,91,45,49,48,53,46,54,53,51,51,50,49,44,52,48,46,50,54,48,52,53,55,93,44,91,45,49,48,53,46,56,53,52,57,50,54,44,52,48,46,52,56,54,50,53,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,52,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,52,57,34,44,34,78,65,77,69,34,58,34,74,105,109,32,87,101,108,108,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,49,49,57,50,44,34,98,101,100,115,34,58,49,51,53,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,44,91,45,57,56,46,50,51,50,52,54,52,44,50,55,46,50,54,50,52,56,55,93,44,91,45,57,56,46,48,53,56,48,55,56,44,50,55,46,50,54,48,57,56,49,93,44,91,45,57,56,46,48,53,57,56,44,50,55,46,54,51,53,56,54,57,93,44,91,45,57,55,46,57,52,50,49,52,54,44,50,55,46,54,51,53,57,51,50,93,44,91,45,57,55,46,57,51,52,50,55,52,44,50,55,46,56,56,53,50,48,50,93,44,91,45,57,55,46,55,57,56,53,49,55,44,50,55,46,57,57,53,54,53,57,93,44,91,45,57,55,46,56,56,51,49,52,56,44,50,56,46,48,53,54,57,93,44,91,45,57,56,46,50,51,53,52,57,55,44,50,56,46,48,53,55,57,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,49,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,56,57,34,44,34,78,65,77,69,34,58,34,87,105,110,110,101,98,97,103,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,53,55,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,44,91,45,57,51,46,57,55,48,52,49,53,44,52,51,46,50,53,53,51,53,56,93,44,91,45,57,51,46,52,57,55,54,51,53,44,52,51,46,50,53,53,52,54,56,93,44,91,45,57,51,46,52,57,55,51,53,51,44,52,51,46,52,57,57,54,50,50,93,44,91,45,57,51,46,54,52,56,53,51,51,44,52,51,46,52,57,57,54,56,93,44,91,45,57,51,46,57,55,48,55,54,50,44,52,51,46,52,57,57,56,56,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,54,48,55,57,34,44,34,83,84,65,84,69,70,80,34,58,34,48,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,55,57,34,44,34,78,65,77,69,34,58,34,83,97,110,32,76,117,105,115,32,79,98,105,115,112,111,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,67,97,108,105,102,111,114,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,67,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,56,49,52,53,53,44,34,98,101,100,115,34,58,49,55,48,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,44,91,45,49,50,49,46,52,51,56,49,55,54,44,51,53,46,55,57,54,54,53,53,93,44,91,45,49,50,49,46,51,50,51,53,49,50,44,51,53,46,54,50,52,57,54,57,93,44,91,45,49,50,49,46,50,48,49,53,53,53,44,51,53,46,53,56,51,54,57,93,44,91,45,49,50,49,46,48,52,49,54,51,53,44,51,53,46,52,49,57,57,57,93,44,91,45,49,50,48,46,57,51,51,50,57,50,44,51,53,46,51,57,50,55,52,56,93,44,91,45,49,50,48,46,57,54,48,50,52,55,44,51,53,46,50,52,51,54,50,50,93,44,91,45,49,50,48,46,56,48,48,52,49,49,44,51,53,46,49,49,54,53,55,55,93,44,91,45,49,50,48,46,54,56,57,54,48,54,44,51,53,46,48,57,56,56,50,56,93,44,91,45,49,50,48,46,55,48,50,55,57,53,44,51,52,46,57,57,57,57,55,53,93,44,91,45,49,50,48,46,54,51,52,49,52,52,44,51,52,46,57,53,57,53,54,50,93,44,91,45,49,50,48,46,52,57,54,50,50,50,44,51,52,46,57,57,51,49,53,53,93,44,91,45,49,50,48,46,51,50,55,49,49,53,44,51,52,46,57,56,54,53,50,53,93,44,91,45,49,50,48,46,48,57,54,57,51,44,51,53,46,49,48,57,53,57,53,93,44,91,45,49,49,57,46,55,52,53,53,54,54,44,51,52,46,57,55,51,54,55,54,93,44,91,45,49,49,57,46,52,55,50,55,53,52,44,51,52,46,57,48,49,49,55,52,93,44,91,45,49,49,57,46,52,55,50,55,49,57,44,51,53,46,48,55,54,56,56,53,93,44,91,45,49,49,57,46,53,53,51,54,52,49,44,51,53,46,49,55,57,57,55,53,93,44,91,45,49,49,57,46,54,54,55,48,53,54,44,51,53,46,49,55,52,56,48,57,93,44,91,45,49,49,57,46,54,54,54,54,54,51,44,51,53,46,50,54,50,53,50,55,93,44,91,45,49,49,57,46,56,48,57,52,52,57,44,51,53,46,50,54,51,53,56,52,93,44,91,45,49,49,57,46,56,56,48,49,55,50,44,51,53,46,51,53,49,50,49,49,93,44,91,45,49,49,57,46,56,56,48,48,52,53,44,51,53,46,52,51,57,49,51,51,93,44,91,45,49,50,48,46,48,56,54,54,55,52,44,51,53,46,53,50,54,53,53,52,93,44,91,45,49,50,48,46,49,57,51,57,49,56,44,51,53,46,54,49,52,51,53,57,93,44,91,45,49,50,48,46,49,57,52,49,52,54,44,51,53,46,55,56,57,50,48,52,93,44,91,45,49,50,48,46,50,49,51,57,55,57,44,51,53,46,55,56,57,50,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,72,101,110,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,98,97,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,49,50,52,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,44,91,45,56,53,46,52,49,55,52,51,52,44,51,49,46,51,49,52,57,55,51,93,44,91,45,56,53,46,48,56,55,54,53,49,44,51,49,46,51,48,56,54,55,55,93,44,91,45,56,53,46,48,52,53,52,57,53,44,51,49,46,53,49,55,49,50,57,93,44,91,45,56,53,46,49,50,55,51,50,57,44,51,49,46,55,54,50,53,54,51,93,44,91,45,56,53,46,50,49,54,48,55,54,44,51,49,46,55,48,50,52,48,57,93,44,91,45,56,53,46,52,49,54,48,51,56,44,51,49,46,55,48,54,54,54,52,93,44,91,45,56,53,46,52,49,54,52,51,55,44,51,49,46,54,49,57,52,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,55,53,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,53,34,44,34,78,65,77,69,34,58,34,87,121,97,110,100,111,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,49,48,55,44,34,98,101,100,115,34,58,51,49,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,44,91,45,56,51,46,53,49,53,56,56,51,44,52,48,46,56,49,56,49,51,52,93,44,91,45,56,51,46,52,57,53,55,57,56,44,52,48,46,55,48,49,53,49,53,93,44,91,45,56,51,46,52,49,57,56,51,54,44,52,48,46,54,56,54,56,50,51,93,44,91,45,56,51,46,49,49,49,51,54,44,52,48,46,55,48,50,57,49,53,93,44,91,45,56,51,46,49,49,50,55,51,55,44,52,48,46,57,57,51,52,52,55,93,44,91,45,56,51,46,52,50,48,51,49,57,44,52,48,46,57,57,49,56,56,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,53,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,53,48,53,34,44,34,78,65,77,69,34,58,34,90,97,112,97,116,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,52,51,54,57,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,44,91,45,57,57,46,52,50,54,52,49,56,44,50,55,46,49,55,56,50,56,55,93,44,91,45,57,57,46,52,52,54,49,50,51,44,50,55,46,48,50,51,48,52,56,93,44,91,45,57,57,46,50,54,56,54,49,51,44,50,54,46,56,52,51,50,49,51,93,44,91,45,57,57,46,49,54,57,52,49,54,44,50,54,46,53,55,49,54,56,50,93,44,91,45,57,57,46,48,49,49,49,49,50,44,50,54,46,54,55,53,48,50,51,93,44,91,45,57,56,46,57,53,52,50,51,44,50,54,46,55,56,53,54,57,52,93,44,91,45,57,56,46,57,53,52,54,54,57,44,50,55,46,50,54,57,51,57,55,93,44,91,45,57,57,46,52,53,51,55,57,52,44,50,55,46,50,54,53,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,55,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,55,34,44,34,78,65,77,69,34,58,34,76,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,51,52,56,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,44,91,45,56,52,46,50,57,55,56,48,49,44,51,49,46,54,50,49,57,53,49,93,44,91,45,56,52,46,48,52,51,50,49,51,44,51,49,46,54,50,51,53,55,51,93,44,91,45,56,52,46,48,49,56,52,48,52,44,51,49,46,54,53,48,50,55,52,93,44,91,45,56,52,46,48,50,53,54,50,51,44,51,49,46,55,49,48,48,50,50,93,44,91,45,56,51,46,57,51,57,52,51,55,44,51,49,46,56,52,55,57,50,57,93,44,91,45,56,51,46,57,50,50,52,57,52,44,51,49,46,57,48,57,54,53,51,93,44,91,45,56,52,46,51,51,56,49,52,51,44,51,49,46,57,49,54,49,57,93,44,91,45,56,52,46,51,51,56,50,52,53,44,51,49,46,56,55,51,53,57,49,93,44,91,45,56,52,46,50,54,50,51,52,57,44,51,49,46,56,50,56,52,56,56,93,44,91,45,56,52,46,51,48,53,50,48,52,44,51,49,46,54,57,49,48,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,66,111,121,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,56,48,57,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,44,91,45,56,50,46,55,57,52,50,48,54,44,51,56,46,50,52,51,55,55,50,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,54,54,53,52,49,49,44,51,56,46,53,48,53,55,56,55,93,44,91,45,56,50,46,56,49,55,52,53,52,44,51,56,46,51,55,51,57,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,67,97,114,118,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,48,52,49,54,44,34,98,101,100,115,34,58,49,48,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,44,91,45,57,52,46,48,49,50,50,51,54,44,52,52,46,57,55,56,55,49,50,93,44,91,45,57,52,46,48,49,48,52,57,52,44,52,52,46,55,49,55,52,54,52,93,44,91,45,57,51,46,55,54,56,48,51,57,44,52,52,46,54,52,48,51,48,51,93,44,91,45,57,51,46,53,50,48,52,51,49,44,52,52,46,56,48,52,50,54,51,93,44,91,45,57,51,46,53,50,48,55,48,54,44,52,52,46,56,57,49,53,48,50,93,44,91,45,57,51,46,55,54,55,48,52,49,44,52,52,46,56,57,48,56,54,50,93,44,91,45,57,51,46,55,54,55,51,54,55,44,52,52,46,57,55,55,57,54,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,55,34,44,34,78,65,77,69,34,58,34,67,111,108,102,97,120,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,55,54,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,49,55,53,54,49,51,44,52,49,46,51,55,55,48,56,51,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,54,46,57,48,53,57,50,50,44,52,49,46,55,52,50,55,54,51,93,44,91,45,57,55,46,48,49,57,57,49,49,44,52,49,46,55,52,50,57,56,93,44,91,45,57,55,46,50,53,50,52,50,53,44,52,49,46,55,52,51,48,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,53,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,52,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,67,104,101,115,116,101,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,83,111,117,116,104,32,67,97,114,111,108,105,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,83,67,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,54,48,50,52,44,34,98,101,100,115,34,58,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,44,91,45,56,48,46,52,48,56,51,55,51,44,51,52,46,54,49,52,55,54,53,93,44,91,45,56,48,46,51,50,55,53,57,44,51,52,46,52,57,55,55,54,93,44,91,45,56,48,46,50,56,56,53,57,54,44,51,52,46,51,54,54,50,48,55,93,44,91,45,56,48,46,48,52,53,52,51,57,44,51,52,46,52,57,50,54,51,49,93,44,91,45,55,57,46,56,56,52,53,52,50,44,51,52,46,52,57,49,50,49,56,93,44,91,45,55,57,46,56,50,57,57,56,49,44,51,52,46,53,51,49,57,50,53,93,44,91,45,55,57,46,56,48,51,56,55,55,44,51,52,46,54,48,57,48,53,51,93,44,91,45,55,57,46,57,50,55,52,49,50,44,51,52,46,56,48,54,55,51,52,93,44,91,45,56,48,46,51,50,48,56,50,56,44,51,52,46,56,49,51,57,48,54,93,44,91,45,56,48,46,53,54,49,55,49,44,51,52,46,56,49,55,52,50,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,55,49,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,52,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,49,34,44,34,78,65,77,69,34,58,34,76,101,119,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,110,110,101,115,115,101,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,57,53,54,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,44,91,45,56,55,46,55,49,55,53,53,57,44,51,53,46,52,56,51,51,52,55,93,44,91,45,56,55,46,53,55,53,51,53,50,44,51,53,46,51,57,56,52,53,52,93,44,91,45,56,55,46,50,57,52,53,51,52,44,51,53,46,52,52,52,54,55,54,93,44,91,45,56,55,46,51,51,57,50,51,50,44,51,53,46,54,53,57,49,49,93,44,91,45,56,55,46,52,53,57,53,56,55,44,51,53,46,54,49,53,49,50,52,93,44,91,45,56,55,46,53,54,56,56,51,49,44,51,53,46,54,53,50,50,57,54,93,44,91,45,56,55,46,54,53,56,49,56,57,44,51,53,46,54,48,57,51,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,49,48,54,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,54,55,34,44,34,78,65,77,69,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,114,101,103,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,56,49,56,50,49,44,34,98,101,100,115,34,58,57,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,44,91,45,49,50,51,46,49,51,53,52,50,55,44,52,53,46,52,51,51,52,53,57,93,44,91,45,49,50,50,46,56,54,55,56,57,49,44,52,53,46,51,49,55,51,52,53,93,44,91,45,49,50,50,46,55,52,51,55,52,49,44,52,53,46,51,51,50,48,54,55,93,44,91,45,49,50,50,46,55,52,51,55,50,49,44,52,53,46,52,51,51,50,57,52,93,44,91,45,49,50,50,46,55,52,51,56,54,50,44,52,53,46,53,49,57,53,48,57,93,44,91,45,49,50,50,46,57,50,57,49,50,56,44,52,53,46,54,51,53,51,49,51,93,44,91,45,49,50,50,46,57,50,57,49,52,54,44,52,53,46,55,50,49,52,56,50,93,44,91,45,49,50,51,46,48,51,48,56,55,51,44,52,53,46,55,55,57,49,53,57,93,44,91,45,49,50,51,46,51,54,49,54,50,50,44,52,53,46,55,55,57,53,55,57,93,44,91,45,49,50,51,46,52,56,52,55,50,54,44,52,53,46,55,48,56,55,54,52,93,44,91,45,49,50,51,46,51,54,49,49,51,49,44,52,53,46,53,55,56,55,55,57,93,44,91,45,49,50,51,46,52,54,52,56,56,44,52,53,46,52,51,51,51,51,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,56,49,48,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,56,49,48,34,44,34,78,65,77,69,34,58,34,86,105,114,103,105,110,105,97,32,66,101,97,99,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,49,51,53,44,34,98,101,100,115,34,58,56,49,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,44,91,45,55,54,46,49,50,49,57,53,53,44,51,54,46,54,54,53,55,53,93,44,91,45,55,54,46,49,50,50,51,52,57,44,51,54,46,53,53,48,53,50,51,93,44,91,45,55,53,46,55,57,55,52,57,55,44,51,54,46,53,53,48,57,49,54,93,44,91,45,55,53,46,57,50,54,56,52,55,44,51,54,46,57,51,54,52,54,50,93,44,91,45,55,53,46,57,48,57,52,57,49,44,51,54,46,57,57,48,55,48,56,93,44,91,45,55,54,46,49,51,51,56,55,50,44,51,55,46,48,52,48,56,56,54,93,44,91,45,55,54,46,50,50,54,48,54,44,51,54,46,56,51,57,57,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,50,49,56,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,44,91,45,49,49,49,46,57,50,54,57,54,53,44,52,53,46,56,53,53,54,57,52,93,44,91,45,49,49,50,46,48,56,56,55,54,44,52,53,46,56,52,57,48,53,93,44,91,45,49,49,50,46,49,57,48,50,54,57,44,52,53,46,55,52,56,53,48,51,93,44,91,45,49,49,50,46,53,49,53,52,53,51,44,52,53,46,55,52,54,55,48,50,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,54,56,55,56,51,57,44,52,53,46,52,55,55,50,52,93,44,91,45,49,49,50,46,53,48,53,53,54,56,44,52,53,46,52,52,51,48,48,57,93,44,91,45,49,49,50,46,52,53,56,48,54,50,44,52,53,46,51,52,57,57,49,93,44,91,45,49,49,50,46,52,53,54,56,53,52,44,52,53,46,48,56,56,53,48,57,93,44,91,45,49,49,50,46,51,51,52,50,52,56,44,52,53,46,48,48,48,53,49,57,93,44,91,45,49,49,50,46,49,57,49,49,56,55,44,52,53,46,48,48,48,53,49,50,93,44,91,45,49,49,50,46,49,54,55,49,48,56,44,52,52,46,56,50,54,55,51,56,93,44,91,45,49,49,50,46,48,54,53,55,57,55,44,52,52,46,55,56,51,52,55,53,93,44,91,45,49,49,49,46,55,56,49,49,53,55,44,52,52,46,55,56,49,48,50,55,93,44,91,45,49,49,49,46,55,56,49,48,57,57,44,52,52,46,55,48,56,56,52,53,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,51,55,55,48,49,53,44,52,52,46,55,53,49,52,52,51,93,44,91,45,49,49,49,46,51,55,51,48,51,44,52,53,46,51,53,48,53,50,49,93,44,91,45,49,49,49,46,51,53,49,51,56,44,52,53,46,54,52,49,57,51,56,93,44,91,45,49,49,49,46,53,51,54,50,52,49,44,52,53,46,54,52,50,50,53,55,93,44,91,45,49,49,49,46,54,53,57,55,51,56,44,52,53,46,55,52,51,51,52,52,93,44,91,45,49,49,49,46,56,48,53,50,53,57,44,52,53,46,55,57,56,51,48,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,51,34,44,34,78,65,77,69,34,58,34,76,97,110,99,97,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,56,48,52,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,53,51,54,53,56,57,44,51,55,46,54,51,57,49,57,52,93,44,91,45,55,54,46,51,54,56,50,49,51,44,51,55,46,53,57,52,51,51,49,93,44,91,45,55,54,46,49,53,49,55,49,49,44,51,55,46,53,56,53,57,54,56,93,44,91,45,55,54,46,49,55,53,54,56,55,44,51,55,46,54,55,49,54,50,54,93,44,91,45,55,54,46,51,48,56,51,54,55,44,51,55,46,54,54,57,55,55,51,93,44,91,45,55,54,46,52,50,48,48,55,49,44,51,55,46,56,50,51,55,54,54,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,49,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,51,34,44,34,78,65,77,69,34,58,34,66,97,116,101,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,55,52,44,34,98,101,100,115,34,58,54,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,44,91,45,57,52,46,54,49,52,48,54,49,44,51,56,46,48,54,48,48,53,54,93,44,91,45,57,52,46,48,53,56,50,56,53,44,51,56,46,48,51,54,54,50,55,93,44,91,45,57,52,46,48,52,57,56,57,53,44,51,56,46,50,49,51,57,56,53,93,44,91,45,57,52,46,48,54,53,55,49,51,44,51,56,46,52,52,55,48,56,55,93,44,91,45,57,52,46,54,49,50,56,56,50,44,51,56,46,52,55,55,53,57,55,93,44,91,45,57,52,46,54,49,51,50,51,50,44,51,56,46,51,56,56,55,49,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,51,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,108,107,110,97,112,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,72,97,109,112,115,104,105,114,101,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,48,54,52,48,44,34,98,101,100,115,34,58,49,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,44,91,45,55,49,46,54,49,50,52,50,54,44,52,51,46,52,51,55,56,57,51,93,44,91,45,55,49,46,53,53,48,48,51,44,52,51,46,52,53,50,55,48,49,93,44,91,45,55,49,46,50,51,54,48,49,49,44,52,51,46,50,56,52,57,57,52,93,44,91,45,55,49,46,49,53,57,51,54,52,44,52,51,46,51,53,53,49,50,51,93,44,91,45,55,49,46,49,54,50,54,55,53,44,52,51,46,53,51,56,57,53,57,93,44,91,45,55,49,46,50,53,56,50,53,57,44,52,51,46,53,55,49,51,52,53,93,44,91,45,55,49,46,53,51,49,54,53,56,44,52,51,46,55,54,48,57,55,57,93,44,91,45,55,49,46,54,52,56,51,52,54,44,52,51,46,54,56,52,53,49,49,93,44,91,45,55,49,46,55,50,55,53,55,51,44,52,51,46,53,54,51,52,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,57,34,44,34,78,65,77,69,34,58,34,82,105,99,104,109,111,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,56,55,56,44,34,98,101,100,115,34,58,57,49,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,44,91,45,55,54,46,57,48,48,52,57,44,51,55,46,57,56,50,49,52,50,93,44,91,45,55,54,46,54,54,56,49,56,50,44,51,55,46,55,55,56,51,56,54,93,44,91,45,55,54,46,53,48,55,56,50,56,44,51,55,46,56,51,56,56,49,52,93,44,91,45,55,54,46,54,51,52,50,51,44,51,55,46,57,54,54,54,51,93,44,91,45,55,54,46,55,52,56,56,55,49,44,51,55,46,57,57,52,56,57,55,93,44,91,45,55,54,46,56,55,55,48,54,50,44,51,56,46,49,50,52,51,53,56,93,44,91,45,55,54,46,57,51,54,57,53,57,44,51,56,46,48,55,55,48,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,51,48,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,48,34,44,34,78,65,77,69,34,58,34,83,107,97,103,119,97,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,54,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,44,91,45,49,51,53,46,51,55,53,48,50,44,53,57,46,51,53,48,48,51,51,93,44,91,45,49,51,53,46,48,51,48,53,50,53,44,53,57,46,51,52,54,51,52,56,93,44,91,45,49,51,53,46,49,48,49,48,50,44,53,57,46,52,50,55,53,51,49,93,44,91,45,49,51,53,46,48,50,56,57,48,51,44,53,57,46,53,54,51,54,53,57,93,44,91,45,49,51,53,46,52,55,57,49,54,49,44,53,57,46,55,57,56,48,52,49,93,44,91,45,49,51,53,46,55,49,55,51,48,55,44,53,57,46,55,51,48,48,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,48,53,34,44,34,83,84,65,84,69,70,80,34,58,34,48,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,53,34,44,34,78,65,77,69,34,58,34,72,111,111,110,97,104,45,65,110,103,111,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,108,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,49,51,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,77,117,108,116,105,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,56,49,51,48,53,49,44,53,55,46,56,51,55,54,50,52,93,44,91,45,49,51,52,46,49,55,54,57,57,44,53,56,46,49,53,56,51,50,93,44,91,45,49,51,52,46,53,51,56,52,49,51,44,53,56,46,48,57,56,49,55,50,93,44,91,45,49,51,52,46,54,57,55,55,54,54,44,53,56,46,48,51,50,48,51,54,93,44,91,45,49,51,52,46,55,55,54,56,54,50,44,53,56,46,48,57,57,48,52,53,93,44,91,45,49,51,52,46,54,57,52,56,51,54,44,53,56,46,50,55,54,53,50,50,93,44,91,45,49,51,53,46,48,55,48,52,53,44,53,56,46,52,57,57,56,57,55,93,44,91,45,49,51,53,46,48,48,48,52,51,50,44,53,56,46,49,49,56,48,54,52,93,44,91,45,49,51,53,46,50,53,48,48,50,44,53,56,46,49,54,54,55,93,44,91,45,49,51,53,46,52,52,57,54,56,55,44,53,56,46,51,49,55,48,55,51,93,44,91,45,49,51,53,46,52,55,54,49,51,57,44,53,56,46,52,55,53,51,52,55,93,44,91,45,49,51,53,46,52,50,50,54,56,55,44,53,56,46,54,51,49,52,49,54,93,44,91,45,49,51,53,46,55,53,53,51,50,51,44,53,56,46,55,52,53,57,53,52,93,44,91,45,49,51,53,46,53,54,54,56,54,53,44,53,56,46,57,54,51,56,50,93,44,91,45,49,51,53,46,55,49,48,51,56,51,44,53,57,46,49,48,49,52,57,49,93,44,91,45,49,51,53,46,57,54,57,56,52,55,44,53,57,46,49,55,57,55,52,93,44,91,45,49,51,54,46,52,56,56,52,48,50,44,53,57,46,50,53,57,50,57,93,44,91,45,49,51,54,46,53,56,49,53,50,49,44,53,57,46,49,54,52,57,48,57,93,44,91,45,49,51,54,46,56,50,54,54,51,51,44,53,57,46,49,53,56,51,56,57,93,44,91,45,49,51,55,46,53,50,53,54,55,53,44,53,56,46,57,48,56,57,55,53,93,44,91,45,49,51,56,46,48,50,49,54,49,44,53,56,46,55,57,48,48,50,51,93,44,91,45,49,51,55,46,55,54,50,50,49,56,44,53,56,46,53,57,54,53,48,50,93,44,91,45,49,51,55,46,49,52,57,53,56,54,44,53,56,46,51,52,49,51,48,55,93,44,91,45,49,51,55,46,48,49,52,53,44,53,56,46,51,52,52,51,49,49,93,44,91,45,49,51,54,46,56,49,52,52,49,50,44,53,56,46,49,56,56,55,57,93,44,91,45,49,51,54,46,54,49,54,51,51,57,44,53,56,46,49,52,55,50,51,93,44,91,45,49,51,54,46,54,55,56,56,57,49,44,53,56,46,48,51,54,50,57,51,93,44,91,45,49,51,54,46,54,53,56,53,54,56,44,53,55,46,57,48,49,52,53,53,93,44,91,45,49,51,54,46,52,53,52,52,50,55,44,53,55,46,56,51,48,54,55,54,93,44,91,45,49,51,54,46,48,50,52,51,50,56,44,53,55,46,56,51,56,55,57,53,93,44,91,45,49,51,53,46,57,48,49,57,54,52,44,53,56,46,48,48,49,51,52,51,93,44,91,45,49,51,53,46,53,50,56,53,51,52,44,53,55,46,56,56,48,52,55,93,44,91,45,49,51,53,46,50,51,56,49,50,57,44,53,55,46,55,54,49,55,49,49,93,44,91,45,49,51,52,46,56,51,54,50,44,53,55,46,55,56,55,55,93,44,91,45,49,51,52,46,55,48,49,49,52,49,44,53,55,46,52,53,52,54,49,51,93,44,91,45,49,51,52,46,55,51,56,53,53,54,44,53,55,46,50,50,54,51,48,51,93,44,91,45,49,51,52,46,54,55,55,50,44,53,54,46,57,57,57,93,44,91,45,49,51,52,46,53,54,57,50,56,57,44,53,54,46,56,54,51,48,53,50,93,44,91,45,49,51,52,46,51,51,53,51,49,57,44,53,54,46,57,54,55,53,51,57,93,44,91,45,49,51,52,46,48,54,51,49,52,53,44,53,55,46,49,53,54,50,56,54,93,44,91,45,49,51,51,46,54,53,56,50,50,50,44,53,55,46,49,54,50,52,57,51,93,44,91,45,49,51,51,46,55,51,56,54,49,49,44,53,55,46,49,56,54,51,52,56,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,44,91,91,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,44,91,45,49,51,51,46,52,53,50,50,52,50,44,53,55,46,56,49,52,48,54,50,93,44,91,45,49,51,50,46,56,55,49,56,57,56,44,53,55,46,55,49,50,55,57,54,93,44,91,45,49,51,50,46,56,56,55,56,53,44,53,55,46,54,49,51,55,51,57,93,44,91,45,49,51,50,46,54,53,50,52,53,54,44,53,55,46,54,48,55,51,53,55,93,44,91,45,49,51,50,46,56,54,57,51,49,56,44,53,55,46,56,52,50,57,52,49,93,44,91,45,49,51,51,46,48,55,54,52,50,49,44,53,55,46,57,57,57,55,54,50,93,44,91,45,49,51,51,46,49,55,54,57,51,55,44,53,56,46,49,53,48,53,54,55,93,44,91,45,49,51,51,46,54,57,54,55,48,49,44,53,55,46,55,57,50,55,50,52,93,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,48,54,54,48,44,34,98,101,100,115,34,58,57,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,44,91,45,49,49,57,46,50,55,48,51,50,44,52,54,46,53,50,49,51,49,49,93,44,91,45,49,49,57,46,50,54,55,50,48,50,44,52,54,46,50,56,52,54,50,53,93,44,91,45,49,49,57,46,48,52,49,52,57,56,44,52,54,46,49,57,50,54,54,55,93,44,91,45,49,49,56,46,55,55,55,50,50,56,44,52,54,46,50,57,48,49,55,55,93,44,91,45,49,49,56,46,54,51,51,56,50,54,44,52,54,46,52,49,52,48,50,50,93,44,91,45,49,49,56,46,54,49,53,53,57,50,44,52,54,46,53,48,52,53,52,51,93,44,91,45,49,49,56,46,52,55,53,57,51,50,44,52,54,46,53,57,53,49,52,50,93,44,91,45,49,49,56,46,50,50,56,54,51,53,44,52,54,46,53,57,51,51,54,50,93,44,91,45,49,49,56,46,50,49,53,54,54,44,52,54,46,53,56,56,57,50,52,93,44,91,45,49,49,56,46,50,49,48,50,52,51,44,52,54,46,55,51,56,56,51,51,93,44,91,45,49,49,57,46,51,54,57,52,50,57,44,52,54,46,55,51,55,54,57,53,93,44,91,45,49,49,57,46,52,53,51,49,57,44,52,54,46,54,55,57,50,52,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,57,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,51,34,44,34,78,65,77,69,34,58,34,73,100,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,57,49,54,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,44,91,45,57,53,46,54,54,57,50,54,53,44,52,50,46,52,55,52,54,52,53,93,44,91,45,57,53,46,54,55,48,56,50,50,44,52,50,46,50,49,49,52,48,56,93,44,91,45,57,53,46,51,50,51,52,57,55,44,52,50,46,50,49,48,57,51,50,93,44,91,45,57,53,46,51,50,50,51,53,55,44,52,50,46,52,55,52,55,51,55,93,44,91,45,57,53,46,51,56,56,48,49,44,52,50,46,53,54,49,55,52,50,93,44,91,45,57,53,46,55,52,49,54,49,49,44,52,50,46,53,54,49,50,56,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,49,55,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,55,51,34,44,34,78,65,77,69,34,58,34,83,101,100,103,119,105,99,107,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,49,50,48,54,52,44,34,98,101,100,115,34,58,50,56,52,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,44,91,45,57,55,46,49,53,50,52,55,54,44,51,55,46,57,49,50,55,51,51,93,44,91,45,57,55,46,55,48,49,57,54,57,44,51,55,46,57,49,49,51,50,53,93,44,91,45,57,55,46,54,57,56,54,57,50,44,51,55,46,55,51,53,48,53,54,93,44,91,45,57,55,46,56,48,55,56,50,51,44,51,55,46,55,51,51,56,53,53,93,44,91,45,57,55,46,56,48,55,54,44,51,55,46,52,55,52,49,56,52,93,44,91,45,57,55,46,49,53,51,51,51,49,44,51,55,46,52,55,53,53,52,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,52,53,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,52,53,51,34,44,34,78,65,77,69,34,58,34,84,114,97,118,105,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,50,48,51,49,54,54,44,34,98,101,100,115,34,58,51,48,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,44,91,45,57,56,46,49,50,53,53,53,54,44,51,48,46,52,50,54,49,56,54,93,44,91,45,57,56,46,49,55,50,57,55,55,44,51,48,46,51,53,54,51,49,50,93,44,91,45,57,55,46,55,49,48,50,49,53,44,51,48,46,48,50,52,52,57,57,93,44,91,45,57,55,46,54,52,57,51,55,44,51,48,46,48,54,55,57,52,52,93,44,91,45,57,55,46,52,57,50,52,56,50,44,51,48,46,50,49,48,48,49,49,93,44,91,45,57,55,46,51,54,57,53,51,57,44,51,48,46,52,49,57,53,54,51,93,44,91,45,57,55,46,53,57,54,50,51,54,44,51,48,46,53,48,49,53,49,51,93,44,91,45,57,55,46,56,49,49,56,54,51,44,51,48,46,52,52,55,48,49,56,93,44,91,45,57,55,46,57,53,54,55,51,52,44,51,48,46,54,50,56,50,52,57,93,44,91,45,57,56,46,48,52,57,56,56,54,44,51,48,46,54,50,52,49,53,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,105,108,108,115,98,111,114,111,117,103,104,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,55,56,56,56,51,44,34,98,101,100,115,34,58,52,48,50,49,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,44,91,45,56,50,46,54,52,56,51,50,44,50,55,46,57,52,55,51,57,56,93,44,91,45,56,50,46,53,57,55,50,49,57,44,50,55,46,57,51,53,49,57,57,93,44,91,45,56,50,46,53,52,49,53,49,56,44,50,55,46,55,56,50,50,48,52,93,44,91,45,56,50,46,54,48,54,49,51,57,44,50,55,46,54,52,51,54,51,56,93,44,91,45,56,50,46,56,49,51,51,54,50,44,50,55,46,54,52,53,55,52,56,93,44,91,45,56,50,46,56,50,51,48,50,57,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,55,52,53,49,51,55,44,50,55,46,53,55,48,53,53,93,44,91,45,56,50,46,53,53,51,54,54,54,44,50,55,46,54,52,53,52,54,53,93,44,91,45,56,50,46,48,53,52,51,52,57,44,50,55,46,54,52,54,51,56,50,93,44,91,45,56,50,46,48,53,54,50,54,49,44,50,56,46,49,55,49,53,57,50,93,44,91,45,56,50,46,49,48,53,56,53,51,44,50,56,46,49,55,49,54,53,93,44,91,45,56,50,46,54,53,49,49,54,53,44,50,56,46,49,55,51,50,54,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,52,48,50,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,49,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,119,32,74,101,114,115,101,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,74,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,56,55,54,50,44,34,98,101,100,115,34,58,50,48,52,52,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,44,91,45,55,52,46,55,50,50,48,52,56,44,52,48,46,49,53,48,51,49,49,93,44,91,45,55,52,46,53,56,55,56,51,53,44,52,48,46,49,51,56,50,53,52,93,44,91,45,55,52,46,52,56,52,57,54,50,44,52,48,46,50,53,51,51,50,53,93,44,91,45,55,52,46,54,50,48,50,52,44,52,48,46,51,55,51,55,52,57,93,44,91,45,55,52,46,55,52,56,49,52,55,44,52,48,46,52,50,52,49,53,54,93,44,91,45,55,52,46,57,52,50,57,48,57,44,52,48,46,51,52,49,54,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,51,34,44,34,78,65,77,69,34,58,34,66,117,116,108,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,56,48,54,55,44,34,98,101,100,115,34,58,50,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,44,91,45,57,55,46,49,55,53,54,49,51,44,52,49,46,51,55,55,48,56,51,93,44,91,45,57,55,46,50,53,51,53,49,57,44,52,49,46,51,56,52,50,49,50,93,44,91,45,57,55,46,51,54,56,49,56,54,44,52,49,46,51,57,54,52,49,54,93,44,91,45,57,55,46,51,54,56,49,49,56,44,52,49,46,48,52,54,57,52,55,93,44,91,45,57,54,46,57,49,48,57,52,44,52,49,46,48,52,54,49,49,54,93,44,91,45,57,54,46,57,48,56,53,48,55,44,52,49,46,48,52,54,48,57,49,93,44,91,45,57,54,46,57,48,53,56,54,50,44,52,49,46,52,53,51,51,56,57,93,44,91,45,57,54,46,57,48,53,57,49,44,52,49,46,52,53,54,52,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,50,49,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,52,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,57,34,44,34,78,65,77,69,34,58,34,87,101,115,116,109,111,114,101,108,97,110,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,80,101,110,110,115,121,108,118,97,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,80,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,53,52,55,53,49,44,34,98,101,100,115,34,58,57,55,52,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,44,91,45,55,57,46,53,54,49,49,49,44,52,48,46,53,54,52,49,49,51,93,44,91,45,55,57,46,54,57,50,53,56,55,44,52,48,46,54,54,57,55,51,50,93,44,91,45,55,57,46,55,54,53,52,49,53,44,52,48,46,53,52,57,56,53,52,93,44,91,45,55,57,46,55,48,52,55,51,57,44,52,48,46,52,50,55,50,51,49,93,44,91,45,55,57,46,55,55,49,48,56,50,44,52,48,46,51,55,53,52,49,57,93,44,91,45,55,57,46,55,56,49,55,54,49,44,52,48,46,50,50,55,55,49,49,93,44,91,45,55,57,46,56,55,48,53,56,53,44,52,48,46,49,57,55,52,49,53,93,44,91,45,55,57,46,56,55,55,51,56,53,44,52,48,46,49,50,54,55,57,50,93,44,91,45,55,57,46,54,51,56,57,57,52,44,52,48,46,48,56,50,56,53,57,93,44,91,45,55,57,46,53,48,53,49,56,56,44,52,48,46,49,52,48,53,54,56,93,44,91,45,55,57,46,50,57,51,54,56,50,44,52,48,46,48,52,48,52,49,51,93,44,91,45,55,57,46,48,53,53,57,56,51,44,52,48,46,50,56,53,48,56,57,93,44,91,45,55,56,46,57,55,52,54,52,57,44,52,48,46,51,57,53,57,55,50,93,44,91,45,55,57,46,49,50,49,54,51,52,44,52,48,46,51,55,48,53,55,54,93,44,91,45,55,57,46,52,53,48,49,55,54,44,52,48,46,53,51,48,49,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,50,48,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,49,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,53,34,44,34,78,65,77,69,34,58,34,67,104,97,114,108,111,116,116,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,70,108,111,114,105,100,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,70,76,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,54,57,53,52,44,34,98,101,100,115,34,58,54,57,57,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,44,91,45,56,50,46,50,53,53,50,51,55,44,50,55,46,48,51,50,57,55,53,93,44,91,45,56,50,46,50,53,53,53,50,49,44,50,54,46,57,52,53,50,54,52,93,44,91,45,56,50,46,52,51,55,51,50,55,44,50,54,46,57,52,54,48,50,53,93,44,91,45,56,50,46,51,51,53,48,52,44,50,54,46,55,56,55,57,52,54,93,44,91,45,56,50,46,49,57,56,54,50,54,44,50,54,46,55,55,48,56,57,50,93,44,91,45,56,49,46,53,54,53,57,51,49,44,50,54,46,55,54,57,53,53,50,93,44,91,45,56,49,46,53,54,50,53,51,49,44,50,55,46,48,51,51,54,56,55,93,44,91,45,56,49,46,53,54,50,54,50,52,44,50,55,46,48,51,51,56,51,53,93,44,91,45,56,50,46,48,53,55,52,54,57,44,50,55,46,48,51,50,49,49,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,49,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,115,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,73,111,119,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,73,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,57,49,44,34,98,101,100,115,34,58,51,51,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,44,91,45,57,53,46,49,53,53,56,53,49,44,52,49,46,49,53,57,50,51,54,93,44,91,45,57,52,46,57,50,55,53,56,55,44,52,49,46,49,53,56,53,48,56,93,44,91,45,57,52,46,55,48,48,53,56,57,44,52,49,46,49,53,56,48,56,53,93,44,91,45,57,52,46,55,48,48,54,50,57,44,52,49,46,53,48,52,49,52,56,93,44,91,45,57,53,46,48,52,48,55,55,44,52,49,46,53,48,52,54,57,93,44,91,45,57,53,46,49,53,52,55,50,50,44,52,49,46,53,48,53,50,49,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,57,49,48,55,34,44,34,83,84,65,84,69,70,80,34,58,34,51,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,48,55,34,44,34,78,65,77,69,34,58,34,77,101,114,99,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,104,105,111,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,72,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,56,48,54,44,34,98,101,100,115,34,58,56,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,44,91,45,56,52,46,56,48,51,56,57,52,44,52,48,46,51,53,50,55,53,56,93,44,91,45,56,52,46,52,51,52,54,51,49,44,52,48,46,51,53,52,50,53,57,93,44,91,45,56,52,46,52,51,52,51,56,55,44,52,48,46,51,53,52,53,51,52,93,44,91,45,56,52,46,52,53,54,49,56,44,52,48,46,54,56,52,56,54,50,93,44,91,45,56,52,46,52,53,54,49,55,50,44,52,48,46,55,50,56,51,48,54,93,44,91,45,56,52,46,56,48,50,50,55,51,44,52,48,46,55,50,56,49,52,54,93,44,91,45,56,52,46,56,48,50,52,55,55,44,52,48,46,53,55,50,50,49,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,49,49,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,53,34,44,34,78,65,77,69,34,58,34,74,111,104,110,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,56,52,51,44,34,98,101,100,115,34,58,55,50,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,44,91,45,56,50,46,57,52,48,55,54,51,44,51,55,46,55,49,54,51,51,56,93,44,91,45,56,50,46,55,54,50,49,57,44,51,55,46,55,53,53,56,53,54,93,44,91,45,56,50,46,54,52,48,55,53,44,51,55,46,55,50,48,49,56,50,93,44,91,45,56,50,46,54,49,50,51,57,51,44,51,55,46,56,55,57,50,55,50,93,44,91,45,56,50,46,57,52,55,57,51,54,44,51,56,46,48,48,48,52,51,49,93,44,91,45,56,50,46,57,56,57,48,49,52,44,51,55,46,57,54,51,57,54,56,93,44,91,45,56,51,46,48,48,52,54,52,57,44,51,55,46,56,53,57,50,52,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,52,48,48,51,34,44,34,83,84,65,84,69,70,80,34,58,34,52,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,51,34,44,34,78,65,77,69,34,58,34,75,101,110,116,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,82,104,111,100,101,32,73,115,108,97,110,100,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,82,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,54,51,56,54,49,44,34,98,101,100,115,34,58,51,53,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,44,91,45,55,49,46,55,56,57,55,48,52,44,52,49,46,55,50,53,49,57,56,93,44,91,45,55,49,46,55,56,55,54,53,56,44,52,49,46,54,51,57,57,49,56,93,44,91,45,55,49,46,55,56,57,50,52,55,44,52,49,46,53,57,54,56,52,55,93,44,91,45,55,49,46,52,56,52,52,50,55,44,52,49,46,54,48,50,53,57,49,93,44,91,45,55,49,46,51,56,48,53,52,50,44,52,49,46,54,53,48,51,50,54,93,44,91,45,55,49,46,51,51,48,57,55,44,52,49,46,54,56,54,57,54,50,93,44,91,45,55,49,46,51,54,53,50,48,55,44,52,49,46,55,51,53,54,52,57,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,50,53,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,53,34,44,34,78,65,77,69,34,58,34,87,105,110,100,104,97,109,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,51,49,53,48,44,34,98,101,100,115,34,58,50,50,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,44,91,45,55,50,46,56,54,56,55,51,55,44,52,51,46,49,49,51,49,55,93,44,91,45,55,50,46,57,57,54,57,44,52,51,46,49,49,57,48,57,53,93,44,91,45,55,51,46,48,48,56,48,54,51,44,52,50,46,57,51,48,48,56,55,93,44,91,45,55,50,46,57,50,49,51,55,54,44,52,50,46,57,50,54,55,57,50,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,53,52,49,53,49,51,44,52,50,46,56,48,55,48,57,52,93,44,91,45,55,50,46,53,51,50,48,50,50,44,52,50,46,57,53,52,57,52,51,93,44,91,45,55,50,46,52,55,51,48,55,54,44,52,50,46,57,55,50,53,50,56,93,44,91,45,55,50,46,52,53,50,50,53,49,44,52,51,46,49,54,49,51,53,52,93,44,91,45,55,50,46,52,51,52,54,52,53,44,52,51,46,50,51,51,51,49,49,93,44,91,45,55,50,46,54,56,53,54,51,55,44,52,51,46,50,50,50,52,57,53,93,44,91,45,55,50,46,56,49,57,51,54,56,44,52,51,46,50,53,53,52,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,48,49,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,57,34,44,34,78,65,77,69,34,58,34,79,114,108,101,97,110,115,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,101,114,109,111,110,116,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,54,57,49,49,44,34,98,101,100,115,34,58,52,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,44,91,45,55,50,46,53,53,52,51,54,44,52,53,46,48,48,56,50,55,49,93,44,91,45,55,50,46,53,51,50,54,51,56,44,52,52,46,56,51,51,51,52,54,93,44,91,45,55,50,46,53,55,56,49,54,49,44,52,52,46,55,56,49,53,55,56,93,44,91,45,55,50,46,52,49,55,51,49,53,44,52,52,46,55,50,50,56,57,51,93,44,91,45,55,50,46,52,56,50,51,48,50,44,52,52,46,54,51,51,57,50,56,93,44,91,45,55,50,46,51,55,52,55,56,54,44,52,52,46,53,56,52,49,50,53,93,44,91,45,55,50,46,50,54,50,57,54,53,44,52,52,46,53,52,50,51,51,54,93,44,91,45,55,50,46,49,49,52,53,48,51,44,52,52,46,55,52,57,54,50,52,93,44,91,45,55,50,46,48,49,50,53,48,52,44,52,52,46,54,57,56,56,50,49,93,44,91,45,55,49,46,57,51,57,57,51,54,44,52,52,46,55,54,57,48,51,50,93,44,91,45,55,49,46,56,55,52,52,51,51,44,52,52,46,56,55,54,51,56,50,93,44,91,45,55,49,46,56,57,55,54,48,56,44,52,53,46,48,48,56,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,48,48,56,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,53,34,44,34,78,65,77,69,34,58,34,74,97,99,107,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,51,49,56,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,44,91,45,57,53,46,55,56,57,49,48,49,44,51,57,46,53,54,53,57,49,54,93,44,91,45,57,54,46,48,51,53,57,53,50,44,51,57,46,53,54,54,49,93,44,91,45,57,54,46,48,51,53,53,55,51,44,51,57,46,50,49,54,53,50,93,44,91,45,57,53,46,53,56,57,52,55,50,44,51,57,46,50,49,54,48,56,49,93,44,91,45,57,53,46,53,55,48,51,53,49,44,51,57,46,52,49,57,48,53,93,44,91,45,57,53,46,53,54,52,49,50,54,44,51,57,46,54,53,50,56,55,50,93,44,91,45,57,53,46,55,56,56,57,52,49,44,51,57,46,54,53,51,48,48,49,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,50,48,52,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,50,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,76,111,117,105,115,105,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,76,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,48,51,50,50,44,34,98,101,100,115,34,58,51,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,44,91,45,57,49,46,54,50,53,49,50,49,44,51,50,46,52,48,53,51,52,52,93,44,91,45,57,49,46,55,53,57,48,57,56,44,51,50,46,51,49,55,55,49,52,93,44,91,45,57,49,46,55,55,54,53,56,55,44,51,50,46,50,51,57,49,48,54,93,44,91,45,57,49,46,56,57,52,55,50,57,44,51,50,46,49,53,49,53,53,93,44,91,45,57,49,46,56,56,57,54,56,55,44,51,49,46,57,55,49,52,55,52,93,44,91,45,57,49,46,55,55,57,57,50,56,44,51,49,46,56,56,49,52,56,49,93,44,91,45,57,49,46,54,52,54,48,52,44,51,49,46,57,54,49,49,52,49,93,44,91,45,57,49,46,53,55,53,55,50,49,44,51,49,46,56,56,50,53,54,93,44,91,45,57,49,46,53,49,49,51,55,52,44,51,49,46,57,51,48,48,50,53,93,44,91,45,57,49,46,52,57,50,55,49,56,44,51,50,46,50,48,51,51,52,57,93,44,91,45,57,49,46,53,52,51,48,50,49,44,51,50,46,50,53,57,48,48,54,93,44,91,45,57,49,46,52,55,54,55,51,57,44,51,50,46,52,48,53,56,48,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,49,53,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,53,53,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,50,56,44,34,98,101,100,115,34,58,51,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,44,91,45,56,57,46,53,48,55,49,51,53,44,51,51,46,55,50,49,56,49,57,93,44,91,45,56,57,46,53,48,54,56,55,50,44,51,51,46,54,55,55,54,48,53,93,44,91,45,56,57,46,53,48,54,52,57,54,44,51,51,46,52,53,57,56,48,54,93,44,91,45,56,57,46,51,56,49,48,57,50,44,51,51,46,52,54,48,51,48,55,93,44,91,45,56,57,46,50,50,50,48,51,57,44,51,51,46,53,50,55,50,52,53,93,44,91,45,56,57,46,48,56,56,52,52,54,44,51,51,46,53,51,51,50,48,50,93,44,91,45,56,57,46,48,49,56,54,49,51,44,51,51,46,53,54,50,49,49,52,93,44,91,45,56,57,46,48,51,52,52,57,56,44,51,51,46,55,51,57,52,51,93,44,91,45,56,57,46,49,57,49,55,56,49,44,51,51,46,55,51,56,54,48,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,53,48,49,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,49,49,34,44,34,78,65,77,69,34,58,34,70,114,97,110,107,108,105,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,97,115,115,97,99,104,117,115,101,116,116,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,55,48,57,51,53,44,34,98,101,100,115,34,58,56,57,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,44,91,45,55,50,46,57,53,49,48,51,57,44,52,50,46,54,52,49,48,48,54,93,44,91,45,55,50,46,57,55,53,52,48,57,44,52,50,46,53,53,54,48,51,55,93,44,91,45,55,50,46,56,55,49,49,51,54,44,52,50,46,52,56,52,48,52,49,93,44,91,45,55,50,46,51,55,53,48,50,50,44,52,50,46,52,50,48,56,49,57,93,44,91,45,55,50,46,51,49,52,50,53,51,44,52,50,46,51,52,51,54,56,56,93,44,91,45,55,50,46,50,55,54,52,51,52,44,52,50,46,53,55,55,51,55,52,93,44,91,45,55,50,46,50,56,51,48,52,53,44,52,50,46,55,50,49,54,49,53,93,44,91,45,55,50,46,52,53,56,52,49,50,44,52,50,46,55,50,54,57,51,51,93,44,91,45,55,50,46,57,51,48,50,53,56,44,52,50,46,55,51,57,50,57,51,93,44,91,45,55,51,46,48,50,51,48,49,53,44,52,50,46,55,52,49,49,51,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,49,48,51,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,51,49,34,44,34,78,65,77,69,34,58,34,67,104,101,114,114,121,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,78,101,98,114,97,115,107,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,78,69,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,53,55,57,48,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,44,91,45,49,48,50,46,48,56,50,52,56,54,44,52,50,46,57,57,57,51,53,53,93,44,91,45,49,48,50,46,48,56,50,53,52,54,44,52,50,46,57,57,57,51,53,54,93,44,91,45,49,48,50,46,48,54,54,54,56,57,44,52,50,46,52,52,51,52,54,51,93,44,91,45,49,48,50,46,48,52,48,50,56,44,52,50,46,48,57,54,55,52,52,93,44,91,45,49,48,50,46,48,48,54,50,48,52,44,52,50,46,48,57,54,51,51,56,93,44,91,45,49,48,49,46,52,50,54,53,53,55,44,52,50,46,48,57,50,49,57,52,93,44,91,45,49,48,48,46,56,52,54,49,50,57,44,52,50,46,48,56,56,49,54,54,93,44,91,45,49,48,48,46,50,54,55,54,50,50,44,52,50,46,48,56,54,49,52,55,93,44,91,45,49,48,48,46,49,54,55,54,48,53,44,52,50,46,48,56,53,56,52,56,93,44,91,45,49,48,48,46,49,57,56,52,55,56,44,52,50,46,56,52,54,49,48,50,93,44,91,45,49,48,48,46,49,57,56,52,49,51,44,52,50,46,57,57,56,54,55,52,93,44,91,45,49,48,49,46,50,50,56,48,49,51,44,52,50,46,57,57,56,49,51,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,51,48,48,48,49,34,44,34,83,84,65,84,69,70,80,34,58,34,51,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,48,49,34,44,34,78,65,77,69,34,58,34,66,101,97,118,101,114,104,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,111,110,116,97,110,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,84,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,51,57,51,44,34,98,101,100,115,34,58,49,56,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,44,91,45,49,49,51,46,56,48,54,52,51,49,44,52,53,46,54,48,49,54,51,93,44,91,45,49,49,51,46,55,55,51,55,53,51,44,52,53,46,52,48,54,51,53,57,93,44,91,45,49,49,51,46,53,55,54,55,50,53,44,52,53,46,49,51,49,50,51,55,93,44,91,45,49,49,51,46,52,53,50,48,52,52,44,52,53,46,48,53,57,49,55,52,93,44,91,45,49,49,51,46,52,53,53,48,55,49,44,52,52,46,56,54,53,52,50,52,93,44,91,45,49,49,51,46,50,52,55,49,57,50,44,52,52,46,56,50,50,57,53,52,93,44,91,45,49,49,51,46,49,48,49,54,49,56,44,52,52,46,55,50,57,52,54,53,93,44,91,45,49,49,51,46,48,48,49,57,55,56,44,52,52,46,52,52,57,56,53,55,93,44,91,45,49,49,50,46,56,49,51,56,48,53,44,52,52,46,51,55,54,52,53,53,93,44,91,45,49,49,50,46,55,49,55,57,51,44,52,52,46,53,48,52,50,55,51,93,44,91,45,49,49,50,46,52,55,51,52,49,57,44,52,52,46,52,55,57,51,53,57,93,44,91,45,49,49,50,46,50,56,56,54,55,51,44,52,52,46,53,54,55,57,49,93,44,91,45,49,49,50,46,48,57,54,52,56,52,44,52,52,46,53,50,50,57,57,50,93,44,91,45,49,49,49,46,56,54,51,54,53,55,44,52,52,46,53,53,49,50,52,52,93,44,91,45,49,49,49,46,54,49,55,51,52,53,44,52,52,46,53,53,48,51,57,50,93,44,91,45,49,49,49,46,53,50,53,54,49,44,52,52,46,54,48,52,55,52,93,44,91,45,49,49,49,46,52,55,52,57,54,51,44,52,52,46,55,48,56,55,55,51,93,44,91,45,49,49,49,46,55,56,49,48,57,57,44,52,52,46,55,48,56,56,52,53,93,44,91,45,49,49,49,46,55,56,49,49,53,55,44,52,52,46,55,56,49,48,50,55,93,44,91,45,49,49,50,46,48,54,53,55,57,55,44,52,52,46,55,56,51,52,55,53,93,44,91,45,49,49,50,46,49,54,55,49,48,56,44,52,52,46,56,50,54,55,51,56,93,44,91,45,49,49,50,46,49,57,49,49,56,55,44,52,53,46,48,48,48,53,49,50,93,44,91,45,49,49,50,46,51,51,52,50,52,56,44,52,53,46,48,48,48,53,49,57,93,44,91,45,49,49,50,46,52,53,54,56,53,52,44,52,53,46,48,56,56,53,48,57,93,44,91,45,49,49,50,46,52,53,56,48,54,50,44,52,53,46,51,52,57,57,49,93,44,91,45,49,49,50,46,53,48,53,53,54,56,44,52,53,46,52,52,51,48,48,57,93,44,91,45,49,49,50,46,54,56,55,56,51,57,44,52,53,46,52,55,55,50,52,93,44,91,45,49,49,50,46,54,56,55,48,53,52,44,52,53,46,54,50,52,56,53,52,93,44,91,45,49,49,50,46,55,53,57,51,51,57,44,52,53,46,55,52,56,50,48,57,93,44,91,45,49,49,51,46,48,48,48,49,53,53,44,52,53,46,56,48,55,55,52,55,93,44,91,45,49,49,51,46,48,56,53,53,49,55,44,52,53,46,56,54,48,54,52,56,93,44,91,45,49,49,51,46,49,55,57,55,57,49,44,52,53,46,56,56,53,48,48,57,93,44,91,45,49,49,51,46,51,57,54,57,48,51,44,52,53,46,55,54,55,54,53,93,44,91,45,49,49,51,46,53,49,54,49,52,52,44,52,53,46,57,51,56,56,49,52,93,44,91,45,49,49,51,46,53,51,50,51,55,44,52,53,46,56,55,56,52,48,53,93,44,91,45,49,49,51,46,55,49,50,53,50,50,44,52,53,46,56,51,56,51,56,52,93,44,91,45,49,49,51,46,57,51,56,48,57,53,44,52,53,46,54,57,53,55,52,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,49,52,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,52,51,34,44,34,78,65,77,69,34,58,34,78,101,119,32,77,97,100,114,105,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,55,56,49,49,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,44,91,45,56,57,46,55,48,48,57,53,50,44,51,54,46,54,50,55,52,53,51,93,44,91,45,56,57,46,57,53,56,55,56,54,44,51,54,46,54,50,57,51,51,49,93,44,91,45,56,57,46,57,54,49,51,49,44,51,54,46,51,56,56,56,48,51,93,44,91,45,56,57,46,54,49,49,51,48,56,44,51,54,46,52,49,49,50,55,51,93,44,91,45,56,57,46,53,52,53,48,48,54,44,51,54,46,51,51,54,56,48,57,93,44,91,45,56,57,46,53,51,57,50,51,50,44,51,54,46,52,57,55,57,51,52,93,44,91,45,56,57,46,52,56,53,52,50,55,44,51,54,46,52,57,55,52,57,49,93,44,91,45,56,57,46,52,49,55,50,55,53,44,51,54,46,52,57,57,48,49,49,93,44,91,45,56,57,46,51,50,55,53,56,56,44,51,54,46,54,51,50,50,55,54,93,44,91,45,56,57,46,53,49,57,56,48,57,44,51,54,46,56,54,57,54,49,55,93,44,91,45,56,57,46,54,57,49,54,48,51,44,51,54,46,56,53,57,53,49,55,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,48,53,55,34,44,34,83,84,65,84,69,70,80,34,58,34,48,53,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,55,34,44,34,78,65,77,69,34,58,34,72,101,109,112,115,116,101,97,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,65,114,107,97,110,115,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,65,82,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,50,48,49,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,44,91,45,57,51,46,56,51,49,52,53,50,44,51,51,46,55,52,55,55,48,57,93,44,91,45,57,51,46,57,53,55,51,49,53,44,51,51,46,55,53,48,57,52,93,44,91,45,57,51,46,57,54,53,54,51,55,44,51,51,46,54,54,57,55,51,54,93,44,91,45,57,51,46,56,50,53,56,56,52,44,51,51,46,54,48,57,56,53,51,93,44,91,45,57,51,46,55,50,50,56,54,55,44,51,51,46,52,56,49,57,54,51,93,44,91,45,57,51,46,52,56,51,48,57,55,44,51,51,46,52,55,54,48,55,53,93,44,91,45,57,51,46,52,53,54,55,48,57,44,51,51,46,57,53,54,56,51,55,93,44,91,45,57,51,46,54,49,55,52,54,44,51,51,46,57,53,57,54,50,55,93,44,91,45,57,51,46,56,50,51,48,55,54,44,51,52,46,48,48,56,56,57,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,57,48,50,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,57,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,50,57,34,44,34,78,65,77,69,34,58,34,67,97,109,100,101,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,111,117,114,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,79,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,53,48,57,54,44,34,98,101,100,115,34,58,49,51,48,44,34,99,114,105,116,101,114,105,97,34,58,34,85,110,107,110,111,119,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,44,91,45,57,51,46,48,54,53,49,57,57,44,51,56,46,48,54,50,52,55,57,93,44,91,45,57,51,46,48,55,50,52,52,55,44,51,55,46,57,48,50,54,50,55,93,44,91,45,57,50,46,56,53,53,51,56,52,44,51,55,46,56,57,53,55,51,54,93,44,91,45,57,50,46,54,50,48,49,56,49,44,51,55,46,56,57,50,53,50,49,93,44,91,45,57,50,46,53,52,56,57,51,52,44,51,55,46,56,48,48,52,55,93,44,91,45,57,50,46,52,48,57,50,51,49,44,51,55,46,56,53,57,49,56,93,44,91,45,57,50,46,52,48,54,50,55,53,44,51,56,46,48,50,49,49,55,57,93,44,91,45,57,50,46,53,55,48,50,56,49,44,51,56,46,48,54,54,54,51,53,93,44,91,45,57,50,46,54,52,48,48,56,53,44,51,56,46,50,49,51,48,51,50,93,44,91,45,57,50,46,54,57,53,56,56,54,44,51,56,46,50,50,50,48,51,49,93,44,91,45,57,50,46,55,54,52,57,54,51,44,51,56,46,49,56,57,53,51,52,93,44,91,45,57,51,46,48,50,50,50,55,55,44,51,56,46,49,57,56,54,52,50,93,44,91,45,57,51,46,48,55,55,54,57,50,44,51,56,46,50,54,51,48,57,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,49,49,49,55,34,44,34,83,84,65,84,69,70,80,34,58,34,53,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,49,55,34,44,34,78,65,77,69,34,58,34,77,101,99,107,108,101,110,98,117,114,103,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,86,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,48,56,52,55,44,34,98,101,100,115,34,58,55,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,44,91,45,55,56,46,50,52,49,53,48,57,44,51,54,46,56,48,55,57,53,56,93,44,91,45,55,56,46,52,57,51,48,50,56,44,51,54,46,56,57,49,50,50,93,44,91,45,55,56,46,54,52,56,53,52,49,44,51,54,46,54,57,55,57,48,57,93,44,91,45,55,56,46,55,51,52,49,50,50,44,51,54,46,53,52,49,57,51,57,93,44,91,45,55,56,46,52,53,54,57,49,51,44,51,54,46,53,52,50,53,52,49,93,44,91,45,55,56,46,51,50,51,57,57,49,44,51,54,46,53,52,51,56,50,50,93,44,91,45,55,56,46,48,52,54,50,55,49,44,51,54,46,53,52,51,53,53,49,93,44,91,45,55,56,46,48,50,55,52,49,49,44,51,54,46,55,55,55,56,53,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,49,50,51,51,34,44,34,83,84,65,84,69,70,80,34,58,34,50,49,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,51,51,34,44,34,78,65,77,69,34,58,34,87,101,98,115,116,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,75,101,110,116,117,99,107,121,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,75,89,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,51,49,53,53,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,44,91,45,56,55,46,57,51,50,57,53,50,44,51,55,46,52,56,48,48,53,50,93,44,91,45,56,55,46,56,48,49,48,52,54,44,51,55,46,51,55,57,52,52,53,93,44,91,45,56,55,46,56,49,51,52,49,51,44,51,55,46,51,53,48,54,52,53,93,44,91,45,56,55,46,51,55,53,49,52,53,44,51,55,46,53,54,57,57,56,56,93,44,91,45,56,55,46,52,57,53,51,51,49,44,51,55,46,54,52,55,53,52,55,93,44,91,45,56,55,46,55,51,52,53,52,53,44,51,55,46,54,51,56,51,55,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,48,48,52,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,48,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,52,55,34,44,34,78,65,77,69,34,58,34,71,97,114,102,105,101,108,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,79,107,108,97,104,111,109,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,79,75,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,54,50,49,57,48,44,34,98,101,100,115,34,58,52,51,54,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,44,91,45,57,56,46,49,48,51,57,48,52,44,51,54,46,49,54,52,56,55,55,93,44,91,45,57,55,46,54,55,53,54,49,55,44,51,54,46,49,54,52,54,54,51,93,44,91,45,57,55,46,52,54,48,55,57,50,44,51,54,46,49,54,52,52,54,50,93,44,91,45,57,55,46,52,54,49,54,48,51,44,51,54,46,53,57,51,54,51,55,93,44,91,45,57,55,46,52,54,50,52,53,57,44,51,54,46,53,57,51,54,50,55,93,44,91,45,57,56,46,49,48,52,50,56,54,44,51,54,46,53,57,51,53,55,56,93,44,91,45,57,56,46,49,48,52,52,50,55,44,51,54,46,52,54,51,49,48,53,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,51,48,53,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,53,57,34,44,34,78,65,77,69,34,58,34,83,107,97,109,97,110,105,97,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,97,115,104,105,110,103,116,111,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,49,54,50,48,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,80,101,114,115,111,110,115,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,44,91,45,49,50,50,46,50,52,57,50,49,55,44,52,53,46,53,52,56,54,53,51,93,44,91,45,49,50,49,46,57,50,50,48,50,56,44,52,53,46,54,52,57,50,48,53,93,44,91,45,49,50,49,46,56,54,55,48,50,49,44,52,53,46,54,57,51,51,57,49,93,44,91,45,49,50,49,46,53,50,51,54,56,49,44,52,53,46,55,50,52,57,51,93,44,91,45,49,50,49,46,54,48,57,50,52,54,44,52,53,46,55,56,50,53,49,57,93,44,91,45,49,50,49,46,54,49,50,50,51,50,44,52,54,46,48,52,52,48,57,51,93,44,91,45,49,50,49,46,53,50,50,51,50,49,44,52,54,46,48,52,52,48,48,54,93,44,91,45,49,50,49,46,53,50,50,51,50,52,44,52,54,46,51,56,56,50,50,52,93,44,91,45,49,50,50,46,50,52,48,57,54,54,44,52,54,46,51,56,53,51,54,49,93,44,91,45,49,50,50,46,50,52,53,56,53,54,44,52,54,46,48,53,51,56,53,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,54,48,57,49,34,44,34,83,84,65,84,69,70,80,34,58,34,50,54,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,49,34,44,34,78,65,77,69,34,58,34,76,101,110,97,119,101,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,99,104,105,103,97,110,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,73,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,57,56,52,55,52,44,34,98,101,100,115,34,58,49,49,51,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,44,91,45,56,52,46,51,54,48,52,49,54,44,52,49,46,55,48,54,53,56,57,93,44,91,45,56,51,46,56,56,48,51,57,49,44,52,49,46,55,50,48,50,49,50,93,44,91,45,56,51,46,55,54,51,49,53,44,52,49,46,55,50,51,53,53,50,93,44,91,45,56,51,46,55,55,51,57,50,50,44,52,50,46,48,56,50,52,51,93,44,91,45,56,52,46,49,51,49,57,54,51,44,52,50,46,48,55,49,53,55,55,93,44,91,45,56,52,46,51,54,51,50,57,55,44,52,50,46,48,55,51,52,53,54,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,49,51,49,50,51,34,44,34,83,84,65,84,69,70,80,34,58,34,49,51,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,50,51,34,44,34,78,65,77,69,34,58,34,71,105,108,109,101,114,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,71,101,111,114,103,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,71,65,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,50,57,57,50,50,44,34,98,101,100,115,34,58,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,44,91,45,56,52,46,54,53,55,48,57,56,44,51,52,46,55,50,56,57,48,53,93,44,91,45,56,52,46,54,53,52,53,50,51,44,51,52,46,53,56,51,49,56,55,93,44,91,45,56,52,46,54,53,52,51,54,54,44,51,52,46,53,52,56,57,52,54,93,44,91,45,56,52,46,51,52,53,53,53,51,44,51,52,46,53,54,50,55,51,53,93,44,91,45,56,52,46,49,57,54,55,53,52,44,51,52,46,54,49,55,57,50,52,93,44,91,45,56,52,46,51,49,52,54,53,51,44,51,52,46,56,48,55,51,50,56,93,44,91,45,56,52,46,52,50,57,48,57,51,44,51,52,46,56,53,53,48,51,54,93,44,91,45,56,52,46,54,49,56,54,51,55,44,51,52,46,56,53,53,51,57,56,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,55,49,51,53,34,44,34,83,84,65,84,69,70,80,34,58,34,50,55,34,44,34,67,79,85,78,84,89,70,80,34,58,34,49,51,53,34,44,34,78,65,77,69,34,58,34,82,111,115,101,97,117,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,110,110,101,115,111,116,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,78,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,53,52,54,50,44,34,98,101,100,115,34,58,50,53,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,44,91,45,57,54,46,51,56,55,56,51,53,44,52,56,46,53,52,52,51,48,56,93,44,91,45,57,53,46,54,48,50,51,49,53,44,52,56,46,53,51,56,56,56,55,93,44,91,45,57,53,46,51,52,50,53,52,44,52,56,46,53,52,48,50,49,49,93,44,91,45,57,53,46,51,52,50,55,51,44,52,56,46,55,49,51,48,50,56,93,44,91,45,57,53,46,48,56,57,56,54,51,44,52,56,46,55,49,51,48,54,50,93,44,91,45,57,53,46,48,57,49,50,56,50,44,52,56,46,57,49,57,49,55,51,93,44,91,45,57,53,46,50,51,53,54,48,54,44,52,56,46,56,56,49,52,53,93,44,91,45,57,53,46,51,49,57,56,57,53,44,52,56,46,57,57,56,55,55,93,44,91,45,57,54,46,52,48,53,52,48,56,44,52,56,46,57,57,57,57,56,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,50,56,48,56,57,34,44,34,83,84,65,84,69,70,80,34,58,34,50,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,56,57,34,44,34,78,65,77,69,34,58,34,77,97,100,105,115,111,110,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,77,105,115,115,105,115,115,105,112,112,105,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,77,83,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,49,48,51,52,57,56,44,34,98,101,100,115,34,58,54,55,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,44,91,45,57,48,46,48,52,57,49,50,57,44,51,50,46,55,51,53,54,55,52,93,44,91,45,57,48,46,52,53,48,48,51,55,44,51,50,46,53,55,51,55,56,51,93,44,91,45,57,48,46,52,52,53,57,52,54,44,51,50,46,52,56,55,57,48,51,93,44,91,45,57,48,46,50,52,51,54,52,49,44,51,50,46,52,56,55,53,51,51,93,44,91,45,57,48,46,50,52,51,55,54,52,44,51,50,46,52,48,48,48,57,56,93,44,91,45,57,48,46,48,54,53,54,57,55,44,51,50,46,51,57,57,53,50,57,93,44,91,45,56,57,46,56,54,49,49,53,57,44,51,50,46,53,56,51,49,54,50,93,44,91,45,56,57,46,55,56,52,49,50,51,44,51,50,46,53,56,54,56,57,49,93,44,91,45,56,57,46,55,51,48,51,48,52,44,51,50,46,54,51,52,50,50,56,93,44,91,45,56,57,46,55,51,48,48,49,54,44,51,50,46,56,56,53,48,55,50,93,44,91,45,56,57,46,57,54,53,56,56,50,44,51,50,46,56,55,57,53,55,51,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,52,56,50,50,55,34,44,34,83,84,65,84,69,70,80,34,58,34,52,56,34,44,34,67,79,85,78,84,89,70,80,34,58,34,50,50,55,34,44,34,78,65,77,69,34,58,34,72,111,119,97,114,100,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,84,101,120,97,115,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,84,88,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,51,54,54,54,55,44,34,98,101,100,115,34,58,51,53,48,44,34,99,114,105,116,101,114,105,97,34,58,34,83,112,101,99,105,109,101,110,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,44,91,45,49,48,49,46,54,57,53,48,49,49,44,51,50,46,48,56,55,53,51,50,93,44,91,45,49,48,49,46,50,54,52,50,49,54,44,51,50,46,48,56,55,49,51,54,93,44,91,45,49,48,49,46,49,56,51,57,57,55,44,51,50,46,48,56,55,50,48,56,93,44,91,45,49,48,49,46,49,55,52,53,55,49,44,51,50,46,53,50,52,49,49,50,93,44,91,45,49,48,49,46,54,56,56,55,52,44,51,50,46,53,50,53,50,50,50,93,93,93,125,125,44,123,34,116,121,112,101,34,58,34,70,101,97,116,117,114,101,34,44,34,112,114,111,112,101,114,116,105,101,115,34,58,123,34,71,69,79,73,68,34,58,34,53,52,48,57,57,34,44,34,83,84,65,84,69,70,80,34,58,34,53,52,34,44,34,67,79,85,78,84,89,70,80,34,58,34,48,57,57,34,44,34,78,65,77,69,34,58,34,87,97,121,110,101,34,44,34,115,116,97,116,101,95,110,97,109,101,34,58,34,87,101,115,116,32,86,105,114,103,105,110,105,97,34,44,34,115,116,97,116,101,95,97,98,98,114,34,58,34,87,86,34,44,34,112,111,112,117,108,97,116,105,111,110,34,58,52,48,55,48,56,44,34,98,101,100,115,34,58,56,48,44,34,99,114,105,116,101,114,105,97,34,58,34,78,65,34,125,44,34,103,101,111,109,101,116,114,121,34,58,123,34,116,121,112,101,34,58,34,80,111,108,121,103,111,110,34,44,34,99,111,111,114,100,105,110,97,116,101,115,34,58,91,91,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,44,91,45,56,50,46,54,48,52,54,50,53,44,51,56,46,50,52,55,54,54,50,93,44,91,45,56,50,46,54,51,52,55,48,50,44,51,56,46,49,51,54,57,52,49,93,44,91,45,56,50,46,53,52,57,50,52,44,51,56,46,48,54,55,57,53,50,93,44,91,45,56,50,46,52,57,55,55,57,54,44,51,55,46,57,52,53,52,56,56,93,44,91,45,56,50,46,52,49,52,55,53,55,44,51,55,46,56,53,53,53,48,57,93,44,91,45,56,50,46,51,48,54,51,57,49,44,51,55,46,57,52,51,54,52,93,44,91,45,56,50,46,50,48,50,50,51,54,44,51,56,46,48,51,54,49,57,51,93,44,91,45,56,50,46,50,56,53,54,57,51,44,51,56,46,49,52,52,57,53,50,93,44,91,45,56,50,46,50,54,52,56,52,57,44,51,56,46,50,50,57,49,57,57,93,44,91,45,56,50,46,53,48,56,50,56,44,51,56,46,52,49,49,49,57,56,93,44,91,45,56,50,46,53,57,51,52,56,44,51,56,46,52,50,49,56,50,49,93,93,93,125,125,93,125]) \ No newline at end of file diff --git a/functions/gzip.js b/functions/gzip.js new file mode 100644 index 000000000..6d9854ff3 --- /dev/null +++ b/functions/gzip.js @@ -0,0 +1,17 @@ +const util = require('util') +const zlib = require('zlib') +const gzip = util.promisify(zlib.gzip) + +async function gzipResponse(responseEncoded) { + return { + statusCode: 200, + headers: { + 'Content-Type': 'application/json', + 'Content-Encoding': 'gzip' + }, + body: (await gzip(responseEncoded)).toString('base64'), + isBase64Encoded: true, + } +} + +module.exports = gzipResponse \ No newline at end of file diff --git a/functions/meta/columns.json b/functions/meta/columns.json index 3ac512aa5..d7e30ae99 100644 --- a/functions/meta/columns.json +++ b/functions/meta/columns.json @@ -137,6 +137,7 @@ ], "public.covid_confirmed_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -697,7 +698,78 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_confirmed_cdc_state": [ "fips_code", @@ -1655,7 +1727,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_confirmed_nyt_state": [ "fips_code", @@ -2233,7 +2364,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_confirmed_usafacts": [ "fips_code", @@ -2811,7 +3001,66 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_confirmed_usafacts_h": [ "fips_code", @@ -3389,7 +3638,66 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_confirmed_usafacts_state": [ "State", @@ -3965,10 +4273,70 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_deaths_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -4529,7 +4897,78 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_deaths_cdc_state": [ "fips_code", @@ -5487,7 +5926,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_deaths_nyt_state": [ "fips_code", @@ -6065,7 +6563,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "public.covid_deaths_usafacts": [ "fips_code", @@ -6643,7 +7200,66 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_deaths_usafacts_h": [ "fips_code", @@ -7221,7 +7837,66 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_deaths_usafacts_state": [ "State", @@ -7797,10 +8472,70 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_ccpt_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -8361,10 +9096,78 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_ccpt_cdc_state": [ - "state_fips", "_2020_03_01", "_2020_03_02", "_2020_03_03", @@ -8897,10 +9700,69 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "state_fips" ], "public.covid_tcap_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -9461,7 +10323,76 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_tcap_cdc_state": [ "fips_code", @@ -9997,10 +10928,68 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11" ], "public.covid_testing_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -10561,7 +11550,76 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_testing_cdc_state": [ "fips_code", @@ -11097,10 +12155,68 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11" ], "public.covid_wk_pos_cdc": [ "fips_code", + "_2021_09_30", "_2020_01_22", "_2020_01_23", "_2020_01_24", @@ -11661,7 +12777,76 @@ "_2021_08_01", "_2021_08_02", "_2021_08_03", - "_2021_08_04" + "_2021_08_04", + "_2021_08_05", + "_2021_08_06", + "_2021_08_07", + "_2021_08_08", + "_2021_08_09", + "_2021_08_10", + "_2021_08_11", + "_2021_08_12", + "_2021_08_13", + "_2021_08_14", + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13" ], "public.covid_wk_pos_cdc_state": [ "fips_code", @@ -12197,7 +13382,64 @@ "_2021_08_12", "_2021_08_13", "_2021_08_14", - "_2021_08_15" + "_2021_08_15", + "_2021_08_16", + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11" ], "public.vaccination_fully_vaccinated_cdc": [ "fips_code", @@ -12448,10 +13690,78 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_fully_vaccinated_cdc_h": [ "fips_code", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", "_2020_12_23", "_2020_12_24", "_2020_12_25", @@ -12689,12 +13999,105 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_fully_vaccinated_cdc_state": [ - "fips_code", + "GEOID", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", + "_2020_12_23", + "_2020_12_24", + "_2020_12_25", + "_2020_12_26", + "_2020_12_27", + "_2020_12_28", + "_2020_12_29", + "_2020_12_30", + "_2020_12_31", + "_2021_01_01", + "_2021_01_02", + "_2021_01_03", + "_2021_01_04", + "_2021_01_05", + "_2021_01_06", + "_2021_01_07", + "_2021_01_08", + "_2021_01_09", + "_2021_01_10", + "_2021_01_11", + "_2021_01_12", + "_2021_01_13", "_2021_01_14", "_2021_01_15", + "_2021_01_16", + "_2021_01_17", + "_2021_01_18", "_2021_01_19", "_2021_01_20", "_2021_01_21", @@ -12722,6 +14125,7 @@ "_2021_02_12", "_2021_02_13", "_2021_02_14", + "_2021_02_15", "_2021_02_16", "_2021_02_17", "_2021_02_18", @@ -12739,6 +14143,7 @@ "_2021_03_02", "_2021_03_03", "_2021_03_04", + "_2021_03_05", "_2021_03_06", "_2021_03_07", "_2021_03_08", @@ -12808,6 +14213,7 @@ "_2021_05_11", "_2021_05_12", "_2021_05_13", + "_2021_05_14", "_2021_05_15", "_2021_05_16", "_2021_05_17", @@ -12824,6 +14230,7 @@ "_2021_05_28", "_2021_05_29", "_2021_05_30", + "_2021_05_31", "_2021_06_01", "_2021_06_02", "_2021_06_03", @@ -12858,10 +14265,12 @@ "_2021_07_02", "_2021_07_03", "_2021_07_04", + "_2021_07_05", "_2021_07_06", "_2021_07_07", "_2021_07_08", "_2021_07_09", + "_2021_07_10", "_2021_07_11", "_2021_07_12", "_2021_07_13", @@ -12899,10 +14308,78 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_one_or_more_doses_cdc": [ "fips_code", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", "_2020_12_23", "_2020_12_24", "_2020_12_25", @@ -13140,10 +14617,78 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_one_or_more_doses_cdc_h": [ "fips_code", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", "_2020_12_23", "_2020_12_24", "_2020_12_25", @@ -13381,12 +14926,105 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_one_or_more_doses_cdc_state": [ - "fips_code", + "GEOID", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", + "_2020_12_23", + "_2020_12_24", + "_2020_12_25", + "_2020_12_26", + "_2020_12_27", + "_2020_12_28", + "_2020_12_29", + "_2020_12_30", + "_2020_12_31", + "_2021_01_01", + "_2021_01_02", + "_2021_01_03", + "_2021_01_04", + "_2021_01_05", + "_2021_01_06", + "_2021_01_07", + "_2021_01_08", + "_2021_01_09", + "_2021_01_10", + "_2021_01_11", + "_2021_01_12", + "_2021_01_13", "_2021_01_14", "_2021_01_15", + "_2021_01_16", + "_2021_01_17", + "_2021_01_18", "_2021_01_19", "_2021_01_20", "_2021_01_21", @@ -13414,6 +15052,7 @@ "_2021_02_12", "_2021_02_13", "_2021_02_14", + "_2021_02_15", "_2021_02_16", "_2021_02_17", "_2021_02_18", @@ -13431,6 +15070,7 @@ "_2021_03_02", "_2021_03_03", "_2021_03_04", + "_2021_03_05", "_2021_03_06", "_2021_03_07", "_2021_03_08", @@ -13500,6 +15140,7 @@ "_2021_05_11", "_2021_05_12", "_2021_05_13", + "_2021_05_14", "_2021_05_15", "_2021_05_16", "_2021_05_17", @@ -13516,6 +15157,7 @@ "_2021_05_28", "_2021_05_29", "_2021_05_30", + "_2021_05_31", "_2021_06_01", "_2021_06_02", "_2021_06_03", @@ -13550,10 +15192,12 @@ "_2021_07_02", "_2021_07_03", "_2021_07_04", + "_2021_07_05", "_2021_07_06", "_2021_07_07", "_2021_07_08", "_2021_07_09", + "_2021_07_10", "_2021_07_11", "_2021_07_12", "_2021_07_13", @@ -13591,7 +15235,65 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccination_to_be_distributed_cdc": [ "fips_code", @@ -13765,9 +15467,44 @@ "_2021_06_03" ], "public.vaccination_to_be_distributed_cdc_state": [ - "fips_code", + "GEOID", + "_2020_12_13", + "_2020_12_14", + "_2020_12_15", + "_2020_12_16", + "_2020_12_17", + "_2020_12_18", + "_2020_12_19", + "_2020_12_20", + "_2020_12_21", + "_2020_12_22", + "_2020_12_23", + "_2020_12_24", + "_2020_12_25", + "_2020_12_26", + "_2020_12_27", + "_2020_12_28", + "_2020_12_29", + "_2020_12_30", + "_2020_12_31", + "_2021_01_01", + "_2021_01_02", + "_2021_01_03", + "_2021_01_04", + "_2021_01_05", + "_2021_01_06", + "_2021_01_07", + "_2021_01_08", + "_2021_01_09", + "_2021_01_10", + "_2021_01_11", + "_2021_01_12", + "_2021_01_13", "_2021_01_14", "_2021_01_15", + "_2021_01_16", + "_2021_01_17", + "_2021_01_18", "_2021_01_19", "_2021_01_20", "_2021_01_21", @@ -13795,6 +15532,7 @@ "_2021_02_12", "_2021_02_13", "_2021_02_14", + "_2021_02_15", "_2021_02_16", "_2021_02_17", "_2021_02_18", @@ -13812,6 +15550,7 @@ "_2021_03_02", "_2021_03_03", "_2021_03_04", + "_2021_03_05", "_2021_03_06", "_2021_03_07", "_2021_03_08", @@ -13881,6 +15620,7 @@ "_2021_05_11", "_2021_05_12", "_2021_05_13", + "_2021_05_14", "_2021_05_15", "_2021_05_16", "_2021_05_17", @@ -13897,6 +15637,7 @@ "_2021_05_28", "_2021_05_29", "_2021_05_30", + "_2021_05_31", "_2021_06_01", "_2021_06_02", "_2021_06_03", @@ -13931,10 +15672,12 @@ "_2021_07_02", "_2021_07_03", "_2021_07_04", + "_2021_07_05", "_2021_07_06", "_2021_07_07", "_2021_07_08", "_2021_07_09", + "_2021_07_10", "_2021_07_11", "_2021_07_12", "_2021_07_13", @@ -13972,7 +15715,65 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14" ], "public.vaccine_fully_vaccinated_cdc": [ "fips_code", @@ -14748,7 +16549,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "1P3A.covid_confirmed_1p3a_state": [ "fips_code", @@ -15307,7 +17167,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "1P3A.covid_deaths_1p3a": [ "STATEFP", @@ -15871,7 +17790,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "1P3A.covid_deaths_1p3a_state": [ "fips_code", @@ -16430,7 +18408,66 @@ "_2021_08_14", "_2021_08_15", "_2021_08_16", - "_2021_08_17" + "_2021_08_17", + "_2021_08_18", + "_2021_08_19", + "_2021_08_20", + "_2021_08_21", + "_2021_08_22", + "_2021_08_23", + "_2021_08_24", + "_2021_08_25", + "_2021_08_26", + "_2021_08_27", + "_2021_08_28", + "_2021_08_29", + "_2021_08_30", + "_2021_08_31", + "_2021_09_01", + "_2021_09_02", + "_2021_09_03", + "_2021_09_04", + "_2021_09_05", + "_2021_09_06", + "_2021_09_07", + "_2021_09_08", + "_2021_09_09", + "_2021_09_10", + "_2021_09_11", + "_2021_09_12", + "_2021_09_13", + "_2021_09_14", + "_2021_09_15", + "_2021_09_16", + "_2021_09_17", + "_2021_09_18", + "_2021_09_19", + "_2021_09_20", + "_2021_09_21", + "_2021_09_22", + "_2021_09_23", + "_2021_09_24", + "_2021_09_25", + "_2021_09_26", + "_2021_09_27", + "_2021_09_28", + "_2021_09_29", + "_2021_09_30", + "_2021_10_01", + "_2021_10_02", + "_2021_10_03", + "_2021_10_04", + "_2021_10_05", + "_2021_10_06", + "_2021_10_07", + "_2021_10_08", + "_2021_10_09", + "_2021_10_10", + "_2021_10_11", + "_2021_10_12", + "_2021_10_13", + "_2021_10_14", + "_2021_10_15" ], "safegraph.mobility_fulltime_workdays_safegraph": [ "fips_code", diff --git a/functions/meta/population.json b/functions/meta/population.json new file mode 100644 index 000000000..0e65ec141 --- /dev/null +++ b/functions/meta/population.json @@ -0,0 +1 @@ +{"10":949495,"11":684498,"12":20598139,"13":10297484,"15":1422029,"16":1687809,"17":12821497,"18":6637426,"19":3132499,"20":2908776,"21":4440204,"22":4663616,"23":1332813,"24":6003435,"25":6830193,"26":9957488,"27":5527358,"28":2988762,"29":6090062,"30":1041732,"31":1904760,"32":2922849,"33":1343622,"34":8881845,"35":2092434,"36":19618453,"37":10155624,"38":752201,"39":11641879,"40":3918137,"41":4081943,"42":12791181,"44":1056611,"45":4955925,"46":864289,"47":6651089,"48":27885195,"49":3045350,"50":624977,"51":8437639,"53":7294336,"54":1829054,"55":5778394,"56":581836,"60":55465,"66":165768,"69":56882,"72":3386941,"78":106977,"1001":55200,"1003":208107,"1005":25782,"1007":22527,"1009":57645,"1011":10352,"1013":20025,"1015":115098,"1017":33826,"1019":25853,"1021":43930,"1023":13075,"1025":24387,"1027":13378,"1029":14938,"1031":51288,"1033":54495,"1035":12514,"1037":10855,"1039":37351,"1041":13865,"1043":82313,"1045":49255,"1047":40029,"1049":71200,"1051":81212,"1053":37328,"1055":102939,"1057":16585,"1059":31542,"1061":26491,"1063":8426,"1065":14887,"1067":17124,"1069":104352,"1071":52094,"1073":659892,"1075":13933,"1077":92585,"1079":33171,"1081":159287,"1083":93052,"1085":10236,"1087":19054,"1089":357560,"1091":19538,"1093":29965,"1095":95145,"1097":414659,"1099":21512,"1101":226941,"1103":119122,"1105":9486,"1107":20298,"1109":33403,"1111":22574,"1113":58213,"1115":87306,"1117":211261,"1119":12985,"1121":80565,"1123":40636,"1125":206213,"1127":64493,"1129":16643,"1131":10809,"1133":23875,"2013":3425,"2016":5750,"2020":296112,"2050":18040,"2060":890,"2068":2232,"2070":4975,"2090":99653,"2100":2518,"2105":2132,"2110":32330,"2122":58220,"2130":13804,"2150":13649,"2158":8198,"2164":1375,"2170":103464,"2180":9925,"2185":9797,"2188":7734,"2195":3255,"2198":6474,"2220":8738,"2230":1061,"2240":6876,"2261":9301,"2275":2484,"2282":689,"2290":5415,"4001":71522,"4003":126279,"4005":140217,"4007":53400,"4009":37879,"4011":9504,"4012":20701,"4013":4253913,"4015":206064,"4017":108705,"4019":1019722,"4021":419721,"4023":46584,"4025":224645,"4027":207829,"5001":18124,"5003":20537,"5005":41219,"5007":258980,"5009":37288,"5011":10948,"5013":5202,"5015":27887,"5017":10826,"5019":22385,"5021":15061,"5023":25230,"5025":8226,"5027":23892,"5029":20906,"5031":105701,"5033":62472,"5035":49013,"5037":16998,"5039":7432,"5041":11887,"5043":18502,"5045":122416,"5047":17780,"5049":12139,"5051":98296,"5053":18086,"5055":44623,"5057":22018,"5059":33520,"5061":13389,"5063":37264,"5065":13559,"5067":17225,"5069":70424,"5071":26291,"5073":6915,"5075":16669,"5077":9398,"5079":13695,"5081":12417,"5083":21757,"5085":72206,"5087":16076,"5089":16438,"5091":43759,"5093":42831,"5095":7249,"5097":8993,"5099":8440,"5101":7848,"5103":24106,"5105":10322,"5107":19034,"5109":10808,"5111":24054,"5113":20163,"5115":63644,"5117":8244,"5119":393463,"5121":17603,"5123":26294,"5125":118009,"5127":10442,"5129":7923,"5131":127461,"5133":17193,"5135":17043,"5137":12446,"5139":39732,"5141":16684,"5143":228529,"5145":78804,"5147":6660,"5149":21573,"6001":1643700,"6003":1146,"6005":37829,"6007":227075,"6009":45235,"6011":21464,"6013":1133247,"6015":27424,"6017":186661,"6019":978130,"6021":27897,"6023":135768,"6025":180216,"6027":18085,"6029":883053,"6031":150075,"6033":64148,"6035":31185,"6037":10098052,"6039":155013,"6041":260295,"6043":17540,"6045":87422,"6047":269075,"6049":8938,"6051":14174,"6053":433212,"6055":140530,"6057":99092,"6059":3164182,"6061":380077,"6063":18699,"6065":2383286,"6067":1510023,"6069":59416,"6071":2135413,"6073":3302833,"6075":870044,"6077":732212,"6079":281455,"6081":765935,"6083":443738,"6085":1922200,"6087":273765,"6089":179085,"6091":2930,"6093":43540,"6095":438530,"6097":501317,"6099":539301,"6101":95872,"6103":63373,"6105":12862,"6107":460477,"6109":53932,"6111":848112,"6113":214977,"6115":75493,"8001":497115,"8003":16444,"8005":636671,"8007":12908,"8009":3563,"8011":5809,"8013":321030,"8014":66120,"8015":19164,"8017":2039,"8019":9379,"8021":8142,"8023":3687,"8025":5630,"8027":4640,"8029":30346,"8031":693417,"8033":1841,"8035":328614,"8037":54357,"8039":25162,"8041":688153,"8043":47002,"8045":58538,"8047":5924,"8049":15066,"8051":16537,"8053":878,"8055":6583,"8057":1296,"8059":570427,"8061":1449,"8063":7635,"8065":7585,"8067":55101,"8069":338161,"8071":14179,"8073":5548,"8075":21689,"8077":149998,"8079":823,"8081":13060,"8083":25909,"8085":41268,"8087":28257,"8089":18325,"8091":4722,"8093":17392,"8095":4318,"8097":17909,"8099":12052,"8101":164685,"8103":6465,"8105":11351,"8107":24874,"8109":6468,"8111":544,"8113":7968,"8115":2350,"8117":30429,"8119":24113,"8121":4840,"8123":295123,"8125":10069,"9001":944348,"9003":894730,"9005":183031,"9007":163368,"9009":859339,"9011":268881,"9013":151269,"9015":116538,"10001":174822,"10003":555133,"10005":219540,"11001":684498,"12001":263148,"12003":27785,"12005":182482,"12007":26979,"12009":576808,"12011":1909151,"12013":14444,"12015":176954,"12017":143087,"12019":207291,"12021":363922,"12023":69105,"12027":36399,"12029":16437,"12031":924229,"12033":311522,"12035":107139,"12037":11736,"12039":46017,"12041":17615,"12043":13363,"12045":16055,"12047":14269,"12049":27228,"12051":40127,"12053":182696,"12055":102101,"12057":1378883,"12059":19430,"12061":150984,"12063":48472,"12065":14105,"12067":8744,"12069":335362,"12071":718679,"12073":288102,"12075":39961,"12077":8365,"12079":18474,"12081":373853,"12083":348371,"12085":157581,"12086":2715516,"12087":76325,"12089":80578,"12091":200737,"12093":40572,"12095":1321194,"12097":338619,"12099":1446277,"12101":510593,"12103":957875,"12105":668671,"12107":72766,"12109":235503,"12111":305591,"12113":170442,"12115":412144,"12117":455086,"12119":120999,"12121":43924,"12123":22098,"12125":15239,"12127":527634,"12129":31877,"12131":65858,"12133":24566,"13001":18454,"13003":8265,"13005":11228,"13007":3189,"13009":45286,"13011":18510,"13013":76887,"13015":103620,"13017":17154,"13019":19025,"13021":153490,"13023":12775,"13025":18561,"13027":15622,"13029":35885,"13031":74782,"13033":22550,"13035":23750,"13037":6428,"13039":52714,"13043":10827,"13045":116022,"13047":66299,"13049":12983,"13051":287049,"13053":10767,"13055":24817,"13057":241910,"13059":124602,"13061":3001,"13063":278666,"13065":6743,"13067":745057,"13069":42961,"13071":45606,"13073":147295,"13075":17184,"13077":140516,"13079":12344,"13081":22846,"13083":16227,"13085":23861,"13087":26833,"13089":743187,"13091":20919,"13093":13905,"13095":91049,"13097":141840,"13099":10348,"13101":3994,"13103":58689,"13105":19212,"13107":22499,"13109":10727,"13111":24925,"13113":111369,"13115":96824,"13117":219880,"13119":22514,"13121":1021902,"13123":29922,"13125":3009,"13127":83974,"13129":56790,"13131":24926,"13133":16976,"13135":902298,"13137":44289,"13139":195961,"13141":8535,"13143":28956,"13145":33590,"13147":25631,"13149":11677,"13151":221307,"13153":151682,"13155":9268,"13157":65755,"13159":13784,"13161":14991,"13163":15772,"13165":8827,"13167":9730,"13169":28548,"13171":18513,"13173":10366,"13175":47418,"13177":29348,"13179":62108,"13181":7799,"13183":18156,"13185":114582,"13187":31951,"13189":21498,"13191":14120,"13193":13480,"13195":28900,"13197":8484,"13199":21113,"13201":5836,"13205":22432,"13207":27010,"13209":9036,"13211":18235,"13213":39557,"13215":196670,"13217":106497,"13219":37017,"13221":14784,"13223":155840,"13225":26966,"13227":30832,"13229":19164,"13231":18082,"13233":41621,"13235":11295,"13237":21503,"13239":2276,"13241":16457,"13243":7087,"13245":201463,"13247":89011,"13249":5211,"13251":13990,"13253":8437,"13255":64719,"13257":25676,"13259":6042,"13261":30352,"13263":6378,"13265":1665,"13267":25353,"13269":8193,"13271":16115,"13273":8859,"13275":44730,"13277":40510,"13279":27048,"13281":11417,"13283":6777,"13285":69774,"13287":7962,"13289":8284,"13291":22775,"13293":26216,"13295":68824,"13297":90132,"13299":35599,"13301":5346,"13303":20461,"13305":29767,"13307":2613,"13309":7939,"13311":28928,"13313":103849,"13315":8846,"13317":9884,"13319":9078,"13321":20656,"15001":197658,"15003":987638,"15005":75,"15007":71377,"15009":165281,"16001":446052,"16003":4019,"16005":85065,"16007":5962,"16009":9086,"16011":45551,"16013":21994,"16015":7163,"16017":42711,"16019":112397,"16021":11549,"16023":2602,"16025":886,"16027":212230,"16029":6918,"16031":23615,"16033":1077,"16035":8640,"16037":4141,"16039":26433,"16041":13279,"16043":12965,"16045":17052,"16047":15169,"16049":16337,"16051":27969,"16053":23431,"16055":153605,"16057":39239,"16059":7798,"16061":3845,"16063":5321,"16065":38705,"16067":20615,"16069":40155,"16071":4326,"16073":11455,"16075":23041,"16077":7713,"16079":12526,"16081":11080,"16083":83666,"16085":10401,"16087":10025,"17001":66427,"17003":6532,"17005":16712,"17007":53606,"17009":6675,"17011":33381,"17013":4858,"17015":14562,"17017":12665,"17019":209448,"17021":33231,"17023":15836,"17025":13338,"17027":37628,"17029":51736,"17031":5223719,"17033":19088,"17035":10865,"17037":104200,"17039":16042,"17041":19714,"17043":931743,"17045":17539,"17047":6507,"17049":34174,"17051":21724,"17053":13398,"17055":39127,"17057":35418,"17059":5157,"17061":13218,"17063":50509,"17065":8221,"17067":18112,"17069":4009,"17071":6884,"17073":49464,"17075":28169,"17077":58551,"17079":9598,"17081":38169,"17083":22069,"17085":21834,"17087":12602,"17089":530839,"17091":111061,"17093":124626,"17095":50999,"17097":703619,"17099":110401,"17101":16189,"17103":34527,"17105":36324,"17107":29207,"17109":30875,"17111":307789,"17113":173219,"17115":106512,"17117":45719,"17119":265670,"17121":38084,"17123":11794,"17125":13778,"17127":14430,"17129":12367,"17131":15693,"17133":33936,"17135":29009,"17137":34426,"17139":14703,"17141":51328,"17143":184463,"17145":21384,"17147":16427,"17149":15754,"17151":4249,"17153":5611,"17155":5746,"17157":32546,"17159":15881,"17161":145275,"17163":263463,"17165":24231,"17167":197661,"17169":7064,"17171":5047,"17173":21832,"17175":5500,"17177":45433,"17179":133852,"17181":17127,"17183":78407,"17185":11573,"17187":17338,"17189":14155,"17191":16487,"17193":14025,"17195":56396,"17197":688697,"17199":67299,"17201":286174,"17203":38817,"18001":35195,"18003":370016,"18005":81893,"18007":8667,"18009":12129,"18011":64321,"18013":15034,"18015":19994,"18017":38084,"18019":115702,"18021":26268,"18023":32301,"18025":10581,"18027":32937,"18029":49501,"18031":26552,"18033":42704,"18035":115616,"18037":42418,"18039":203604,"18041":23259,"18043":76809,"18045":16486,"18047":22842,"18049":20212,"18051":33596,"18053":66944,"18055":32295,"18057":316095,"18059":73830,"18061":39712,"18063":160940,"18065":48483,"18067":82387,"18069":36378,"18071":43938,"18073":33449,"18075":20993,"18077":32237,"18079":27727,"18081":151564,"18083":37409,"18085":78806,"18087":38942,"18089":486849,"18091":110552,"18093":45619,"18095":129505,"18097":944523,"18099":46595,"18101":10210,"18103":35901,"18105":145403,"18107":38276,"18109":69727,"18111":14018,"18113":47451,"18115":5887,"18117":19547,"18119":20878,"18121":16996,"18123":19141,"18125":12411,"18127":168041,"18129":25589,"18131":12660,"18133":37559,"18135":25076,"18137":28425,"18139":16704,"18141":269240,"18143":23743,"18145":44399,"18147":20526,"18149":22941,"18151":34474,"18153":20792,"18155":10628,"18157":189294,"18159":15218,"18161":7153,"18163":181313,"18165":15560,"18167":107693,"18169":31631,"18171":8247,"18173":61928,"18175":27827,"18177":66613,"18179":27947,"18181":24217,"18183":33649,"19001":7124,"19003":3726,"19005":13880,"19007":12510,"19009":5637,"19011":25626,"19013":133009,"19015":26399,"19017":24782,"19019":21125,"19021":20260,"19023":14735,"19025":9780,"19027":20344,"19029":13191,"19031":18445,"19033":42984,"19035":11468,"19037":12099,"19039":9282,"19041":16313,"19043":17672,"19045":47218,"19047":17132,"19049":84002,"19051":8885,"19053":8044,"19055":17258,"19057":39600,"19059":17056,"19061":96802,"19063":9551,"19065":19929,"19067":15858,"19069":10245,"19071":6968,"19073":9003,"19075":12341,"19077":10674,"19079":15110,"19081":10888,"19083":17127,"19085":14143,"19087":19926,"19089":9264,"19091":9566,"19093":6916,"19095":16207,"19097":19395,"19099":36891,"19101":18077,"19103":147001,"19105":20568,"19107":10200,"19109":15075,"19111":34541,"19113":222121,"19115":11223,"19117":8597,"19119":11769,"19121":15890,"19123":22208,"19125":33207,"19127":40271,"19129":14957,"19131":10631,"19133":8796,"19135":7863,"19137":10155,"19139":42950,"19141":13911,"19143":6115,"19145":15363,"19147":9055,"19149":25039,"19151":6898,"19153":474274,"19155":93503,"19157":18605,"19159":4984,"19161":9868,"19163":172288,"19165":11694,"19167":34825,"19169":96922,"19171":17136,"19173":6201,"19175":12453,"19177":7223,"19179":35315,"19181":49361,"19183":22143,"19185":6413,"19187":36757,"19189":10571,"19191":20401,"19193":102398,"19195":7489,"19197":12804,"20001":12630,"20003":7852,"20005":16363,"20007":4733,"20009":26791,"20011":14702,"20013":9664,"20015":66468,"20017":2645,"20019":3367,"20021":20331,"20023":2677,"20025":2053,"20027":8142,"20029":9060,"20031":8296,"20033":1780,"20035":35591,"20037":39108,"20039":2881,"20041":19004,"20043":7736,"20045":119319,"20047":2925,"20049":2562,"20051":28878,"20053":6293,"20055":36957,"20057":34484,"20059":25563,"20061":34895,"20063":2619,"20065":2545,"20067":7616,"20069":6037,"20071":1200,"20073":6156,"20075":2616,"20077":5673,"20079":34555,"20081":4047,"20083":1842,"20085":13318,"20087":18888,"20089":2916,"20091":585502,"20093":3932,"20095":7470,"20097":2526,"20099":20367,"20101":1642,"20103":80042,"20105":3097,"20107":9635,"20109":2810,"20111":33299,"20113":28630,"20115":12032,"20117":9798,"20119":4261,"20121":33127,"20123":6222,"20125":32970,"20127":5566,"20129":2838,"20131":10104,"20133":16125,"20135":2955,"20137":5486,"20139":15882,"20141":3603,"20143":5902,"20145":6709,"20147":5408,"20149":23545,"20151":9582,"20153":2509,"20155":63101,"20157":4686,"20159":9762,"20161":75296,"20163":5118,"20165":3102,"20167":6977,"20169":54977,"20171":4949,"20173":512064,"20175":22692,"20177":178284,"20179":2506,"20181":5966,"20183":3663,"20185":4214,"20187":2063,"20189":5686,"20191":23208,"20193":7824,"20195":2858,"20197":6888,"20199":1575,"20201":5525,"20203":2143,"20205":8780,"20207":3170,"20209":164345,"21001":19241,"21003":20794,"21005":22214,"21007":8090,"21009":43680,"21011":12268,"21013":27188,"21015":129095,"21017":20144,"21019":48091,"21021":29913,"21023":8306,"21025":13116,"21027":20080,"21029":79466,"21031":12745,"21033":12727,"21035":38776,"21037":92267,"21039":4841,"21041":10711,"21043":27290,"21045":15796,"21047":72263,"21049":35872,"21051":20621,"21053":10211,"21055":9083,"21057":6713,"21059":99937,"21061":12122,"21063":7517,"21065":14313,"21067":318734,"21069":14479,"21071":36926,"21073":50296,"21075":6210,"21077":8703,"21079":17328,"21081":24915,"21083":37294,"21085":26178,"21087":11023,"21089":35765,"21091":8719,"21093":108095,"21095":27134,"21097":18668,"21099":18627,"21101":46137,"21103":15814,"21105":4568,"21107":45664,"21109":13373,"21111":767154,"21113":52422,"21115":22843,"21117":164688,"21119":15513,"21121":31467,"21123":14156,"21125":60180,"21127":15783,"21129":6751,"21131":10472,"21133":22676,"21135":13490,"21137":24458,"21139":9263,"21141":26849,"21143":8186,"21145":65284,"21147":17635,"21149":9331,"21151":89700,"21153":12666,"21155":19232,"21157":31166,"21159":11919,"21161":17153,"21163":28326,"21165":6405,"21167":21516,"21169":10004,"21171":10634,"21173":27759,"21175":13285,"21177":31081,"21179":45388,"21181":7100,"21183":24071,"21185":65374,"21187":10741,"21189":4463,"21191":14520,"21193":26917,"21195":60483,"21197":12321,"21199":64145,"21201":2143,"21203":16827,"21205":24499,"21207":17760,"21209":53517,"21211":46786,"21213":18063,"21215":18246,"21217":25500,"21219":12350,"21221":14344,"21223":8637,"21225":14802,"21227":126427,"21229":12019,"21231":20609,"21233":13155,"21235":36089,"21237":7223,"21239":26097,"22001":62568,"22003":25661,"22005":121176,"22007":22714,"22009":40882,"22011":36769,"22013":13668,"22015":126131,"22017":248361,"22019":200182,"22021":9996,"22023":6868,"22025":9893,"22027":16153,"22029":20021,"22031":27216,"22033":444094,"22035":7225,"22037":19499,"22039":33636,"22041":20322,"22043":22348,"22045":72691,"22047":32956,"22049":15926,"22051":435300,"22053":31467,"22055":240091,"22057":98214,"22059":14949,"22061":47356,"22063":138111,"22065":11472,"22067":25992,"22069":38963,"22071":389648,"22073":156075,"22075":23373,"22077":22158,"22079":131546,"22081":8618,"22083":20474,"22085":24088,"22087":45694,"22089":52724,"22091":10411,"22093":21357,"22095":43446,"22097":83449,"22099":53752,"22101":51734,"22103":252093,"22105":130504,"22107":4666,"22109":112587,"22111":22475,"22113":59867,"22115":51007,"22117":46457,"22119":39631,"22121":25860,"22123":11180,"22125":15377,"22127":14494,"23001":107444,"23003":68269,"23005":290944,"23007":30019,"23009":54541,"23011":121545,"23013":39823,"23015":34067,"23017":57325,"23019":151748,"23021":16887,"23023":35277,"23025":50710,"23027":39418,"23029":31694,"23031":203102,"24001":71977,"24003":567696,"24005":827625,"24009":91082,"24011":32875,"24013":167522,"24015":102517,"24017":157671,"24019":32261,"24021":248472,"24023":29376,"24025":251025,"24027":315327,"24029":19593,"24031":1040133,"24033":906202,"24035":49355,"24037":111531,"24039":25737,"24041":37211,"24043":149811,"24045":102172,"24047":51564,"24510":614700,"25001":213690,"25003":127328,"25005":558905,"25007":17313,"25009":781024,"25011":70935,"25013":469116,"25015":161159,"25017":1595192,"25019":11101,"25021":698249,"25023":512135,"25025":791766,"25027":822280,"26001":10364,"26003":9194,"26005":115250,"26007":28612,"26009":23177,"26011":15165,"26013":8507,"26015":60057,"26017":104786,"26019":17552,"26021":154807,"26023":43584,"26025":134473,"26027":51460,"26029":26219,"26031":25458,"26033":37834,"26035":30616,"26037":77896,"26039":13836,"26041":36190,"26043":25570,"26045":109155,"26047":33039,"26049":409361,"26051":25289,"26053":15414,"26055":91746,"26057":41067,"26059":45830,"26061":36360,"26063":31543,"26065":289564,"26067":64176,"26069":25247,"26071":11212,"26073":70775,"26075":158913,"26077":261573,"26079":17463,"26081":643140,"26083":2130,"26085":11763,"26087":88202,"26089":21639,"26091":98474,"26093":188482,"26095":6364,"26097":10817,"26099":868704,"26101":24444,"26103":66939,"26105":28884,"26107":43264,"26109":23234,"26111":83389,"26113":15006,"26115":149699,"26117":63209,"26119":9261,"26121":173043,"26123":48142,"26125":1250843,"26127":26417,"26129":20928,"26131":5968,"26133":23232,"26135":8277,"26137":24397,"26139":284034,"26141":12797,"26143":23877,"26145":192778,"26147":159566,"26149":60897,"26151":41376,"26153":8069,"26155":68493,"26157":53250,"26159":75272,"26161":365961,"26163":1761382,"26165":33111,"27001":15834,"27003":347431,"27005":33773,"27007":46117,"27009":39779,"27011":5016,"27013":66322,"27015":25211,"27017":35540,"27019":100416,"27021":29022,"27023":12010,"27025":54727,"27027":62801,"27029":8812,"27031":5311,"27033":11372,"27035":63855,"27037":418201,"27039":20582,"27041":37203,"27043":13896,"27045":20888,"27047":30526,"27049":46217,"27051":5938,"27053":1235478,"27055":18663,"27057":20862,"27059":38974,"27061":45203,"27063":10047,"27065":16004,"27067":42658,"27069":4337,"27071":12644,"27073":6773,"27075":10569,"27077":3809,"27079":27983,"27081":5707,"27083":25839,"27085":35825,"27087":5506,"27089":9392,"27091":19964,"27093":23079,"27095":25728,"27097":32949,"27099":39602,"27101":8353,"27103":33783,"27105":21839,"27107":6559,"27109":153065,"27111":57992,"27113":14184,"27115":29129,"27117":9185,"27119":31591,"27121":10980,"27123":541493,"27125":4008,"27127":15331,"27129":14721,"27131":65765,"27133":9413,"27135":15462,"27137":200080,"27139":143372,"27141":93231,"27143":14912,"27145":156819,"27147":36676,"27149":9784,"27151":9411,"27153":24440,"27155":3337,"27157":21500,"27159":13646,"27161":18809,"27163":253317,"27165":10973,"27167":6343,"27169":50847,"27171":132745,"27173":9868,"28001":31547,"28003":37180,"28005":12468,"28007":18581,"28009":8253,"28011":32592,"28013":14571,"28015":10129,"28017":17279,"28019":8321,"28021":9120,"28023":15928,"28025":19808,"28027":23802,"28029":28721,"28031":19091,"28033":176132,"28035":75517,"28037":7757,"28039":23710,"28041":13714,"28043":21278,"28045":46653,"28047":202626,"28049":241774,"28051":18075,"28053":8539,"28055":1328,"28057":23480,"28059":142014,"28061":16529,"28063":7346,"28065":11495,"28067":68454,"28069":10107,"28071":53459,"28073":61223,"28075":77323,"28077":12630,"28079":22870,"28081":84915,"28083":29804,"28085":34432,"28087":59437,"28089":103498,"28091":25202,"28093":35787,"28095":35840,"28097":10198,"28099":29376,"28101":21524,"28103":10828,"28105":49481,"28107":34243,"28109":55149,"28111":12028,"28113":39737,"28115":31315,"28117":25360,"28119":7372,"28121":151240,"28123":28415,"28125":4511,"28127":27073,"28129":16063,"28131":18375,"28133":26532,"28135":14361,"28137":28493,"28139":21990,"28141":19478,"28143":10170,"28145":28356,"28147":14601,"28149":47075,"28151":47086,"28153":20422,"28155":9828,"28157":8990,"28159":18358,"28161":12421,"28163":27974,"29001":25325,"29003":17403,"29005":5270,"29007":25735,"29009":35493,"29011":11850,"29013":16374,"29015":18989,"29017":12281,"29019":176515,"29021":89076,"29023":42733,"29025":9049,"29027":44840,"29029":45096,"29031":78324,"29033":8843,"29035":6197,"29037":102678,"29039":13938,"29041":7546,"29043":84275,"29045":6800,"29047":239164,"29049":20475,"29051":76740,"29053":17622,"29055":24280,"29057":7590,"29059":16499,"29061":8302,"29063":12564,"29065":15504,"29067":13374,"29069":30428,"29071":102781,"29073":14746,"29075":6665,"29077":288429,"29079":10039,"29081":8554,"29083":21765,"29085":9368,"29087":4456,"29089":10113,"29091":40102,"29093":10221,"29095":692003,"29097":119238,"29099":223302,"29101":53689,"29103":3951,"29105":35507,"29107":32589,"29109":38133,"29111":10027,"29113":55563,"29115":12186,"29117":15076,"29119":22827,"29121":15254,"29123":12205,"29125":8884,"29127":28672,"29129":3664,"29131":25049,"29133":13748,"29135":15958,"29137":8654,"29139":11545,"29141":20137,"29143":17811,"29145":58202,"29147":22547,"29149":10699,"29151":13619,"29153":9236,"29155":17031,"29157":19146,"29159":42371,"29161":44789,"29163":18489,"29165":98824,"29167":31549,"29169":52591,"29171":4815,"29173":10217,"29175":24945,"29177":22825,"29179":6315,"29181":13693,"29183":389985,"29185":9383,"29186":17871,"29187":66342,"29189":998684,"29195":23102,"29197":4502,"29199":4898,"29201":38729,"29203":8246,"29205":6061,"29207":29512,"29209":31527,"29211":6317,"29213":54720,"29215":25671,"29217":20691,"29219":33908,"29221":24931,"29223":13308,"29225":38082,"29227":2040,"29229":18293,"29510":311273,"30001":9393,"30003":13376,"30005":6727,"30007":5834,"30009":10546,"30011":1318,"30013":81746,"30015":5789,"30017":11845,"30019":1753,"30021":9191,"30023":9100,"30025":2838,"30027":11273,"30029":98082,"30031":104729,"30033":1141,"30035":13699,"30037":724,"30039":3269,"30041":16439,"30043":11778,"30045":1951,"30047":29774,"30049":67077,"30051":2280,"30053":19358,"30055":1630,"30057":8218,"30059":1968,"30061":4211,"30063":115983,"30065":4807,"30067":16246,"30069":432,"30071":4124,"30073":6044,"30075":1619,"30077":6861,"30079":1342,"30081":41902,"30083":11360,"30085":11228,"30087":9250,"30089":11521,"30091":3574,"30093":34814,"30095":9410,"30097":3653,"30099":6080,"30101":4976,"30103":777,"30105":7532,"30107":2149,"30109":1175,"30111":157816,"31001":31583,"31003":6372,"31005":418,"31007":696,"31009":480,"31011":5313,"31013":11089,"31015":2042,"31017":2988,"31019":49030,"31021":6528,"31023":8067,"31025":25702,"31027":8523,"31029":3734,"31031":5790,"31033":9852,"31035":6232,"31037":10760,"31039":8991,"31041":10830,"31043":20317,"31045":8896,"31047":23804,"31049":1894,"31051":5746,"31053":36683,"31055":554992,"31057":2023,"31059":5574,"31061":3006,"31063":2609,"31065":4786,"31067":21595,"31069":1860,"31071":1975,"31073":2015,"31075":718,"31077":2410,"31079":61343,"31081":9178,"31083":3438,"31085":943,"31087":2843,"31089":10245,"31091":691,"31093":6405,"31095":7188,"31097":5197,"31099":6552,"31101":8099,"31103":792,"31105":3667,"31107":8460,"31109":310094,"31111":35433,"31113":886,"31115":585,"31117":454,"31119":35164,"31121":7803,"31123":4841,"31125":3554,"31127":7004,"31129":4275,"31131":15896,"31133":2676,"31135":2907,"31137":9120,"31139":7157,"31141":33063,"31143":5255,"31145":10806,"31147":8009,"31149":1350,"31151":14288,"31153":178351,"31155":21024,"31157":36255,"31159":17127,"31161":5234,"31163":3042,"31165":1266,"31167":5992,"31169":5098,"31171":645,"31173":7140,"31175":4224,"31177":20219,"31179":9367,"31181":3571,"31183":822,"31185":13799,"32001":24010,"32003":2141574,"32005":47828,"32007":52252,"32009":981,"32011":1830,"32013":16904,"32015":5746,"32017":5174,"32019":53155,"32021":4448,"32023":43705,"32027":6611,"32029":3941,"32031":450486,"32033":9737,"32510":54467,"33001":60640,"33003":47840,"33005":76263,"33007":32038,"33009":89811,"33011":411087,"33013":149452,"33015":305129,"33017":128237,"33019":43125,"34001":268539,"34003":929999,"34005":446367,"34007":507367,"34009":93705,"34011":153400,"34013":793555,"34015":290852,"34017":668631,"34019":125051,"34021":368762,"34023":826698,"34025":623387,"34027":494383,"34029":591939,"34031":504041,"34033":63336,"34035":330176,"34037":142298,"34039":553066,"34041":106293,"35001":677692,"35003":3539,"35005":65459,"35006":26978,"35007":12353,"35009":50199,"35011":2060,"35013":215338,"35015":57437,"35017":28061,"35019":4382,"35021":459,"35023":4371,"35025":70126,"35027":19482,"35028":18356,"35029":24264,"35031":72849,"35033":4563,"35035":65745,"35037":8373,"35039":39307,"35041":19117,"35043":140769,"35045":127455,"35047":28034,"35049":148917,"35051":11135,"35053":17000,"35055":32888,"35057":15595,"35059":4175,"35061":75956,"36001":307426,"36003":47025,"36005":1437872,"36007":194402,"36009":77686,"36011":77868,"36013":129656,"36015":85740,"36017":48348,"36019":80794,"36021":60919,"36023":48123,"36025":45502,"36027":293894,"36029":919866,"36031":37751,"36033":50692,"36035":53743,"36037":58112,"36039":47617,"36041":4575,"36043":62505,"36045":114448,"36047":2600747,"36049":26719,"36051":63907,"36053":71359,"36055":744248,"36057":49426,"36059":1356564,"36061":1632480,"36063":211704,"36065":230782,"36067":464242,"36069":109472,"36071":378227,"36073":41175,"36075":119104,"36077":60244,"36079":99070,"36081":2298513,"36083":159431,"36085":474101,"36087":323686,"36089":109558,"36091":227377,"36093":154883,"36095":31364,"36097":17992,"36099":34612,"36101":96927,"36103":1487901,"36105":75211,"36107":49045,"36109":102962,"36111":179303,"36113":64480,"36115":61828,"36117":90856,"36119":968815,"36121":40565,"36123":25009,"37001":160576,"37003":37119,"37005":10973,"37007":25306,"37009":26786,"37011":17501,"37013":47243,"37015":19644,"37017":33778,"37019":126860,"37021":254474,"37023":89712,"37025":201448,"37027":81779,"37029":10447,"37031":68920,"37033":22746,"37035":156729,"37037":69791,"37039":27668,"37041":14205,"37043":10813,"37045":97159,"37047":56293,"37049":103082,"37051":332106,"37053":25796,"37055":35741,"37057":164664,"37059":41991,"37061":59062,"37063":306457,"37065":53332,"37067":371573,"37069":64902,"37071":216585,"37073":11563,"37075":8557,"37077":58874,"37079":21008,"37081":523582,"37083":51737,"37085":130361,"37087":60433,"37089":113625,"37091":24153,"37093":53239,"37095":5393,"37097":172525,"37099":42256,"37101":191172,"37103":9695,"37105":60125,"37107":57227,"37109":81441,"37111":45109,"37113":34410,"37115":21405,"37117":23054,"37119":1054314,"37121":15040,"37123":27338,"37125":95629,"37127":94003,"37129":224231,"37131":20186,"37133":193912,"37135":142938,"37137":12742,"37139":39479,"37141":59020,"37143":13459,"37145":39305,"37147":177372,"37149":20458,"37151":142958,"37153":45189,"37155":133442,"37157":91270,"37159":139605,"37161":66532,"37163":63561,"37165":35262,"37167":61114,"37169":45905,"37171":72099,"37173":14254,"37175":33513,"37177":4119,"37179":226694,"37181":44482,"37183":1046558,"37185":20033,"37187":12156,"37189":54117,"37191":124002,"37193":68460,"37195":81336,"37197":37665,"37199":17667,"38001":2351,"38003":10836,"38005":6886,"38007":946,"38009":6589,"38011":3195,"38013":2213,"38015":93737,"38017":174202,"38019":3824,"38021":4970,"38023":2369,"38025":4387,"38027":2313,"38029":3352,"38031":3290,"38033":1882,"38035":70400,"38037":2380,"38039":2266,"38041":2576,"38043":2460,"38045":4100,"38047":1927,"38049":5927,"38051":2654,"38053":12536,"38055":9608,"38057":8570,"38059":30544,"38061":10152,"38063":2920,"38065":1837,"38067":7016,"38069":4210,"38071":11557,"38073":5361,"38075":2495,"38077":16288,"38079":14603,"38081":3883,"38083":1405,"38085":4413,"38087":704,"38089":30876,"38091":1910,"38093":21064,"38095":2246,"38097":8019,"38099":10802,"38101":69034,"38103":4055,"38105":34061,"39001":27878,"39003":103642,"39005":53477,"39007":98136,"39009":65936,"39011":45784,"39013":68472,"39015":43679,"39017":378294,"39019":27578,"39021":38864,"39023":135198,"39025":203216,"39027":41896,"39029":104003,"39031":36574,"39033":42021,"39035":1253783,"39037":51734,"39039":38279,"39041":197008,"39043":75136,"39045":152910,"39047":28645,"39049":1275333,"39051":42305,"39053":30195,"39055":93961,"39057":165811,"39059":39274,"39061":812037,"39063":75690,"39065":31542,"39067":15307,"39069":27316,"39071":43007,"39073":28495,"39075":43859,"39077":58457,"39079":32524,"39081":66886,"39083":61215,"39085":230052,"39087":60622,"39089":172293,"39091":45307,"39093":306713,"39095":432379,"39097":43988,"39099":231064,"39101":65344,"39103":177257,"39105":23160,"39107":40806,"39109":104800,"39111":14090,"39113":532034,"39115":14702,"39117":34976,"39119":86076,"39121":14443,"39123":40709,"39125":18872,"39127":35985,"39129":57420,"39131":28214,"39133":162644,"39135":41207,"39137":33969,"39139":121324,"39141":77051,"39143":59299,"39145":76377,"39147":55475,"39149":48797,"39151":373475,"39153":541810,"39155":201794,"39157":92526,"39159":55654,"39161":28281,"39163":13111,"39165":226564,"39167":60671,"39169":116208,"39171":36936,"39173":129936,"39175":22107,"40001":22113,"40003":5857,"40005":13874,"40007":5415,"40009":22621,"40011":9634,"40013":45759,"40015":29342,"40017":136710,"40019":48406,"40021":48599,"40023":14886,"40025":2189,"40027":276733,"40029":5618,"40031":122561,"40033":5929,"40035":14493,"40037":71160,"40039":29209,"40041":42112,"40043":4918,"40045":4072,"40047":62190,"40049":27823,"40051":54733,"40053":4418,"40055":5943,"40057":2721,"40059":3847,"40061":12704,"40063":13460,"40065":25384,"40067":6223,"40069":11041,"40071":44880,"40073":15618,"40075":9001,"40077":10495,"40079":49909,"40081":34854,"40083":46044,"40085":9933,"40087":38634,"40089":32966,"40091":19819,"40093":7718,"40095":16376,"40097":40980,"40099":13875,"40101":69084,"40103":11411,"40105":10383,"40107":12115,"40109":782051,"40111":38889,"40113":47311,"40115":31566,"40117":16428,"40119":81512,"40121":44382,"40123":38358,"40125":72000,"40127":11119,"40129":3708,"40131":90814,"40133":25071,"40135":41359,"40137":43983,"40139":21121,"40141":7515,"40143":642781,"40145":77850,"40147":52001,"40149":11432,"40151":9127,"40153":20967,"41001":15984,"41003":89780,"41005":405788,"41007":38562,"41009":50851,"41011":63308,"41013":22337,"41015":22507,"41017":180640,"41019":108323,"41021":1907,"41023":7183,"41025":7228,"41027":23131,"41029":214267,"41031":23143,"41033":85481,"41035":66310,"41037":7843,"41039":368882,"41041":47881,"41043":122870,"41045":30431,"41047":335553,"41049":11215,"41051":798647,"41053":81427,"41055":1605,"41057":26076,"41059":76898,"41061":26028,"41063":6924,"41065":25866,"41067":581821,"41069":1426,"41071":103820,"42001":102023,"42003":1225561,"42005":66331,"42007":166896,"42009":48611,"42011":416642,"42013":123842,"42015":61304,"42017":626370,"42019":186566,"42021":134550,"42023":4686,"42025":63931,"42027":161443,"42029":517156,"42031":38827,"42033":80216,"42035":39074,"42037":66220,"42039":86164,"42041":247433,"42043":274515,"42045":563527,"42047":30608,"42049":275972,"42051":132289,"42053":7351,"42055":153751,"42057":14506,"42059":37144,"42061":45421,"42063":85755,"42065":44084,"42067":24562,"42069":211454,"42071":538347,"42073":87382,"42075":138674,"42077":362613,"42079":317884,"42081":114859,"42083":41806,"42085":112630,"42087":46362,"42089":167586,"42091":821301,"42093":18294,"42095":301778,"42097":92325,"42099":45924,"42101":1575522,"42103":55498,"42105":16937,"42107":143555,"42109":40466,"42111":74949,"42113":6177,"42115":41340,"42117":41226,"42119":45114,"42121":52376,"42123":40035,"42125":207547,"42127":51536,"42129":354751,"42131":27588,"42133":444014,"44001":48900,"44003":163861,"44005":83075,"44007":634533,"44009":126242,"45001":24657,"45003":166926,"45005":9214,"45007":195995,"45009":14600,"45011":21577,"45013":182658,"45015":209065,"45017":14713,"45019":394708,"45021":56711,"45023":32326,"45025":46024,"45027":34017,"45029":37568,"45031":67253,"45033":30871,"45035":155474,"45037":26769,"45039":22712,"45041":138561,"45043":61605,"45045":498402,"45047":70264,"45049":19807,"45051":320915,"45053":27900,"45055":64361,"45057":89546,"45059":66710,"45061":17606,"45063":286316,"45065":9606,"45067":31562,"45069":27131,"45071":38068,"45073":76696,"45075":88454,"45077":122746,"45079":408263,"45081":20299,"45083":302195,"45085":106995,"45087":27644,"45089":31794,"45091":258641,"46003":2759,"46005":18374,"46007":3437,"46009":6969,"46011":34239,"46013":38840,"46015":5256,"46017":2053,"46019":10177,"46021":1435,"46023":9344,"46025":3673,"46027":13925,"46029":27993,"46031":4168,"46033":8573,"46035":19901,"46037":5506,"46039":4306,"46041":5779,"46043":2930,"46045":3940,"46047":6774,"46049":2322,"46051":7217,"46053":4201,"46055":2082,"46057":6000,"46059":3301,"46061":3397,"46063":1311,"46065":17617,"46067":7315,"46069":1331,"46071":3287,"46073":2029,"46075":735,"46077":4967,"46079":12574,"46081":25234,"46083":54914,"46085":3869,"46087":5511,"46089":2364,"46091":4895,"46093":27424,"46095":2055,"46097":2229,"46099":186749,"46101":6506,"46102":14335,"46103":109294,"46105":2907,"46107":2326,"46109":10285,"46111":2388,"46115":6543,"46117":2997,"46119":1331,"46121":10146,"46123":5468,"46125":8264,"46127":15177,"46129":5510,"46135":22717,"46137":2814,"47001":75775,"47003":47558,"47005":16112,"47007":14602,"47009":128443,"47011":104557,"47013":39687,"47015":13976,"47017":28018,"47019":56391,"47021":39929,"47023":17150,"47025":31613,"47027":7686,"47029":35336,"47031":54531,"47033":14499,"47035":58634,"47037":684017,"47039":11683,"47041":19601,"47043":51988,"47045":37576,"47047":39692,"47049":17994,"47051":41512,"47053":49175,"47055":29167,"47057":23013,"47059":68669,"47061":13331,"47063":63740,"47065":357546,"47067":6585,"47069":25562,"47071":25771,"47073":56402,"47075":17779,"47077":27859,"47079":32279,"47081":24678,"47083":8176,"47085":18318,"47087":11615,"47089":53247,"47091":17789,"47093":456185,"47095":7526,"47097":26297,"47099":42937,"47101":11956,"47103":33711,"47105":51610,"47107":52773,"47109":25903,"47111":23487,"47113":97682,"47115":28417,"47117":32269,"47119":89776,"47121":11962,"47123":45876,"47125":196387,"47127":6322,"47129":21596,"47131":30520,"47133":22004,"47135":7912,"47137":5088,"47139":16782,"47141":76440,"47143":32628,"47145":52897,"47147":69344,"47149":307128,"47151":21954,"47153":14730,"47155":96287,"47157":937005,"47159":19458,"47161":13301,"47163":156734,"47165":179473,"47167":61446,"47169":9573,"47171":17780,"47173":19293,"47175":5704,"47177":40454,"47179":127055,"47181":16649,"47183":33626,"47185":26580,"47187":218648,"47189":132663,"48001":57863,"48003":17818,"48005":87607,"48007":24763,"48009":8789,"48011":1916,"48013":48828,"48015":29565,"48017":7092,"48019":21763,"48021":82577,"48023":3591,"48025":32691,"48027":342236,"48029":1925865,"48031":11279,"48033":665,"48035":18122,"48037":93858,"48039":353999,"48041":219193,"48043":9216,"48045":1546,"48047":7180,"48049":37834,"48051":17863,"48053":45750,"48055":41401,"48057":21807,"48059":13770,"48061":421750,"48063":12813,"48065":6032,"48067":30087,"48069":7787,"48071":40292,"48073":51903,"48075":7226,"48077":10387,"48079":2904,"48081":3275,"48083":8391,"48085":944350,"48087":2996,"48089":21022,"48091":135097,"48093":13495,"48095":4233,"48097":39571,"48099":75389,"48101":1623,"48103":4839,"48105":3633,"48107":5861,"48109":2241,"48111":7243,"48113":2586552,"48115":12964,"48117":18899,"48119":5215,"48121":807047,"48123":20435,"48125":2216,"48127":10663,"48129":3387,"48131":11355,"48133":18270,"48135":158342,"48137":2055,"48139":168838,"48141":837654,"48143":41482,"48145":17299,"48147":34175,"48149":25066,"48151":3883,"48153":5872,"48155":1408,"48157":739342,"48159":10679,"48161":19709,"48163":19394,"48165":20321,"48167":327089,"48169":6288,"48171":26208,"48173":1430,"48175":7531,"48177":20667,"48179":22685,"48181":128560,"48183":123494,"48185":27630,"48187":155137,"48189":34113,"48191":3074,"48193":8269,"48195":5547,"48197":3952,"48199":56379,"48201":4602523,"48203":66645,"48205":5767,"48207":5809,"48209":204150,"48211":4061,"48213":80460,"48215":849389,"48217":35399,"48219":23162,"48221":56901,"48223":36240,"48225":22955,"48227":36667,"48229":4098,"48231":92152,"48233":21571,"48235":1524,"48237":8842,"48239":14820,"48241":35504,"48243":2234,"48245":255210,"48247":5282,"48249":41192,"48251":163475,"48253":19891,"48255":15387,"48257":118910,"48259":41982,"48261":595,"48263":749,"48265":51365,"48267":4408,"48269":228,"48271":3675,"48273":31425,"48275":3733,"48277":49532,"48279":13262,"48281":20640,"48283":7409,"48285":19941,"48287":16952,"48289":17098,"48291":81862,"48293":23515,"48295":3469,"48297":12123,"48299":20640,"48301":102,"48303":301454,"48305":5808,"48307":8098,"48309":248429,"48311":662,"48313":14128,"48315":10083,"48317":5614,"48319":4161,"48321":36743,"48323":57970,"48325":49334,"48327":2123,"48329":164194,"48331":24664,"48333":4902,"48335":8558,"48337":19409,"48339":554445,"48341":21801,"48343":12424,"48345":1156,"48347":65558,"48349":48583,"48351":14057,"48353":14966,"48355":360486,"48357":10348,"48359":2090,"48361":84047,"48363":28317,"48365":23440,"48367":129802,"48369":9852,"48371":15797,"48373":47837,"48375":120899,"48377":7123,"48379":11473,"48381":132475,"48383":3752,"48385":3389,"48387":12275,"48389":15125,"48391":7236,"48393":885,"48395":16890,"48397":93642,"48399":10310,"48401":53595,"48403":10458,"48405":8327,"48407":27819,"48409":67046,"48411":5962,"48413":3061,"48415":17239,"48417":3311,"48419":25478,"48421":3058,"48423":225015,"48425":8743,"48427":63894,"48429":9372,"48431":1141,"48433":1385,"48435":3865,"48437":7484,"48439":2019977,"48441":136348,"48443":862,"48445":12615,"48447":1567,"48449":32730,"48451":117466,"48453":1203166,"48455":14569,"48457":21496,"48459":40769,"48461":3634,"48463":27009,"48465":49027,"48467":54368,"48469":91970,"48471":71539,"48473":49987,"48475":11586,"48477":34796,"48479":272053,"48481":41551,"48483":5482,"48485":131818,"48487":12906,"48489":21754,"48491":527057,"48493":48198,"48495":7802,"48497":64639,"48499":43815,"48501":8571,"48503":18114,"48505":14369,"48507":12131,"49001":6443,"49003":53001,"49005":122336,"49007":20356,"49009":612,"49011":340621,"49013":20219,"49015":10248,"49017":5017,"49019":9616,"49021":49691,"49023":10948,"49025":7350,"49027":12733,"49029":11391,"49031":1904,"49033":2350,"49035":1120805,"49037":15281,"49039":29366,"49041":21118,"49043":40511,"49045":65185,"49047":36323,"49049":590440,"49051":30523,"49053":160537,"49055":2694,"49057":247731,"50001":36939,"50003":35920,"50005":30425,"50007":162052,"50009":6208,"50011":49025,"50013":6965,"50015":25268,"50017":28937,"50019":26911,"50021":59273,"50023":58477,"50025":43150,"50027":55427,"51001":32742,"51003":106355,"51005":15286,"51007":12854,"51009":31882,"51011":15577,"51013":231803,"51015":74701,"51017":4393,"51019":77908,"51021":6447,"51023":33222,"51025":16665,"51027":22138,"51029":17004,"51031":55170,"51033":30184,"51035":29738,"51036":6995,"51037":12095,"51041":339447,"51043":14365,"51045":5113,"51047":50450,"51049":9786,"51051":14960,"51053":28308,"51057":11036,"51059":1167394,"51061":69115,"51063":15666,"51065":26282,"51067":56233,"51069":85153,"51071":16814,"51073":37161,"51075":22482,"51077":15811,"51079":19410,"51081":11659,"51083":34779,"51085":104449,"51087":325642,"51089":51588,"51091":2214,"51093":36372,"51095":74153,"51097":7052,"51099":25890,"51101":16497,"51103":10804,"51105":24134,"51107":385143,"51109":35380,"51111":12278,"51113":13139,"51115":8796,"51117":30847,"51119":10700,"51121":97997,"51125":14812,"51127":21103,"51131":11957,"51133":12223,"51135":15500,"51137":35612,"51139":23749,"51141":17859,"51143":61676,"51145":28574,"51147":22956,"51149":37894,"51153":456749,"51155":34234,"51157":7332,"51159":8878,"51161":93583,"51163":22509,"51165":79444,"51167":27408,"51169":22009,"51171":43045,"51173":31059,"51175":17939,"51177":131412,"51179":144012,"51181":6600,"51183":11486,"51185":42080,"51187":39449,"51191":54406,"51193":17638,"51195":39025,"51197":28940,"51199":67587,"51510":156505,"51520":16843,"51530":6399,"51540":47042,"51550":237820,"51570":17593,"51580":5582,"51590":41512,"51595":5381,"51600":23865,"51610":14067,"51620":8211,"51630":28469,"51640":6638,"51650":135583,"51660":53391,"51670":22408,"51678":7110,"51680":80131,"51683":41457,"51685":16423,"51690":13101,"51700":180145,"51710":245592,"51720":3990,"51730":31827,"51735":12039,"51740":95311,"51750":17630,"51760":223787,"51770":99621,"51775":25519,"51790":24452,"51800":89160,"51810":450135,"51820":21926,"51830":14788,"51840":27789,"53001":19452,"53003":22337,"53005":194168,"53007":75757,"53009":74487,"53011":465384,"53013":4001,"53015":105112,"53017":41371,"53019":7576,"53021":90660,"53023":2224,"53025":94860,"53027":71967,"53029":81636,"53031":30856,"53033":2163257,"53035":262475,"53037":44825,"53039":21396,"53041":76947,"53043":10435,"53045":62627,"53047":41638,"53049":21281,"53051":13219,"53053":859840,"53055":16473,"53057":123907,"53059":11620,"53061":786620,"53063":497875,"53065":44214,"53067":274684,"53069":4189,"53071":60236,"53073":216812,"53075":48593,"53077":249325,"54001":16730,"54003":113495,"54005":22817,"54007":14282,"54009":22772,"54011":95318,"54013":7396,"54015":8785,"54017":8536,"54019":44126,"54021":8205,"54023":11641,"54025":35347,"54027":23363,"54029":29680,"54031":13842,"54033":68209,"54035":29018,"54037":56179,"54039":185710,"54041":16276,"54043":21078,"54045":33801,"54047":19217,"54049":56497,"54051":31645,"54053":26939,"54055":60486,"54057":27278,"54059":24741,"54061":105252,"54063":13467,"54065":17624,"54067":25324,"54069":42547,"54071":7056,"54073":7507,"54075":8531,"54077":33837,"54079":56652,"54081":76232,"54083":29065,"54085":9932,"54087":14205,"54089":13018,"54091":16951,"54093":7027,"54095":8909,"54097":24605,"54099":40708,"54101":8518,"54103":15614,"54105":5797,"54107":85556,"54109":21711,"55001":20073,"55003":15712,"55005":45252,"55007":14992,"55009":259786,"55011":13167,"55013":15258,"55015":49807,"55017":63635,"55019":34491,"55021":56954,"55023":16288,"55025":529843,"55027":87776,"55029":27439,"55031":43402,"55033":44498,"55035":102991,"55037":4337,"55039":102315,"55041":9018,"55043":51828,"55045":36864,"55047":18757,"55049":23620,"55051":5715,"55053":20506,"55055":84652,"55057":26419,"55059":168330,"55061":20360,"55063":117850,"55065":16735,"55067":19164,"55069":27848,"55071":79407,"55073":135264,"55075":40537,"55077":15207,"55078":4579,"55079":954209,"55081":45502,"55083":37556,"55085":35345,"55087":184754,"55089":88284,"55091":7262,"55093":41603,"55095":43349,"55097":70599,"55099":13490,"55101":195398,"55103":17539,"55105":161769,"55107":14183,"55109":87917,"55111":63596,"55113":16370,"55115":41009,"55117":115205,"55119":20356,"55121":29438,"55123":30516,"55125":21593,"55127":103013,"55129":15689,"55131":134535,"55133":398879,"55135":51444,"55137":24116,"55139":169926,"55141":73274,"56001":38102,"56003":11901,"56005":47708,"56007":15477,"56009":13997,"56011":7410,"56013":40076,"56015":13438,"56017":4680,"56019":8515,"56021":97692,"56023":19011,"56025":80610,"56027":2448,"56029":29121,"56031":8673,"56033":30012,"56035":9951,"56037":44117,"56039":23059,"56041":20609,"56043":8129,"56045":7100,"72001":18181,"72003":38643,"72005":54166,"72007":26275,"72009":23457,"72011":27368,"72013":87242,"72015":18111,"72017":24299,"72019":28755,"72021":182955,"72023":49005,"72025":131363,"72027":32222,"72029":46108,"72031":157453,"72033":24888,"72035":44530,"72037":11853,"72039":16912,"72041":40343,"72043":39265,"72045":19539,"72047":34165,"72049":1314,"72051":37208,"72053":32001,"72054":11910,"72055":16783,"72057":41706,"72059":19008,"72061":88663,"72063":46894,"72065":40390,"72067":16180,"72069":53466,"72071":42420,"72073":14906,"72075":46960,"72077":39128,"72079":23315,"72081":26451,"72083":8599,"72085":37768,"72087":26463,"72089":18547,"72091":39692,"72093":6202,"72095":11023,"72097":77255,"72099":36872,"72101":31320,"72103":26266,"72105":28557,"72107":21407,"72109":17334,"72111":20984,"72113":143926,"72115":24036,"72117":14269,"72119":50550,"72121":23054,"72123":28633,"72125":32114,"72127":344606,"72129":37873,"72131":37964,"72133":22066,"72135":73405,"72137":79726,"72139":67780,"72141":29402,"72143":37724,"72145":53371,"72147":8771,"72149":22993,"72151":34149,"72153":36439,"01":4864680,"02":738516,"04":6946685,"05":2990671,"06":39148760,"08":5531141,"09":3581504} \ No newline at end of file diff --git a/functions/q.js b/functions/q.js new file mode 100644 index 000000000..5e1a8db5c --- /dev/null +++ b/functions/q.js @@ -0,0 +1,113 @@ +const {BigQuery} = require('@google-cloud/bigquery'); +const dayjs = require('dayjs'); +const columns = require('./meta/columns.json'); + +const options = { + credentials: { + "type": "service_account", + "project_id": process.env.project_id, + "private_key_id": process.env.SK_ID, + "private_key": process.env.SK.replace(/\\n/gm, '\n'), + "client_email": process.env.CLIENT_EMAIL, + "client_id": process.env.CLIENT_ID, + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": process.env.client_x509_cert_url + }, + projectId: process.env.project_id, +}; + +async function query(query, bigquery) { + const options = { + query, + location: 'US', + }; + const [job] = await bigquery.createQueryJob(options); + return await job.getQueryResults(); +}; + +const pad = (x) => `${x}`.length === 2 ? x : '0'+ x + +const constructTimeQuery = ( + from, + to, + dataset, + columns, + array + ) => { + const t0 = dayjs(from); + const t1 = dayjs(to); + const range = (t1 - t0)/8.64e7; + let queryString = 'SELECT fips_code as fips, ' + if (array) queryString += 'ARRAY (' + let dateRange = [] + const format = array + ? (datestring) => `SELECT IFNULL(${datestring},-999) UNION ALL ` + : (datestring) => `${datestring}, ` + + const tailFormat = array + ? (queryString, dataset) => queryString.slice(0,-10) + ') as data FROM `covid-atlas.wide_format.' + dataset + '`' + : (queryString, dataset) => queryString.slice(0,-2) + ' FROM `covid-atlas.wide_format.' + dataset + '`' + + for (let i=0; i { + try { + const { + dataset, + from, + to, + array + } = event.queryStringParameters; + + const bigquery = new BigQuery(options); + + if (columns === null) { + return { + statusCode: 500, + body: JSON.stringify({ message: 'Missing column validation' }) + }; + } + + const { + queryString, + dateRange + } = constructTimeQuery( + from, + to, + dataset, + columns.availableColumns, + array + ) + + const result = await query(queryString, bigquery) + + return { + statusCode: 200, + body: JSON.stringify({ result, dateRange }) + }; + } catch (error) { + console.log(error); + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; + +// http://localhost:59632/q?from=2021-01-01&to=2021-02-01&dataset=covid_confirmed_cdc \ No newline at end of file diff --git a/functions/qTimeseries.js b/functions/qTimeseries.js new file mode 100644 index 000000000..7436ddade --- /dev/null +++ b/functions/qTimeseries.js @@ -0,0 +1,147 @@ +const {BigQuery} = require('@google-cloud/bigquery'); +const columns = require('./meta/columns.json'); + +const options = { + credentials: { + "type": "service_account", + "project_id": process.env.project_id, + "private_key_id": process.env.SK_ID, + "private_key": process.env.SK.replace(/\\n/gm, '\n'), + "client_email": process.env.CLIENT_EMAIL, + "client_id": process.env.CLIENT_ID, + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": process.env.client_x509_cert_url + }, + projectId: process.env.project_id, +}; + +async function query(query, bigquery) { + const options = { + query, + location: 'US', + }; + const [job] = await bigquery.createQueryJob(options); + return await job.getQueryResults(); +}; + +const zip = (result, dateRange, indvData=false) => { + let returnCollection = [] + + const vals = Object.values(result[0][0]) + + const indvVals = indvData + ? indvData[0].map(t => Object.values(t).slice(1,)) + : null + + const indvKeys = indvData + ? indvData[0].map(t => t['fips_code']) + : null + + const indvFunc = indvData + ? (indvVals, indvKeys, i) => { + for (let n=0; n {} + + for (let i=0; i { + let queryString = 'SELECT ' + let dateRange = [] + const currColumns = columns[dataset] + if (allSeries) { + queryString += 'fips_code, ' + for (let i=0; i 1) queryString += ' where fips_code IN (' + geoid.join(',') + ')' + + return { + queryString, + dateRange + } +} + + + +exports.handler = async (event) => { + try { + const { + dataset, + geoid + } = event.queryStringParameters; + const bigquery = new BigQuery(options); + + const idArray = geoid ? JSON.parse(geoid) : false; + const { + queryString, + dateRange + } = constructTimeQuery( + 'public.' + dataset, + idArray + ) + if (idArray && idArray.length > 1) { + + const indQuery = constructTimeQuery( + 'public.' + dataset, + idArray, + true + ) + + const [resultSum, resultIndividual] = await Promise.all([query(queryString, bigquery), query(indQuery.queryString, bigquery)]) + const data = zip(resultSum, dateRange, resultIndividual) + return { + statusCode: 200, + body: JSON.stringify({ data }) + }; + } else { + const result = await query(queryString, bigquery) + const data = zip(result, dateRange) + return { + statusCode: 200, + body: JSON.stringify({ data }) + }; + } + } catch (error) { + console.log(error); + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; \ No newline at end of file diff --git a/functions/query.js b/functions/query.js new file mode 100644 index 000000000..182c8ee3a --- /dev/null +++ b/functions/query.js @@ -0,0 +1,241 @@ +const {BigQuery} = require('@google-cloud/bigquery'); +const gzipResponse = require('./gzip'); +const columns = require('./meta/columns.json'); +const population = require('./meta/population.json') +const totalPopulation = 326698928; +const populationNyt = { + ...population, + 36061: 1632480 +} + +const options = { + credentials: { + "type": "service_account", + "project_id": process.env.project_id, + "private_key_id": process.env.SK_ID, + "private_key": process.env.SK.replace(/\\n/gm, '\n'), + "client_email": process.env.CLIENT_EMAIL, + "client_id": process.env.CLIENT_ID, + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": process.env.client_x509_cert_url + }, + projectId: process.env.project_id, +}; + +async function query(query, bigquery) { + const options = { + query, + location: 'US', + }; + const [job] = await bigquery.createQueryJob(options); + return await job.getQueryResults(); +}; + +const colToDate = (col) => col.replace(/_/g, '-').slice(1,) +const dateToCol = (date) => `_${date.replace(/-/g, '_')}` +const getColList = (columns, days, endIndex=0) => columns.slice(endIndex-days, endIndex ? endIndex+1 : columns.length).map(col => col[0] === '_' ? col.slice(1,).replace(/_/g, '-') : col) + +const findClosestDate = (columns, date) => { + if (!date) return date + const colDateFormat = dateToCol(date) + if (columns.includes(colDateFormat)){ + return colDateFormat + } + const dateCols = columns.map(col => new Date(colToDate(col))).filter(date => date > 0) + const closestDate = dateCols.reduce((a, b) => {return Math.abs(a - date) < Math.abs(b - date) ? a : b}); + return dateToCol(closestDate.toISOString().slice(0,10)) +} + +const constructQuery = (datasets, days=30, startDate=false) => { + let queryStrings = [] + datasets.forEach(dataset => { + const currColumns = columns[dataset]; + + let endDate; + + try { + endDate = findClosestDate(columns[dataset],startDate) + } catch { + console.log(dataset) + } + const endIndex = currColumns.indexOf(endDate) === -1 + ? 0 + : currColumns.indexOf(endDate) + + const dateRange = getColList(currColumns, days, endIndex) + const colRange = dateRange.map(date => dateToCol(date)) + queryStrings.push({ + query: `SELECT fips_code as id, ARRAY(SELECT IFNULL(${colRange.join(',-999) UNION ALL SELECT IFNULL( ')},-999)) as vals from covid-atlas.${dataset}`, + dataset, + dateRange + }) + }) + + return { + queryStrings, + } +} + +const zip = (result, dateRange, population={}, totalPopulation=1, indvData=false) => { + let returnCollection = [] + + const vals = Object.values(result[0][0]) + + const indvVals = indvData + ? indvData[0].map(t => Object.values(t).slice(1,)) + : null + + const indvKeys = indvData + ? indvData[0].map(t => t['fips_code']) + : null + + const sumPop = indvKeys + ? indvKeys.reduce((a,b)=> population[a] + population[b]) + : totalPopulation + + const indvPopArray = indvKeys + ? indvKeys.map(fips => population[fips]) + : [] + + const indvFunc = indvData + ? (indvVals, indvKeys, i) => { + for (let n=0; n {} + + for (let i=0; i { + let queryString = 'SELECT ' + let dateRange = [] + const currColumns = columns[dataset] + if (allSeries) { + queryString += 'fips_code, ' + for (let i=0; i 1) queryString += ' where fips_code IN (' + geoid + ')' + + return { + queryString, + dateRange + } +} + + + +exports.handler = async (event) => { + try { + const { + datasets, + days, + geoid, + type, + startDate + } = event.queryStringParameters; + const bigquery = new BigQuery(options); + if (type === undefined) { + return { + statusCode: 500, + body: JSON.stringify({ error: 'Specify a query type such as snapshot or timeseries.' }), + }; + } + if (type === 'snapshot') { + const datasetsArray = JSON.parse(datasets) + const { + queryStrings + } = constructQuery( + datasetsArray, + days||30, + startDate||false + ) + const results = await Promise.all(queryStrings.map(entry => query(entry.query, bigquery))) + const parsed = results.map((result, idx) => {return { + rows: result[0], + dataset: queryStrings[idx].dataset, + dateRange: queryStrings[idx].dateRange, + }}) + return await gzipResponse(JSON.stringify({ data: parsed })); + + } + + if (type === "timeseries") { + const idArray = geoid ? geoid : false; + const { + queryString, + dateRange + } = constructTimeQuery( + datasets, + idArray + ) + + if (idArray && idArray.length > 1) { + const indQuery = constructTimeQuery( + datasets, + idArray, + true + ) + + // 1p3a and NYT have merged metro NYC + const popData = datasets.includes('nyt') || datasets.includes('1p3a') + ? populationNyt + : population + + const [resultSum, resultIndividual] = await Promise.all([query(queryString, bigquery), query(indQuery.queryString, bigquery)]) + const data = zip(resultSum, dateRange, popData, totalPopulation,resultIndividual) + + return await gzipResponse(JSON.stringify({ data })); + + } else { + const result = await query(queryString, bigquery, totalPopulation) + const data = zip(result, dateRange) + return await gzipResponse(JSON.stringify({ data })); + } + } + } catch (error) { + console.log(error); + return { + statusCode: 500, + body: JSON.stringify({ error: 'Failed fetching data' }), + }; + } +}; \ No newline at end of file diff --git a/package.json b/package.json index b14e46f1c..210e5eb42 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,24 @@ "@deck.gl/mapbox": "^8.4.18", "@deck.gl/mesh-layers": "^8.4.18", "@deck.gl/react": "^8.3.11", - "@google-cloud/bigquery": "^5.7.1", + "@google-cloud/bigquery": "^5.9.1", "@material-ui/core": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.57", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", + "axios": "^0.21.1", "comlink": "^4.3.1", + "cors-anywhere": "^0.4.4", "d3-dsv": "^2.0.0", "d3-scale": "^3.2.0", "dayjs": "^1.10.6", "file-saver": "^2.0.5", + "http-terminator": "^3.0.0", + "jsgeoda": "^0.2.3", "jszip": "^3.6.0", "lodash": "^4.17.20", + "node-fetch": "^2.6.1", "pbf": "^3.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -89,6 +94,8 @@ }, "devDependencies": { "source-map-explorer": "^2.5.2", - "worker-loader": "^3.0.6" + "util": "^0.12.4", + "worker-loader": "^3.0.6", + "zlib": "^1.0.5" } } diff --git a/public/csv/michigan-schools.csv b/public/csv/michigan-schools.csv index 774c1b068..a2373c24b 100644 --- a/public/csv/michigan-schools.csv +++ b/public/csv/michigan-schools.csv @@ -1,189 +1,250 @@ Name,description,layer,x,y -Sault Ste Marie Public Schools,,Schools in Michigan - mask policies fall 2021 Decision not announced,-84.3439620,46.4780929 -Dexter Community School District,,Schools in Michigan - mask policies fall 2021 Decision not announced,-83.8822754,42.3347898 -Chelsea School District,,Schools in Michigan - mask policies fall 2021 Decision not announced,-84.0400550,42.3000298 -Dearborn Public Schools,,Schools in Michigan - mask policies fall 2021 Decision not announced,-83.2200280,42.3013966 -Lake Superior State University,,Schools in Michigan - mask policies fall 2021 Decision not announced,-84.3645399,46.4920154 -Potterville Public Schools,"Masks ""permitted""","Schools in Michigan - mask policies fall 2021 Masks not encouraged or just ""permitted""",-84.7440714,42.6371820 -Kingsbury Country Day School,"Masks optional, not specifically recommended","Schools in Michigan - mask policies fall 2021 Masks not encouraged or just ""permitted""",-83.2025535,42.8712514 -Jackson Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.4134041,42.2431338 -Plymouth-Canton Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4977231,42.3448609 -South Lyon Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.6539439,42.4584571 -Bloomfield Hills School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.2829511,42.5766258 -Birmingham Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.2428813,42.5174939 -Walled Lake Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4800687,42.5422734 -Owosso Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.2161159,43.0149774 -Ovid-Elsie Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.3894614,43.0458076 -Wyandotte City School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.1642398,42.2144327 -Grandville Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.7792170,42.9327373 -Port Huron Area School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.5309997,43.0486934 -Kentwood Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.6169717,42.8691457 -Taylor Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.2965002,42.2312866 -Schoolcraft Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.6640505,42.1338009 -Livonia Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.3596867,42.3798776 -Woodhaven-Brownstown School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.2629546,42.1480879 -Lake Orion Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.2771565,42.7641565 -Huron Valley School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.5762017,42.6306221 -Troy School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.1555951,42.5919646 -Charlotte Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.8394379,42.6134913 -Waterford School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4019805,42.6545720 -Warren Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.0146557,42.5238396 -Clarkston Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4462542,42.7357913 -Wayne-Westland Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4144927,42.2944769 -Brighton Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.7435064,42.5185819 -Kent ISD,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.5985136,42.9964902 -Eaton Rapids Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.6378068,42.5040714 -Montague Area Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.3827819,43.4694015 -Fremont Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.9363495,43.4629420 -Rochester Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.1402336,42.6812801 -Van Buren Public Schools/Belleville ,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4892688,42.2286071 -St Joseph Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.4732886,42.0553179 -Lake Shore Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.8912234,42.5214642 -Gladwin Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.4914447,43.9839290 -Clare Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.7618300,43.8243156 -Harrison Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.8086227,44.0185523 -Midland Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.2294174,43.6859467 -Napoleon Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.2624164,42.1821007 -Croswell-Lexington School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.6156484,43.2066662 -Wayland Union Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.6263542,42.6840047 -Adrian Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.0483623,41.9111316 -West Branch-Rose City Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.1933285,44.3274297 -Rockford Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.5640938,43.1293218 -Utica Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.0173835,42.6335137 -Hastings Area School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.2663657,42.5921434 -Novi Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4771635,42.4738576 -East China School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.5868376,42.7615004 -Marysville Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.5520176,42.9061539 -St. Johns Public School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.5663790,42.9913608 -Clarenceville School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.3316217,42.4406380 -Harper Creek Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.1299722,42.2332920 -Zeeland Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.9991404,42.8106235 -Pennfield School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.1302572,42.3885390 -Hamilton Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.0159739,42.6824853 -Plainwell Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.5916038,42.4482010 -Grosse Ile Township Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.1395671,42.1355338 -Traverse City Area Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.7337144,44.7324849 -Grass Lake Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.2075327,42.2671907 -Grosse Pointe Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.8969086,42.4385159 -Landmark Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.5176144,42.9845986 -Da Vinci Institute schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.4513734,42.2781779 -Bay City School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.0619172,43.6768051 -Plymouth Christian Academy ,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4655053,42.3485786 -Mattawan Consolidated School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.7962226,42.2132480 -Airport Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.3589830,42.0649969 -Vicksburg Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.4611805,42.1269304 -Northwest Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.4637139,42.3331673 -Portage Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.6235503,42.2202960 -Marshall Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.9576593,42.2705698 -Macomb Community College,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.9734095,42.5053532 -Lamphere Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.1056321,42.5156390 -Dundee Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.6566060,41.9634212 -Hartland Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.7640067,42.6346150 -Mio Ausable Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.1442676,44.6532338 -Fraser Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.9457295,42.5443714 -South Canton Scholars Charter School,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4847119,42.2842386 -Morrice Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.1710038,42.8529772 -Kenowa Hills Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.7456147,43.0366790 -Plymouth Scholars Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.5207990,42.3773183 -Manchester Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.0385420,42.1802924 -Brandon School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.4016822,42.8508388 -Maple Valley Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.0546874,42.6117350 -Rogers City Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.8195376,45.4202843 -Bullock Creek School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.2935299,43.5700187 -Canton Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.5236534,42.3225604 -Achieve Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.5276520,42.2815820 -University of Michigan,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.7103295,42.2518751 -Wayne State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.0680332,42.3610415 -Michigan State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.4491580,42.7499966 -University of Michigan-Dearborn,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.2327030,42.3175930 -University of Michigan-Flint,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.6888414,43.0198705 -University of Detroit Mercy,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.1380813,42.4141696 -Grand Valley State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.8913223,42.9624705 -Saginaw Valley State University,"Vaccinated people can remove masks when together in a conference room, by mutual consent, as well as in closed offices when alone.",Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.9629364,43.5143044 -Oakland University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.2088101,42.6678068 -Lansing Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.5511620,42.7381133 -Alpena Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.4446735,45.0812718 -Lawrence Technological University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.2506414,42.4747714 -Wayne State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.0808822,42.3794716 -Jackson Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.4063734,42.1639735 -Eastern Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.6245435,42.2508591 -Hope College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-86.1027730,42.7875370 -Calvin University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.5825312,42.9328955 -Western Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.6155423,42.2831712 -Central Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.7781541,43.5827075 -Northern Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-87.4084618,46.5602113 -Michigan Technological University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-88.5470922,47.1192940 -Aquinas College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.6263499,42.9604042 -Delta College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.9860378,43.5585625 -Oakland Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.2233506,42.6469874 -Henry Ford Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.2376903,42.3241415 -Bay Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-87.0853412,45.7730302 -Kalamazoo College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.5982660,42.2900598 -Washtenaw Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.6642095,42.2628232 -Grand Rapids Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.6667778,42.9669375 -Detroit Public Schools,REQUIRED,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.0676273,42.3615470 -Detroit Country Day School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.2653933,42.5159273 -Grand Rapids Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.6688558,42.9574780 -Lansing Public School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.5466205,42.7544141 -Ann Arbor Public Schools,REQUIRED,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.7350467,42.2884436 -Mount Clemens Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-82.8833880,42.5970831 -Ypsilanti Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.6250221,42.2476193 -Flint Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.6957225,43.0174558 -East Lansing Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.4722476,42.7399127 -Kalamazoo Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.6251799,42.2921191 -Haslett Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.3886204,42.7567776 -Holt Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.6212532,42.6706582 -Benton Harbor Area Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.3907921,42.0913180 -Hamtramck Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.0495188,42.3930301 -South Arbor Charter Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.6815092,42.1689783 -Okemos Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.4569526,42.6847031 -Spring Lake Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.1037867,43.0593484 -Ferndale Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1494934,42.4524945 -New Morning School ,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.4440959,42.3885959 -Hazel Park Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1148897,42.4683977 -Arts Academy in the Woods,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-82.9520243,42.5325256 -Royal Oak Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1351761,42.5147334 -Oak Park Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1854181,42.4576983 -Cesar Chavez Academy Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1147736,42.3119408 -Berkley School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.1915312,42.4846357 -The Roeper School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.2530583,42.5932839 -Midland County ESA,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.2276653,43.6330534 -Grand Ledge Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.7489178,42.7497252 -Battle Creek Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.1803713,42.3208039 -Fortis Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.6599451,42.2328251 -East Arbor Charter Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.6223414,42.1885648 -South Pointe Scholars Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.5528724,42.2759329 -Saline Area Schools,"Requires masks for 6th grade and below when CDC risk level is Low or moderate, and masks for all indoors when risk level is Substantial or High",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7495465,42.1881389 -Fenton Area Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7007918,42.7486121 -Farmington Public Schools,Masks required when Oakland County is orange or red on CDC map,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.3615127,42.4637277 -Bentley Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.5986233,43.0201506 -Forest Hills Public Schools,Masks required for all children and unvaccinated people in preK-6 schools,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.5071547,42.9549184 -Gaylord Community Schools,K-6 parents can opt to have their child placed in a classroom where masks are required,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.7124480,44.9919464 -Mount Pleasant Public Schools,Masks required up to age 12,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.7697909,43.6101901 -Mount Morris Consolidated School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6886022,43.1269800 -Atherton Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6309644,42.9835312 -Grand Blanc Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6162384,42.9384273 -Whitmore Lake Public Schools,"At Substantial risk (orange) on CDC map: Masks required for all adults and children in pre-K through 6. At High (red) level, masks required for all. At Moderate (Yellow) or Low (Blue), masks optional",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7839514,42.4213630 -Flushing Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.8712263,43.0709789 -Genesee School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6109943,43.1173384 -Northville Public Schools,"Required for staff who do not voluntarily submit proof of vaccination;  strongly recommended for students and vaccinated staff",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.4759230,42.4264255 -Davison Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.5268985,43.0106828 -Lincoln Consolidated Schools,Masks required for all in K-12 when county is at Substantial (orange) or High (red) level on CDC map. Required for all in K-6 when county is at Substantial (yellow).,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6020013,42.1580538 -LakeVille Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.4441824,43.1602566 -Carman-Ainsworth Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7330011,42.9742349 -Clio Area School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7445546,43.1786464 -Beecher Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7002027,43.1012413 -Westwood Heights Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7534525,43.0724613 -Lake Fenton Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7334867,42.8592972 -Kearsley Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6167751,43.0558744 -Swartz Creek Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.8336497,42.9527456 -Linden Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.8293169,42.7946204 -Williamston Community School District,"Masks required for unvaccinated staff, recommended for all students and vaccinated staff",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.2925026,42.7035795 -Bendle Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.6714372,42.9757556 -Goodrich Area Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.5322412,42.9172093 -Montrose Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.8867209,43.1807941 -Milan Area Schools,"Masks required of all when Washtenaw County is red or orange on the CDC map; required of K-6 students and adults when county is yellow on map",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.7028699,42.0786931 -Ferris State University,Masks required for unvaccinated individuals,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-85.4853948,43.6842175 -Schoolcraft College,Masks required for unvaccinated students & employees,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-83.4294933,42.4204804 -Siena Heights University,Required for unvaccinated people,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-84.0164296,41.9045729 -Muskegon Community College,Masks for unvaccinated people,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-86.1966120,43.2496542 +Chelsea School District,,Schools in Michigan - mask policies fall 2021 Decision not announced,-84.040055,42.300030 +Cranbrook Schools,,Schools in Michigan - mask policies fall 2021 Decision not announced,-83.251711,42.567628 +Dearborn Public Schools,,Schools in Michigan - mask policies fall 2021 Decision not announced,-83.220028,42.301397 +Lake Superior State University,,Schools in Michigan - mask policies fall 2021 Decision not announced,-84.342573,46.484468 +West Bloomfield School District,,Schools in Michigan - mask policies fall 2021 Decision not announced,-83.398125,42.590577 +Kingsbury Country Day School,"Masks optional, not specifically recommended","Schools in Michigan - mask policies fall 2021 Masks not encouraged or just ""permitted""",-83.202554,42.871251 +Potterville Public Schools,"Masks ""permitted""","Schools in Michigan - mask policies fall 2021 Masks not encouraged or just ""permitted""",-84.744071,42.637182 +Achieve Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.527652,42.281582 +Adrian Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.048362,41.911132 +Airport Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.358983,42.064997 +Bay City School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.061917,43.676805 +Brandon School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.401682,42.850839 +Brighton Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.743506,42.518582 +Bullock Creek School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.293530,43.570019 +Canton Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.523653,42.322560 +Charlotte Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.839438,42.613491 +Chippewa Valley Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.938673,42.635979 +Clare Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.761830,43.824316 +Clarenceville School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.331622,42.440638 +Clarkston Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.446254,42.735791 +Clawson Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.155565,42.537933 +Croswell-Lexington School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.615648,43.206666 +Da Vinci Institute schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.451373,42.278178 +Dansville Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.312917,42.527786 +Davenport University,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.530584,42.849449 +Dundee Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.656606,41.963421 +East China School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.586838,42.761500 +Escanaba Area Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-87.194849,45.755950 +Fraser Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.945730,42.544371 +Fremont Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.936350,43.462942 +Fruitport Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.117238,43.133791 +Gladwin Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.491445,43.983929 +Grand Rapids Christian Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.623325,42.919536 +Grand Traverse Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.553190,44.717905 +Grandville Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.779217,42.932737 +Grass Lake Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.207533,42.267191 +Greenville Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.275823,43.189108 +Grosse Ile Township Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.139567,42.135534 +Grosse Pointe Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.896909,42.438516 +Harper Creek Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.129972,42.233292 +Harrison Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.808623,44.018552 +Hartland Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.764007,42.634615 +Hastings Area School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.266366,42.592143 +Holly Area School District ,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.576757,42.786420 +Huron Valley School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.576202,42.630622 +Jackson Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.413404,42.243134 +Jenison Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.818713,42.913988 +Kenowa Hills Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.745615,43.036679 +Kent ISD,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.598514,42.996490 +Lake Orion Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.277157,42.764157 +Lake Shore Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.891223,42.521464 +Lakeshore School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.482664,42.004840 +Lamphere Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.105632,42.515639 +Landmark Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.517614,42.984599 +Livonia Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.359687,42.379878 +Manchester Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.038542,42.180292 +Maple Valley Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.054687,42.611735 +Marshall Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.957659,42.270570 +Marysville Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.552018,42.906154 +Mason Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.445823,42.578972 +Mattawan Consolidated School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.796223,42.213248 +Midland Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.229417,43.685947 +Millington Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.518333,43.274005 +Mio Ausable Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.144268,44.653234 +Mona Shores Public School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.248613,43.171426 +Montague Area Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.382782,43.469402 +Morrice Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.171004,42.852977 +Napoleon Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.262416,42.182101 +North Branch Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.196353,43.227961 +North Muskegon Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.268844,43.257172 +Northwest Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.463714,42.333167 +Norton Shores Public School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.268596,43.162678 +Novi Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.477164,42.473858 +Ovid-Elsie Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.389461,43.045808 +Owosso Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.216116,43.014977 +Pennfield School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.130257,42.388539 +Pinckney Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.913074,42.449567 +Plymouth-Canton Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.497723,42.344861 +Plymouth Christian Academy ,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.465505,42.348579 +Plymouth Scholars Charter Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.520799,42.377318 +Port Huron Area School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-82.531000,43.048693 +Rochester Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.140234,42.681280 +Rockford Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.564094,43.129322 +Rogers City Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.819538,45.420284 +Romeo Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.012831,42.805953 +St. Johns Public School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.566379,42.991361 +St Joseph Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-86.473289,42.055318 +Sault Ste Marie Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.278042,46.462996 +South Canton Scholars Charter School,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.484712,42.284239 +South Lyon Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.653944,42.458457 +Taylor Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.296500,42.231287 +Tawas Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.534255,44.278788 +Traverse City Area Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.733714,44.732485 +Triumph Academy,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.362180,41.953784 +Troy School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.155595,42.591965 +Utica Community Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.017384,42.633514 +Van Buren Public Schools/Belleville ,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.489269,42.228607 +Vassar Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.587815,43.379713 +Walled Lake Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.480069,42.542273 +Warren Consolidated Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.014656,42.523840 +Waterford School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.401981,42.654572 +Wayne-Westland Community School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.414493,42.294477 +West Branch-Rose City Area Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-84.193329,44.327430 +Woodhaven-Brownstown School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.262955,42.148088 +Wyandotte City School District,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-83.164240,42.214433 +Zeeland Public Schools,,Schools in Michigan - mask policies fall 2021 Masks recommended/not required,-85.999140,42.810624 +Alma College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.672875,43.380751 +Alpena Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.444674,45.081272 +Aquinas College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.626350,42.960404 +Bay Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-87.085341,45.773030 +Calvin University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.582531,42.932896 +Central Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.778154,43.582708 +Delta College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.986038,43.558563 +Eastern Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.624544,42.250859 +Grand Rapids Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.666778,42.966938 +Grand Valley State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.891322,42.962471 +Henry Ford College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.237690,42.324142 +Hope College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-86.102773,42.787537 +Jackson Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.406373,42.163974 +Kalamazoo College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.598266,42.290060 +Lansing Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.551162,42.738113 +Lawrence Technological University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.250641,42.474771 +Macomb Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-82.973410,42.505353 +Michigan State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.449158,42.749997 +Michigan Technological University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-88.547092,47.119294 +Muskegon Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-86.196612,43.249654 +North Central Michigan College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-84.955476,45.362318 +Northern Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-87.408462,46.560211 +Northwestern Michigan College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.582509,44.765927 +Oakland Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.223351,42.646987 +Oakland University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.208810,42.667807 +Saginaw Valley State University,"Vaccinated people can remove masks when together in a conference room, by mutual consent, as well as in closed offices when alone.",Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.962936,43.514304 +St Clair Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-82.814453,43.317860 +University of Detroit Mercy,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.138081,42.414170 +University of Michigan,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.710330,42.251875 +University of Michigan-Dearborn,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.232703,42.317593 +University of Michigan-Flint,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.688841,43.019871 +Wayne State University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.080882,42.379472 +Western Michigan University,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-85.615542,42.283171 +Washtenaw Community College,,Schools in Michigan - mask policies fall 2021 Masks required - higher education,-83.664210,42.262823 +Allen Park Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.213041,42.247366 +Ann Arbor Public Schools,REQUIRED,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.735047,42.288444 +Arts Academy in the Woods,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-82.952024,42.532526 +Barry Intermediate School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.293918,42.661478 +Battle Creek Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.180371,42.320804 +Benton Harbor Area Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.390792,42.091318 +Berkley School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.191531,42.484636 +Birmingham Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.242881,42.517494 +Bloomfield Hills School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.282951,42.576626 +Cesar Chavez Academy Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.114774,42.311941 +The Children's House Montessori,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.682664,44.744014 +Dearborn Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.228312,42.330832 +Detroit Public Schools,REQUIRED,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.067627,42.361547 +Detroit Country Day School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.265393,42.515927 +DeWitt Public Schools,"Masks required for all at High (Red) level on CDC map. At Substantial (Orange) level, masks required for students and staff at grade 8 and below, and recommended for all others. At Moderate (Yellow) level, masks recommended for all.","Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.585409,42.833786 +Dexter Community School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.882275,42.334790 +East Arbor Charter Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.622341,42.188565 +East Lansing Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.472248,42.739913 +Eaton Rapids Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.637807,42.504071 +Ferndale Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.149493,42.452495 +Flint Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.695723,43.017456 +Fortis Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.659945,42.232825 +Grand Blanc Montessori,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.693331,42.914591 +Grand Haven Area Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.197228,43.014844 +Grand Ledge Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.748918,42.749725 +Grand Rapids Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.668856,42.957478 +Hamtramck Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.049519,42.393030 +Haslett Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.388620,42.756778 +Hazel Park Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.114890,42.468398 +Henry Ford Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.234946,42.302701 +Holland Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.121886,42.775487 +Holt Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.621253,42.670658 +Immaculate Heart of Mary School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.547752,42.693025 +Ingham Intermediate School District ,Applies to ISD facilities and programs it runs in other districts,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.447677,42.597597 +Kalamazoo Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.625180,42.292119 +Kentwood Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.644145,42.858009 +Lakeview School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-85.220127,42.285070 +Lansing Public School District,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.546621,42.754414 +Maple Tree Montessori Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.756491,42.560583 +Melvindale-Northern Allen Park Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.185558,42.279678 +Midland County ESA,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.227665,43.633053 +Monroe Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.386064,41.932172 +Mount Clemens Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-82.883388,42.597083 +New Morning School ,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.444096,42.388596 +Oak Park Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.185418,42.457698 +Oakland Schools Technical Campuses,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.264354,42.666963 +Okemos Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.456953,42.684703 +School District of the City of Pontiac,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.288039,42.635284 +Royal Oak Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.135176,42.514733 +South Arbor Charter Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.681509,42.168978 +South Pointe Scholars Academy,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.552872,42.275933 +Southfield Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.264332,42.466388 +Spring Lake Public Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-86.103787,43.059348 +Summers Knoll School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.699880,42.255525 +The Roeper School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.253058,42.593284 +University Liggett School,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-82.900855,42.424328 +Waverly Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-84.616075,42.728843 +Ypsilanti Community Schools,,"Schools in Michigan - mask policies fall 2021 Masks required - public, private & charter K-12 schools",-83.625022,42.247619 +Allegan Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.893078,42.513440 +Atherton Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.630964,42.983531 +Beecher Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.700203,43.101241 +Bendle Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.671437,42.975756 +Bentley Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.598623,43.020151 +Carman-Ainsworth Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.733001,42.974235 +Climax-Scotts Community School District,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.336592,42.199383 +Clio Area School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.744555,43.178646 +Comstock Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.541511,42.313058 +Davison Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.526899,43.010683 +Farmington Public Schools,Masks required when Oakland County is orange or red on CDC map,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.361513,42.463728 +Fennville Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-86.115178,42.545944 +Fenton Area Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.700792,42.748612 +Flushing Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.871226,43.070979 +Forest Hills Public Schools,Masks required for all children and unvaccinated people in preK-6 schools,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.507155,42.954918 +Galesburg-Augusta Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.362224,42.339020 +Gaylord Community Schools,K-6 parents can opt to have their child placed in a classroom where masks are required,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.712448,44.991946 +Genesee School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.610994,43.117338 +Goodrich Area Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.532241,42.917209 +Grand Blanc Public Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.616238,42.938427 +Gull Lake Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.433745,42.375743 +Hamilton Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-86.015974,42.682485 +Hopkins Public School District,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.760821,42.617788 +Kalamazoo RESA,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.646802,42.303563 +Kearsley Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.616775,43.055874 +Lake Fenton Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.733487,42.859297 +LakeVille Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.444182,43.160257 +Lincoln Consolidated Schools,Masks required for all in K-12 when county is at Substantial (orange) or High (red) level on CDC map. Required for all in K-6 when county is at Substantial (yellow).,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.602001,42.158054 +Linden Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.829317,42.794620 +Martin Public School District,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.637238,42.536124 +Milan Area Schools,"Masks required of all when Washtenaw County is red or orange on the CDC map; required of K-6 students and adults when county is yellow on map",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.702870,42.078693 +Montrose Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.886721,43.180794 +Mount Morris Consolidated School District,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.688602,43.126980 +Mount Pleasant Public Schools,Masks required up to age 12,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.769791,43.610190 +Northville Public Schools,"Required for staff who do not voluntarily submit proof of vaccination;  strongly recommended for students and vaccinated staff",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.475923,42.426426 +Otsego Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.712072,42.455229 +Parchment School District,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.561118,42.330657 +Plainwell Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.591604,42.448201 +Portage Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.623550,42.220296 +Saline Area Schools,"Requires masks for 6th grade and below when CDC risk level is Low or moderate, and masks for all indoors when risk level is Substantial or High",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.749547,42.188139 +Saugatuck Public Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-86.204876,42.641589 +Schoolcraft Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.664051,42.133801 +Swartz Creek Community Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.833650,42.952746 +Vicksburg Community Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.461181,42.126930 +Wayland Union Schools,Required for all in K-6 by public health order https://www.kalcounty.com/userfiles/hcs/mediareleases/08.18.21%20Allegan%20and%20Kalamazoo%20Counties%20Issue%20Orders%20for%20Educational%20Settings.pdf,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-85.626354,42.684005 +Westwood Heights Schools,Subject to Genessee County Public Health order requiring masks for K-6 students and all interacting with them: https://www.gchd.us/wp-content/uploads/2021/08/GCHD-Masking-Final-Medical-Health-Officer-PBH-August-12.-2021-004.pdf?fbclid=IwAR3goDvofU2peWV7Lr7t2vFuud50eaSq27Cpv3gXG24oXidjzyVVNJxsuTw,Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.753453,43.072461 +Whitmore Lake Public Schools,"At Substantial risk (orange) on CDC map: Masks required for all adults and children in pre-K through 6. At High (red) level, masks required for all. At Moderate (Yellow) or Low (Blue), masks optional",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-83.783951,42.421363 +Williamston Community School District,"Masks required for unvaccinated staff, recommended for all students and vaccinated staff",Schools in Michigan - mask policies fall 2021 Partial requirement K-12 (see notes on each pin),-84.292503,42.703580 +Ferris State University,Masks required for unvaccinated individuals,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-85.485395,43.684218 +Schoolcraft College,Masks required for unvaccinated students & employees,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-83.429493,42.420480 +Siena Heights University,Required for unvaccinated people,Schools in Michigan - mask policies fall 2021 Partial requirement - higher education (see notes on pin),-84.016430,41.904573 diff --git a/public/workers/worker.jsgeoda.js b/public/workers/worker.jsgeoda.js index a5afcc327..dd333e2ab 100644 --- a/public/workers/worker.jsgeoda.js +++ b/public/workers/worker.jsgeoda.js @@ -62,7 +62,6 @@ class GeodaWorkerProxy { for (var i=0; i<10; i++){ try { var id = this.readGeoJSON(ab); - console.log(i); return [id, geojsonData]; } catch {} } diff --git a/src/actions/index.js b/src/actions/index.js index d376290f3..a6ad41667 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -301,6 +301,7 @@ export const updateSelectionKeys = ( geoid, type) => { } } + // adds to current chart data from current data export const appendSelectionData = ( data ) => { return { @@ -476,6 +477,16 @@ export const addTables = ( data ) => { } } + +export const reconcileTables = ( data ) => { + return { + type:'RECONCILE_TABLES', + payload: { + data + } + } +} + export const updateMap = () => { return { type: 'UPDATE_MAP' diff --git a/src/components/Footer.js b/src/components/Footer.js index 1df9c953c..e36211f66 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -120,16 +120,16 @@ const Footer = ( props ) => {

Sign up for the Newsletter

We'll keep you up to date with new updates, features, and insights on the COVID-19 pandemic. Follow the US COVID Atlas team on Medium too.

-
- + + - {/* */} + {/* */} - + - +
diff --git a/src/components/MainLineChart.js b/src/components/MainLineChart.js index 1af8d0129..e76bbbe86 100644 --- a/src/components/MainLineChart.js +++ b/src/components/MainLineChart.js @@ -10,7 +10,7 @@ import Switch from '@material-ui/core/Switch'; import styled from 'styled-components'; import { colors } from '../config'; -import { setVariableParams, setChartParams } from '../actions'; +import { setVariableParams } from '../actions'; const ChartContainer = styled.span` span { @@ -58,8 +58,8 @@ const monthNames = ["Jan","Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Se const numberFormatter = val => val > 1000000 ? `${val/1000000}M` : val > 1000 ? `${val/1000}K` : val; const dateFormatter = val => { - let tempDate = (new Date(val).getMonth()+1)%12; - return `${monthNames[tempDate]}` + const tempDate = new Date(val) + return `${monthNames[(tempDate.getMonth()+1)%12]} ${(tempDate.getFullYear()+'').slice(-2,)}` }; const CustomTick = props => {props.labelFormatter(props.payload.value)} @@ -110,7 +110,7 @@ const CustomTooltip = props => { boxShadow: '0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12)' }}> -

{data[0].payload.date}

+

{data[0].payload.d}

{data.map(data =>

{data.name}: {Number.isInteger(Math.floor(data.payload[data.dataKey])) ? Math.floor(data.payload[data.dataKey]).toLocaleString('en') @@ -128,8 +128,7 @@ const CustomTooltip = props => { }; const MainLineChart = () => { - const chartData = useSelector(state => state.chartData.data); - const maximums = useSelector(state => state.chartData.maximums); + const { data, maximums } = useSelector(state => state.chartData); const dataParams = useSelector(state => state.dataParams); const nType = useSelector(state => state.dataParams.nType); const dType = useSelector(state => state.dataParams.dType); @@ -141,14 +140,18 @@ const MainLineChart = () => { const currentTable = useSelector(state => state.currentTable); const populationNormalized = useSelector(state => state.chartParams.populationNormalized); + const shouldLoadTimeseries = useSelector((state)=>state.shouldLoadTimeseries); + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries); + const [logChart, setLogChart] = useState(false); + const [popNormalized, setPopNormalized] = useState(false); const [showSummarized, setShowSummarized] = useState(true); const [activeLine, setActiveLine] = useState(false); const dispatch = useDispatch(); - const handleSwitch = () => setLogChart(prev => !prev) - const handlePopSwitch = () => dispatch(setChartParams({populationNormalized: !populationNormalized})) + const handleScaleSwitch = () => setLogChart(prev => !prev) + const handlePopSwitch = () => setPopNormalized(prev => !prev) const handleSummarizedSwitch = () => setShowSummarized(prev => !prev) const handleChange = (newValue) => { if (nType === "time-series" && dType === "time-series") { @@ -188,8 +191,8 @@ const MainLineChart = () => { const handleLegendLeave = () => { setActiveLine(false) } - - if (maximums && chartData) { + + if (maximums && data) { return ( {(selectionNames.length < 2) ? @@ -199,14 +202,14 @@ const MainLineChart = () => { } { /> } /> + { - - {selectionKeys.length < 2 && } - {selectionKeys.length < 2 && 0 ? selectionNames[0] : "count"} name="7-Day Average New Cases" stroke={colors.yellow} dot={false} isAnimationActive={false} /> } + {selectionKeys.length === 0 && } + {selectionKeys.length === 0 && } + {selectionKeys.length === 1 && } + {selectionKeys.length === 1 && } {(selectionKeys.length > 1 && showSummarized) && { /> } {selectionKeys.length > 1 && - selectionNames.map((key,index) => { + selectionKeys.map((key,index) => { return colors.qualtitiveScale.length ? 'white' : colors.qualtitiveScale[index]} dot={false} isAnimationActive={false} @@ -300,13 +299,23 @@ const MainLineChart = () => { onMouseEnter={handleLegendHover} onMouseLeave={handleLegendLeave} />} + @@ -314,12 +323,12 @@ const MainLineChart = () => { -

{populationNormalized ? 'Per 100k' : 'Counts'}

+

{popNormalized ? 'Per 100k' : 'Counts'}

{selectionKeys.length > 1 && props.isActive ? colors.lightblue : colors.buttongray}; - outline:none; border:none; transition:250ms all; cursor:pointer; @@ -55,12 +54,17 @@ export const NavInlineButton = styled.button` const MapButtonContainer = styled.div` position: absolute; - right: ${props => props.infoPanel ? 317 : 10}px; - bottom: 30px; + right: ${props => props.infoPanel ? 276 : 10}px; + bottom: 0px; z-index: 10; transition: 250ms all; - @media (max-width:768px) { - bottom:100px; + @media (max-width:1024px) { + right: ${props => props.infoPanel ? 'calc(50% + 1em)' : '10px'}; + bottom: ${props => props.infoPanel ? '6em' : 0}; + } + @media (max-width:768px){ + bottom:6em; + right:10px; } @media (max-width: 400px) { transform:scale(0.75) translate(20%, 20%); @@ -70,9 +74,73 @@ const MapButtonContainer = styled.div` const ShareURL = styled.input` position:fixed; - left:110%; + left:150%; +` + +const MapAttributionContainer = styled.div` +` + +const MapAttributionText = styled.span` + position:absolute; + width:auto; + right:3em; + bottom:1.25em; + text-align:right; + background:white; + white-space:nowrap; + display:inline-block; + padding:.125em .25em; + border-radius:.25em; + display:${props => props.expanded ? 'block' : 'none'}; + a { + margin-right:0.5em; + color:blue; + } + ` + +const MapAttributionButton = styled(NavInlineButton)` + background:${colors.buttongray}; + border-radius:50%; + box-shadow:none; + -moz-box-shadow:none; + -webkit-box-shadow:none; + font-weight:bold; + ` +const MapAttribution = () => { + const [isExpanded, setIsExpanded] = useState(false); + + const listener = (e) => { + if (e.target.id !== 'map-attribution-button' && e.target.id !== 'map-attribution-list') { + setIsExpanded(false); + window.removeEventListener('click', listener); + } + } + + const handleCloseListener = () => window.addEventListener('click', listener); + + return + + © Mapbox + © OpenStreetMap + Improve this map + + {setIsExpanded(prev => !prev);handleCloseListener();}} + > + i + + +} + + export default function MapButtons({ boxSelect, @@ -169,6 +237,9 @@ export default function MapButtons({ + + + } \ No newline at end of file diff --git a/src/components/MapSection.js b/src/components/MapSection.js index 9763471a7..c1b235afd 100644 --- a/src/components/MapSection.js +++ b/src/components/MapSection.js @@ -23,6 +23,7 @@ import useLoadData from '../hooks/useLoadData'; import useUpdateData from '../hooks/useUpdateData'; // PBF schemas import * as Schemas from '../schemas'; +import { loading } from '../config/svg'; const view = new MapView({repeat: true}); @@ -68,6 +69,42 @@ const GeocoderContainer = styled.div` } ` +const DataLoadingContainer = styled.div` + position:fixed; + left:50%; + bottom:6em; + z-index:1; + transform:translateX(-50%); + width:2rem; + height:2rem; + pointer-events:none; + opacity:0.9; + &:after { + content: 'Background data loading...'; + position:absolute; + left:50%; + top:-2em; + color:white; + width:200px; + text-align:center; + transform:translate(-100px); + text-shadow:0 0 2px black; + } + @keyframes rotate { + from { + transform:rotate(0deg); + } + to { + transform:rotate(360deg); + } + } + svg { + animation: rotate 2s ease-in-out infinite; + } +` + +const BackgroundLoader = () => {loading} +// © Mapbox Improve this map | © Mapbox © OpenStreetMap Improve this map //create your forceUpdate hook function useForceUpdate(){ const [, setValue] = useState(0); // integer state @@ -97,7 +134,7 @@ export default function MapSection(){ const storedCartogramData = useSelector(state => state.storedCartogramData); const storedLisaData = useSelector(state => state.storedLisaData); // eslint-disable-next-line no-empty-pattern - const [] = useLoadData(); + const {isInProcess} = useLoadData(); // eslint-disable-next-line no-empty-pattern const [] = useUpdateData(); const viewport = useViewport(); @@ -346,9 +383,9 @@ export default function MapSection(){ } else { try { setHighlightGeog([objectID]); - dispatch(updateSelectionKeys(objectID, 'update')) - window.localStorage.setItem('SHARED_GEOID', objectID); - window.localStorage.setItem('SHARED_VIEW', JSON.stringify(viewport)); + dispatch(updateSelectionKeys(objectID, 'update')); + // window.localStorage.setItem('SHARED_GEOID', objectID); + // window.localStorage.setItem('SHARED_VIEW', JSON.stringify(viewport)); } catch {} } } @@ -384,10 +421,10 @@ export default function MapSection(){ choropleth: new GeoJsonLayer({ id: 'choropleth', data: currentMapGeography, - getFillColor: d => !colorFilter || currentMapData[d.properties.GEOID].color.length === 4 - ? currentMapData[d.properties.GEOID].color - : [...currentMapData[d.properties.GEOID].color, 25+(!colorFilter || colorFilter===currentMapData[d.properties.GEOID].color)*225], - getElevation: d => currentMapData[d.properties.GEOID].height, + getFillColor: d => !colorFilter || currentMapData[d.properties.GEOID]?.color.length === 4 + ? currentMapData[d.properties.GEOID]?.color + : [...currentMapData[d.properties.GEOID]?.color, 25+(!colorFilter || colorFilter===currentMapData[d.properties.GEOID].color)*225], + getElevation: d => currentMapData[d.properties.GEOID]?.height, pickable: true, stroked: false, filled: true, @@ -428,7 +465,7 @@ export default function MapSection(){ id: 'hoverHighlightlayer', data: currentMapGeography, getLineColor: d => hoverGeog === d.properties.GEOID ? mapParams.vizType === 'dotDensity' ? [200,200,200] : [50, 50, 50] : [50, 50, 50, 0], - getElevation: d => currentMapData[d.properties.GEOID].height, + getElevation: d => currentMapData[d.properties.GEOID]?.height, pickable: false, stroked: true, filled:false, @@ -616,7 +653,7 @@ export default function MapSection(){ LayerArray.push(layers['choroplethHighlight']) LayerArray.push(layers['choroplethHover']) } - + if (resources && resources.includes('hospital')) LayerArray.push(layers['hospitals']) if (resources && resources.includes('clinic')) LayerArray.push(layers['clinic']) if (resources && resources.includes('vaccinationSites')) LayerArray.push(layers['vaccinationSites']) @@ -746,6 +783,7 @@ export default function MapSection(){ onChange={handleGeocoder} /> + {isInProcess && } ) } \ No newline at end of file diff --git a/src/components/Pages/Map.js b/src/components/Pages/Map.js index 9da119a82..f5ac61538 100644 --- a/src/components/Pages/Map.js +++ b/src/components/Pages/Map.js @@ -37,7 +37,7 @@ import * as Comlink from "comlink"; const getDefaultDimensions = () => ({ defaultX: window.innerWidth <= 1024 ? window.innerWidth*.1 : window.innerWidth <= 1400 ? window.innerWidth-400 : window.innerWidth -500, defaultXLong: window.innerWidth <= 1024 ? window.innerWidth*.1 : window.innerWidth <= 1400 ? window.innerWidth-450 : window.innerWidth -550, - defaultY: window.innerWidth <= 1024 ? window.innerHeight*.25 : 75, + defaultY: window.innerWidth <= 1024 ? window.innerHeight*.25 : 110, defaultWidth: window.innerWidth <= 1024 ? window.innerWidth*.8 : 300, defaultWidthLong: window.innerWidth <= 1024 ? window.innerWidth*.8 : window.innerWidth <= 1400 ? 400 : 500, defaultHeight: window.innerWidth <= 1024 ? window.innerHeight*.4 : 300, diff --git a/src/components/Slider.js b/src/components/Slider.js index bd27f5ac8..5f8602f21 100644 --- a/src/components/Slider.js +++ b/src/components/Slider.js @@ -253,7 +253,7 @@ const formatDate = (date) => { return rawDate.toLocaleDateString('en-US', options); } -function DateTitle(){ +export function DateTitle(){ const nType = useSelector(state => state.dataParams.nType); const nIndex = useSelector(state => state.dataParams.nIndex); const dates = useSelector(state => state.dates); @@ -275,9 +275,17 @@ function DateSlider(){ const rangeType = useSelector(state => state.dataParams.rangeType); const variableName = useSelector(state => state.dataParams.variableName); const currTable = useSelector(state => state.storedData[state.currentTable.numerator]); - const dateIndices = currTable !== undefined && currTable.dates; - const dates = useSelector(state => state.dates); + const shouldLoadTimeseries = useSelector((state)=>state.shouldLoadTimeseries) + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries) + const dateIndices = currTable !== undefined && nType === 'time-series' + ? !shouldLoadTimeseries && !shouldAlwaysLoadTimeseries + ? currTable.dates.slice(nRange,) + : currTable.dates + : undefined; + + const dates = useSelector(state => state.dates); + const [timeCase, setTimeCase] = useState(0); const [dRange, setDRange] = useState(false); @@ -422,7 +430,7 @@ function DateSlider(){ min={1} max={dates.length} step={1} - characteristic={nType==="characteristic"} + characteristic={nType==="characteristic" && "characteristic"} />} {/* Slider for bin date */} {/* {!customRange && diff --git a/src/components/SliderPlaceholder.js b/src/components/SliderPlaceholder.js new file mode 100644 index 000000000..6cd88d007 --- /dev/null +++ b/src/components/SliderPlaceholder.js @@ -0,0 +1,20 @@ +import styled from 'styled-components'; +import { colors } from '../config'; +import { OutlineButton } from '../styled_components'; + +const Container = styled.div` + display:flex; + align-items:center; + justify-content:center; + flex-direction:row; + position:absolute; + bottom:-45px; + left:50%; + transform:translateX(-50%); + background:${colors.darkgray}; +` +export default function SliderPlaceholder({setHistoric}){ + return + Load Historic Data + +} \ No newline at end of file diff --git a/src/components/TopPanel.js b/src/components/TopPanel.js index 82f601760..cab3cad1e 100644 --- a/src/components/TopPanel.js +++ b/src/components/TopPanel.js @@ -1,10 +1,21 @@ // this components houses the slider, legend, and bottom dock chart -import React from 'react'; +import React, {useState} from 'react'; +import { useDispatch, useSelector } from 'react-redux'; import styled from 'styled-components'; import { DateSlider, Dock, Ticks } from '../components'; import { colors } from '../config'; +import * as SVG from '../config/svg'; +import { OutlineButton, StyledDropDown } from '../styled_components'; +// MUI import +import MenuItem from '@material-ui/core/MenuItem'; +import Select from '@material-ui/core/Select'; +import Checkbox from '@material-ui/core/Checkbox'; +import FormGroup from '@material-ui/core/FormGroup'; +import FormControlLabel from '@material-ui/core/FormControlLabel'; + +import { range } from 'lodash'; // Styled components const TopDrawer = styled.div` @@ -20,6 +31,7 @@ const TopDrawer = styled.div` box-shadow: 0px 0px 5px rgba(0,0,0,0.7); border-radius:0 0 0.5vh 0.5vh ; transition:250ms all; + color:white; hr { opacity:0.5; } @@ -37,16 +49,193 @@ const TopDrawer = styled.div` // bottom all the way down for landscape phone } ` -const TopPanel = () => { - + +const PreferenceContainer = styled.div` + position:absolute; + width:90vw; + max-width: 450px; + display:flex; + div { + display:block; + margin:0 auto + } +` + +const PreferenceButton = styled.button` + background:none; + border:none; + position:absolute; + right:0.5em; + top:0.5em; + width:1.5em; + height:1.5em; + cursor:pointer; + svg { + fill:${colors.white}; + transition:250ms all; + &:hover { + fill:${colors.yellow} + } + } +` + +const DismissButton = styled(OutlineButton)` + border:none; + font-weight:normal; + &.topRight { + position:absolute; + top:0; + right:0; + } +` + +const PreferencePanelContainer = styled.div` + position:absolute; + width:100%; + background:${colors.gray}; + box-shadow: 0px 0px 5px rgba(0,0,0,0.7); + border-radius:0.5vh; + transition:250ms all; + color:white; + top:calc(100% + 0.5em); + padding:1em; + span.MuiIconButton-colorSecondary, span.MuiSlider-root { + color:white; + } + span.MuiSlider-root { + margin:0 31px; + } + p, span.MuiTypography-root { + font-size:1rem; + font-family:'Lato',arial, sans-serif; + } + p { + padding-left:31px; + } +` + +const SnapshotSelect = styled.p` + &.disabled { + opacity:0.5; + pointer-events:none; + } +` + +const DaysDropdown = styled(StyledDropDown)` + transform:translateY(-6px); +` + +function PreferencePanel({closePanel}){ + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries) + const snapshotDaysToLoad = useSelector((state) => state.snapshotDaysToLoad); + const shouldSaveLocation = useSelector((state) => state.shouldSaveLocation); + const shouldSaveOverlay = useSelector((state) => state.shouldSaveOverlay); + const shouldSaveResource = useSelector((state) => state.shouldSaveResource); + const shouldSaveVariable = useSelector((state) => state.shouldSaveVariable); + const mapParams = useSelector((state) => state.mapParams); + + const dispatch = useDispatch(); + + return +

Atlas Preferences

+
+ + + Only load the most recent { + + + + } of data + + dispatch({type:'SET_LOAD_TIMESERIES',payload:'toggle'})} + name="checkedA" + />} + label="Always load all historic time-series data" + /> + dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveLocation',value:'toggle'}})} + name="saveLocation" + />} + label="Save map location" + /> +
+ {/* dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveVariable',value:'toggle'}})} + name="saveVariable" + />} + label="Save variable settings" + /> */} + dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveOverlay',value:shouldSaveOverlay === false ? mapParams.overlay : 'toggle'}})} + name="saveOverlay" + />} + label="Save overlay layer" + /> + dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveResource',value:shouldSaveResource === false ? mapParams.resource : 'toggle'}})} + name="saveResource" + />} + label="Save resource layer" + /> +
+ × + +
+} + +export default function TopPanel(){ + const shouldLoadTimeseries = useSelector((state)=>state.shouldLoadTimeseries) + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries) + const dispatch = useDispatch(); + const [showPrefButton, setShowPrefButton] = useState(true) + const [showPreferenceMenu, setShowPreferenceMenu] = useState(false) + return ( + {(!shouldAlwaysLoadTimeseries && showPrefButton) && + +
+ {(!shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) && dispatch({type:'SET_LOAD_TIMESERIES'})}>Load Historic Data} + {(shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) && dispatch({type:'SET_LOAD_TIMESERIES',payload:'always'})}>Remember my preference} + setShowPrefButton(false)}>Dismiss +
+
+ } + setShowPreferenceMenu(prev => !prev)} + title="Advanced Preferences" + id="showAdvancedSettings" + > + {SVG.sliders} + + {showPreferenceMenu && setShowPreferenceMenu(false)} />}
) - -} - -export default TopPanel \ No newline at end of file +} \ No newline at end of file diff --git a/src/components/VariablePanel.js b/src/components/VariablePanel.js index f6b2b4693..685c32778 100644 --- a/src/components/VariablePanel.js +++ b/src/components/VariablePanel.js @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { useEffect } from 'react'; import { useSelector, useDispatch } from 'react-redux'; import InputLabel from '@material-ui/core/InputLabel'; @@ -339,7 +339,11 @@ export default function VariablePanel(){ const variablePresets = useSelector(state => state.variablePresets); const dataPresets = useSelector(state => state.dataPresets); - + const shouldLoadTimeseries = useSelector((state)=>state.shouldLoadTimeseries); + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries); + const shouldSaveOverlay = useSelector((state)=>state.shouldSaveOverlay); + const shouldSaveResource = useSelector((state)=>state.shouldSaveResource); + const handleMapType = (event, newValue) => { let nBins = newValue === 'hinge15_breaks' ? 6 : 8 if (newValue === 'lisa') { @@ -385,6 +389,7 @@ export default function VariablePanel(){ } ) ) + shouldSaveOverlay !== false && dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveOverlay',value:event.target.value}}) } const handleMapResource = (event) =>{ dispatch( @@ -394,7 +399,19 @@ export default function VariablePanel(){ } ) ) + shouldSaveResource !== false && dispatch({type:'SET_PREFERENCE', payload:{pref:'shouldSaveResource',value:event.target.value}}) } + + useEffect(() => { + if (shouldSaveOverlay !== false) { + handleMapOverlay({target:{value:shouldSaveOverlay}}) + } + + if (shouldSaveResource !== false) { + handleMapResource({target:{value:shouldSaveResource}}) + } + },[]) + const handleOpenClose = () => dispatch(setPanelState({variables:!panelState.variables})) const handleVizTypeButton = (vizType) => dispatch(setMapParams({vizType})) const handleDotDensitySlider = (e, newValue) => dispatch(setDotDensityBgOpacity(newValue)) @@ -478,7 +495,6 @@ export default function VariablePanel(){ ? urlParamsTree[currentData].name : availableData[0] - console.log(dataName) // const textDataset = Object.keys( // urlParamsTree // )[Object.values( @@ -533,17 +549,17 @@ export default function VariablePanel(){ Cumulative Daily New 7-Day Average - Custom Range + {(shouldLoadTimeseries||shouldAlwaysLoadTimeseries) && Custom Range} - + {(shouldLoadTimeseries||shouldAlwaysLoadTimeseries) &&

{binMode === 'dynamic' ? 'Dynamic' : 'Fixed Bins'}

-
+
} diff --git a/src/components/index.js b/src/components/index.js index 03a040a13..77f5dde7c 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -4,7 +4,7 @@ import ContextMenu from './ContextMenu'; import CsvDownloader from './CsvDownloader'; import DataDetails from './DataDetails'; import DataPanel from './DataPanel'; -import DateSlider from './Slider'; +import DateSlider, {DateTitle} from './Slider'; import Dock from './Dock'; import Draggable from './Draggable'; import Footer from './Footer'; @@ -21,6 +21,7 @@ import VariablePanel from './VariablePanel'; import Popover from './TooltipPopper'; import Preloader from './Preloader'; import Scaleable from './Scaleable'; +import SliderPlaceholder from './SliderPlaceholder'; import StaticNavbar from './StaticNavbar'; import Ticks from './Ticks'; import Tooltip from './Tooltip'; @@ -53,6 +54,7 @@ export { CsvDownloader, DataDetails, DataPanel, + DateTitle, DateSlider, Dock, Draggable, @@ -76,6 +78,7 @@ export { Tooltip, TopPanel, ShareButton, + SliderPlaceholder, About, Api, diff --git a/src/config/index.js b/src/config/index.js index a0785b3d6..104fa62d4 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -286,11 +286,13 @@ export const defaultTables = { }, 'cases': { 'file':'covid_confirmed_usafacts.pbf', + 'bigQuery':'public.covid_confirmed_usafacts', 'dates':'isoDateList', 'type':'time-series-cumulative' }, 'deaths': { 'file':'covid_deaths_usafacts.pbf', + 'bigQuery':'public.covid_deaths_usafacts', 'dates':'isoDateList', 'type':'time-series-cumulative' }, @@ -313,19 +315,22 @@ export const defaultTables = { 'file':'mobility_home_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_home_workdays_safegraph' }, 'pct_parttime':{ 'file':'mobility_parttime_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_parttime_workdays_safegraph' }, 'pct_fulltime':{ 'file':'mobility_fulltime_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_fulltime_workdays_safegraph' }, 'essential_workers':{ 'file':'context_essential_workers_acs', @@ -334,36 +339,42 @@ export const defaultTables = { }, 'vaccines_one_dose':{ 'file':'vaccination_one_or_more_doses_cdc.pbf', + 'bigQuery':'public.vaccination_one_or_more_doses_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'fips' }, 'vaccines_fully_vaccinated':{ 'file':'vaccination_fully_vaccinated_cdc.pbf', + 'bigQuery':'public.vaccination_fully_vaccinated_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'fips' }, 'testing':{ 'file':'covid_testing_cdc.e-2.pbf', + 'bigQuery':'public.covid_testing_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'county' }, 'testing_wk_pos':{ 'file':'covid_wk_pos_cdc.e-4.pbf', + 'bigQuery':'public.covid_wk_pos_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'county' }, 'testing_tcap':{ 'file':'covid_tcap_cdc.e-2.pbf', + 'bigQuery':'public.covid_tcap_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'county' }, 'testing_ccpt':{ 'file':'covid_ccpt_cdc.e-4.pbf', + 'bigQuery':'public.covid_ccpt_cdc', 'dates':'isoDateList', 'type':'time-series', 'join':'county' @@ -380,7 +391,8 @@ export const defaultTables = { 'file':'vaccination_fully_vaccinated_cdc_h.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'fips' + 'join':'fips', + 'bigQuery':'public.vaccination_fully_vaccinated_cdc_h' }, 'chr_health_context':{ 'file':'chr_health_context', @@ -401,19 +413,22 @@ export const defaultTables = { 'file':'mobility_home_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_home_workdays_safegraph' }, 'pct_parttime':{ 'file':'mobility_parttime_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_parttime_workdays_safegraph' }, 'pct_fulltime':{ 'file':'mobility_fulltime_workdays_safegraph.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'safegraph.mobility_fulltime_workdays_safegraph' }, 'essential_workers':{ 'file':'context_essential_workers_acs', @@ -424,25 +439,29 @@ export const defaultTables = { 'file':'covid_testing_cdc.e-2.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'public.covid_testing_cdc' }, 'testing_wk_pos':{ 'file':'covid_wk_pos_cdc.e-4.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'public.covid_wk_pos_cdc' }, 'testing_tcap':{ 'file':'covid_tcap_cdc.e-2.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'public.covid_tcap_cdc' }, 'testing_ccpt':{ 'file':'covid_ccpt_cdc.e-4.pbf', 'dates':'isoDateList', 'type':'time-series', - 'join':'county' + 'join':'county', + 'bigQuery':'public.covid_ccpt_cdc' } }, 'State': { @@ -525,11 +544,13 @@ export const dataPresets = { tables: { 'cases': { 'file':'covid_confirmed_usafacts.pbf', + 'bigQuery':'public.covid_confirmed_usafacts', 'dates':'isoDateList', 'type':'time-series-cumulative' }, 'deaths': { 'file':'covid_deaths_usafacts.pbf', + 'bigQuery':'public.covid_deaths_usafacts', 'dates':'isoDateList', 'type':'time-series-cumulative' } @@ -545,13 +566,13 @@ export const dataPresets = { 'file':'covid_confirmed_1p3a.pbf', 'dates':'isoDateList', 'type':'time-series-cumulative', - 'accumulate':true + 'bigQuery':'1P3A.covid_confirmed_1p3a' }, 'deaths': { 'file':'covid_deaths_1p3a.pbf', 'dates':'isoDateList', 'type':'time-series-cumulative', - 'accumulate':true + 'bigQuery':'1P3A.covid_deaths_1p3a' } } }, @@ -564,12 +585,14 @@ export const dataPresets = { 'cases': { 'file':'covid_confirmed_nyt.pbf', 'dates':'isoDateList', - 'type':'time-series-cumulative' + 'type':'time-series-cumulative', + 'bigQuery':'public.covid_confirmed_nyt', }, 'deaths': { 'file':'covid_deaths_nyt.pbf', 'dates':'isoDateList', - 'type':'time-series-cumulative' + 'type':'time-series-cumulative', + 'bigQuery':'public.covid_confirmed_nyt', } } }, @@ -579,18 +602,18 @@ export const dataPresets = { id: 'GEOID', geography: 'County', tables: { - 'cases': { - 'file':'covid_confirmed_cdc.e-2.pbf', - 'dates':'isoDateList', - 'type':'time-series', - 'accumulate':true - }, - 'deaths': { - 'file':'covid_deaths_cdc.e-2.pbf', - 'dates':'isoDateList', - 'type':'time-series', - 'accumulate':true - } + // 'cases': { + // 'file':'covid_confirmed_cdc.e-2.pbf', + // 'dates':'isoDateList', + // 'type':'time-series', + // 'accumulate':true + // }, + // 'deaths': { + // 'file':'covid_deaths_cdc.e-2.pbf', + // 'dates':'isoDateList', + // 'type':'time-series', + // 'accumulate':true + // } } }, 'cdc_h.geojson': { @@ -603,23 +626,27 @@ export const dataPresets = { 'file':'vaccination_fully_vaccinated_cdc_h.pbf', 'dates':'isoDateList', 'type':'time-series-cumulative', - 'join':'fips' + 'join':'fips', + 'bigQuery':'public.vaccination_fully_vaccinated_cdc_h', }, 'vaccines_one_dose':{ 'file':'vaccination_one_or_more_doses_cdc_h.pbf', 'dates':'isoDateList', 'type':'time-series-cumulative', - 'join':'fips' + 'join':'fips', + 'bigQuery':'public.vaccination_one_or_more_doses_cdc_h', }, 'cases': { 'file':'covid_confirmed_usafacts_h.pbf', 'dates':'isoDateList', - 'type':'time-series' + 'type':'time-series', + 'bigQuery':'public.covid_confirmed_usafacts_h' }, 'deaths': { 'file':'covid_deaths_usafacts_h.pbf', 'dates':'isoDateList', - 'type':'time-series' + 'type':'time-series', + 'bigQuery':'public.covid_deaths_usafacts_h' } } }, diff --git a/src/config/svg.js b/src/config/svg.js index 07f198d90..a42612ea4 100644 --- a/src/config/svg.js +++ b/src/config/svg.js @@ -77,12 +77,12 @@ export const locate = export const minus = - + export const plus = - @@ -122,4 +122,8 @@ export const facebook = export const embed = -export const alert = \ No newline at end of file +export const alert = + +export const sliders = + +export const loading = \ No newline at end of file diff --git a/src/constants/defaults.js b/src/constants/defaults.js index 610f08618..561fae082 100644 --- a/src/constants/defaults.js +++ b/src/constants/defaults.js @@ -140,5 +140,15 @@ export const INITIAL_STATE = { data: null }, shouldUpdate:true, - isLoading: true + isLoading: true, + shouldLoadTimeseries:false, + shouldAlwaysLoadTimeseries: false, + snapshotDaysToLoad: 90, + savedLocation: '', + savedVariable: '', + shouldSaveLocation: false, + shouldSaveOverlay:false, + shouldSaveResource:false, + shouldSaveVariable:false, + hasUrlParams: Object.keys(paramsDict).length > 0 }; \ No newline at end of file diff --git a/src/contexts/ViewportContext.js b/src/contexts/ViewportContext.js index 7ae7d6ec3..6ee463bf6 100644 --- a/src/contexts/ViewportContext.js +++ b/src/contexts/ViewportContext.js @@ -1,6 +1,7 @@ // ViewportContext.js -import React, { useState, useContext} from 'react'; +import React, { useState, useContext, useEffect} from 'react'; import throttle from 'lodash/throttle'; +import { useDispatch, useSelector } from 'react-redux'; const ViewportContext = React.createContext(); const SetViewportContext = React.createContext(); @@ -11,9 +12,26 @@ const updateSharedView = throttle((viewport) => { /* Wrap your app in this bad boy */ export const ViewportProvider = ({defaultViewport = {}, children}) => { - const [viewport, setViewport] = useState(defaultViewport); - document.hasFocus() && updateSharedView(viewport) + const savedLocation = useSelector((state) => state.savedLocation); + const shouldSaveLocation = useSelector((state) => state.shouldSaveLocation); + const dispatch = useDispatch(); + + const [viewport, setViewport] = useState(shouldSaveLocation && savedLocation.length ? JSON.parse(savedLocation) : defaultViewport); + document.hasFocus() && updateSharedView(viewport) + + useEffect(() => { + if (shouldSaveLocation && document.hasFocus()){ + dispatch({ + type: 'SET_PREFERENCE', + payload: { + pref: 'savedLocation', + value: JSON.stringify(viewport) + } + }) + } + },[viewport]) + return ( diff --git a/src/hooks/useBigQuery.js b/src/hooks/useBigQuery.js new file mode 100644 index 000000000..26e8921d4 --- /dev/null +++ b/src/hooks/useBigQuery.js @@ -0,0 +1,41 @@ +import { useSelector } from "react-redux"; + +const parseData = (data, dates, dummyArray) => { + let parsedData = { + dates: data.dateRange.map(f => dates.indexOf(f)), + data: {} + } + + for (let i=0; i state.dates); + const getRecentSnapshot = async (datasets, days=30, dateIndex=false) => { + const queryUrl = `${process.env.PUBLIC_URL}/.netlify/functions/query?type=snapshot&datasets=${JSON.stringify(datasets)}&days=${days}${!!dateIndex ? `&startDate=${dates[dateIndex]}` : ''}` + const response = await fetch(queryUrl).then(r => r.text()).then(r => JSON.parse(r.replace(/-9999/g, null).replace(/-999/g, null))) + const dummyArray = new Array(dates.length).fill(null) + if (response.data.length === 1){ + return parseData(response.data[0],dates, dummyArray) + } else { + return response.data.map(data => parseData(data, dates, dummyArray)) + } + } + + const getTimeSeries = async (dataset, geoid=[]) => { + const data = await fetch(`${process.env.PUBLIC_URL}/.netlify/functions/query?type=timeseries&datasets=${dataset}${geoid.length ? '&geoid=' + geoid : ''}`).then(r => r.json()) + return data + } + + return { + getRecentSnapshot, + getTimeSeries + } +} \ No newline at end of file diff --git a/src/hooks/useLoadData.js b/src/hooks/useLoadData.js index 5ef47647a..ad273482f 100644 --- a/src/hooks/useLoadData.js +++ b/src/hooks/useLoadData.js @@ -1,17 +1,18 @@ import { useSelector, useDispatch } from 'react-redux'; import { useState, useEffect, useMemo, useContext } from 'react'; -import { - getParseCSV, getParsePbf, getDataForBins, getDateLists } from '../utils'; //getVarId +import { getParseCSV, getParsePbf, getDataForBins, getDateLists } from '../utils'; //getVarId +import useBigQuery from './useBigQuery'; // Main data loader // This functions asynchronously accesses the Geojson data and CSVs // then performs a join and loads the data into the store import { - initialDataLoad, addWeights, addTables, addGeojson, updateMap, updateChart, addTableAndChart, setIsLoading } from '../actions'; + initialDataLoad, addWeights, addTables, addGeojson, updateMap, reconcileTables, setIsLoading } from '../actions'; import { colorScales, fixedScales } from '../config'; import { GeoDaContext } from '../contexts/GeoDaContext'; +import { files } from 'jszip'; const dateLists = getDateLists(); const handleLoadData = (fileInfo) => fileInfo.file.slice(-4,) === '.pbf' ? getParsePbf(fileInfo, dateLists[fileInfo.dates]) : getParseCSV(fileInfo, dateLists[fileInfo.dates]) @@ -34,16 +35,16 @@ const getIdOrder = (features, idProp) => { * @returns {Object} Indexed geodata for faster access */ export const indexGeoProps = (data, key) => { -let geoProperties = {}; -for (var i = 0; i < data.features.length; i++) { - geoProperties[data.features[i].properties[key]] = - data.features[i].properties; -} -return geoProperties; + let geoProperties = {}; + for (var i = 0; i < data.features.length; i++) { + geoProperties[data.features[i].properties[key]] = data.features[i].properties; + } + return geoProperties; }; export default function useLoadData(){ const dataParams = useSelector(state => state.dataParams); + // const dates = useSelector(state => state.dates); const mapParams = useSelector(state => state.mapParams); const currentData = useSelector(state => state.currentData); const storedData = useSelector(state => state.storedData); @@ -51,7 +52,14 @@ export default function useLoadData(){ const chartParams = useSelector(state => state.chartParams); const dataPresets = useSelector((state) => state.dataPresets); const defaultTables = useSelector((state) => state.defaultTables); + const selectionKeys = useSelector((state)=>state.selectionKeys); + const shouldLoadTimeseries = useSelector((state)=>state.shouldLoadTimeseries); + const shouldAlwaysLoadTimeseries = useSelector((state)=>state.shouldAlwaysLoadTimeseries); + const snapshotDaysToLoad = useSelector((state)=>state.snapshotDaysToLoad); const geoda = useContext(GeoDaContext); + // const currentTable = useSelector((state) => state.currentTable); + const hasUrlParams = useSelector((state) => state.hasUrlParams); + const { getRecentSnapshot, getTimeSeries } = useBigQuery() const dispatch = useDispatch(); @@ -73,17 +81,33 @@ export default function useLoadData(){ return tempArray } + const getTimeSeriesData = async (geoid=[]) => { + const defaultChartTable = defaultTables[dataPresets[currentData].geography]['cases'] + const currCaseData = dataPresets[currentData].hasOwnProperty('tables') + ? dataPresets[currentData].tables[chartParams.table]||defaultChartTable + : defaultChartTable; + if (!currCaseData || !currCaseData.hasOwnProperty('bigQuery')) return; + const data = await getTimeSeries(currCaseData.bigQuery, geoid) + dispatch({ + type:'SET_CHART_DATA', + payload: data + }) + } + const firstLoad = useMemo(() => async (datasetParams, defaultTables) => { if (geoda === undefined) return; - setIsInProcess(true) + setIsInProcess(true); + getTimeSeriesData(); const numeratorParams = datasetParams.tables[dataParams.numerator]||defaultTables[dataParams.numerator] const denominatorParams = dataParams.denominator !== 'properties' ? datasetParams.tables[dataParams.denominator]||defaultTables[dataParams.denominator] : null - + + if ((storedData.hasOwnProperty(numeratorParams?.file)||dataParams.numerator === 'properties') && (storedData.hasOwnProperty(denominatorParams?.file)||dataParams.denominator !== 'properties')) return [numeratorParams.file, denominatorParams && denominatorParams.file] + const firstLoadPromises = [ geoda.loadGeoJSON(`${process.env.PUBLIC_URL}/geojson/${datasetParams.geojson}`, datasetParams.id), - numeratorParams && handleLoadData(numeratorParams), - denominatorParams && handleLoadData(denominatorParams) + numeratorParams ? numeratorParams.bigQuery !== undefined && (!shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) ? getRecentSnapshot([numeratorParams.bigQuery], snapshotDaysToLoad, hasUrlParams ? dataParams.nIndex : false) : handleLoadData(numeratorParams) : false, + denominatorParams ? denominatorParams.bigQuery !== undefined && (!shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) ? getRecentSnapshot([denominatorParams.bigQuery], snapshotDaysToLoad, hasUrlParams ? dataParams.nIndex : false) : handleLoadData(denominatorParams) : false ]; const [ @@ -102,19 +126,27 @@ export default function useLoadData(){ datasetParams.id ); - const dateIndices = numeratorData.dates - const binIndex = dateIndices !== null - ? mapParams.binMode === 'dynamic' && dateIndices?.indexOf(dataParams.nIndex) !== -1 - ? dataParams.nIndex - : dateIndices.slice(-1)[0] - : null; + const dateIndices = numeratorData.dates; + const binIndex = dataParams.nType !== 'time-series' + ? null + : (!shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) + ? dateIndices.slice(-1)[0] + : dateIndices !== null + ? mapParams.binMode === 'dynamic' && dateIndices?.indexOf(dataParams.nIndex) !== -1 + ? dataParams.nIndex + : dateIndices.slice(-1)[0] + : null; + let binData = getDataForBins( dataParams.numerator === 'properties' ? geojsonData.data.features : numeratorData.data, dataParams.denominator === 'properties' ? geojsonProperties : denominatorData.data, {...dataParams, nIndex: binIndex, dIndex: dataParams.dType === 'time-series' ? binIndex : null}, Object.values(geojsonOrder.indexOrder) ); + const nIndex = dateIndices?.indexOf(dataParams.nIndex) === -1 || (!shouldLoadTimeseries && !shouldAlwaysLoadTimeseries) + ? binIndex + : dataParams.nIndex let bins; @@ -162,51 +194,112 @@ export default function useLoadData(){ colorScale: mapParams.mapType === 'natural_breaks' ? colorScales[dataParams.colorScale || mapParams.mapType] : colorScales[mapParams.mapType || dataParams.colorScale ] }, variableParams: { - nIndex: dateIndices?.indexOf(dataParams.nIndex) === -1 ? binIndex : dataParams.nIndex, + nIndex }, dates: dateLists.isoDateList, storedLisaData: lisaData, storedCartogramData: cartogramData }) ) + setIsInProcess(false) - return [numeratorParams.file, denominatorParams && denominatorParams.file, mapId] + return { + nIndex, + loadedTables: [numeratorParams.file, denominatorParams && denominatorParams.file, mapId] + } },[currentData]) + const fetchTable = async ({ + file='', + bigQuery=undefined, + fileSpec={}, + snapshotDaysToLoad=30, + currentIndex=undefined + }) => { + if (bigQuery === undefined){ + dispatch(reconcileTables({[file]: await handleLoadData(fileSpec)})) + return true; + } else { + dispatch(reconcileTables({[file]: await getRecentSnapshot([bigQuery], snapshotDaysToLoad, currentIndex)})) + return true; + } + } - const secondLoad = useMemo(() => async (datasetParams, defaultTables, loadedTables, mapId) => { + const secondLoad = useMemo(() => async (datasetParams, defaultTables, loadedTables, mapId, currentIndex) => { if (geoda === undefined) return; setIsInProcess(true); - - const defaultChartTable = defaultTables[chartParams.table] - const currCaseData = dataPresets[currentData].hasOwnProperty('tables') ? dataPresets[currentData].tables[chartParams.table]||defaultChartTable : defaultChartTable; - - if (storedData.hasOwnProperty(currCaseData?.file) || loadedTables.indexOf(currCaseData?.file) !== -1){ - dispatch(updateChart()); - } else { - const table = await handleLoadData(currCaseData); - dispatch(addTableAndChart({ - [currCaseData.file]: table - })) - } const filesToLoad = [ ...Object.values(datasetParams.tables), ...Object.values(defaultTables) ] - const tablePromises = filesToLoad.map(table => Object.keys(storedData).includes(table.file) ? null : handleLoadData(table)) - const fetchedData = await Promise.all(tablePromises) - let dataObj = {} - for (let i=0; i setIsInProcess(false)) + + // const dataToFetch = [ + // ...tablePromises, + // getRecentSnapshot(queriesToExecute, snapshotDaysToLoad, currentIndex) + // ] + + // tableNames = [ + // ...tableNames.files, + // ...tableNames.queries + // ] + + // let fetchedData = await Promise.all(dataToFetch) + // fetchedData = [ + // ...fetchedData.slice(0,-1), // all file static data + // ...fetchedData.slice(-1,)[0] // bigquery response + // ] + + // let dataObj = {} + // for (let i=0; i { - if (primaryTables !== undefined) dispatch(updateMap()); - return primaryTables - }).then(primaryTables => { - return secondLoad(dataPresets[currentData], defaultTables[dataPresets[currentData]['geography']], [...Object.keys(storedData), ...primaryTables.slice(0,-1)], primaryTables.slice(-1,)[0]) + .then(firstLoadResults => { + if (firstLoadResults !== undefined) dispatch(updateMap()); + return firstLoadResults + }).then(firstLoadResults => { + return secondLoad(dataPresets[currentData], defaultTables[dataPresets[currentData]['geography']], [...Object.keys(storedData), ...firstLoadResults.loadedTables.slice(0,-1)], firstLoadResults.loadedTables.slice(-1,)[0], firstLoadResults.nIndex) }).then(geojsonToLoad => { lazyGenerateWeights(geojsonToLoad[0], geojsonToLoad[1]) }) } else { - dispatch(updateChart()); + if (!shouldAlwaysLoadTimeseries && !shouldLoadTimeseries) { + getTimeSeriesData() + } dispatch(updateMap()); } } },[currentData, geoda]) - return [ + const loadFullTimeseries = async (datasetParams, defaultTables) => { + const numeratorParams = datasetParams.tables[dataParams.numerator]||defaultTables[dataParams.numerator] + const denominatorParams = dataParams.denominator !== 'properties' ? datasetParams.tables[dataParams.denominator]||defaultTables[dataParams.denominator] : null + + const firstLoadPromises = await Promise.all([ + numeratorParams ? handleLoadData(numeratorParams) : false, + denominatorParams ? handleLoadData(denominatorParams) : false + ]); + + dispatch(reconcileTables({ + [numeratorParams.file]: firstLoadPromises[0], + [denominatorParams && denominatorParams.file]: firstLoadPromises[1], + })) + + return true + } + + useEffect(() => { + if (shouldLoadTimeseries){ + loadFullTimeseries(dataPresets[currentData], defaultTables[dataPresets[currentData]['geography']]) + } + },[shouldLoadTimeseries]) + + useEffect(() => { + getTimeSeriesData(selectionKeys) + }, [JSON.stringify(selectionKeys)]) + return { firstLoad, secondLoad, - lazyFetchData - ] + lazyFetchData, + isInProcess + } } \ No newline at end of file diff --git a/src/index.css b/src/index.css index 9c8240ca4..8f4d9433c 100644 --- a/src/index.css +++ b/src/index.css @@ -269,4 +269,8 @@ button.mapboxgl-ctrl-attrib-button { #new-content-button span { font-weight: bold; display:block; +} + +.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right { + display: none !important; } \ No newline at end of file diff --git a/src/index.js b/src/index.js index 8305eca01..b768f2780 100644 --- a/src/index.js +++ b/src/index.js @@ -6,21 +6,19 @@ import './index.css'; import * as serviceWorkerRegistration from './serviceWorkerRegistration'; import { createStore } from 'redux'; import rootReducer from './reducers'; -// import { persistStore, persistReducer } from 'redux-persist'; -// import storage from 'redux-persist/lib/storage'; // defaults to localStorage for web -// import { PersistGate } from 'redux-persist/integration/react'; -// import autoMergeLevel2 from 'redux-persist/lib/stateReconciler/autoMergeLevel2' +import { persistStore, persistReducer } from 'redux-persist'; +import storage from 'redux-persist/lib/storage'; // defaults to localStorage for web +import { PersistGate } from 'redux-persist/integration/react'; -// const persistConfig = { -// key: 'root', -// storage, -// stateReconciler: autoMergeLevel2 , -// whitelist: [] // only navigation will be persisted 'dataParams', 'mapParams', 'currentData' -// } +const persistConfig = { + key: 'root', + storage, + whitelist: ['shouldAlwaysLoadTimeseries','snapshotDaysToLoad','savedLocation','shouldSaveLocation','shouldSaveOverlay','shouldSaveResource'] +} -// const persistedReducer = persistReducer(persistConfig, rootReducer) +const persistedReducer = persistReducer(persistConfig, rootReducer) const store = createStore( - rootReducer, + persistedReducer, ( typeof window === 'object' && window.__REDUX_DEVTOOLS_EXTENSION__ @@ -29,15 +27,20 @@ const store = createStore( stateSanitizer: (state) => state.storedGeojson ? { ...state, storedData: '<>', storedGeojson: '<>' } : state }) ); -// const persistor = persistStore(store) - +const persistor = persistStore(store) +document.onkeydown = (e) => { + if (e.key === 'x'){ + persistor.purge(); + alert('Reload to clear saved preferences.') + } +} ReactDOM.render( - {/* */} + - {/* */} + diff --git a/src/reducers/index.js b/src/reducers/index.js index 8186cfb24..a4355fb32 100644 --- a/src/reducers/index.js +++ b/src/reducers/index.js @@ -1,5 +1,5 @@ import { INITIAL_STATE } from '../constants/defaults'; -import { getDataForCharts, generateMapData, generateReport, shallowEqual, parseTooltipData } from '../utils'; +import { getDataForCharts, generateMapData, generateReport, shallowEqual, parseTooltipData, findChartMax } from '../utils'; var reducer = (state = INITIAL_STATE, action) => { switch(action.type) { @@ -32,7 +32,8 @@ var reducer = (state = INITIAL_STATE, action) => { currentTable: action.payload.data.currentTable, dates: action.payload.data.dates, storedLisaData: action.payload.data.storedLisaData||{}, - storedCartogramData: action.payload.data.storedCartogramData||{} + storedCartogramData: action.payload.data.storedCartogramData||{}, + hasUrlParams: false } } case 'ADD_TABLES': { @@ -46,6 +47,58 @@ var reducer = (state = INITIAL_STATE, action) => { storedData } } + // This action takes partially loaded tables from big query already in the state + // and reconciles those with the full time-series fetched from static files + case 'RECONCILE_TABLES': { + let storedData = { + ...state.storedData + } + const datasets = Object.keys(action.payload.data) + for (let i=0; i a-b) + } + + return { + ...state, + storedData + } + } case 'ADD_TABLES_AND_UPDATE': { const storedData = { ...state.storedData, @@ -208,6 +261,15 @@ var reducer = (state = INITIAL_STATE, action) => { chartData } } + case 'SET_CHART_DATA':{ + return { + ...state, + chartData: { + data: action.payload.data, + maximums: findChartMax(action.payload.data) + } + } + } case 'DATA_LOAD_EXISTING': let [ variableParamsExDataObj, panelsExDataObj ] @@ -634,6 +696,10 @@ var reducer = (state = INITIAL_STATE, action) => { if (!properties || !geography) return state; + if (action.payload.type === "reset"){ + selectionKeys = [] + } + if (action.payload.type === "update"){ selectionKeys = [action.payload.geoid] } @@ -661,7 +727,9 @@ var reducer = (state = INITIAL_STATE, action) => { ...state, selectionKeys, selectionNames: additionalParams.name, - chartData: getDataForCharts(state.storedData[currCaseData], state.dates, additionalParams), + chartData: state.shouldLoadTimeseries || state.shouldAlwaysLoadTimeseries + ? getDataForCharts(state.storedData[currCaseData], state.dates, additionalParams) + : state.chartData, sidebarData: generateReport(selectionKeys, state), } } @@ -818,6 +886,27 @@ var reducer = (state = INITIAL_STATE, action) => { storedGeojson } } + case 'SET_LOAD_TIMESERIES': { + return { + ...state, + shouldLoadTimeseries:true, + shouldAlwaysLoadTimeseries: action.payload === 'always' + ? true + : action.payload === 'toggle' + ? !state.shouldAlwaysLoadTimeseries + : state.shouldAlwaysLoadTimeseries + } + } + case 'SET_PREFERENCE':{ + return { + ...state, + [action.payload.pref]: action.payload.value === 'toggle' + ? 'string' === typeof(state[action.payload.pref]) + ? false + : !state[action.payload.pref] + : action.payload.value + } + } default: return state; } diff --git a/src/styled_components/index.js b/src/styled_components/index.js index fbcb6a848..bd1487f9a 100644 --- a/src/styled_components/index.js +++ b/src/styled_components/index.js @@ -192,4 +192,23 @@ export const HoverDiv = styled.div` } max-width:50ch; line-height:1.25; +` + +export const OutlineButton = styled.button` + padding:0.25em 0.5em; + border-radius:0.5em; + margin:0.5em; + font-weight:bold; + cursor:pointer; + transition:250ms all; + color:white; + border-width:1px; + border-style:solid; + background:${colors.darkgray}; + box-shadow: 0px 0px 5px rgba(0,0,0,0.7); + font-family:'Lato', Arial, sans-serif; + &:hover { + border-color:${colors.yellow}; + color:${colors.yellow}; + } ` \ No newline at end of file diff --git a/src/sw-build.js b/src/sw-build.js index 778bd529f..d8d42faf1 100644 --- a/src/sw-build.js +++ b/src/sw-build.js @@ -8,7 +8,8 @@ const buildSW = () => { globDirectory: 'build', maximumFileSizeToCacheInBytes: 5000000, globPatterns: [ - '**\/{csv,pbf,geojson}/{county_usfacts,covid_confirmed_usafacts}.{csv,pbf,geojson}', + // '**\/{csv,pbf,geojson}/{county_usfacts,covid_confirmed_usafacts}.{csv,pbf,geojson}', + '**\/{csv,pbf,geojson}/{county_usfacts}.{geojson}', '**\/static/{js,css}/*.{css,js,map}', '**\/workers/*.{js}', 'index.html' diff --git a/src/utils/closestIndex.js b/src/utils/closestIndex.js new file mode 100644 index 000000000..90e2b8d83 --- /dev/null +++ b/src/utils/closestIndex.js @@ -0,0 +1,3 @@ +export const closestIndex = (indices, index) => indices.includes(index) + ? index + : indices.reduce((a, b) => {return Math.abs(a - index) < Math.abs(b - index) ? a : b}); \ No newline at end of file diff --git a/src/utils/findChartMax.js b/src/utils/findChartMax.js new file mode 100644 index 000000000..fb304938e --- /dev/null +++ b/src/utils/findChartMax.js @@ -0,0 +1,11 @@ +export const findChartMax = (data) => { + let maximums = { + a:0, + v:0 + } + for (let i=0;i maximums.a) maximums.a = data[i].a + if (data[i].v > maximums.v) maximums.v = data[i].v + } + return maximums +} \ No newline at end of file diff --git a/src/utils/generateReport.js b/src/utils/generateReport.js index 05622791c..aad3b76db 100644 --- a/src/utils/generateReport.js +++ b/src/utils/generateReport.js @@ -1,3 +1,4 @@ +import { closestIndex } from '../utils'; // Replace Null/NaN with 0 const cleanData = (inputData) => inputData.map(d => d >=0 ? d : isNaN(d) || d===null ? 0 : d) @@ -100,12 +101,20 @@ const aggregate2WeekTimeSeries = (table, geoids, endIndex) => { // return performOperation(dataArray, operation, totalPopulation); // } -export const generateReport = (geoids, state) => { +export const generateReport = (geoids, { + currentData, + dataParams, + dataPresets, + dates, + defaultTables, + storedData, + storedGeojson, +}) => { let report = {} - const properties = state.storedGeojson[state.currentData].properties; - const geography = state.dataPresets[state.currentData].geography; - const currentTables = {...state.defaultTables[geography], ...state.dataPresets[state.currentData].tables} + const properties = storedGeojson[currentData].properties; + const geography = dataPresets[currentData].geography; + const currentTables = {...defaultTables[geography], ...dataPresets[currentData].tables} report.name = geoids.length > 3 @@ -117,114 +126,120 @@ export const generateReport = (geoids, state) => { : geoids.map(key => properties[key].name).join(", ") report.population = aggregateProperty(properties, properties, geoids, 'population', 'sum') - report.date = state.dates[state.dataParams.nIndex] - - report.cases = aggregateTimeseries(state.storedData[currentTables.cases.file].data, properties, geoids, state.dataParams.nIndex, 'sum') - report.cases7d = (report.cases - aggregateTimeseries(state.storedData[currentTables.cases.file].data, properties, geoids, state.dataParams.nIndex-7, 'sum'))/7 + report.date = dates[dataParams.nIndex] + + const idx = closestIndex(storedData[currentTables.cases?.file].dates, dataParams.nIndex) + report.cases = aggregateTimeseries(storedData[currentTables.cases.file].data, properties, geoids, idx, 'sum') + report.cases7d = (report.cases - aggregateTimeseries(storedData[currentTables.cases.file].data, properties, geoids, idx-7, 'sum'))/7 report.cases100k = (report.cases7d/report.population)*100_000 - report.cases14 = aggregate2WeekTimeSeries(state.storedData[currentTables.cases.file].data, geoids, state.dataParams.nIndex) + report.cases14 = aggregate2WeekTimeSeries(storedData[currentTables.cases.file].data, geoids, idx) - report.deaths = aggregateTimeseries(state.storedData[currentTables.deaths.file].data, properties, geoids, state.dataParams.nIndex, 'sum') - report.deaths7d = (report.deaths - aggregateTimeseries(state.storedData[currentTables.deaths.file].data, properties, geoids, state.dataParams.nIndex-7, 'sum'))/7 + report.deaths = aggregateTimeseries(storedData[currentTables.deaths.file].data, properties, geoids, idx, 'sum') + report.deaths7d = (report.deaths - aggregateTimeseries(storedData[currentTables.deaths.file].data, properties, geoids, idx-7, 'sum'))/7 report.deaths100k = (report.deaths7d/report.population)*100_000 - report.deaths14 = aggregate2WeekTimeSeries(state.storedData[currentTables.deaths.file].data, geoids, state.dataParams.nIndex) + report.deaths14 = aggregate2WeekTimeSeries(storedData[currentTables.deaths.file].data, geoids, idx) report.beds = aggregateProperty(properties, properties, geoids, 'beds', 'sum') report.casesPerBed = report.cases7d / report.beds try { - if (state.storedData.hasOwnProperty(currentTables.vaccines_fully_vaccinated?.file)){ - report.fully_vaccinated = aggregateTimeseries(state.storedData[currentTables.vaccines_fully_vaccinated?.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.fully_vaccinated14 = aggregate2WeekTimeSeries(state.storedData[currentTables.vaccines_fully_vaccinated?.file].data, geoids, state.dataParams.nIndex) + if (storedData.hasOwnProperty(currentTables.vaccines_fully_vaccinated?.file)){ + const idx = closestIndex(storedData[currentTables.vaccines_fully_vaccinated?.file].dates, dataParams.nIndex) + report.fully_vaccinated = aggregateTimeseries(storedData[currentTables.vaccines_fully_vaccinated?.file].data, properties, geoids, idx, 'weighted_average') + report.fully_vaccinated14 = aggregate2WeekTimeSeries(storedData[currentTables.vaccines_fully_vaccinated?.file].data, geoids, idx) report.fully_vaccinatedPc = report.fully_vaccinated / report.population } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.vaccines_one_dose?.file)){ - report.one_dose = aggregateTimeseries(state.storedData[currentTables.vaccines_one_dose?.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.one_dose14 = aggregate2WeekTimeSeries(state.storedData[currentTables.vaccines_one_dose?.file].data, geoids, state.dataParams.nIndex) + if (storedData.hasOwnProperty(currentTables.vaccines_one_dose?.file)){ + const idx = closestIndex(storedData[currentTables.vaccines_one_dose?.file].dates, dataParams.nIndex) + report.one_dose = aggregateTimeseries(storedData[currentTables.vaccines_one_dose?.file].data, properties, geoids, idx, 'weighted_average') + report.one_dose14 = aggregate2WeekTimeSeries(storedData[currentTables.vaccines_one_dose?.file].data, geoids, idx) report.one_dosePc = report.one_dose / report.population } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.vaccines_dist?.file)){ - report.doses_dist = aggregateTimeseries(state.storedData[currentTables.vaccines_dist?.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.doses_dist14 = aggregate2WeekTimeSeries(state.storedData[currentTables.vaccines_dist?.file].data, geoids, state.dataParams.nIndex) + if (storedData.hasOwnProperty(currentTables.vaccines_dist?.file)){ + const idx = closestIndex(storedData[currentTables.vaccines_dist?.file].dates, dataParams.nIndex) + report.doses_dist = aggregateTimeseries(storedData[currentTables.vaccines_dist?.file].data, properties, geoids, idx, 'weighted_average') + report.doses_dist14 = aggregate2WeekTimeSeries(storedData[currentTables.vaccines_dist?.file].data, geoids, idx) report.doses_dist100 = (report.doses_dist / report.population) * 100 } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.testing?.file)){ - report.wk_pos = Math.round(aggregateTimeseries(state.storedData[currentTables.testing_wk_pos.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average')*10000)/100 - report.wk_pos14 = aggregate2WeekTimeSeries(state.storedData[currentTables.testing_wk_pos.file].data, geoids, state.dataParams.nIndex) - report.tcap = aggregateTimeseries(state.storedData[currentTables.testing_tcap.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.tcap14 = aggregate2WeekTimeSeries(state.storedData[currentTables.testing_tcap.file].data, geoids, state.dataParams.nIndex) - report.testing = Math.round(aggregateTimeseries(state.storedData[currentTables.testing.file].data, properties, geoids, state.dataParams.nIndex, 'sum')*100)/100 - report.ccpt = Math.round(aggregateTimeseries(state.storedData[currentTables.testing_ccpt.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average')*10000)/100 + if (storedData.hasOwnProperty(currentTables.testing?.file)){ + const idx = closestIndex(storedData[currentTables.testing?.file].dates, dataParams.nIndex) + report.wk_pos = Math.round(aggregateTimeseries(storedData[currentTables.testing_wk_pos.file].data, properties, geoids, idx, 'weighted_average')*10000)/100 + report.wk_pos14 = aggregate2WeekTimeSeries(storedData[currentTables.testing_wk_pos.file].data, geoids, idx) + report.tcap = aggregateTimeseries(storedData[currentTables.testing_tcap.file].data, properties, geoids, idx, 'weighted_average') + report.tcap14 = aggregate2WeekTimeSeries(storedData[currentTables.testing_tcap.file].data, geoids, idx) + report.testing = Math.round(aggregateTimeseries(storedData[currentTables.testing.file].data, properties, geoids, idx, 'sum')*100)/100 + report.ccpt = Math.round(aggregateTimeseries(storedData[currentTables.testing_ccpt.file].data, properties, geoids, idx, 'weighted_average')*10000)/100 } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.chr_health_factors?.file)){ - report.PovChldPrc = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PovChldPrc', 'weighted_average') - report.IncRt = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'IncRt', 'weighted_average') - report.MedianHouseholdIncome = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'MedianHouseholdIncome', 'weighted_average') - report.FdInsPrc = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'FdInsPrc', 'weighted_average') - report.UnEmplyPrc = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'UnEmplyPrc', 'weighted_average') - report.UnInPrc = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'UnInPrc', 'weighted_average') - report.PrmPhysRt = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PrmPhysRt', 'weighted_average', 'pcp') - report.PrevHospRt = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PrevHospRt', 'sum') - report.RsiSgrBlckRt = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'RsiSgrBlckRt', 'weighted_average') - report.SvrHsngPrbRt = aggregateProperty(state.storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'SvrHsngPrbRt', 'weighted_average') + if (storedData.hasOwnProperty(currentTables.chr_health_factors?.file)){ + report.PovChldPrc = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PovChldPrc', 'weighted_average') + report.IncRt = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'IncRt', 'weighted_average') + report.MedianHouseholdIncome = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'MedianHouseholdIncome', 'weighted_average') + report.FdInsPrc = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'FdInsPrc', 'weighted_average') + report.UnEmplyPrc = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'UnEmplyPrc', 'weighted_average') + report.UnInPrc = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'UnInPrc', 'weighted_average') + report.PrmPhysRt = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PrmPhysRt', 'weighted_average', 'pcp') + report.PrevHospRt = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'PrevHospRt', 'sum') + report.RsiSgrBlckRt = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'RsiSgrBlckRt', 'weighted_average') + report.SvrHsngPrbRt = aggregateProperty(storedData[currentTables.chr_health_factors.file].data, properties, geoids, 'SvrHsngPrbRt', 'weighted_average') } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.essential_workers?.file)){ - report.EssentialPct = aggregateProperty(state.storedData[currentTables.essential_workers.file].data, properties, geoids, 'pct_essential', 'weighted_average') + if (storedData.hasOwnProperty(currentTables.essential_workers?.file)){ + report.EssentialPct = aggregateProperty(storedData[currentTables.essential_workers.file].data, properties, geoids, 'pct_essential', 'weighted_average') } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.chr_health_context?.file)){ - report.Over65YearsPrc = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'Over65YearsPrc', 'weighted_average') - report.AdObPrc = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'AdObPrc', 'weighted_average') - report.AdDibPrc = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'AdDibPrc', 'weighted_average') - report.SmkPrc = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'SmkPrc', 'weighted_average') - report.ExcDrkPrc = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'ExcDrkPrc', 'weighted_average') - report.DrOverdMrtRt = aggregateProperty(state.storedData[currentTables.chr_health_context.file].data, properties, geoids, 'DrOverdMrtRt', 'sum') + if (storedData.hasOwnProperty(currentTables.chr_health_context?.file)){ + report.Over65YearsPrc = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'Over65YearsPrc', 'weighted_average') + report.AdObPrc = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'AdObPrc', 'weighted_average') + report.AdDibPrc = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'AdDibPrc', 'weighted_average') + report.SmkPrc = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'SmkPrc', 'weighted_average') + report.ExcDrkPrc = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'ExcDrkPrc', 'weighted_average') + report.DrOverdMrtRt = aggregateProperty(storedData[currentTables.chr_health_context.file].data, properties, geoids, 'DrOverdMrtRt', 'sum') } } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.chr_life?.file)){ - report.LfExpRt = aggregateProperty(state.storedData[currentTables.chr_life.file].data, properties, geoids, 'LfExpRt', 'weighted_average') - report.SlfHlthPrc = aggregateProperty(state.storedData[currentTables.chr_life.file].data, properties, geoids, 'SlfHlthPrc', 'weighted_average') + if (storedData.hasOwnProperty(currentTables.chr_life?.file)){ + report.LfExpRt = aggregateProperty(storedData[currentTables.chr_life.file].data, properties, geoids, 'LfExpRt', 'weighted_average') + report.SlfHlthPrc = aggregateProperty(storedData[currentTables.chr_life.file].data, properties, geoids, 'SlfHlthPrc', 'weighted_average') } } catch {} - try { - if (state.storedData.hasOwnProperty(currentTables.predictions?.file)){ - report.severity_index = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 'severity_index', 'weighted_average') - report.predDates = [] - for (let i = 2; i < 15; i+=2) report.predDates.push(state.storedData[currentTables.predictions.file].columns[i]) - report.pred1 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 2, 'sum') - report.pred2 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 4, 'sum') - report.pred3 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 6, 'sum') - report.pred4 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 8, 'sum') - report.pred5 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 10, 'sum') - report.pred6 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 12, 'sum') - report.pred7 = aggregateProperty(state.storedData[currentTables.predictions.file].data, properties, geoids, 14, 'sum') - } - } catch {} + // try { + // if (storedData.hasOwnProperty(currentTables.predictions?.file)){ + // report.severity_index = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 'severity_index', 'weighted_average') + // report.predDates = [] + // for (let i = 2; i < 15; i+=2) report.predDates.push(storedData[currentTables.predictions.file].columns[i]) + // report.pred1 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 2, 'sum') + // report.pred2 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 4, 'sum') + // report.pred3 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 6, 'sum') + // report.pred4 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 8, 'sum') + // report.pred5 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 10, 'sum') + // report.pred6 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 12, 'sum') + // report.pred7 = aggregateProperty(storedData[currentTables.predictions.file].data, properties, geoids, 14, 'sum') + // } + // } catch {} try { - if (state.storedData.hasOwnProperty(currentTables.pct_home?.file)){ - report.pct_home = aggregateTimeseries(state.storedData[currentTables.pct_home.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.pct_fulltime = aggregateTimeseries(state.storedData[currentTables.pct_fulltime.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') - report.pct_parttime = aggregateTimeseries(state.storedData[currentTables.pct_parttime.file].data, properties, geoids, state.dataParams.nIndex, 'weighted_average') + if (storedData.hasOwnProperty(currentTables.pct_home?.file)){ + const idx = closestIndex(storedData[currentTables.pct_home?.file].dates, dataParams.nIndex) + report.pct_home = aggregateTimeseries(storedData[currentTables.pct_home.file].data, properties, geoids, idx, 'weighted_average') + report.pct_fulltime = aggregateTimeseries(storedData[currentTables.pct_fulltime.file].data, properties, geoids, idx, 'weighted_average') + report.pct_parttime = aggregateTimeseries(storedData[currentTables.pct_parttime.file].data, properties, geoids, idx, 'weighted_average') } } catch {} diff --git a/src/utils/getLisaValues.js b/src/utils/getLisaValues.js index f7d712f6d..a6d6ff03f 100644 --- a/src/utils/getLisaValues.js +++ b/src/utils/getLisaValues.js @@ -2,7 +2,6 @@ import getCurrentWuuid from './getCurrentWuuid.js'; const getLisaValues = (gda_proxy, dataset, data, geoids) => { let w = getCurrentWuuid(gda_proxy, dataset); - let t0 = performance.now(); let all_zeros = true; for (let i=0; i { clusters = gda_proxy.parseVecDouble(lisa.clusters()); sig = gda_proxy.parseVecDouble(lisa.significances()); } - - console.log(t0 - performance.now()); return clusters; } diff --git a/src/utils/getURLParams.js b/src/utils/getURLParams.js index 8355ffcd3..92ff3fecb 100644 --- a/src/utils/getURLParams.js +++ b/src/utils/getURLParams.js @@ -1,6 +1,5 @@ const getURLParams = (params) => { const { dataParams, mapParams, coords, currentData, dateIndex } = params; - console.log(dataParams) let mapCoords = `?lat=${Math.round(coords.latitude*1000)/1000}&lon=${Math.round(coords.longitude*1000)/1000}&z=${Math.round(coords.zoom*10)/10}`; let source = `&src=${currentData.split('.geojson')[0]}`; let variable = `&var=${dataParams.variableName.replace(/ /g,"_")}`; diff --git a/src/utils/index.js b/src/utils/index.js index c824a8f44..76fa33b0b 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,8 +1,10 @@ import addSelectedChartData from './addSelectedChartData'; +import { closestIndex } from './closestIndex.js'; import colIndex from './colIndex.js'; import colLookup from './colLookup.js'; import dataFn from './dataFunction.js'; +import {findChartMax} from './findChartMax'; import findDates from './findDates'; import { findDateIndices, getDateIndices } from './findDateIndices'; import findTableDetails from './findTableDetails'; @@ -37,11 +39,14 @@ import parseMapboxLayers from './parseMapboxLayers'; import { parseTooltipData } from './parseTooltipData'; import shallowCompare from './shallowCompare'; import { shallowEqual } from './shallowEqual'; + export { addSelectedChartData, + closestIndex, colIndex, colLookup, dataFn, + findChartMax, findDates, findDateIndices, findTableDetails, diff --git a/src/utils/loadJson.js b/src/utils/loadJson.js index c8be90d9e..3160f0e46 100644 --- a/src/utils/loadJson.js +++ b/src/utils/loadJson.js @@ -5,7 +5,6 @@ const data = getJson(url).then(values => { gda_proxy.ReadGeojsonMap(url.split('/').slice(-1,)[0], values.ab); return values.response.json().then( data => { - console.log(data.features) return { data: data, geoidIndex: getGeoidIndex(data.features) diff --git a/src/utils/parseBinPairs.js b/src/utils/parseBinPairs.js index 6f8e642db..c133f0ef5 100644 --- a/src/utils/parseBinPairs.js +++ b/src/utils/parseBinPairs.js @@ -7,14 +7,11 @@ const findBin = (geoidIndex, binArray) => { const parseBinPairs = (geoidArray, binArray) => { let keys = Object.keys(geoidArray) - console.log(keys) let rtn = {} for (let i=0; i { if (mapParams.resource.includes(layer.id.split('-')[0]) || mapParams.overlay.includes(layer.id.split('-')[0])) { - console.log(layer) return {...layer, layout: {...layer.layout, visibility: "visible"}} } else if (layer.id.includes('label')){ return {...layer, layout: {...layer.layout, visibility: "none"}} diff --git a/src/utils/parseTooltipData.js b/src/utils/parseTooltipData.js index fb6327d8c..b62e50d13 100644 --- a/src/utils/parseTooltipData.js +++ b/src/utils/parseTooltipData.js @@ -1,9 +1,10 @@ import { tooltipTables } from '../config'; +import { closestIndex } from '../utils'; -export const parseTooltipData = (geoid, state) => { +export const parseTooltipData = (geoid, {currentData, storedData, storedGeojson, dataPresets, defaultTables, dataParams}) => { let tooltipData = {} - const properties = state.storedGeojson[state.currentData].properties[geoid]; - const geography = state.dataPresets[state.currentData].geography; + const properties = storedGeojson[currentData].properties[geoid]; + const geography = dataPresets[currentData].geography; tooltipData = { population: properties.population, @@ -11,14 +12,15 @@ export const parseTooltipData = (geoid, state) => { } const currentTables = { - ...state.defaultTables[geography], - ...state.dataPresets[state.currentData].tables + ...defaultTables[geography], + ...dataPresets[currentData].tables } for (const table in currentTables){ - if (state.storedData.hasOwnProperty(currentTables[table].file) && tooltipTables.includes(table) && state.storedData[currentTables[table].file].data.hasOwnProperty(geoid)){ - tooltipData[table] = state.storedData[currentTables[table].file].data[geoid][state.dataParams.nIndex] - if (table === 'cases' || table === 'deaths') tooltipData[`daily_${table}`] = state.storedData[currentTables[table].file].data[geoid][state.dataParams.nIndex]-state.storedData[currentTables[table].file].data[geoid][state.dataParams.nIndex-1] + if (storedData.hasOwnProperty(currentTables[table].file) && tooltipTables.includes(table) && storedData[currentTables[table].file].data.hasOwnProperty(geoid)){ + const index = closestIndex(storedData[currentTables[table].file].dates, dataParams.nIndex) + tooltipData[table] = storedData[currentTables[table].file].data[geoid][index] + if (table === 'cases' || table === 'deaths') tooltipData[`daily_${table}`] = storedData[currentTables[table].file].data[geoid][index]-storedData[currentTables[table].file].data[geoid][index-1] } } return tooltipData